is_duplicated bool 2
classes | xmi stringlengths 506 392k | ids stringlengths 42 388 | model_type stringclasses 1
value | txt stringlengths 3 77k | labels null | graph stringlengths 176 1.29M |
|---|---|---|---|---|---|---|
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="MiniJava"
nsURI="http://www.furcas.org/example/minijava" nsPrefix="">
<eClassifiers xsi:type="ecore:EClass" name="CompilationUnit">
<eStructuralFeatures xsi:type="ecore:EReference" name="containedClass" lowerBound="1"
eType="#//ClassDeclaration" containment="true" eOpposite="#//ClassDeclaration/compilationUnit"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//ClassImport" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="package_" eType="#//Package"
eOpposite="#//Package/compilationUnits"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassImport">
<eStructuralFeatures xsi:type="ecore:EReference" name="importedClass" lowerBound="1"
eType="#//ClassDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassDeclaration" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1"
eType="#//MemberDeclaration" containment="true" eOpposite="#//MemberDeclaration/owningClass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//Visibility"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnit" eType="#//CompilationUnit"
eOpposite="#//CompilationUnit/containedClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnits" upperBound="-1"
eType="#//CompilationUnit" containment="true" eOpposite="#//CompilationUnit/package_"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldDeclaration" eSuperTypes="#//MemberDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="MemberDeclaration" abstract="true" eSuperTypes="#//TypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="owningClass" eType="#//ClassDeclaration"
eOpposite="#//ClassDeclaration/members"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameter" containment="true" eOpposite="#//Parameter/owningDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//Visibility"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodDeclaration" eSuperTypes="#//MemberDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Visibility">
<eLiterals name="private"/>
<eLiterals name="public"/>
<eLiterals name="protected"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//TypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="owningDeclaration" eType="#//MemberDeclaration"
eOpposite="#//MemberDeclaration/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//ClassDeclaration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement"/>
</ecore:EPackage>
| github:ecore:/data/FURCAS-dev/FURCAS/DSLEngineering/com.sap.furcas.test/scenarioFixtures/MiniJava.ecore | ecore | MiniJava
CompilationUnit
containedClass
imports
package_
ClassImport
importedClass
ClassDeclaration
members
visibility
compilationUnit
Package
compilationUnits
FieldDeclaration
MemberDeclaration
owningClass
parameters
visibility
MethodDeclaration
body
NamedElement
name
Visibility
private
private
public
public
protected
protected
Parameter
owningDeclaration
TypedElement
type
Statement | null | {"directed":true,"nodes":[{"nsPrefix":"","nsURI":"http://www.furcas.org/example/minijava","name":"MiniJava","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassImport","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDeclaration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDeclaration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberDeclaration","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Visibility","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"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":"TypedElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":12,"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":"containedClass","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":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"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":"package_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compilationUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compilationUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"importedClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"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":"owningClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"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"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"name":"private","id":45,"value":0,"literal":"private","eClass":"EEnumLiteral"},{"name":"public","id":46,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"protected","id":47,"value":0,"literal":"protected","eClass":"EEnumLiteral"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":13,"target":3},{"source":13,"target":16},{"source":13,"target":1},{"source":13,"target":17},{"source":16,"target":3},{"source":14,"target":2},{"source":14,"target":18},{"source":14,"target":1},{"source":18,"target":2},{"source":15,"target":4},{"source":15,"target":19},{"source":15,"target":1},{"source":15,"target":20},{"source":19,"target":4},{"source":2,"target":0},{"source":2,"target":21},{"source":21,"target":3},{"source":21,"target":22},{"source":21,"target":2},{"source":22,"target":3},{"source":3,"target":0},{"source":3,"target":8},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":17},{"source":3,"target":25},{"source":23,"target":6},{"source":23,"target":26},{"source":23,"target":3},{"source":23,"target":27},{"source":26,"target":6},{"source":24,"target":9},{"source":24,"target":28},{"source":24,"target":3},{"source":28,"target":9},{"source":17,"target":1},{"source":17,"target":29},{"source":17,"target":3},{"source":17,"target":13},{"source":29,"target":1},{"source":25,"target":8},{"source":4,"target":0},{"source":4,"target":8},{"source":4,"target":20},{"source":4,"target":30},{"source":20,"target":1},{"source":20,"target":31},{"source":20,"target":4},{"source":20,"target":15},{"source":31,"target":1},{"source":30,"target":8},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":32},{"source":32,"target":6},{"source":6,"target":0},{"source":6,"target":11},{"source":6,"target":27},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":35},{"source":27,"target":3},{"source":27,"target":36},{"source":27,"target":6},{"source":27,"target":23},{"source":36,"target":3},{"source":33,"target":10},{"source":33,"target":37},{"source":33,"target":6},{"source":33,"target":38},{"source":37,"target":10},{"source":34,"target":9},{"source":34,"target":39},{"source":34,"target":6},{"source":39,"target":9},{"source":35,"target":11},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":40},{"source":7,"target":41},{"source":40,"target":12},{"source":40,"target":42},{"source":40,"target":7},{"source":42,"target":12},{"source":41,"target":6},{"source":8,"target":0},{"source":8,"target":43},{"source":43,"target":44},{"source":43,"target":8},{"source":9,"target":0},{"source":9,"target":45},{"source":9,"target":46},{"source":9,"target":47},{"source":45,"target":9},{"source":46,"target":9},{"source":47,"target":9},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":38},{"source":10,"target":48},{"source":38,"target":6},{"source":38,"target":49},{"source":38,"target":10},{"source":38,"target":33},{"source":49,"target":6},{"source":48,"target":11},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":50},{"source":11,"target":51},{"source":50,"target":3},{"source":50,"target":52},{"source":50,"target":11},{"source":52,"target":3},{"source":51,"target":8},{"source":12,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="qos"
nsURI="http://www.opendds.org/modeling/schemas/QoS/1.0" nsPrefix="qos">
<eClassifiers xsi:type="ecore:EClass" name="QosPolicy" abstract="true" eSuperTypes="Core.ecore#//Specification"/>
<eClassifiers xsi:type="ecore:EClass" name="DeadlineQosPolicy" eSuperTypes="#//QosPolicy">
<eStructuralFeatures xsi:type="ecore:EReference" name="period" lowerBound="1"
eType="ecore:EClass Enumerations.ecore#//Period" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DestinationOrderQosPolicy" eSuperTypes="#//QosPolicy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EEnum Enumerations.ecore#//DestinationOrderQosPolicyKind"
defaultValueLiteral="BY_RECEPTION_TIMESTAMP"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DurabilityQosPolicy" eSuperTypes="#//QosPolicy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EEnum Enumerations.ecore#//DurabilityQosPolicyKind"
defaultValueLiteral="VOLATILE"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DurabilityServiceQosPolicy" eSuperTypes="#//QosPolicy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="history_depth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="history_kind" eType="ecore:EEnum Enumerations.ecore#//HistoryQosPolicyKind"
defaultValueLiteral="KEEP_LAST"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max_instances" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max_samples" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max_samples_per_instance"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="service_cleanup_delay"
lowerBound="1" eType="ecore:EClass Enumerations.ecore#//Period" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntityFactoryQosPolicy" eSuperTypes="#//QosPolicy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="autoenable_created_entities"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupDataQosPolicy" eSuperTypes="#//QosPolicy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="datavalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HistoryQosPolicy" eSuperTypes="#//QosPolicy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="depth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EEnum Enumerations.ecore#//HistoryQosPolicyKind"
defaultValueLiteral="KEEP_LAST"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LatencyBudgetQosPolicy" eSuperTypes="#//QosPolicy">
<eStructuralFeatures xsi:type="ecore:EReference" name="duration" lowerBound="1"
eType="ecore:EClass Enumerations.ecore#//Period" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LifespanQosPolicy" eSuperTypes="#//QosPolicy">
<eStructuralFeatures xsi:type="ecore:EReference" name="duration" lowerBound="1"
eType="ecore:EClass Enumerations.ecore#//Period" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LivelinessQosPolicy" eSuperTypes="#//QosPolicy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EEnum Enumerations.ecore#//LivelinessQosPolicyKind"
defaultValueLiteral="AUTOMATIC"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lease_duration" lowerBound="1"
eType="ecore:EClass Enumerations.ecore#//Period" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OwnershipQosPolicy" eSuperTypes="#//QosPolicy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EEnum Enumerations.ecore#//OwnershipQosPolicyKind"
defaultValueLiteral="SHARED"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OwnershipStrengthQosPolicy" eSuperTypes="#//QosPolicy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PartitionQosPolicy" eSuperTypes="#//QosPolicy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="names" lowerBound="1" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="GenModel">
<details key="documentation" value="In contrast to the DDS Profile specification (formal/07-01-01) which has a lower bound of 0 for name, a lower bound of 1 is used here. This is to reflect the fact that it would not make sense to construct a Partition policy without having at least one name."/>
</eAnnotations>
<eAnnotations source="GenModel">
<details key="documentation" value="The DDS Profile specification (formal/07-01-01) uses 'name' instead of 'names' for the association. However, this causes a conflict with Entity::name resulting in not being able to open the EMF Generator Model."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PresentationQosPolicy" eSuperTypes="#//QosPolicy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="access_scope" eType="ecore:EEnum Enumerations.ecore#//PresentationQosPolicyAccessScopeKind"
defaultValueLiteral="INSTANCE"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="coherent_access" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered_access" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReaderDataLifecycleQosPolicy" eSuperTypes="#//QosPolicy">
<eStructuralFeatures xsi:type="ecore:EReference" name="autopurge_nowriter_samples_delay"
lowerBound="1" eType="ecore:EClass Enumerations.ecore#//Period" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="autopurge_disposed_samples_delay"
lowerBound="1" eType="ecore:EClass Enumerations.ecore#//Period" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReliabilityQosPolicy" eSuperTypes="#//QosPolicy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EEnum Enumerations.ecore#//ReliabilityQosPolicyKind"
defaultValueLiteral="BEST_EFFORT"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="max_blocking_time" lowerBound="1"
eType="ecore:EClass Enumerations.ecore#//Period" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceLimitsQosPolicy" eSuperTypes="#//QosPolicy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max_instances" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max_samples" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max_samples_per_instance"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" defaultValueLiteral="-1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TimeBasedFilterQosPolicy" eSuperTypes="#//QosPolicy">
<eStructuralFeatures xsi:type="ecore:EReference" name="minimum_separation" lowerBound="1"
eType="ecore:EClass Enumerations.ecore#//Period" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TopicDataQosPolicy" eSuperTypes="#//QosPolicy">
<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="TransportPriorityQosPolicy" eSuperTypes="#//QosPolicy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UserDataQosPolicy" eSuperTypes="#//QosPolicy">
<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="WriterDataLifecycleQosPolicy" eSuperTypes="#//QosPolicy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="autodispose_unregistered_instances"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/kjahed/papyrusrt-iot/umlrts/opendds/tools/modeling/plugins/org.opendds.modeling.model/model/QoS.ecore | ecore | qos
QosPolicy
DeadlineQosPolicy
period
DestinationOrderQosPolicy
kind
BY_RECEPTION_TIMESTAMP
DurabilityQosPolicy
kind
VOLATILE
DurabilityServiceQosPolicy
history_depth
1
history_kind
KEEP_LAST
max_instances
-1
max_samples
-1
max_samples_per_instance
-1
service_cleanup_delay
EntityFactoryQosPolicy
autoenable_created_entities
true
GroupDataQosPolicy
datavalue
HistoryQosPolicy
depth
1
kind
KEEP_LAST
LatencyBudgetQosPolicy
duration
LifespanQosPolicy
duration
LivelinessQosPolicy
kind
AUTOMATIC
lease_duration
OwnershipQosPolicy
kind
SHARED
OwnershipStrengthQosPolicy
value
0
PartitionQosPolicy
names
PresentationQosPolicy
access_scope
INSTANCE
coherent_access
false
ordered_access
false
ReaderDataLifecycleQosPolicy
autopurge_nowriter_samples_delay
autopurge_disposed_samples_delay
ReliabilityQosPolicy
kind
BEST_EFFORT
max_blocking_time
ResourceLimitsQosPolicy
max_instances
-1
max_samples
-1
max_samples_per_instance
-1
TimeBasedFilterQosPolicy
minimum_separation
TopicDataQosPolicy
value
TransportPriorityQosPolicy
value
0
UserDataQosPolicy
value
WriterDataLifecycleQosPolicy
autodispose_unregistered_instances
true | null | {"directed":true,"nodes":[{"nsPrefix":"qos","nsURI":"http://www.opendds.org/modeling/schemas/QoS/1.0","name":"qos","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QosPolicy","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeadlineQosPolicy","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestinationOrderQosPolicy","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurabilityQosPolicy","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurabilityServiceQosPolicy","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityFactoryQosPolicy","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupDataQosPolicy","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HistoryQosPolicy","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LatencyBudgetQosPolicy","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LifespanQosPolicy","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LivelinessQosPolicy","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwnershipQosPolicy","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwnershipStrengthQosPolicy","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartitionQosPolicy","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PresentationQosPolicy","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReaderDataLifecycleQosPolicy","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReliabilityQosPolicy","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceLimitsQosPolicy","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeBasedFilterQosPolicy","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopicDataQosPolicy","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransportPriorityQosPolicy","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserDataQosPolicy","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriterDataLifecycleQosPolicy","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"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":"period","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BY_RECEPTION_TIMESTAMP","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"VOLATILE","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"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":"history_depth","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":"KEEP_LAST","unsettable":false,"transient":false,"unique":true,"name":"history_kind","changeable":true,"lowerBound":0,"iD":false,"id":35,"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_instances","changeable":true,"lowerBound":0,"iD":false,"id":36,"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_samples","changeable":true,"lowerBound":0,"iD":false,"id":37,"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_samples_per_instance","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"service_cleanup_delay","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"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":"autoenable_created_entities","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"datavalue","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"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":"depth","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":"KEEP_LAST","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"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":"duration","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"AUTOMATIC","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lease_duration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"SHARED","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"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":"names","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"INSTANCE","unsettable":false,"transient":false,"unique":true,"name":"access_scope","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"coherent_access","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"ordered_access","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"autopurge_nowriter_samples_delay","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":"autopurge_disposed_samples_delay","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BEST_EFFORT","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"max_blocking_time","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"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":"max_instances","changeable":true,"lowerBound":0,"iD":false,"id":95,"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_samples","changeable":true,"lowerBound":0,"iD":false,"id":96,"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_samples_per_instance","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minimum_separation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"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":"autodispose_unregistered_instances","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":1,"target":0},{"source":1,"target":24},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":25},{"source":2,"target":26},{"source":25,"target":27},{"source":25,"target":2},{"source":26,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":28},{"source":3,"target":29},{"source":28,"target":30},{"source":28,"target":3},{"source":29,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":31},{"source":4,"target":32},{"source":31,"target":33},{"source":31,"target":4},{"source":32,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"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":34,"target":41},{"source":34,"target":5},{"source":35,"target":42},{"source":35,"target":5},{"source":36,"target":43},{"source":36,"target":5},{"source":37,"target":44},{"source":37,"target":5},{"source":38,"target":45},{"source":38,"target":5},{"source":39,"target":46},{"source":39,"target":5},{"source":40,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":47},{"source":6,"target":48},{"source":47,"target":49},{"source":47,"target":6},{"source":48,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":50},{"source":7,"target":51},{"source":50,"target":52},{"source":50,"target":7},{"source":51,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":53,"target":56},{"source":53,"target":8},{"source":54,"target":57},{"source":54,"target":8},{"source":55,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":58},{"source":9,"target":59},{"source":58,"target":60},{"source":58,"target":9},{"source":59,"target":1},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":61},{"source":10,"target":62},{"source":61,"target":63},{"source":61,"target":10},{"source":62,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":64},{"source":11,"target":65},{"source":11,"target":66},{"source":64,"target":67},{"source":64,"target":11},{"source":65,"target":68},{"source":65,"target":11},{"source":66,"target":1},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":69},{"source":12,"target":70},{"source":69,"target":71},{"source":69,"target":12},{"source":70,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":72},{"source":13,"target":73},{"source":72,"target":74},{"source":72,"target":13},{"source":73,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":75},{"source":14,"target":76},{"source":75,"target":77},{"source":75,"target":14},{"source":76,"target":1},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":78},{"source":15,"target":79},{"source":15,"target":80},{"source":15,"target":81},{"source":78,"target":82},{"source":78,"target":15},{"source":79,"target":83},{"source":79,"target":15},{"source":80,"target":84},{"source":80,"target":15},{"source":81,"target":1},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":85},{"source":16,"target":86},{"source":16,"target":87},{"source":85,"target":88},{"source":85,"target":16},{"source":86,"target":89},{"source":86,"target":16},{"source":87,"target":1},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":90},{"source":17,"target":91},{"source":17,"target":92},{"source":90,"target":93},{"source":90,"target":17},{"source":91,"target":94},{"source":91,"target":17},{"source":92,"target":1},{"source":18,"target":0},{"source":18,"target":1},{"source":18,"target":95},{"source":18,"target":96},{"source":18,"target":97},{"source":18,"target":98},{"source":95,"target":99},{"source":95,"target":18},{"source":96,"target":100},{"source":96,"target":18},{"source":97,"target":101},{"source":97,"target":18},{"source":98,"target":1},{"source":19,"target":0},{"source":19,"target":1},{"source":19,"target":102},{"source":19,"target":103},{"source":102,"target":104},{"source":102,"target":19},{"source":103,"target":1},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":105},{"source":20,"target":106},{"source":105,"target":107},{"source":105,"target":20},{"source":106,"target":1},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":108},{"source":21,"target":109},{"source":108,"target":110},{"source":108,"target":21},{"source":109,"target":1},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":111},{"source":22,"target":112},{"source":111,"target":113},{"source":111,"target":22},{"source":112,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":114},{"source":23,"target":115},{"source":114,"target":116},{"source":114,"target":23},{"source":115,"target":1}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2">
<eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind">
<eLiterals name="package" value="1" literal="package"/>
<eLiterals name="private" value="2" literal="private"/>
<eLiterals name="protected" value="3" literal="protected"/>
<eLiterals name="public" value="4" literal="public"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/>
<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="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/>
<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="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsHTMLownedElementHasVisibility.ecore | ecore | UML2
VisibilityKind
package
package
private
private
protected
protected
public
public
SendObjectAction
ReadIsClassifiedObjectAction
MessageTrigger
FlowFinalNode
WriteLinkAction
Model
ClearAssociationAction
Variable
WriteStructuralFeatureAction
Expression
CallTrigger
CentralBufferNode
BehavioredClassifier
Behavior
Node
InteractionFragment
DurationConstraint
Connector
PackageableElement
RemoveVariableValueAction
PrimitiveType
ClearVariableAction
StructuralFeature
Usage
AnyTrigger
CombinedFragment
ParameterableClassifier
ReadLinkAction
Property
ReplyAction
LiteralString
Artifact
Gate
Port
InformationItem
ObjectFlow
Device
Stereotype
BroadcastSignalAction
LiteralSpecification
ParameterSet
StructuredActivityNode
Interface
ActivityFinalNode
RedefinableElement
ControlFlow
SignalTrigger
Duration
Interaction
ChangeTrigger
LoopNode
TypedElement
EncapsulatedClassifier
Include
ExtensionPoint
Manifestation
MessageEnd
ActivityEdge
StartOwnedBehaviorAction
InteractionConstraint
PartDecomposition
ExpansionRegion
Message
TemplateableClassifier
Lifeline
Class
InstanceValue
AssociationClass
ConnectableElement
Constraint
LiteralUnlimitedNatural
Component
ReadStructuralFeatureAction
Interval
State
SendSignalAction
Pseudostate
ClearStructuralFeatureAction
ConnectionPointReference
DestroyLinkAction
Substitution
Abstraction
TimeTrigger
NamedElement
visibility
ReadSelfAction
TimeExpression
DataType
ActivityParameterNode
Enumeration
Collaboration
JoinNode
ValuePin
DecisionNode
Realization
ActivityPartition
InteractionOperand
Permission
Feature
StructuralFeatureAction
EnumerationLiteral
Parameter
DurationObservationAction
TimeInterval
StateMachine
LiteralBoolean
FinalNode
InstanceSpecification
Stop
Association
Continuation
DestroyObjectAction
VariableAction
ApplyFunctionAction
UseCase
Operation
InitialNode
ExecutionOccurrence
AddVariableValueAction
Implementation
Type
Pin
ControlNode
CallBehaviorAction
Package
Namespace
member
CreateLinkObjectAction
ReadExtentAction
Actor
ProtocolStateMachine
BehavioralFeature
DataStoreNode
Trigger
Deployment
AcceptEventAction
Signal
ValueSpecification
ExecutionEnvironment
ReadLinkObjectEndAction
ExpansionNode
InteractionOccurrence
IntervalConstraint
StructuredClassifier
GeneralizationSet
ReclassifyObjectAction
CallOperationAction
DeploymentTarget
MergeNode
FinalState
Vertex
RedefinableTemplateSignature
Activity
DeploymentSpecification
LiteralInteger
ProtocolTransition
OpaqueExpression
CreateObjectAction
Reception
Extension
Profile
Action
Dependency
CollaborationOccurrence
ReadVariableAction
PrimitiveFunction
Extend
InputPin
GeneralOrdering
TestIdentityAction
LiteralNull
TimeObservationAction
Transition
ExecutableNode
Region
AcceptCallAction
OutputPin
DeployedArtifact
InformationFlow
RaiseExceptionAction
ReadLinkObjectEndQualifierAction
WriteVariableAction
CommunicationPath
ExtensionEnd
Classifier
DurationInterval
StateInvariant
LinkAction
ActivityNode
EventOccurrence
ConditionalNode
ObjectNode
AddStructuralFeatureValueAction
InvocationAction
CallAction
ForkNode
CreateLinkAction
RemoveStructuralFeatureValueAction
TimeConstraint | null | {"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","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":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"name":"package","id":199,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":200,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":201,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":202,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"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":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":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":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":1,"target":0},{"source":1,"target":199},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":199,"target":1},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":2,"target":0},{"source":2,"target":193},{"source":2,"target":203},{"source":203,"target":193},{"source":3,"target":0},{"source":3,"target":161},{"source":3,"target":204},{"source":204,"target":161},{"source":4,"target":0},{"source":4,"target":133},{"source":4,"target":205},{"source":205,"target":133},{"source":5,"target":0},{"source":5,"target":107},{"source":5,"target":206},{"source":206,"target":107},{"source":6,"target":0},{"source":6,"target":187},{"source":6,"target":207},{"source":207,"target":187},{"source":7,"target":0},{"source":7,"target":125},{"source":7,"target":208},{"source":208,"target":125},{"source":8,"target":0},{"source":8,"target":161},{"source":8,"target":209},{"source":209,"target":161},{"source":9,"target":0},{"source":9,"target":70},{"source":9,"target":53},{"source":9,"target":210},{"source":9,"target":211},{"source":210,"target":70},{"source":211,"target":53},{"source":10,"target":0},{"source":10,"target":100},{"source":10,"target":212},{"source":212,"target":100},{"source":11,"target":0},{"source":11,"target":156},{"source":11,"target":213},{"source":213,"target":156},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":214},{"source":214,"target":4},{"source":13,"target":0},{"source":13,"target":191},{"source":13,"target":215},{"source":215,"target":191},{"source":14,"target":0},{"source":14,"target":184},{"source":14,"target":216},{"source":216,"target":184},{"source":15,"target":0},{"source":15,"target":67},{"source":15,"target":217},{"source":217,"target":67},{"source":16,"target":0},{"source":16,"target":67},{"source":16,"target":147},{"source":16,"target":218},{"source":16,"target":219},{"source":218,"target":67},{"source":219,"target":147},{"source":17,"target":0},{"source":17,"target":85},{"source":17,"target":220},{"source":220,"target":85},{"source":18,"target":0},{"source":18,"target":142},{"source":18,"target":221},{"source":221,"target":142},{"source":19,"target":0},{"source":19,"target":99},{"source":19,"target":222},{"source":222,"target":99},{"source":20,"target":0},{"source":20,"target":85},{"source":20,"target":223},{"source":223,"target":85},{"source":21,"target":0},{"source":21,"target":181},{"source":21,"target":224},{"source":224,"target":181},{"source":22,"target":0},{"source":22,"target":88},{"source":22,"target":225},{"source":225,"target":88},{"source":23,"target":0},{"source":23,"target":113},{"source":23,"target":226},{"source":226,"target":113},{"source":24,"target":0},{"source":24,"target":99},{"source":24,"target":53},{"source":24,"target":227},{"source":24,"target":228},{"source":227,"target":99},{"source":228,"target":53},{"source":25,"target":0},{"source":25,"target":162},{"source":25,"target":229},{"source":229,"target":162},{"source":26,"target":0},{"source":26,"target":4},{"source":26,"target":230},{"source":230,"target":4},{"source":27,"target":0},{"source":27,"target":17},{"source":27,"target":231},{"source":231,"target":17},{"source":28,"target":0},{"source":28,"target":184},{"source":28,"target":232},{"source":232,"target":184},{"source":29,"target":0},{"source":29,"target":187},{"source":29,"target":233},{"source":233,"target":187},{"source":30,"target":0},{"source":30,"target":24},{"source":30,"target":70},{"source":30,"target":147},{"source":30,"target":234},{"source":30,"target":235},{"source":30,"target":236},{"source":234,"target":24},{"source":235,"target":70},{"source":236,"target":147},{"source":31,"target":0},{"source":31,"target":161},{"source":31,"target":237},{"source":237,"target":161},{"source":32,"target":0},{"source":32,"target":41},{"source":32,"target":238},{"source":238,"target":41},{"source":33,"target":0},{"source":33,"target":184},{"source":33,"target":177},{"source":33,"target":239},{"source":33,"target":240},{"source":239,"target":184},{"source":240,"target":177},{"source":34,"target":0},{"source":34,"target":58},{"source":34,"target":241},{"source":241,"target":58},{"source":35,"target":0},{"source":35,"target":30},{"source":35,"target":242},{"source":242,"target":30},{"source":36,"target":0},{"source":36,"target":184},{"source":36,"target":243},{"source":243,"target":184},{"source":37,"target":0},{"source":37,"target":59},{"source":37,"target":244},{"source":244,"target":59},{"source":38,"target":0},{"source":38,"target":16},{"source":38,"target":245},{"source":245,"target":16},{"source":39,"target":0},{"source":39,"target":67},{"source":39,"target":246},{"source":246,"target":67},{"source":40,"target":0},{"source":40,"target":193},{"source":40,"target":247},{"source":247,"target":193},{"source":41,"target":0},{"source":41,"target":137},{"source":41,"target":248},{"source":248,"target":137},{"source":42,"target":0},{"source":42,"target":85},{"source":42,"target":249},{"source":249,"target":85},{"source":43,"target":0},{"source":43,"target":161},{"source":43,"target":126},{"source":43,"target":250},{"source":43,"target":251},{"source":250,"target":161},{"source":251,"target":126},{"source":44,"target":0},{"source":44,"target":184},{"source":44,"target":252},{"source":252,"target":184},{"source":45,"target":0},{"source":45,"target":107},{"source":45,"target":253},{"source":253,"target":107},{"source":46,"target":0},{"source":46,"target":85},{"source":46,"target":254},{"source":254,"target":85},{"source":47,"target":0},{"source":47,"target":59},{"source":47,"target":255},{"source":255,"target":59},{"source":48,"target":0},{"source":48,"target":4},{"source":48,"target":256},{"source":256,"target":4},{"source":49,"target":0},{"source":49,"target":137},{"source":49,"target":257},{"source":257,"target":137},{"source":50,"target":0},{"source":50,"target":15},{"source":50,"target":17},{"source":50,"target":258},{"source":50,"target":259},{"source":258,"target":15},{"source":259,"target":17},{"source":51,"target":0},{"source":51,"target":133},{"source":51,"target":260},{"source":260,"target":133},{"source":52,"target":0},{"source":52,"target":43},{"source":52,"target":261},{"source":261,"target":43},{"source":53,"target":0},{"source":53,"target":85},{"source":53,"target":262},{"source":262,"target":85},{"source":54,"target":0},{"source":54,"target":143},{"source":54,"target":263},{"source":263,"target":143},{"source":55,"target":0},{"source":55,"target":85},{"source":55,"target":264},{"source":264,"target":85},{"source":56,"target":0},{"source":56,"target":46},{"source":56,"target":265},{"source":265,"target":46},{"source":57,"target":0},{"source":57,"target":83},{"source":57,"target":266},{"source":266,"target":83},{"source":58,"target":0},{"source":58,"target":85},{"source":58,"target":267},{"source":267,"target":85},{"source":59,"target":0},{"source":59,"target":46},{"source":59,"target":268},{"source":268,"target":46},{"source":60,"target":0},{"source":60,"target":161},{"source":60,"target":269},{"source":269,"target":161},{"source":61,"target":0},{"source":61,"target":71},{"source":61,"target":270},{"source":270,"target":71},{"source":62,"target":0},{"source":62,"target":141},{"source":62,"target":271},{"source":271,"target":141},{"source":63,"target":0},{"source":63,"target":43},{"source":63,"target":272},{"source":272,"target":43},{"source":64,"target":0},{"source":64,"target":85},{"source":64,"target":273},{"source":273,"target":85},{"source":65,"target":0},{"source":65,"target":184},{"source":65,"target":274},{"source":274,"target":184},{"source":66,"target":0},{"source":66,"target":85},{"source":66,"target":275},{"source":275,"target":85},{"source":67,"target":0},{"source":67,"target":14},{"source":67,"target":54},{"source":67,"target":276},{"source":67,"target":277},{"source":276,"target":14},{"source":277,"target":54},{"source":68,"target":0},{"source":68,"target":137},{"source":68,"target":278},{"source":278,"target":137},{"source":69,"target":0},{"source":69,"target":67},{"source":69,"target":110},{"source":69,"target":279},{"source":69,"target":280},{"source":279,"target":67},{"source":280,"target":110},{"source":70,"target":0},{"source":70,"target":85},{"source":70,"target":281},{"source":281,"target":85},{"source":71,"target":0},{"source":71,"target":20},{"source":71,"target":282},{"source":282,"target":20},{"source":72,"target":0},{"source":72,"target":41},{"source":72,"target":283},{"source":283,"target":41},{"source":73,"target":0},{"source":73,"target":67},{"source":73,"target":284},{"source":284,"target":67},{"source":74,"target":0},{"source":74,"target":100},{"source":74,"target":285},{"source":285,"target":100},{"source":75,"target":0},{"source":75,"target":137},{"source":75,"target":286},{"source":286,"target":137},{"source":76,"target":0},{"source":76,"target":126},{"source":76,"target":46},{"source":76,"target":150},{"source":76,"target":287},{"source":76,"target":288},{"source":76,"target":289},{"source":287,"target":126},{"source":288,"target":46},{"source":289,"target":150},{"source":77,"target":0},{"source":77,"target":193},{"source":77,"target":290},{"source":290,"target":193},{"source":78,"target":0},{"source":78,"target":150},{"source":78,"target":291},{"source":291,"target":150},{"source":79,"target":0},{"source":79,"target":100},{"source":79,"target":292},{"source":292,"target":100},{"source":80,"target":0},{"source":80,"target":150},{"source":80,"target":293},{"source":293,"target":150},{"source":81,"target":0},{"source":81,"target":6},{"source":81,"target":294},{"source":294,"target":6},{"source":82,"target":0},{"source":82,"target":95},{"source":82,"target":295},{"source":295,"target":95},{"source":83,"target":0},{"source":83,"target":162},{"source":83,"target":296},{"source":296,"target":162},{"source":84,"target":0},{"source":84,"target":133},{"source":84,"target":297},{"source":297,"target":133},{"source":85,"target":0},{"source":85,"target":298},{"source":298,"target":1},{"source":298,"target":299},{"source":298,"target":85},{"source":299,"target":1},{"source":86,"target":0},{"source":86,"target":161},{"source":86,"target":300},{"source":300,"target":161},{"source":87,"target":0},{"source":87,"target":137},{"source":87,"target":301},{"source":301,"target":137},{"source":88,"target":0},{"source":88,"target":184},{"source":88,"target":302},{"source":302,"target":184},{"source":89,"target":0},{"source":89,"target":191},{"source":89,"target":303},{"source":303,"target":191},{"source":90,"target":0},{"source":90,"target":88},{"source":90,"target":304},{"source":304,"target":88},{"source":91,"target":0},{"source":91,"target":14},{"source":91,"target":143},{"source":91,"target":305},{"source":91,"target":306},{"source":305,"target":14},{"source":306,"target":143},{"source":92,"target":0},{"source":92,"target":123},{"source":92,"target":307},{"source":307,"target":123},{"source":93,"target":0},{"source":93,"target":167},{"source":93,"target":308},{"source":308,"target":167},{"source":94,"target":0},{"source":94,"target":123},{"source":94,"target":309},{"source":309,"target":123},{"source":95,"target":0},{"source":95,"target":83},{"source":95,"target":310},{"source":310,"target":83},{"source":96,"target":0},{"source":96,"target":85},{"source":96,"target":311},{"source":311,"target":85},{"source":97,"target":0},{"source":97,"target":126},{"source":97,"target":17},{"source":97,"target":312},{"source":97,"target":313},{"source":312,"target":126},{"source":313,"target":17},{"source":98,"target":0},{"source":98,"target":162},{"source":98,"target":314},{"source":314,"target":162},{"source":99,"target":0},{"source":99,"target":46},{"source":99,"target":315},{"source":315,"target":46},{"source":100,"target":0},{"source":100,"target":161},{"source":100,"target":316},{"source":316,"target":161},{"source":101,"target":0},{"source":101,"target":108},{"source":101,"target":317},{"source":317,"target":108},{"source":102,"target":0},{"source":102,"target":70},{"source":102,"target":53},{"source":102,"target":318},{"source":102,"target":319},{"source":318,"target":70},{"source":319,"target":53},{"source":103,"target":0},{"source":103,"target":10},{"source":103,"target":320},{"source":320,"target":10},{"source":104,"target":0},{"source":104,"target":75},{"source":104,"target":321},{"source":321,"target":75},{"source":105,"target":0},{"source":105,"target":15},{"source":105,"target":322},{"source":322,"target":15},{"source":106,"target":0},{"source":106,"target":41},{"source":106,"target":323},{"source":323,"target":41},{"source":107,"target":0},{"source":107,"target":123},{"source":107,"target":324},{"source":324,"target":123},{"source":108,"target":0},{"source":108,"target":20},{"source":108,"target":147},{"source":108,"target":177},{"source":108,"target":325},{"source":108,"target":326},{"source":108,"target":327},{"source":325,"target":20},{"source":326,"target":147},{"source":327,"target":177},{"source":109,"target":0},{"source":109,"target":189},{"source":109,"target":328},{"source":328,"target":189},{"source":110,"target":0},{"source":110,"target":184},{"source":110,"target":329},{"source":329,"target":184},{"source":111,"target":0},{"source":111,"target":17},{"source":111,"target":330},{"source":330,"target":17},{"source":112,"target":0},{"source":112,"target":161},{"source":112,"target":331},{"source":331,"target":161},{"source":113,"target":0},{"source":113,"target":161},{"source":113,"target":332},{"source":332,"target":161},{"source":114,"target":0},{"source":114,"target":161},{"source":114,"target":333},{"source":333,"target":161},{"source":115,"target":0},{"source":115,"target":14},{"source":115,"target":334},{"source":334,"target":14},{"source":116,"target":0},{"source":116,"target":131},{"source":116,"target":53},{"source":116,"target":335},{"source":116,"target":336},{"source":335,"target":131},{"source":336,"target":53},{"source":117,"target":0},{"source":117,"target":123},{"source":117,"target":337},{"source":337,"target":123},{"source":118,"target":0},{"source":118,"target":17},{"source":118,"target":338},{"source":338,"target":17},{"source":119,"target":0},{"source":119,"target":181},{"source":119,"target":339},{"source":339,"target":181},{"source":120,"target":0},{"source":120,"target":95},{"source":120,"target":340},{"source":340,"target":95},{"source":121,"target":0},{"source":121,"target":20},{"source":121,"target":341},{"source":341,"target":20},{"source":122,"target":0},{"source":122,"target":191},{"source":122,"target":342},{"source":342,"target":191},{"source":123,"target":0},{"source":123,"target":188},{"source":123,"target":343},{"source":343,"target":188},{"source":124,"target":0},{"source":124,"target":194},{"source":124,"target":344},{"source":344,"target":194},{"source":125,"target":0},{"source":125,"target":126},{"source":125,"target":20},{"source":125,"target":345},{"source":125,"target":346},{"source":345,"target":126},{"source":346,"target":20},{"source":126,"target":0},{"source":126,"target":85},{"source":126,"target":347},{"source":126,"target":348},{"source":347,"target":85},{"source":347,"target":349},{"source":347,"target":126},{"source":349,"target":85},{"source":348,"target":85},{"source":127,"target":0},{"source":127,"target":196},{"source":127,"target":350},{"source":350,"target":196},{"source":128,"target":0},{"source":128,"target":161},{"source":128,"target":351},{"source":351,"target":161},{"source":129,"target":0},{"source":129,"target":184},{"source":129,"target":352},{"source":352,"target":184},{"source":130,"target":0},{"source":130,"target":105},{"source":130,"target":353},{"source":353,"target":105},{"source":131,"target":0},{"source":131,"target":126},{"source":131,"target":99},{"source":131,"target":354},{"source":131,"target":355},{"source":354,"target":126},{"source":355,"target":99},{"source":132,"target":0},{"source":132,"target":13},{"source":132,"target":356},{"source":356,"target":13},{"source":133,"target":0},{"source":133,"target":85},{"source":133,"target":357},{"source":357,"target":85},{"source":134,"target":0},{"source":134,"target":162},{"source":134,"target":358},{"source":358,"target":162},{"source":135,"target":0},{"source":135,"target":161},{"source":135,"target":359},{"source":359,"target":161},{"source":136,"target":0},{"source":136,"target":184},{"source":136,"target":360},{"source":360,"target":184},{"source":137,"target":0},{"source":137,"target":53},{"source":137,"target":361},{"source":361,"target":53},{"source":138,"target":0},{"source":138,"target":16},{"source":138,"target":362},{"source":362,"target":16},{"source":139,"target":0},{"source":139,"target":161},{"source":139,"target":363},{"source":363,"target":161},{"source":140,"target":0},{"source":140,"target":191},{"source":140,"target":364},{"source":364,"target":191},{"source":141,"target":0},{"source":141,"target":17},{"source":141,"target":365},{"source":365,"target":17},{"source":142,"target":0},{"source":142,"target":71},{"source":142,"target":366},{"source":366,"target":71},{"source":143,"target":0},{"source":143,"target":184},{"source":143,"target":367},{"source":367,"target":184},{"source":144,"target":0},{"source":144,"target":20},{"source":144,"target":368},{"source":368,"target":20},{"source":145,"target":0},{"source":145,"target":161},{"source":145,"target":369},{"source":369,"target":161},{"source":146,"target":0},{"source":146,"target":194},{"source":146,"target":370},{"source":370,"target":194},{"source":147,"target":0},{"source":147,"target":85},{"source":147,"target":371},{"source":371,"target":85},{"source":148,"target":0},{"source":148,"target":123},{"source":148,"target":372},{"source":372,"target":123},{"source":149,"target":0},{"source":149,"target":76},{"source":149,"target":373},{"source":373,"target":76},{"source":150,"target":0},{"source":150,"target":85},{"source":150,"target":374},{"source":374,"target":85},{"source":151,"target":0},{"source":151,"target":46},{"source":151,"target":375},{"source":375,"target":46},{"source":152,"target":0},{"source":152,"target":15},{"source":152,"target":376},{"source":376,"target":15},{"source":153,"target":0},{"source":153,"target":33},{"source":153,"target":377},{"source":377,"target":33},{"source":154,"target":0},{"source":154,"target":41},{"source":154,"target":378},{"source":378,"target":41},{"source":155,"target":0},{"source":155,"target":172},{"source":155,"target":379},{"source":379,"target":172},{"source":156,"target":0},{"source":156,"target":137},{"source":156,"target":380},{"source":380,"target":137},{"source":157,"target":0},{"source":157,"target":161},{"source":157,"target":381},{"source":381,"target":161},{"source":158,"target":0},{"source":158,"target":131},{"source":158,"target":382},{"source":382,"target":131},{"source":159,"target":0},{"source":159,"target":110},{"source":159,"target":383},{"source":383,"target":110},{"source":160,"target":0},{"source":160,"target":125},{"source":160,"target":384},{"source":384,"target":125},{"source":161,"target":0},{"source":161,"target":173},{"source":161,"target":385},{"source":385,"target":173},{"source":162,"target":0},{"source":162,"target":20},{"source":162,"target":386},{"source":386,"target":20},{"source":163,"target":0},{"source":163,"target":85},{"source":163,"target":387},{"source":387,"target":85},{"source":164,"target":0},{"source":164,"target":113},{"source":164,"target":388},{"source":388,"target":113},{"source":165,"target":0},{"source":165,"target":20},{"source":165,"target":389},{"source":389,"target":20},{"source":166,"target":0},{"source":166,"target":85},{"source":166,"target":390},{"source":390,"target":85},{"source":167,"target":0},{"source":167,"target":122},{"source":167,"target":391},{"source":391,"target":122},{"source":168,"target":0},{"source":168,"target":85},{"source":168,"target":392},{"source":392,"target":85},{"source":169,"target":0},{"source":169,"target":161},{"source":169,"target":393},{"source":393,"target":161},{"source":170,"target":0},{"source":170,"target":41},{"source":170,"target":394},{"source":394,"target":41},{"source":171,"target":0},{"source":171,"target":10},{"source":171,"target":395},{"source":395,"target":10},{"source":172,"target":0},{"source":172,"target":46},{"source":172,"target":396},{"source":396,"target":46},{"source":173,"target":0},{"source":173,"target":188},{"source":173,"target":397},{"source":397,"target":188},{"source":174,"target":0},{"source":174,"target":126},{"source":174,"target":46},{"source":174,"target":398},{"source":174,"target":399},{"source":398,"target":126},{"source":399,"target":46},{"source":175,"target":0},{"source":175,"target":135},{"source":175,"target":400},{"source":400,"target":135},{"source":176,"target":0},{"source":176,"target":122},{"source":176,"target":401},{"source":401,"target":122},{"source":177,"target":0},{"source":177,"target":85},{"source":177,"target":402},{"source":402,"target":85},{"source":178,"target":0},{"source":178,"target":20},{"source":178,"target":403},{"source":403,"target":20},{"source":179,"target":0},{"source":179,"target":161},{"source":179,"target":404},{"source":404,"target":161},{"source":180,"target":0},{"source":180,"target":161},{"source":180,"target":405},{"source":405,"target":161},{"source":181,"target":0},{"source":181,"target":113},{"source":181,"target":406},{"source":406,"target":113},{"source":182,"target":0},{"source":182,"target":110},{"source":182,"target":407},{"source":407,"target":110},{"source":183,"target":0},{"source":183,"target":30},{"source":183,"target":408},{"source":408,"target":30},{"source":184,"target":0},{"source":184,"target":126},{"source":184,"target":121},{"source":184,"target":46},{"source":184,"target":409},{"source":184,"target":410},{"source":184,"target":411},{"source":409,"target":126},{"source":410,"target":121},{"source":411,"target":46},{"source":185,"target":0},{"source":185,"target":75},{"source":185,"target":412},{"source":412,"target":75},{"source":186,"target":0},{"source":186,"target":17},{"source":186,"target":413},{"source":413,"target":17},{"source":187,"target":0},{"source":187,"target":161},{"source":187,"target":414},{"source":414,"target":161},{"source":188,"target":0},{"source":188,"target":46},{"source":188,"target":415},{"source":415,"target":46},{"source":189,"target":0},{"source":189,"target":17},{"source":189,"target":58},{"source":189,"target":416},{"source":189,"target":417},{"source":416,"target":17},{"source":417,"target":58},{"source":190,"target":0},{"source":190,"target":43},{"source":190,"target":418},{"source":418,"target":43},{"source":191,"target":0},{"source":191,"target":188},{"source":191,"target":53},{"source":191,"target":419},{"source":191,"target":420},{"source":419,"target":188},{"source":420,"target":53},{"source":192,"target":0},{"source":192,"target":10},{"source":192,"target":421},{"source":421,"target":10},{"source":193,"target":0},{"source":193,"target":161},{"source":193,"target":422},{"source":422,"target":161},{"source":194,"target":0},{"source":194,"target":193},{"source":194,"target":423},{"source":423,"target":193},{"source":195,"target":0},{"source":195,"target":123},{"source":195,"target":424},{"source":424,"target":123},{"source":196,"target":0},{"source":196,"target":6},{"source":196,"target":425},{"source":425,"target":6},{"source":197,"target":0},{"source":197,"target":10},{"source":197,"target":426},{"source":426,"target":10},{"source":198,"target":0},{"source":198,"target":142},{"source":198,"target":427},{"source":427,"target":142}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fsm"
nsURI="platform:/resource/fr.irisa.triskell.kermeta.samples/fsm/metamodels/fsm.ecore"
nsPrefix="fsm">
<eClassifiers xsi:type="ecore:EClass" name="FSM">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedState" upperBound="-1"
eType="#//State" containment="true" eOpposite="#//State/owningFSM">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="11491501338094"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialState" lowerBound="1"
eType="#//State">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="11491501338095"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="finalState" lowerBound="1"
upperBound="-1" eType="#//State">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="11491501338097"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State">
<eStructuralFeatures xsi:type="ecore:EReference" name="owningFSM" lowerBound="1"
eType="#//FSM" eOpposite="#//FSM/ownedState">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013380911"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013382412"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransition" upperBound="-1"
eType="#//Transition" containment="true" eOpposite="#//Transition/source">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013382413"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransition" upperBound="-1"
eType="#//Transition" eOpposite="#//Transition/target">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013382414"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//State" eOpposite="#//State/outgoingTransition">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013382417"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//State" eOpposite="#//State/incomingTransition">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013382418"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="input" eType="#//String">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013382419"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="output" eType="#//String">
<eAnnotations source="http://www.topcased.org/uuid">
<details key="uuid" value="114915013382420"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
</ecore:EPackage>
| github:ecore:/data/diverse-project/kermeta/samples.fsm_projects/fr.irisa.triskell.kermeta.samples.fsm.demo/metamodels/fsmStatic.ecore | ecore | fsm
FSM
ownedState
initialState
finalState
State
owningFSM
name
outgoingTransition
incomingTransition
Transition
source
target
input
output
String
java.lang.String
java.lang.String | null | {"directed":true,"nodes":[{"nsPrefix":"fsm","nsURI":"platform:/resource/fr.irisa.triskell.kermeta.samples/fsm/metamodels/fsm.ecore","name":"fsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSM","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":4,"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":"ownedState","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},{"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":"finalState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningFSM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"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":"outgoingTransition","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":"incomingTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":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},{"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":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":"output","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"}],"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":5,"target":9},{"source":8,"target":2},{"source":6,"target":2},{"source":6,"target":10},{"source":6,"target":1},{"source":10,"target":2},{"source":7,"target":2},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":2},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":9,"target":1},{"source":9,"target":15},{"source":9,"target":2},{"source":9,"target":5},{"source":15,"target":1},{"source":12,"target":4},{"source":12,"target":16},{"source":12,"target":2},{"source":16,"target":4},{"source":13,"target":3},{"source":13,"target":17},{"source":13,"target":2},{"source":13,"target":18},{"source":17,"target":3},{"source":14,"target":3},{"source":14,"target":19},{"source":14,"target":2},{"source":14,"target":20},{"source":19,"target":3},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":18,"target":2},{"source":18,"target":23},{"source":18,"target":3},{"source":18,"target":13},{"source":23,"target":2},{"source":20,"target":2},{"source":20,"target":24},{"source":20,"target":3},{"source":20,"target":14},{"source":24,"target":2},{"source":21,"target":4},{"source":21,"target":25},{"source":21,"target":3},{"source":25,"target":4},{"source":22,"target":4},{"source":22,"target":26},{"source":22,"target":3},{"source":26,"target":4},{"source":4,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ir"
nsURI="http:///org/caltoopia/ir.ecore" nsPrefix="org.caltoopia.ir">
<eClassifiers xsi:type="ecore:EClass" name="Scope" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1"
eType="#//Declaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outer" eType="#//Scope"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//Annotation"/>
<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="VariableImport" eSuperTypes="#//Declaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableExternal" eSuperTypes="#//Declaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDeclarationImport" eSuperTypes="#//Declaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//Scope">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actors" upperBound="-1"
eType="#//AbstractActor"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractActor" eSuperTypes="#//Scope">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeActor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputPorts" upperBound="-1"
eType="#//Port"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputPorts" upperBound="-1"
eType="#//Port"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExternalActor" eSuperTypes="#//AbstractActor"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//AbstractActor">
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//Action"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializers" upperBound="-1"
eType="#//Action"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="schedule" eType="#//Schedule"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Network" eSuperTypes="#//AbstractActor">
<eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-1"
eType="#//Connection"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actors" upperBound="-1"
eType="#//ActorInstance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//Scope">
<eStructuralFeatures xsi:type="ecore:EReference" name="guards" upperBound="-1"
eType="#//Guard"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1"
eType="#//PortWrite"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1"
eType="#//PortRead"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tag" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//Statement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//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="ActorInstance" eSuperTypes="#//Variable">
<eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1"
eType="#//PortInstance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1"
eType="#//PortInstance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actualParameters" upperBound="-1"
eType="#//TaggedExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortInstance" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-1"
eType="#//Connection"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actor" eType="#//ActorInstance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//Scope"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaggedExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LiteralExpression" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" eSuperTypes="#//LiteralExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FloatLiteral" eSuperTypes="#//LiteralExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//LiteralExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//LiteralExpression">
<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="VariableExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Declaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1"
eType="#//Expression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1"
eType="#//Member"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="generators" upperBound="-1"
eType="#//Generator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Generator" eSuperTypes="#//Scope">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Member" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1"
eType="#//Expression"/>
<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>
<eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand1" eType="#//Expression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operand2" eType="#//Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//Expression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionCall" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="FunctionCall" eSuperTypes="#//ExpressionCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Expression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="function" eType="#//Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeConstructorCall" eSuperTypes="#//ExpressionCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Expression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typedef" eType="#//Declaration"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Connection" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//TaggedExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Point2PointConnection" eSuperTypes="#//Connection">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//PortInstance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//PortInstance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FromSource" eSuperTypes="#//Connection">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//PortInstance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Port"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToSink" eSuperTypes="#//Connection">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//PortInstance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sink" eType="#//Port"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableReference" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="declaration" eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1"
eType="#//Expression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1"
eType="#//Member"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assign" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//VariableReference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnValue" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcCall" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="inParameters" upperBound="-1"
eType="#//Expression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outParameters" upperBound="-1"
eType="#//VariableReference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="procedure" eType="#//Declaration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhileLoop" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForEach" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="generators" upperBound="-1"
eType="#//Generator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenBlock" eType="#//Block"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBlock" eType="#//Block"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Scope #//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//Statement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortAccess" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="port" eType="#//Port"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="repeat" eType="#//Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortWrite" eSuperTypes="#//Block #//PortAccess">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortRead" eSuperTypes="#//PortAccess">
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//VariableReference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortPeek" eSuperTypes="#//PortAccess">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//VariableReference"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="position" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Declaration" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scope" eType="#//Scope"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//TaggedExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForwardDeclaration" eSuperTypes="#//Declaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="declaration" eType="#//Declaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Declaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="initValue" eType="#//Expression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LambdaExpression" eSuperTypes="#//Scope #//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcExpression" eSuperTypes="#//Scope #//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1"
eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" eType="#//Expression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" eType="#//Expression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Guard" eSuperTypes="#//LambdaExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="peeks" upperBound="-1"
eType="#//PortPeek"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeBool" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeExternal" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scopeName" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//TaggedExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeInt" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeList" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Expression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeFloat" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeUint" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeString" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeRecord" eSuperTypes="#//Type #//Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1"
eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeUndef" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeActor" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeUser" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="declaration" eType="#//Declaration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeLambda" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="inputTypes" upperBound="-1"
eType="#//Type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputType" eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeProc" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="inputTypes" upperBound="-1"
eType="#//Type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputTypes" upperBound="-1"
eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeConstructor" eSuperTypes="#//Declaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="typedef" eType="#//TypeDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="#//Declaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constructor" eType="#//TypeConstructor"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Schedule">
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="freeRunners" upperBound="-1"
eType="#//Action"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="PriorityGraph" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialState" eType="#//State"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="PriorityGraph" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Action2TargetMap" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Annotation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//AnnotationArgument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationArgument">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Caltoopia/caltoopia/org.caltoopia.frontend/ir_model/ir.ecore | ecore | ir
Scope
declarations
outer
Node
annotations
id
VariableImport
namespace
VariableExternal
type
TypeDeclarationImport
namespace
Namespace
name
actors
AbstractActor
type
inputPorts
outputPorts
parameters
ExternalActor
Actor
actions
initializers
schedule
Network
connections
actors
Action
guards
outputs
inputs
tag
statements
Port
type
name
ActorInstance
inputs
outputs
actualParameters
PortInstance
name
connections
actor
Expression
type
context
TaggedExpression
tag
expression
LiteralExpression
IntegerLiteral
value
FloatLiteral
value
BooleanLiteral
value
StringLiteral
value
VariableExpression
variable
index
member
ListExpression
generators
expressions
Generator
source
Member
index
name
type
BinaryExpression
operand1
operator
operand2
UnaryExpression
operand
operator
ExpressionCall
FunctionCall
parameters
function
TypeConstructorCall
parameters
typedef
name
Connection
attributes
Point2PointConnection
source
target
FromSource
target
source
ToSink
source
sink
Statement
VariableReference
declaration
index
member
type
Assign
target
expression
ReturnValue
value
ProcCall
inParameters
outParameters
procedure
WhileLoop
body
condition
ForEach
body
generators
IfStatement
thenBlock
elseBlock
condition
Block
statements
PortAccess
port
repeat
PortWrite
expressions
PortRead
variables
PortPeek
variable
position
Declaration
name
scope
attributes
ForwardDeclaration
declaration
type
Variable
initValue
constant
false
type
parameter
false
LambdaExpression
parameters
body
ProcExpression
parameters
outputs
body
IfExpression
thenExpression
elseExpression
condition
Guard
peeks
Type
TypeBool
TypeExternal
name
scopeName
attributes
TypeInt
size
TypeList
size
type
TypeFloat
TypeUint
size
TypeString
TypeRecord
members
TypeUndef
TypeActor
namespace
name
TypeUser
declaration
TypeLambda
inputTypes
outputType
TypeProc
inputTypes
outputTypes
TypeConstructor
typedef
parameters
TypeDeclaration
type
constructor
Schedule
states
freeRunners
PriorityGraph
initialState
State
name
PriorityGraph
Action2TargetMap
Annotation
name
arguments
AnnotationArgument
id
value | null | {"directed":true,"nodes":[{"nsPrefix":"org.caltoopia.ir","nsURI":"http:///org/caltoopia/ir.ecore","name":"ir","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scope","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":"VariableImport","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExternal","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclarationImport","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractActor","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalActor","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Network","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorInstance","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortInstance","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaggedExpression","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatLiteral","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExpression","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generator","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionCall","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeConstructorCall","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point2PointConnection","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromSource","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToSink","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableReference","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnValue","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcCall","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileLoop","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEach","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortAccess","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortWrite","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortRead","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortPeek","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForwardDeclaration","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaExpression","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcExpression","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExpression","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeBool","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeExternal","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeInt","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeList","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeFloat","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeUint","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeString","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRecord","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeUndef","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeActor","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeUser","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLambda","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeProc","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeConstructor","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schedule","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationArgument","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"declarations","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":"outer","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":"annotations","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":"id","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":false,"unsettable":false,"transient":false,"unique":true,"name":"inputPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"schedule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"guards","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"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":"tag","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"statements","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"},{"container":false,"ordered":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":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actualParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connections","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":false,"unsettable":false,"transient":false,"unique":true,"name":"actor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":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":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tag","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"generators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"container":false,"ordered":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":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operand1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operand2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"container":false,"ordered":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":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"container":false,"ordered":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":240,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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"},{"container":false,"ordered":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":247,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"procedure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"generators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thenBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elseBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"repeat","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":0,"iD":false,"id":296,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"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":"constant","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"condition","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"peeks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":346,"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":"scopeName","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"container":false,"ordered":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":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"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":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":371,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constructor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"derived":false},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"freeRunners","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"PriorityGraph","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"PriorityGraph","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":"Action2TargetMap","changeable":true,"lowerBound":0,"iD":false,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":413,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":417,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":75},{"source":1,"target":76},{"source":1,"target":77},{"source":75,"target":48},{"source":75,"target":78},{"source":75,"target":1},{"source":78,"target":48},{"source":76,"target":1},{"source":76,"target":79},{"source":76,"target":1},{"source":79,"target":1},{"source":77,"target":2},{"source":2,"target":0},{"source":2,"target":80},{"source":2,"target":81},{"source":80,"target":73},{"source":80,"target":82},{"source":80,"target":2},{"source":82,"target":73},{"source":81,"target":83},{"source":81,"target":2},{"source":3,"target":0},{"source":3,"target":48},{"source":3,"target":84},{"source":3,"target":85},{"source":84,"target":86},{"source":84,"target":3},{"source":85,"target":48},{"source":4,"target":0},{"source":4,"target":48},{"source":4,"target":87},{"source":4,"target":88},{"source":87,"target":55},{"source":87,"target":89},{"source":87,"target":4},{"source":89,"target":55},{"source":88,"target":48},{"source":5,"target":0},{"source":5,"target":48},{"source":5,"target":90},{"source":5,"target":91},{"source":90,"target":92},{"source":90,"target":5},{"source":91,"target":48},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":93},{"source":6,"target":94},{"source":6,"target":95},{"source":93,"target":96},{"source":93,"target":6},{"source":94,"target":7},{"source":94,"target":97},{"source":94,"target":6},{"source":97,"target":7},{"source":95,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":7,"target":101},{"source":7,"target":102},{"source":98,"target":65},{"source":98,"target":103},{"source":98,"target":7},{"source":103,"target":65},{"source":99,"target":12},{"source":99,"target":104},{"source":99,"target":7},{"source":104,"target":12},{"source":100,"target":12},{"source":100,"target":105},{"source":100,"target":7},{"source":105,"target":12},{"source":101,"target":50},{"source":101,"target":106},{"source":101,"target":7},{"source":106,"target":50},{"source":102,"target":1},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":107},{"source":107,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":108},{"source":9,"target":109},{"source":9,"target":110},{"source":9,"target":111},{"source":108,"target":11},{"source":108,"target":112},{"source":108,"target":9},{"source":112,"target":11},{"source":109,"target":11},{"source":109,"target":113},{"source":109,"target":9},{"source":113,"target":11},{"source":110,"target":71},{"source":110,"target":114},{"source":110,"target":9},{"source":114,"target":71},{"source":111,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":115},{"source":10,"target":116},{"source":10,"target":117},{"source":115,"target":31},{"source":115,"target":118},{"source":115,"target":10},{"source":118,"target":31},{"source":116,"target":13},{"source":116,"target":119},{"source":116,"target":10},{"source":119,"target":13},{"source":117,"target":7},{"source":11,"target":0},{"source":11,"target":1},{"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":120,"target":54},{"source":120,"target":126},{"source":120,"target":11},{"source":126,"target":54},{"source":121,"target":45},{"source":121,"target":127},{"source":121,"target":11},{"source":127,"target":45},{"source":122,"target":46},{"source":122,"target":128},{"source":122,"target":11},{"source":128,"target":46},{"source":123,"target":129},{"source":123,"target":11},{"source":124,"target":35},{"source":124,"target":130},{"source":124,"target":11},{"source":130,"target":35},{"source":125,"target":1},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":131},{"source":12,"target":132},{"source":12,"target":133},{"source":131,"target":55},{"source":131,"target":134},{"source":131,"target":12},{"source":134,"target":55},{"source":132,"target":135},{"source":132,"target":12},{"source":133,"target":2},{"source":13,"target":0},{"source":13,"target":50},{"source":13,"target":136},{"source":13,"target":137},{"source":13,"target":138},{"source":13,"target":139},{"source":136,"target":14},{"source":136,"target":140},{"source":136,"target":13},{"source":140,"target":14},{"source":137,"target":14},{"source":137,"target":141},{"source":137,"target":13},{"source":141,"target":14},{"source":138,"target":16},{"source":138,"target":142},{"source":138,"target":13},{"source":142,"target":16},{"source":139,"target":50},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":143},{"source":14,"target":144},{"source":14,"target":145},{"source":14,"target":146},{"source":143,"target":147},{"source":143,"target":14},{"source":144,"target":31},{"source":144,"target":148},{"source":144,"target":14},{"source":148,"target":31},{"source":145,"target":13},{"source":145,"target":149},{"source":145,"target":14},{"source":149,"target":13},{"source":146,"target":2},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":150},{"source":15,"target":151},{"source":15,"target":152},{"source":150,"target":55},{"source":150,"target":153},{"source":150,"target":15},{"source":153,"target":55},{"source":151,"target":1},{"source":151,"target":154},{"source":151,"target":15},{"source":154,"target":1},{"source":152,"target":2},{"source":16,"target":0},{"source":16,"target":155},{"source":16,"target":156},{"source":155,"target":157},{"source":155,"target":16},{"source":156,"target":15},{"source":156,"target":158},{"source":156,"target":16},{"source":158,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":159},{"source":159,"target":15},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":160},{"source":18,"target":161},{"source":160,"target":162},{"source":160,"target":18},{"source":161,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":163},{"source":19,"target":164},{"source":163,"target":165},{"source":163,"target":19},{"source":164,"target":17},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":166},{"source":20,"target":167},{"source":166,"target":168},{"source":166,"target":20},{"source":167,"target":17},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":169},{"source":21,"target":170},{"source":169,"target":171},{"source":169,"target":21},{"source":170,"target":17},{"source":22,"target":0},{"source":22,"target":15},{"source":22,"target":172},{"source":22,"target":173},{"source":22,"target":174},{"source":22,"target":175},{"source":172,"target":48},{"source":172,"target":176},{"source":172,"target":22},{"source":176,"target":48},{"source":173,"target":15},{"source":173,"target":177},{"source":173,"target":22},{"source":177,"target":15},{"source":174,"target":25},{"source":174,"target":178},{"source":174,"target":22},{"source":178,"target":25},{"source":175,"target":15},{"source":23,"target":0},{"source":23,"target":15},{"source":23,"target":179},{"source":23,"target":180},{"source":23,"target":181},{"source":179,"target":24},{"source":179,"target":182},{"source":179,"target":23},{"source":182,"target":24},{"source":180,"target":15},{"source":180,"target":183},{"source":180,"target":23},{"source":183,"target":15},{"source":181,"target":15},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":184},{"source":24,"target":185},{"source":184,"target":15},{"source":184,"target":186},{"source":184,"target":24},{"source":186,"target":15},{"source":185,"target":1},{"source":25,"target":0},{"source":25,"target":2},{"source":25,"target":187},{"source":25,"target":188},{"source":25,"target":189},{"source":25,"target":190},{"source":187,"target":15},{"source":187,"target":191},{"source":187,"target":25},{"source":191,"target":15},{"source":188,"target":192},{"source":188,"target":25},{"source":189,"target":55},{"source":189,"target":193},{"source":189,"target":25},{"source":193,"target":55},{"source":190,"target":2},{"source":26,"target":0},{"source":26,"target":15},{"source":26,"target":194},{"source":26,"target":195},{"source":26,"target":196},{"source":26,"target":197},{"source":194,"target":15},{"source":194,"target":198},{"source":194,"target":26},{"source":198,"target":15},{"source":195,"target":199},{"source":195,"target":26},{"source":196,"target":15},{"source":196,"target":200},{"source":196,"target":26},{"source":200,"target":15},{"source":197,"target":15},{"source":27,"target":0},{"source":27,"target":15},{"source":27,"target":201},{"source":27,"target":202},{"source":27,"target":203},{"source":201,"target":15},{"source":201,"target":204},{"source":201,"target":27},{"source":204,"target":15},{"source":202,"target":205},{"source":202,"target":27},{"source":203,"target":15},{"source":28,"target":0},{"source":28,"target":15},{"source":28,"target":206},{"source":206,"target":15},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":207},{"source":29,"target":208},{"source":29,"target":209},{"source":207,"target":15},{"source":207,"target":210},{"source":207,"target":29},{"source":210,"target":15},{"source":208,"target":15},{"source":208,"target":211},{"source":208,"target":29},{"source":211,"target":15},{"source":209,"target":28},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":212},{"source":30,"target":213},{"source":30,"target":214},{"source":30,"target":215},{"source":212,"target":15},{"source":212,"target":216},{"source":212,"target":30},{"source":216,"target":15},{"source":213,"target":48},{"source":213,"target":217},{"source":213,"target":30},{"source":217,"target":48},{"source":214,"target":218},{"source":214,"target":30},{"source":215,"target":28},{"source":31,"target":0},{"source":31,"target":2},{"source":31,"target":219},{"source":31,"target":220},{"source":219,"target":16},{"source":219,"target":221},{"source":219,"target":31},{"source":221,"target":16},{"source":220,"target":2},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":222},{"source":32,"target":223},{"source":32,"target":224},{"source":222,"target":14},{"source":222,"target":225},{"source":222,"target":32},{"source":225,"target":14},{"source":223,"target":14},{"source":223,"target":226},{"source":223,"target":32},{"source":226,"target":14},{"source":224,"target":31},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":227},{"source":33,"target":228},{"source":33,"target":229},{"source":227,"target":14},{"source":227,"target":230},{"source":227,"target":33},{"source":230,"target":14},{"source":228,"target":12},{"source":228,"target":231},{"source":228,"target":33},{"source":231,"target":12},{"source":229,"target":31},{"source":34,"target":0},{"source":34,"target":31},{"source":34,"target":232},{"source":34,"target":233},{"source":34,"target":234},{"source":232,"target":14},{"source":232,"target":235},{"source":232,"target":34},{"source":235,"target":14},{"source":233,"target":12},{"source":233,"target":236},{"source":233,"target":34},{"source":236,"target":12},{"source":234,"target":31},{"source":35,"target":0},{"source":35,"target":2},{"source":35,"target":237},{"source":237,"target":2},{"source":36,"target":0},{"source":36,"target":2},{"source":36,"target":238},{"source":36,"target":239},{"source":36,"target":240},{"source":36,"target":241},{"source":36,"target":242},{"source":238,"target":50},{"source":238,"target":243},{"source":238,"target":36},{"source":243,"target":50},{"source":239,"target":15},{"source":239,"target":244},{"source":239,"target":36},{"source":244,"target":15},{"source":240,"target":25},{"source":240,"target":245},{"source":240,"target":36},{"source":245,"target":25},{"source":241,"target":55},{"source":241,"target":246},{"source":241,"target":36},{"source":246,"target":55},{"source":242,"target":2},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":247},{"source":37,"target":248},{"source":37,"target":249},{"source":247,"target":36},{"source":247,"target":250},{"source":247,"target":37},{"source":250,"target":36},{"source":248,"target":15},{"source":248,"target":251},{"source":248,"target":37},{"source":251,"target":15},{"source":249,"target":35},{"source":38,"target":0},{"source":38,"target":35},{"source":38,"target":252},{"source":38,"target":253},{"source":252,"target":15},{"source":252,"target":254},{"source":252,"target":38},{"source":254,"target":15},{"source":253,"target":35},{"source":39,"target":0},{"source":39,"target":35},{"source":39,"target":255},{"source":39,"target":256},{"source":39,"target":257},{"source":39,"target":258},{"source":255,"target":15},{"source":255,"target":259},{"source":255,"target":39},{"source":259,"target":15},{"source":256,"target":36},{"source":256,"target":260},{"source":256,"target":39},{"source":260,"target":36},{"source":257,"target":48},{"source":257,"target":261},{"source":257,"target":39},{"source":261,"target":48},{"source":258,"target":35},{"source":40,"target":0},{"source":40,"target":35},{"source":40,"target":262},{"source":40,"target":263},{"source":40,"target":264},{"source":262,"target":43},{"source":262,"target":265},{"source":262,"target":40},{"source":265,"target":43},{"source":263,"target":15},{"source":263,"target":266},{"source":263,"target":40},{"source":266,"target":15},{"source":264,"target":35},{"source":41,"target":0},{"source":41,"target":35},{"source":41,"target":267},{"source":41,"target":268},{"source":41,"target":269},{"source":267,"target":43},{"source":267,"target":270},{"source":267,"target":41},{"source":270,"target":43},{"source":268,"target":24},{"source":268,"target":271},{"source":268,"target":41},{"source":271,"target":24},{"source":269,"target":35},{"source":42,"target":0},{"source":42,"target":35},{"source":42,"target":272},{"source":42,"target":273},{"source":42,"target":274},{"source":42,"target":275},{"source":272,"target":43},{"source":272,"target":276},{"source":272,"target":42},{"source":276,"target":43},{"source":273,"target":43},{"source":273,"target":277},{"source":273,"target":42},{"source":277,"target":43},{"source":274,"target":15},{"source":274,"target":278},{"source":274,"target":42},{"source":278,"target":15},{"source":275,"target":35},{"source":43,"target":0},{"source":43,"target":1},{"source":43,"target":35},{"source":43,"target":279},{"source":43,"target":280},{"source":43,"target":281},{"source":279,"target":35},{"source":279,"target":282},{"source":279,"target":43},{"source":282,"target":35},{"source":280,"target":1},{"source":281,"target":35},{"source":44,"target":0},{"source":44,"target":2},{"source":44,"target":283},{"source":44,"target":284},{"source":44,"target":285},{"source":283,"target":12},{"source":283,"target":286},{"source":283,"target":44},{"source":286,"target":12},{"source":284,"target":15},{"source":284,"target":287},{"source":284,"target":44},{"source":287,"target":15},{"source":285,"target":2},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":44},{"source":45,"target":288},{"source":45,"target":289},{"source":45,"target":290},{"source":288,"target":15},{"source":288,"target":291},{"source":288,"target":45},{"source":291,"target":15},{"source":289,"target":43},{"source":290,"target":44},{"source":46,"target":0},{"source":46,"target":44},{"source":46,"target":292},{"source":46,"target":293},{"source":292,"target":36},{"source":292,"target":294},{"source":292,"target":46},{"source":294,"target":36},{"source":293,"target":44},{"source":47,"target":0},{"source":47,"target":44},{"source":47,"target":295},{"source":47,"target":296},{"source":47,"target":297},{"source":295,"target":36},{"source":295,"target":298},{"source":295,"target":47},{"source":298,"target":36},{"source":296,"target":299},{"source":296,"target":47},{"source":297,"target":44},{"source":48,"target":0},{"source":48,"target":2},{"source":48,"target":300},{"source":48,"target":301},{"source":48,"target":302},{"source":48,"target":303},{"source":300,"target":304},{"source":300,"target":48},{"source":301,"target":1},{"source":301,"target":305},{"source":301,"target":48},{"source":305,"target":1},{"source":302,"target":16},{"source":302,"target":306},{"source":302,"target":48},{"source":306,"target":16},{"source":303,"target":2},{"source":49,"target":0},{"source":49,"target":48},{"source":49,"target":307},{"source":49,"target":308},{"source":49,"target":309},{"source":307,"target":48},{"source":307,"target":310},{"source":307,"target":49},{"source":310,"target":48},{"source":308,"target":55},{"source":308,"target":311},{"source":308,"target":49},{"source":311,"target":55},{"source":309,"target":48},{"source":50,"target":0},{"source":50,"target":48},{"source":50,"target":312},{"source":50,"target":313},{"source":50,"target":314},{"source":50,"target":315},{"source":50,"target":316},{"source":312,"target":15},{"source":312,"target":317},{"source":312,"target":50},{"source":317,"target":15},{"source":313,"target":318},{"source":313,"target":50},{"source":314,"target":55},{"source":314,"target":319},{"source":314,"target":50},{"source":319,"target":55},{"source":315,"target":320},{"source":315,"target":50},{"source":316,"target":48},{"source":51,"target":0},{"source":51,"target":1},{"source":51,"target":15},{"source":51,"target":321},{"source":51,"target":322},{"source":51,"target":323},{"source":51,"target":324},{"source":321,"target":50},{"source":321,"target":325},{"source":321,"target":51},{"source":325,"target":50},{"source":322,"target":15},{"source":322,"target":326},{"source":322,"target":51},{"source":326,"target":15},{"source":323,"target":1},{"source":324,"target":15},{"source":52,"target":0},{"source":52,"target":1},{"source":52,"target":15},{"source":52,"target":327},{"source":52,"target":328},{"source":52,"target":329},{"source":52,"target":330},{"source":52,"target":331},{"source":327,"target":50},{"source":327,"target":332},{"source":327,"target":52},{"source":332,"target":50},{"source":328,"target":50},{"source":328,"target":333},{"source":328,"target":52},{"source":333,"target":50},{"source":329,"target":43},{"source":329,"target":334},{"source":329,"target":52},{"source":334,"target":43},{"source":330,"target":1},{"source":331,"target":15},{"source":53,"target":0},{"source":53,"target":15},{"source":53,"target":335},{"source":53,"target":336},{"source":53,"target":337},{"source":53,"target":338},{"source":335,"target":15},{"source":335,"target":339},{"source":335,"target":53},{"source":339,"target":15},{"source":336,"target":15},{"source":336,"target":340},{"source":336,"target":53},{"source":340,"target":15},{"source":337,"target":15},{"source":337,"target":341},{"source":337,"target":53},{"source":341,"target":15},{"source":338,"target":15},{"source":54,"target":0},{"source":54,"target":51},{"source":54,"target":342},{"source":54,"target":343},{"source":342,"target":47},{"source":342,"target":344},{"source":342,"target":54},{"source":344,"target":47},{"source":343,"target":51},{"source":55,"target":0},{"source":56,"target":0},{"source":56,"target":55},{"source":56,"target":345},{"source":345,"target":55},{"source":57,"target":0},{"source":57,"target":55},{"source":57,"target":346},{"source":57,"target":347},{"source":57,"target":348},{"source":57,"target":349},{"source":346,"target":350},{"source":346,"target":57},{"source":347,"target":351},{"source":347,"target":57},{"source":348,"target":16},{"source":348,"target":352},{"source":348,"target":57},{"source":352,"target":16},{"source":349,"target":55},{"source":58,"target":0},{"source":58,"target":55},{"source":58,"target":353},{"source":58,"target":354},{"source":353,"target":15},{"source":353,"target":355},{"source":353,"target":58},{"source":355,"target":15},{"source":354,"target":55},{"source":59,"target":0},{"source":59,"target":55},{"source":59,"target":356},{"source":59,"target":357},{"source":59,"target":358},{"source":356,"target":15},{"source":356,"target":359},{"source":356,"target":59},{"source":359,"target":15},{"source":357,"target":55},{"source":357,"target":360},{"source":357,"target":59},{"source":360,"target":55},{"source":358,"target":55},{"source":60,"target":0},{"source":60,"target":55},{"source":60,"target":361},{"source":361,"target":55},{"source":61,"target":0},{"source":61,"target":55},{"source":61,"target":362},{"source":61,"target":363},{"source":362,"target":15},{"source":362,"target":364},{"source":362,"target":61},{"source":364,"target":15},{"source":363,"target":55},{"source":62,"target":0},{"source":62,"target":55},{"source":62,"target":365},{"source":365,"target":55},{"source":63,"target":0},{"source":63,"target":55},{"source":63,"target":2},{"source":63,"target":366},{"source":63,"target":367},{"source":63,"target":368},{"source":366,"target":50},{"source":366,"target":369},{"source":366,"target":63},{"source":369,"target":50},{"source":367,"target":55},{"source":368,"target":2},{"source":64,"target":0},{"source":64,"target":55},{"source":64,"target":370},{"source":370,"target":55},{"source":65,"target":0},{"source":65,"target":55},{"source":65,"target":371},{"source":65,"target":372},{"source":65,"target":373},{"source":371,"target":374},{"source":371,"target":65},{"source":372,"target":375},{"source":372,"target":65},{"source":373,"target":55},{"source":66,"target":0},{"source":66,"target":55},{"source":66,"target":376},{"source":66,"target":377},{"source":376,"target":48},{"source":376,"target":378},{"source":376,"target":66},{"source":378,"target":48},{"source":377,"target":55},{"source":67,"target":0},{"source":67,"target":55},{"source":67,"target":379},{"source":67,"target":380},{"source":67,"target":381},{"source":379,"target":55},{"source":379,"target":382},{"source":379,"target":67},{"source":382,"target":55},{"source":380,"target":55},{"source":380,"target":383},{"source":380,"target":67},{"source":383,"target":55},{"source":381,"target":55},{"source":68,"target":0},{"source":68,"target":55},{"source":68,"target":384},{"source":68,"target":385},{"source":68,"target":386},{"source":384,"target":55},{"source":384,"target":387},{"source":384,"target":68},{"source":387,"target":55},{"source":385,"target":55},{"source":385,"target":388},{"source":385,"target":68},{"source":388,"target":55},{"source":386,"target":55},{"source":69,"target":0},{"source":69,"target":48},{"source":69,"target":389},{"source":69,"target":390},{"source":69,"target":391},{"source":389,"target":70},{"source":389,"target":392},{"source":389,"target":69},{"source":392,"target":70},{"source":390,"target":50},{"source":390,"target":393},{"source":390,"target":69},{"source":393,"target":50},{"source":391,"target":48},{"source":70,"target":0},{"source":70,"target":48},{"source":70,"target":394},{"source":70,"target":395},{"source":70,"target":396},{"source":394,"target":55},{"source":394,"target":397},{"source":394,"target":70},{"source":397,"target":55},{"source":395,"target":69},{"source":395,"target":398},{"source":395,"target":70},{"source":398,"target":69},{"source":396,"target":48},{"source":71,"target":0},{"source":71,"target":399},{"source":71,"target":400},{"source":71,"target":401},{"source":71,"target":402},{"source":399,"target":72},{"source":399,"target":403},{"source":399,"target":71},{"source":403,"target":72},{"source":400,"target":11},{"source":400,"target":404},{"source":400,"target":71},{"source":404,"target":11},{"source":401,"target":405},{"source":401,"target":71},{"source":402,"target":72},{"source":402,"target":406},{"source":402,"target":71},{"source":406,"target":72},{"source":72,"target":0},{"source":72,"target":407},{"source":72,"target":408},{"source":72,"target":409},{"source":407,"target":410},{"source":407,"target":72},{"source":408,"target":411},{"source":408,"target":72},{"source":409,"target":412},{"source":409,"target":72},{"source":73,"target":0},{"source":73,"target":413},{"source":73,"target":414},{"source":413,"target":415},{"source":413,"target":73},{"source":414,"target":74},{"source":414,"target":416},{"source":414,"target":73},{"source":416,"target":74},{"source":74,"target":0},{"source":74,"target":417},{"source":74,"target":418},{"source":417,"target":419},{"source":417,"target":74},{"source":418,"target":420},{"source":418,"target":74}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="completemodel"
nsURI="http:///completemodel.ecore" nsPrefix="completemodel">
<eClassifiers xsi:type="ecore:EClass" name="Contact">
<eOperations name="addContact" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="searchContact" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="deleteContact" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="editContact" ordered="false" lowerBound="1"/>
<eOperations name="printContact" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<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="lastname" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="street" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zipcode" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="counrtry" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="phone" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fax" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mobile" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mail" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="additional_info" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UserData">
<eOperations name="comparePasswd" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="username" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="password" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContactCollection">
<eStructuralFeatures xsi:type="ecore:EReference" name="contacts" ordered="false"
upperBound="-1" eType="#//Contact" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/completemodel.ecore | ecore | completemodel
Contact
addContact
searchContact
deleteContact
editContact
printContact
name
lastname
street
zipcode
city
counrtry
phone
fax
mobile
mail
additional_info
UserData
comparePasswd
username
password
ContactCollection
contacts | null | {"directed":true,"nodes":[{"nsPrefix":"completemodel","nsURI":"http:///completemodel.ecore","name":"completemodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contact","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserData","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContactCollection","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"unique":true,"name":"addContact","lowerBound":1,"id":4,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"searchContact","lowerBound":1,"id":5,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"deleteContact","lowerBound":1,"id":6,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"editContact","lowerBound":1,"id":7,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"printContact","lowerBound":1,"id":8,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":9,"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":"lastname","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"street","changeable":true,"lowerBound":1,"iD":false,"id":11,"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":"zipcode","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":1,"iD":false,"id":13,"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":"counrtry","changeable":true,"lowerBound":1,"iD":false,"id":14,"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":"phone","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fax","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mobile","changeable":true,"lowerBound":1,"iD":false,"id":17,"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":"mail","changeable":true,"lowerBound":1,"iD":false,"id":18,"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":"additional_info","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"comparePasswd","lowerBound":1,"id":35,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"username","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":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":4,"target":20},{"source":4,"target":1},{"source":5,"target":21},{"source":5,"target":1},{"source":6,"target":22},{"source":6,"target":1},{"source":7,"target":1},{"source":8,"target":23},{"source":8,"target":1},{"source":9,"target":24},{"source":9,"target":1},{"source":10,"target":25},{"source":10,"target":1},{"source":11,"target":26},{"source":11,"target":1},{"source":12,"target":27},{"source":12,"target":1},{"source":13,"target":28},{"source":13,"target":1},{"source":14,"target":29},{"source":14,"target":1},{"source":15,"target":30},{"source":15,"target":1},{"source":16,"target":31},{"source":16,"target":1},{"source":17,"target":32},{"source":17,"target":1},{"source":18,"target":33},{"source":18,"target":1},{"source":19,"target":34},{"source":19,"target":1},{"source":2,"target":0},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":35,"target":38},{"source":35,"target":2},{"source":36,"target":39},{"source":36,"target":2},{"source":37,"target":40},{"source":37,"target":2},{"source":3,"target":0},{"source":3,"target":41},{"source":41,"target":1},{"source":41,"target":42},{"source":41,"target":3},{"source":42,"target":1}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="database" nsURI="http://www.obeonetwork.org/dsl/database/1.0"
nsPrefix="database">
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//DatabaseElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of this model element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataBase" eSuperTypes="#//TableContainer ../../org.obeonetwork.dsl.typeslibrary/model/typeslibrary.ecore#//TypesLibraryUser">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" 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 URL of the database."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="schemas" upperBound="-1"
eType="#//Schema" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of schemas contained in this database."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="defines" upperBound="-1"
eType="ecore:EClass ../../org.obeonetwork.dsl.typeslibrary/model/typeslibrary.ecore#//UserDefinedTypesLibrary"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of user defined type libraries in this database."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractTable" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//TableContainer"
eOpposite="#//TableContainer/tables">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The container of this table."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//NamedElement">
<eOperations name="addToPrimaryKey"/>
<eOperations name="addToUniqueIndex"/>
<eOperations name="removeFromPrimaryKey"/>
<eOperations name="removeFromUniqueIndex"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nullable" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tells if this column value can be null."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" ordered="false"
unique="false" 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 column default value."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="indexes" upperBound="-1"
eType="#//Index" changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of indexes for this column."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="indexElements" upperBound="-1"
eType="#//IndexElement" eOpposite="#//IndexElement/column">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of index elements for this column."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="primaryKey" eType="#//PrimaryKey"
eOpposite="#//PrimaryKey/columns">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of primary keys for this column."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="foreignKeys" upperBound="-1"
eType="#//ForeignKey" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of foreign keys for this column."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="foreignKeyElements" upperBound="-1"
eType="#//ForeignKeyElement" eOpposite="#//ForeignKeyElement/fkColumn">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of foreign key elements for this column."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass ../../org.obeonetwork.dsl.typeslibrary/model/typeslibrary.ecore#//Type"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The type of this column."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sequence" eType="#//Sequence"
eOpposite="#//Sequence/columns">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The sequence for this column."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Table"
eOpposite="#//Table/columns">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The containing table."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="autoincrement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tells if the column auto increments."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inPrimaryKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tells if the column is in primary keys."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inForeignKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tells if the column is in foreign keys."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tells if the column values are unique."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Index" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifier" 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 index qualifier."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//IndexElement" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of index elements."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tells if the index is unique."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The index cardinality."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="indexType" 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 index type."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Table"
eOpposite="#//Table/indexes">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The containing table."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="View" eSuperTypes="#//AbstractTable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="query" 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 query populating the view."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1"
eType="#//ViewElement" transient="true" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of columns in this view."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1"
eType="#//ViewElement" transient="true" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of tables in this view."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//AbstractTable">
<eStructuralFeatures xsi:type="ecore:EReference" name="primaryKey" ordered="false"
eType="#//PrimaryKey" containment="true" eOpposite="#//PrimaryKey/owner">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The primary key."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="foreignKeys" upperBound="-1"
eType="#//ForeignKey" containment="true" eOpposite="#//ForeignKey/owner">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of foreign keys."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1"
eType="#//Constraint" containment="true" eOpposite="#//Constraint/owner">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of constraints."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="indexes" upperBound="-1"
eType="#//Index" containment="true" eOpposite="#//Index/owner">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of indexes."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1"
eType="#//Column" containment="true" eOpposite="#//Column/owner">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of columns."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimaryKey" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1"
eType="#//Column" eOpposite="#//Column/primaryKey">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of columns."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Table"
eOpposite="#//Table/primaryKey">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The containing table."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForeignKey" eSuperTypes="#//NamedElement">
<eOperations name="getSourceTable" eType="#//Table"/>
<eOperations name="getTargetTable" eType="#//Table"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//ForeignKeyElement" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of foreign key elements."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Table"
eOpposite="#//Table/foreignKeys">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The containing table."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Table">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The targeted table."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForeignKeyElement" eSuperTypes="#//DatabaseElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="fkColumn" eType="#//Column"
eOpposite="#//Column/foreignKeyElements">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The foreign key column."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="pkColumn" eType="#//Column">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The primary key column."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IndexElement" eSuperTypes="#//DatabaseElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="#//Column"
eOpposite="#//Column/indexElements">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The column to index."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="asc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The order."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The constaint expression."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Table"
eOpposite="#//Table/constraints">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The containing table."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DatabaseElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true" iD="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The identifier of the element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" 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 comment."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="techID" 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 technical identifier."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Schema" eSuperTypes="#//TableContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="Sequence" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The starting value."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="increment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The increment size."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The minimum value."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The maximum value."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cacheSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache size."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cycle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tells if the sequence is cyclic."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1"
eType="#//Column" eOpposite="#//Column/sequence">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of colums this sequence is applied."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableContainer" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="tables" ordered="false"
upperBound="-1" eType="#//AbstractTable" containment="true" eOpposite="#//AbstractTable/owner">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of contained tables."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sequences" upperBound="-1"
eType="#//Sequence" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of contained sequences."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ViewElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" 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 alias."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/ObeoNetwork/InformationSystem/models/database/plugins/org.obeonetwork.dsl.database/model/database.ecore | ecore | database
NamedElement
name
DataBase
url
schemas
defines
AbstractTable
owner
Column
addToPrimaryKey
addToUniqueIndex
removeFromPrimaryKey
removeFromUniqueIndex
nullable
defaultValue
indexes
indexElements
primaryKey
foreignKeys
foreignKeyElements
type
sequence
owner
autoincrement
inPrimaryKey
inForeignKey
unique
Index
qualifier
elements
unique
cardinality
indexType
owner
View
query
columns
tables
Table
primaryKey
foreignKeys
constraints
indexes
columns
PrimaryKey
columns
owner
ForeignKey
getSourceTable
getTargetTable
elements
owner
target
ForeignKeyElement
fkColumn
pkColumn
IndexElement
column
asc
Constraint
expression
owner
DatabaseElement
ID
comments
techID
Schema
Sequence
start
increment
minValue
maxValue
cacheSize
cycle
columns
TableContainer
tables
sequences
ViewElement
name
alias | null | {"directed":true,"nodes":[{"nsPrefix":"database","nsURI":"http://www.obeonetwork.org/dsl/database/1.0","name":"database","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":"AbstractTable","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Index","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":"Table","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryKey","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKeyElement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexElement","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":"DatabaseElement","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schema","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableContainer","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewElement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"url","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schemas","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":"defines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":true,"ordered":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":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"addToPrimaryKey","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addToUniqueIndex","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeFromPrimaryKey","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeFromUniqueIndex","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"nullable","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"defaultValue","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":false,"unsettable":false,"transient":true,"unique":true,"name":"indexes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":39,"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":"indexElements","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":"primaryKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"foreignKeys","changeable":false,"resolveProxies":true,"lowerBound":0,"id":42,"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":"foreignKeyElements","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sequence","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},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"autoincrement","changeable":true,"lowerBound":0,"iD":false,"id":47,"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":"inPrimaryKey","changeable":false,"lowerBound":0,"iD":false,"id":48,"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":"inForeignKey","changeable":false,"lowerBound":0,"iD":false,"id":49,"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":"unique","changeable":false,"lowerBound":0,"iD":false,"id":50,"derived":true},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"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":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fkColumn","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"lowerBound":0,"iD":false,"id":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cardinality","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexType","changeable":true,"lowerBound":0,"iD":false,"id":75,"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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indexes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":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":"foreignKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"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":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"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,"unique":true,"name":"getSourceTable","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTargetTable","lowerBound":0,"id":108,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pkColumn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"asc","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"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":"ID","changeable":false,"lowerBound":0,"iD":true,"id":129,"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":"comments","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"techID","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"increment","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":"minValue","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxValue","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cacheSize","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cycle","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"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":"alias","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":18},{"source":1,"target":19},{"source":18,"target":20},{"source":18,"target":1},{"source":19,"target":13},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":21,"target":26},{"source":21,"target":2},{"source":22,"target":14},{"source":22,"target":27},{"source":22,"target":2},{"source":27,"target":14},{"source":23,"target":28},{"source":23,"target":2},{"source":24,"target":16},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":29},{"source":3,"target":30},{"source":29,"target":16},{"source":29,"target":31},{"source":29,"target":3},{"source":29,"target":32},{"source":31,"target":16},{"source":30,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":33,"target":4},{"source":34,"target":4},{"source":35,"target":4},{"source":36,"target":4},{"source":37,"target":52},{"source":37,"target":4},{"source":38,"target":53},{"source":38,"target":4},{"source":39,"target":5},{"source":39,"target":54},{"source":39,"target":4},{"source":54,"target":5},{"source":40,"target":11},{"source":40,"target":55},{"source":40,"target":4},{"source":40,"target":56},{"source":55,"target":11},{"source":41,"target":8},{"source":41,"target":57},{"source":41,"target":4},{"source":41,"target":58},{"source":57,"target":8},{"source":42,"target":9},{"source":42,"target":59},{"source":42,"target":4},{"source":59,"target":9},{"source":43,"target":10},{"source":43,"target":60},{"source":43,"target":4},{"source":43,"target":61},{"source":60,"target":10},{"source":44,"target":62},{"source":44,"target":4},{"source":45,"target":15},{"source":45,"target":63},{"source":45,"target":4},{"source":45,"target":64},{"source":63,"target":15},{"source":46,"target":7},{"source":46,"target":65},{"source":46,"target":4},{"source":46,"target":66},{"source":65,"target":7},{"source":47,"target":67},{"source":47,"target":4},{"source":48,"target":68},{"source":48,"target":4},{"source":49,"target":69},{"source":49,"target":4},{"source":50,"target":70},{"source":50,"target":4},{"source":51,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":5,"target":77},{"source":71,"target":78},{"source":71,"target":5},{"source":72,"target":11},{"source":72,"target":79},{"source":72,"target":5},{"source":79,"target":11},{"source":73,"target":80},{"source":73,"target":5},{"source":74,"target":81},{"source":74,"target":5},{"source":75,"target":82},{"source":75,"target":5},{"source":76,"target":7},{"source":76,"target":83},{"source":76,"target":5},{"source":76,"target":84},{"source":83,"target":7},{"source":77,"target":1},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":85},{"source":6,"target":86},{"source":6,"target":87},{"source":6,"target":88},{"source":85,"target":89},{"source":85,"target":6},{"source":86,"target":17},{"source":86,"target":90},{"source":86,"target":6},{"source":90,"target":17},{"source":87,"target":17},{"source":87,"target":91},{"source":87,"target":6},{"source":91,"target":17},{"source":88,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":92},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":84},{"source":7,"target":66},{"source":7,"target":95},{"source":92,"target":8},{"source":92,"target":96},{"source":92,"target":7},{"source":92,"target":97},{"source":96,"target":8},{"source":93,"target":9},{"source":93,"target":98},{"source":93,"target":7},{"source":93,"target":99},{"source":98,"target":9},{"source":94,"target":12},{"source":94,"target":100},{"source":94,"target":7},{"source":94,"target":101},{"source":100,"target":12},{"source":84,"target":5},{"source":84,"target":102},{"source":84,"target":7},{"source":84,"target":76},{"source":102,"target":5},{"source":66,"target":4},{"source":66,"target":103},{"source":66,"target":7},{"source":66,"target":46},{"source":103,"target":4},{"source":95,"target":3},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":58},{"source":8,"target":97},{"source":8,"target":104},{"source":58,"target":4},{"source":58,"target":105},{"source":58,"target":8},{"source":58,"target":41},{"source":105,"target":4},{"source":97,"target":7},{"source":97,"target":106},{"source":97,"target":8},{"source":97,"target":92},{"source":106,"target":7},{"source":104,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":107},{"source":9,"target":108},{"source":9,"target":109},{"source":9,"target":99},{"source":9,"target":110},{"source":9,"target":111},{"source":107,"target":7},{"source":107,"target":112},{"source":107,"target":9},{"source":112,"target":7},{"source":108,"target":7},{"source":108,"target":113},{"source":108,"target":9},{"source":113,"target":7},{"source":109,"target":10},{"source":109,"target":114},{"source":109,"target":9},{"source":114,"target":10},{"source":99,"target":7},{"source":99,"target":115},{"source":99,"target":9},{"source":99,"target":93},{"source":115,"target":7},{"source":110,"target":7},{"source":110,"target":116},{"source":110,"target":9},{"source":116,"target":7},{"source":111,"target":1},{"source":10,"target":0},{"source":10,"target":13},{"source":10,"target":61},{"source":10,"target":117},{"source":10,"target":118},{"source":61,"target":4},{"source":61,"target":119},{"source":61,"target":10},{"source":61,"target":43},{"source":119,"target":4},{"source":117,"target":4},{"source":117,"target":120},{"source":117,"target":10},{"source":120,"target":4},{"source":118,"target":13},{"source":11,"target":0},{"source":11,"target":13},{"source":11,"target":56},{"source":11,"target":121},{"source":11,"target":122},{"source":56,"target":4},{"source":56,"target":123},{"source":56,"target":11},{"source":56,"target":40},{"source":123,"target":4},{"source":121,"target":124},{"source":121,"target":11},{"source":122,"target":13},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":125},{"source":12,"target":101},{"source":12,"target":126},{"source":125,"target":127},{"source":125,"target":12},{"source":101,"target":7},{"source":101,"target":128},{"source":101,"target":12},{"source":101,"target":94},{"source":128,"target":7},{"source":126,"target":1},{"source":13,"target":0},{"source":13,"target":129},{"source":13,"target":130},{"source":13,"target":131},{"source":129,"target":132},{"source":129,"target":13},{"source":130,"target":133},{"source":130,"target":13},{"source":131,"target":134},{"source":131,"target":13},{"source":14,"target":0},{"source":14,"target":16},{"source":14,"target":135},{"source":135,"target":16},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":136},{"source":15,"target":137},{"source":15,"target":138},{"source":15,"target":139},{"source":15,"target":140},{"source":15,"target":141},{"source":15,"target":64},{"source":15,"target":142},{"source":136,"target":143},{"source":136,"target":15},{"source":137,"target":144},{"source":137,"target":15},{"source":138,"target":145},{"source":138,"target":15},{"source":139,"target":146},{"source":139,"target":15},{"source":140,"target":147},{"source":140,"target":15},{"source":141,"target":148},{"source":141,"target":15},{"source":64,"target":4},{"source":64,"target":149},{"source":64,"target":15},{"source":64,"target":45},{"source":149,"target":4},{"source":142,"target":1},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":32},{"source":16,"target":150},{"source":16,"target":151},{"source":32,"target":3},{"source":32,"target":152},{"source":32,"target":16},{"source":32,"target":29},{"source":152,"target":3},{"source":150,"target":15},{"source":150,"target":153},{"source":150,"target":16},{"source":153,"target":15},{"source":151,"target":1},{"source":17,"target":0},{"source":17,"target":154},{"source":17,"target":155},{"source":154,"target":156},{"source":154,"target":17},{"source":155,"target":157},{"source":155,"target":17}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2">
<eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind">
<eLiterals name="package" value="1" literal="package"/>
<eLiterals name="private" value="2" literal="private"/>
<eLiterals name="protected" value="3" literal="protected"/>
<eLiterals name="public" value="4" literal="public"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/>
<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="RaiseExceptionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsMATLABownedElementHasVisibility.ecore | ecore | UML2
VisibilityKind
package
package
private
private
protected
protected
public
public
StructuredClassifier
DurationInterval
Usage
ReadExtentAction
MessageEnd
Node
Vertex
PrimitiveFunction
AcceptEventAction
InvocationAction
FinalState
PartDecomposition
CombinedFragment
ActivityParameterNode
ParameterableClassifier
EncapsulatedClassifier
ExtensionEnd
VariableAction
ReadSelfAction
PackageableElement
LoopNode
MergeNode
ReadStructuralFeatureAction
ActivityPartition
DurationObservationAction
StructuralFeatureAction
ClearAssociationAction
RemoveVariableValueAction
TimeObservationAction
Extension
LiteralString
Signal
ExpansionRegion
ControlFlow
StateMachine
LiteralNull
ActivityEdge
DurationConstraint
Operation
RedefinableElement
CallAction
TypedElement
Enumeration
CreateObjectAction
Dependency
RedefinableTemplateSignature
TestIdentityAction
UseCase
SendObjectAction
Classifier
BroadcastSignalAction
ActivityFinalNode
ReadLinkObjectEndAction
DeployedArtifact
TimeConstraint
Constraint
Type
AddVariableValueAction
CreateLinkObjectAction
TimeInterval
ValuePin
Reception
InstanceValue
Interaction
ClearVariableAction
Feature
TemplateableClassifier
Abstraction
OutputPin
CommunicationPath
CallTrigger
CollaborationOccurrence
FlowFinalNode
DestroyLinkAction
Lifeline
ReadLinkAction
AssociationClass
NamedElement
visibility
StructuredActivityNode
State
Parameter
Region
ExecutionOccurrence
StartOwnedBehaviorAction
ClearStructuralFeatureAction
LiteralInteger
TimeTrigger
Artifact
ReclassifyObjectAction
EnumerationLiteral
Variable
Trigger
Continuation
InformationItem
InputPin
WriteVariableAction
Actor
ConditionalNode
Collaboration
StructuralFeature
Activity
ApplyFunctionAction
AddStructuralFeatureValueAction
DataStoreNode
Interval
ObjectFlow
GeneralizationSet
CallOperationAction
SendSignalAction
EventOccurrence
Stop
ExpansionNode
DestroyObjectAction
ActivityNode
ConnectionPointReference
DeploymentTarget
TimeExpression
Pin
Transition
LiteralSpecification
Message
InteractionFragment
ObjectNode
Component
InitialNode
DecisionNode
Action
Interface
Stereotype
GeneralOrdering
LiteralBoolean
Namespace
member
RaiseExceptionAction
Deployment
Property
AcceptCallAction
InformationFlow
InteractionOperand
InstanceSpecification
ExecutionEnvironment
Realization
IntervalConstraint
ReadVariableAction
ChangeTrigger
WriteStructuralFeatureAction
AnyTrigger
ProtocolTransition
FinalNode
ReadLinkObjectEndQualifierAction
LiteralUnlimitedNatural
Gate
RemoveStructuralFeatureValueAction
DataType
ControlNode
Permission
InteractionOccurrence
WriteLinkAction
CentralBufferNode
Package
Duration
ExtensionPoint
Profile
LinkAction
ReadIsClassifiedObjectAction
Extend
Include
CallBehaviorAction
CreateLinkAction
Behavior
JoinNode
BehavioralFeature
Model
Association
MessageTrigger
ForkNode
ProtocolStateMachine
OpaqueExpression
Substitution
ReplyAction
Expression
Class
DeploymentSpecification
BehavioredClassifier
ExecutableNode
PrimitiveType
SignalTrigger
Port
Manifestation
Connector
InteractionConstraint
ConnectableElement
ParameterSet
ValueSpecification
Device
Pseudostate
Implementation
StateInvariant | null | {"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","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":"Vertex","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"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":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"name":"package","id":199,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":200,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":201,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":202,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"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":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"container":false,"ordered":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":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":1,"target":0},{"source":1,"target":199},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":199,"target":1},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":2,"target":0},{"source":2,"target":51},{"source":2,"target":203},{"source":203,"target":51},{"source":3,"target":0},{"source":3,"target":106},{"source":3,"target":204},{"source":204,"target":106},{"source":4,"target":0},{"source":4,"target":46},{"source":4,"target":205},{"source":205,"target":46},{"source":5,"target":0},{"source":5,"target":128},{"source":5,"target":206},{"source":206,"target":128},{"source":6,"target":0},{"source":6,"target":79},{"source":6,"target":207},{"source":207,"target":79},{"source":7,"target":0},{"source":7,"target":182},{"source":7,"target":117},{"source":7,"target":208},{"source":7,"target":209},{"source":208,"target":182},{"source":209,"target":117},{"source":8,"target":0},{"source":8,"target":79},{"source":8,"target":210},{"source":210,"target":79},{"source":9,"target":0},{"source":9,"target":21},{"source":9,"target":211},{"source":211,"target":21},{"source":10,"target":0},{"source":10,"target":128},{"source":10,"target":212},{"source":212,"target":128},{"source":11,"target":0},{"source":11,"target":128},{"source":11,"target":213},{"source":213,"target":128},{"source":12,"target":0},{"source":12,"target":81},{"source":12,"target":214},{"source":214,"target":81},{"source":13,"target":0},{"source":13,"target":157},{"source":13,"target":215},{"source":215,"target":157},{"source":14,"target":0},{"source":14,"target":123},{"source":14,"target":216},{"source":216,"target":123},{"source":15,"target":0},{"source":15,"target":124},{"source":15,"target":217},{"source":217,"target":124},{"source":16,"target":0},{"source":16,"target":51},{"source":16,"target":218},{"source":218,"target":51},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":219},{"source":219,"target":2},{"source":18,"target":0},{"source":18,"target":136},{"source":18,"target":220},{"source":220,"target":136},{"source":19,"target":0},{"source":19,"target":128},{"source":19,"target":221},{"source":221,"target":128},{"source":20,"target":0},{"source":20,"target":128},{"source":20,"target":222},{"source":222,"target":128},{"source":21,"target":0},{"source":21,"target":79},{"source":21,"target":223},{"source":223,"target":79},{"source":22,"target":0},{"source":22,"target":80},{"source":22,"target":224},{"source":224,"target":80},{"source":23,"target":0},{"source":23,"target":155},{"source":23,"target":225},{"source":225,"target":155},{"source":24,"target":0},{"source":24,"target":27},{"source":24,"target":226},{"source":226,"target":27},{"source":25,"target":0},{"source":25,"target":79},{"source":25,"target":227},{"source":227,"target":79},{"source":26,"target":0},{"source":26,"target":146},{"source":26,"target":228},{"source":228,"target":146},{"source":27,"target":0},{"source":27,"target":128},{"source":27,"target":229},{"source":229,"target":128},{"source":28,"target":0},{"source":28,"target":128},{"source":28,"target":230},{"source":230,"target":128},{"source":29,"target":0},{"source":29,"target":97},{"source":29,"target":231},{"source":231,"target":97},{"source":30,"target":0},{"source":30,"target":146},{"source":30,"target":232},{"source":232,"target":146},{"source":31,"target":0},{"source":31,"target":174},{"source":31,"target":233},{"source":233,"target":174},{"source":32,"target":0},{"source":32,"target":121},{"source":32,"target":234},{"source":234,"target":121},{"source":33,"target":0},{"source":33,"target":51},{"source":33,"target":235},{"source":235,"target":51},{"source":34,"target":0},{"source":34,"target":80},{"source":34,"target":236},{"source":236,"target":80},{"source":35,"target":0},{"source":35,"target":38},{"source":35,"target":237},{"source":237,"target":38},{"source":36,"target":0},{"source":36,"target":170},{"source":36,"target":238},{"source":238,"target":170},{"source":37,"target":0},{"source":37,"target":121},{"source":37,"target":239},{"source":239,"target":121},{"source":38,"target":0},{"source":38,"target":41},{"source":38,"target":240},{"source":240,"target":41},{"source":39,"target":0},{"source":39,"target":143},{"source":39,"target":241},{"source":241,"target":143},{"source":40,"target":0},{"source":40,"target":172},{"source":40,"target":43},{"source":40,"target":242},{"source":40,"target":243},{"source":242,"target":172},{"source":243,"target":43},{"source":41,"target":0},{"source":41,"target":79},{"source":41,"target":244},{"source":244,"target":79},{"source":42,"target":0},{"source":42,"target":11},{"source":42,"target":245},{"source":245,"target":11},{"source":43,"target":0},{"source":43,"target":79},{"source":43,"target":246},{"source":246,"target":79},{"source":44,"target":0},{"source":44,"target":154},{"source":44,"target":247},{"source":247,"target":154},{"source":45,"target":0},{"source":45,"target":128},{"source":45,"target":248},{"source":248,"target":128},{"source":46,"target":0},{"source":46,"target":21},{"source":46,"target":249},{"source":249,"target":21},{"source":47,"target":0},{"source":47,"target":41},{"source":47,"target":250},{"source":250,"target":41},{"source":48,"target":0},{"source":48,"target":128},{"source":48,"target":251},{"source":251,"target":128},{"source":49,"target":0},{"source":49,"target":184},{"source":49,"target":252},{"source":252,"target":184},{"source":50,"target":0},{"source":50,"target":11},{"source":50,"target":253},{"source":253,"target":11},{"source":51,"target":0},{"source":51,"target":133},{"source":51,"target":58},{"source":51,"target":41},{"source":51,"target":254},{"source":51,"target":255},{"source":51,"target":256},{"source":254,"target":133},{"source":255,"target":58},{"source":256,"target":41},{"source":52,"target":0},{"source":52,"target":11},{"source":52,"target":257},{"source":257,"target":11},{"source":53,"target":0},{"source":53,"target":149},{"source":53,"target":258},{"source":258,"target":149},{"source":54,"target":0},{"source":54,"target":128},{"source":54,"target":259},{"source":259,"target":128},{"source":55,"target":0},{"source":55,"target":79},{"source":55,"target":260},{"source":260,"target":79},{"source":56,"target":0},{"source":56,"target":143},{"source":56,"target":261},{"source":261,"target":143},{"source":57,"target":0},{"source":57,"target":21},{"source":57,"target":262},{"source":262,"target":21},{"source":58,"target":0},{"source":58,"target":21},{"source":58,"target":263},{"source":263,"target":21},{"source":59,"target":0},{"source":59,"target":97},{"source":59,"target":264},{"source":264,"target":97},{"source":60,"target":0},{"source":60,"target":169},{"source":60,"target":265},{"source":265,"target":169},{"source":61,"target":0},{"source":61,"target":106},{"source":61,"target":266},{"source":266,"target":106},{"source":62,"target":0},{"source":62,"target":96},{"source":62,"target":267},{"source":267,"target":96},{"source":63,"target":0},{"source":63,"target":172},{"source":63,"target":268},{"source":268,"target":172},{"source":64,"target":0},{"source":64,"target":194},{"source":64,"target":269},{"source":269,"target":194},{"source":65,"target":0},{"source":65,"target":170},{"source":65,"target":123},{"source":65,"target":270},{"source":65,"target":271},{"source":270,"target":170},{"source":271,"target":123},{"source":66,"target":0},{"source":66,"target":19},{"source":66,"target":272},{"source":272,"target":19},{"source":67,"target":0},{"source":67,"target":41},{"source":67,"target":273},{"source":273,"target":41},{"source":68,"target":0},{"source":68,"target":51},{"source":68,"target":274},{"source":274,"target":51},{"source":69,"target":0},{"source":69,"target":46},{"source":69,"target":275},{"source":275,"target":46},{"source":70,"target":0},{"source":70,"target":119},{"source":70,"target":276},{"source":276,"target":119},{"source":71,"target":0},{"source":71,"target":174},{"source":71,"target":277},{"source":277,"target":174},{"source":72,"target":0},{"source":72,"target":175},{"source":72,"target":278},{"source":278,"target":175},{"source":73,"target":0},{"source":73,"target":79},{"source":73,"target":279},{"source":279,"target":79},{"source":74,"target":0},{"source":74,"target":149},{"source":74,"target":280},{"source":280,"target":149},{"source":75,"target":0},{"source":75,"target":158},{"source":75,"target":281},{"source":281,"target":158},{"source":76,"target":0},{"source":76,"target":79},{"source":76,"target":282},{"source":282,"target":79},{"source":77,"target":0},{"source":77,"target":164},{"source":77,"target":283},{"source":283,"target":164},{"source":78,"target":0},{"source":78,"target":182},{"source":78,"target":174},{"source":78,"target":284},{"source":78,"target":285},{"source":284,"target":182},{"source":285,"target":174},{"source":79,"target":0},{"source":79,"target":286},{"source":286,"target":1},{"source":286,"target":287},{"source":286,"target":79},{"source":287,"target":1},{"source":80,"target":0},{"source":80,"target":128},{"source":80,"target":133},{"source":80,"target":288},{"source":80,"target":289},{"source":288,"target":128},{"source":289,"target":133},{"source":81,"target":0},{"source":81,"target":133},{"source":81,"target":41},{"source":81,"target":8},{"source":81,"target":290},{"source":81,"target":291},{"source":81,"target":292},{"source":290,"target":133},{"source":291,"target":41},{"source":292,"target":8},{"source":82,"target":0},{"source":82,"target":192},{"source":82,"target":43},{"source":82,"target":293},{"source":82,"target":294},{"source":293,"target":192},{"source":294,"target":43},{"source":83,"target":0},{"source":83,"target":133},{"source":83,"target":41},{"source":83,"target":295},{"source":83,"target":296},{"source":295,"target":133},{"source":296,"target":41},{"source":84,"target":0},{"source":84,"target":123},{"source":84,"target":297},{"source":297,"target":123},{"source":85,"target":0},{"source":85,"target":128},{"source":85,"target":298},{"source":298,"target":128},{"source":86,"target":0},{"source":86,"target":27},{"source":86,"target":299},{"source":299,"target":27},{"source":87,"target":0},{"source":87,"target":121},{"source":87,"target":300},{"source":300,"target":121},{"source":88,"target":0},{"source":88,"target":93},{"source":88,"target":301},{"source":301,"target":93},{"source":89,"target":0},{"source":89,"target":51},{"source":89,"target":55},{"source":89,"target":302},{"source":89,"target":303},{"source":302,"target":51},{"source":303,"target":55},{"source":90,"target":0},{"source":90,"target":128},{"source":90,"target":304},{"source":304,"target":128},{"source":91,"target":0},{"source":91,"target":140},{"source":91,"target":305},{"source":305,"target":140},{"source":92,"target":0},{"source":92,"target":192},{"source":92,"target":43},{"source":92,"target":306},{"source":92,"target":307},{"source":306,"target":192},{"source":307,"target":43},{"source":93,"target":0},{"source":93,"target":79},{"source":93,"target":308},{"source":308,"target":79},{"source":94,"target":0},{"source":94,"target":123},{"source":94,"target":309},{"source":309,"target":123},{"source":95,"target":0},{"source":95,"target":51},{"source":95,"target":310},{"source":310,"target":51},{"source":96,"target":0},{"source":96,"target":119},{"source":96,"target":311},{"source":311,"target":119},{"source":97,"target":0},{"source":97,"target":19},{"source":97,"target":312},{"source":312,"target":19},{"source":98,"target":0},{"source":98,"target":51},{"source":98,"target":313},{"source":313,"target":51},{"source":99,"target":0},{"source":99,"target":80},{"source":99,"target":314},{"source":314,"target":80},{"source":100,"target":0},{"source":100,"target":184},{"source":100,"target":2},{"source":100,"target":315},{"source":100,"target":316},{"source":315,"target":184},{"source":316,"target":2},{"source":101,"target":0},{"source":101,"target":67},{"source":101,"target":43},{"source":101,"target":317},{"source":101,"target":318},{"source":317,"target":67},{"source":318,"target":43},{"source":102,"target":0},{"source":102,"target":170},{"source":102,"target":319},{"source":319,"target":170},{"source":103,"target":0},{"source":103,"target":128},{"source":103,"target":320},{"source":320,"target":128},{"source":104,"target":0},{"source":104,"target":146},{"source":104,"target":321},{"source":321,"target":146},{"source":105,"target":0},{"source":105,"target":159},{"source":105,"target":322},{"source":322,"target":159},{"source":106,"target":0},{"source":106,"target":194},{"source":106,"target":323},{"source":323,"target":194},{"source":107,"target":0},{"source":107,"target":38},{"source":107,"target":324},{"source":324,"target":38},{"source":108,"target":0},{"source":108,"target":21},{"source":108,"target":325},{"source":325,"target":21},{"source":109,"target":0},{"source":109,"target":42},{"source":109,"target":326},{"source":326,"target":42},{"source":110,"target":0},{"source":110,"target":11},{"source":110,"target":327},{"source":327,"target":11},{"source":111,"target":0},{"source":111,"target":123},{"source":111,"target":6},{"source":111,"target":328},{"source":111,"target":329},{"source":328,"target":123},{"source":329,"target":6},{"source":112,"target":0},{"source":112,"target":111},{"source":112,"target":330},{"source":330,"target":111},{"source":113,"target":0},{"source":113,"target":124},{"source":113,"target":331},{"source":331,"target":124},{"source":114,"target":0},{"source":114,"target":128},{"source":114,"target":332},{"source":332,"target":128},{"source":115,"target":0},{"source":115,"target":41},{"source":115,"target":333},{"source":333,"target":41},{"source":116,"target":0},{"source":116,"target":8},{"source":116,"target":334},{"source":334,"target":8},{"source":117,"target":0},{"source":117,"target":79},{"source":117,"target":335},{"source":335,"target":79},{"source":118,"target":0},{"source":118,"target":194},{"source":118,"target":336},{"source":336,"target":194},{"source":119,"target":0},{"source":119,"target":124},{"source":119,"target":337},{"source":337,"target":124},{"source":120,"target":0},{"source":120,"target":41},{"source":120,"target":338},{"source":338,"target":41},{"source":121,"target":0},{"source":121,"target":194},{"source":121,"target":339},{"source":339,"target":194},{"source":122,"target":0},{"source":122,"target":79},{"source":122,"target":340},{"source":340,"target":79},{"source":123,"target":0},{"source":123,"target":79},{"source":123,"target":341},{"source":341,"target":79},{"source":124,"target":0},{"source":124,"target":115},{"source":124,"target":43},{"source":124,"target":342},{"source":124,"target":343},{"source":342,"target":115},{"source":343,"target":43},{"source":125,"target":0},{"source":125,"target":182},{"source":125,"target":344},{"source":344,"target":182},{"source":126,"target":0},{"source":126,"target":155},{"source":126,"target":345},{"source":345,"target":155},{"source":127,"target":0},{"source":127,"target":155},{"source":127,"target":346},{"source":346,"target":155},{"source":128,"target":0},{"source":128,"target":185},{"source":128,"target":347},{"source":347,"target":185},{"source":129,"target":0},{"source":129,"target":51},{"source":129,"target":348},{"source":348,"target":51},{"source":130,"target":0},{"source":130,"target":182},{"source":130,"target":349},{"source":349,"target":182},{"source":131,"target":0},{"source":131,"target":79},{"source":131,"target":350},{"source":350,"target":79},{"source":132,"target":0},{"source":132,"target":121},{"source":132,"target":351},{"source":351,"target":121},{"source":133,"target":0},{"source":133,"target":79},{"source":133,"target":352},{"source":133,"target":353},{"source":352,"target":79},{"source":352,"target":354},{"source":352,"target":133},{"source":354,"target":79},{"source":353,"target":79},{"source":134,"target":0},{"source":134,"target":128},{"source":134,"target":355},{"source":355,"target":128},{"source":135,"target":0},{"source":135,"target":46},{"source":135,"target":356},{"source":356,"target":46},{"source":136,"target":0},{"source":136,"target":101},{"source":136,"target":192},{"source":136,"target":117},{"source":136,"target":357},{"source":136,"target":358},{"source":136,"target":359},{"source":357,"target":101},{"source":358,"target":192},{"source":359,"target":117},{"source":137,"target":0},{"source":137,"target":10},{"source":137,"target":360},{"source":360,"target":10},{"source":138,"target":0},{"source":138,"target":21},{"source":138,"target":361},{"source":361,"target":21},{"source":139,"target":0},{"source":139,"target":133},{"source":139,"target":123},{"source":139,"target":362},{"source":139,"target":363},{"source":362,"target":133},{"source":363,"target":123},{"source":140,"target":0},{"source":140,"target":21},{"source":140,"target":117},{"source":140,"target":55},{"source":140,"target":364},{"source":140,"target":365},{"source":140,"target":366},{"source":364,"target":21},{"source":365,"target":117},{"source":366,"target":55},{"source":141,"target":0},{"source":141,"target":7},{"source":141,"target":367},{"source":367,"target":7},{"source":142,"target":0},{"source":142,"target":69},{"source":142,"target":368},{"source":368,"target":69},{"source":143,"target":0},{"source":143,"target":57},{"source":143,"target":369},{"source":369,"target":57},{"source":144,"target":0},{"source":144,"target":19},{"source":144,"target":370},{"source":370,"target":19},{"source":145,"target":0},{"source":145,"target":93},{"source":145,"target":371},{"source":371,"target":93},{"source":146,"target":0},{"source":146,"target":27},{"source":146,"target":372},{"source":372,"target":27},{"source":147,"target":0},{"source":147,"target":175},{"source":147,"target":373},{"source":373,"target":175},{"source":148,"target":0},{"source":148,"target":120},{"source":148,"target":374},{"source":374,"target":120},{"source":149,"target":0},{"source":149,"target":155},{"source":149,"target":375},{"source":375,"target":155},{"source":150,"target":0},{"source":150,"target":128},{"source":150,"target":376},{"source":376,"target":128},{"source":151,"target":0},{"source":151,"target":121},{"source":151,"target":377},{"source":377,"target":121},{"source":152,"target":0},{"source":152,"target":6},{"source":152,"target":378},{"source":378,"target":6},{"source":153,"target":0},{"source":153,"target":146},{"source":153,"target":379},{"source":379,"target":146},{"source":154,"target":0},{"source":154,"target":51},{"source":154,"target":380},{"source":380,"target":51},{"source":155,"target":0},{"source":155,"target":115},{"source":155,"target":381},{"source":381,"target":115},{"source":156,"target":0},{"source":156,"target":46},{"source":156,"target":382},{"source":382,"target":46},{"source":157,"target":0},{"source":157,"target":123},{"source":157,"target":383},{"source":383,"target":123},{"source":158,"target":0},{"source":158,"target":164},{"source":158,"target":384},{"source":384,"target":164},{"source":159,"target":0},{"source":159,"target":124},{"source":159,"target":385},{"source":385,"target":124},{"source":160,"target":0},{"source":160,"target":133},{"source":160,"target":21},{"source":160,"target":386},{"source":160,"target":387},{"source":386,"target":133},{"source":387,"target":21},{"source":161,"target":0},{"source":161,"target":194},{"source":161,"target":388},{"source":388,"target":194},{"source":162,"target":0},{"source":162,"target":41},{"source":162,"target":389},{"source":389,"target":41},{"source":163,"target":0},{"source":163,"target":160},{"source":163,"target":390},{"source":390,"target":160},{"source":164,"target":0},{"source":164,"target":128},{"source":164,"target":391},{"source":391,"target":128},{"source":165,"target":0},{"source":165,"target":128},{"source":165,"target":392},{"source":392,"target":128},{"source":166,"target":0},{"source":166,"target":79},{"source":166,"target":393},{"source":393,"target":79},{"source":167,"target":0},{"source":167,"target":79},{"source":167,"target":394},{"source":394,"target":79},{"source":168,"target":0},{"source":168,"target":42},{"source":168,"target":395},{"source":395,"target":42},{"source":169,"target":0},{"source":169,"target":158},{"source":169,"target":396},{"source":396,"target":158},{"source":170,"target":0},{"source":170,"target":182},{"source":170,"target":397},{"source":397,"target":182},{"source":171,"target":0},{"source":171,"target":155},{"source":171,"target":398},{"source":398,"target":155},{"source":172,"target":0},{"source":172,"target":133},{"source":172,"target":67},{"source":172,"target":399},{"source":172,"target":400},{"source":399,"target":133},{"source":400,"target":67},{"source":173,"target":0},{"source":173,"target":160},{"source":173,"target":401},{"source":401,"target":160},{"source":174,"target":0},{"source":174,"target":51},{"source":174,"target":402},{"source":402,"target":51},{"source":175,"target":0},{"source":175,"target":93},{"source":175,"target":403},{"source":403,"target":93},{"source":176,"target":0},{"source":176,"target":155},{"source":176,"target":404},{"source":404,"target":155},{"source":177,"target":0},{"source":177,"target":36},{"source":177,"target":405},{"source":405,"target":36},{"source":178,"target":0},{"source":178,"target":194},{"source":178,"target":406},{"source":406,"target":194},{"source":179,"target":0},{"source":179,"target":142},{"source":179,"target":407},{"source":407,"target":142},{"source":180,"target":0},{"source":180,"target":128},{"source":180,"target":408},{"source":408,"target":128},{"source":181,"target":0},{"source":181,"target":178},{"source":181,"target":409},{"source":409,"target":178},{"source":182,"target":0},{"source":182,"target":184},{"source":182,"target":17},{"source":182,"target":410},{"source":182,"target":411},{"source":410,"target":184},{"source":411,"target":17},{"source":183,"target":0},{"source":183,"target":89},{"source":183,"target":412},{"source":412,"target":89},{"source":184,"target":0},{"source":184,"target":51},{"source":184,"target":413},{"source":413,"target":51},{"source":185,"target":0},{"source":185,"target":115},{"source":185,"target":414},{"source":414,"target":115},{"source":186,"target":0},{"source":186,"target":154},{"source":186,"target":415},{"source":415,"target":154},{"source":187,"target":0},{"source":187,"target":175},{"source":187,"target":416},{"source":416,"target":175},{"source":188,"target":0},{"source":188,"target":136},{"source":188,"target":417},{"source":417,"target":136},{"source":189,"target":0},{"source":189,"target":69},{"source":189,"target":418},{"source":418,"target":69},{"source":190,"target":0},{"source":190,"target":67},{"source":190,"target":419},{"source":419,"target":67},{"source":191,"target":0},{"source":191,"target":57},{"source":191,"target":420},{"source":420,"target":57},{"source":192,"target":0},{"source":192,"target":79},{"source":192,"target":421},{"source":421,"target":79},{"source":193,"target":0},{"source":193,"target":79},{"source":193,"target":422},{"source":422,"target":79},{"source":194,"target":0},{"source":194,"target":43},{"source":194,"target":423},{"source":423,"target":43},{"source":195,"target":0},{"source":195,"target":7},{"source":195,"target":424},{"source":424,"target":7},{"source":196,"target":0},{"source":196,"target":8},{"source":196,"target":425},{"source":425,"target":8},{"source":197,"target":0},{"source":197,"target":142},{"source":197,"target":426},{"source":426,"target":142},{"source":198,"target":0},{"source":198,"target":123},{"source":198,"target":427},{"source":427,"target":123}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="build"
nsURI="http://www.eclipse.org/emf/mwe/ewm/workflow/examples/build" nsPrefix="org.eclipse.emf.mwe.ewm.workflow.examples.build">
<eClassifiers xsi:type="ecore:EClass" name="JavaCompiler" eSuperTypes="../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowUnitOfWork">
<eOperations name="run" eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//runtime/state/WorkflowState">
<eParameters name="context" eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//runtime/WorkflowContext"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="classNameParameter" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classpathParameter" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="workingDirectoryParameter"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowParameter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaJar" eSuperTypes="../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowUnitOfWork">
<eOperations name="run" eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//runtime/state/WorkflowState">
<eParameters name="context" eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//runtime/WorkflowContext"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="classNameParameter" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="workingDirectoryParameter"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputFileParameter" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowParameter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ZipFile" eSuperTypes="../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowUnitOfWork">
<eOperations name="run" eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//runtime/state/WorkflowState">
<eParameters name="context" eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//runtime/WorkflowContext"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="workingDirectoryParameter"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputFileParameter" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputFileParameter" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowParameter"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/Build.ecore | ecore | build
JavaCompiler
run
context
classNameParameter
classpathParameter
workingDirectoryParameter
JavaJar
run
context
classNameParameter
workingDirectoryParameter
outputFileParameter
ZipFile
run
context
workingDirectoryParameter
inputFileParameter
outputFileParameter | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.emf.mwe.ewm.workflow.examples.build","nsURI":"http://www.eclipse.org/emf/mwe/ewm/workflow/examples/build","name":"build","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaCompiler","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaJar","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ZipFile","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"run","lowerBound":0,"id":4,"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":"classNameParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classpathParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"workingDirectoryParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EParameter"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"run","lowerBound":0,"id":15,"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":"classNameParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"workingDirectoryParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputFileParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EParameter"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"run","lowerBound":0,"id":26,"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":"workingDirectoryParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputFileParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputFileParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EParameter"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":4,"target":9},{"source":4,"target":1},{"source":4,"target":10},{"source":10,"target":11},{"source":10,"target":4},{"source":5,"target":12},{"source":5,"target":1},{"source":6,"target":13},{"source":6,"target":1},{"source":7,"target":14},{"source":7,"target":1},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":15,"target":20},{"source":15,"target":2},{"source":15,"target":21},{"source":21,"target":22},{"source":21,"target":15},{"source":16,"target":23},{"source":16,"target":2},{"source":17,"target":24},{"source":17,"target":2},{"source":18,"target":25},{"source":18,"target":2},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":26,"target":31},{"source":26,"target":3},{"source":26,"target":32},{"source":32,"target":33},{"source":32,"target":26},{"source":27,"target":34},{"source":27,"target":3},{"source":28,"target":35},{"source":28,"target":3},{"source":29,"target":36},{"source":29,"target":3}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="henshin" nsURI="http://www.eclipse.org/emf/2011/Henshin" nsPrefix="henshin">
<eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//Annotation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//ModelElement">
<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="NamedElement" abstract="true" eSuperTypes="#//ModelElement">
<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="nameNotEmpty 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 uniqueNodeNames"/>
</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="getAllJavaImports" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<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 nameNotKindAlias"/>
</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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ParameterKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterMapping" eSuperTypes="#//ModelElement">
<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">
<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 atMostOneContainer NodeDeletionDanglingEdge NodeCreationWithoutContainment"/>
</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="#//ModelElement #//GraphElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="equalParentGraphs indexValidJavaScript noContainmentCycles EOppositeContainments oppositeEdgeConsidered noParallelEdgesOfSameType containmentEdgeDeletion containmentEdgeCreation"/>
</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="#//ModelElement #//GraphElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="valueValidJavaScript"/>
</eAnnotations>
<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">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="conditionTextNotEmpty conditionValidJavaScript"/>
</eAnnotations>
<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" eSuperTypes="#//ModelElement">
<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 iterationsValidJavaScript"/>
</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="#//ModelElement #//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="#//ModelElement #//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="#//ModelElement #//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"/>
<eClassifiers xsi:type="ecore:EEnum" name="ParameterKind">
<eLiterals name="UNKNOWN"/>
<eLiterals name="IN" value="1"/>
<eLiterals name="OUT" value="2"/>
<eLiterals name="INOUT" value="3"/>
<eLiterals name="VAR" value="4"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/dstrueber/bigtrafo/org.eclipse.emf.henshin.model/model/henshin.ecore | ecore | henshin
ModelElement
annotations
Annotation
key
value
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
getAllJavaImports
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
kind
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
ParameterKind
UNKNOWN
UNKNOWN
IN
IN
OUT
OUT
INOUT
INOUT
VAR
VAR | null | {"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":"ModelElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphElement","instanceClass":null,"abstract":true,"id":4,"interface":true,"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":"Unit","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterMapping","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","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":"Edge","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,"defaultValue":null,"instanceClassName":null,"name":"AttributeCondition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryUnit","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiUnit","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndependentUnit","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequentialUnit","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalUnit","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PriorityUnit","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratedUnit","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopUnit","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formula","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedCondition","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryFormula","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryFormula","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Xor","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":31,"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":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterKind","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"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":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getGraph","lowerBound":0,"id":46,"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":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUnit","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSubModule","lowerBound":0,"id":51,"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":52,"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":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"units","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EParameter"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getModule","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getSubUnits","lowerBound":0,"id":70,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParameter","lowerBound":0,"id":71,"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":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"activated","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"deep","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EParameter"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameter","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EParameter"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getKernelRule","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRootRule","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMultiRule","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMultiRulePath","lowerBound":0,"id":90,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMultiRules","lowerBound":0,"id":91,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMappings","lowerBound":0,"id":92,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActionNodes","lowerBound":0,"id":93,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActionEdges","lowerBound":0,"id":94,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getParameterNodes","lowerBound":0,"id":95,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllJavaImports","lowerBound":0,"id":96,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMultiRule","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createNode","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createEdge","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canCreateEdge","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeEdge","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeNode","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeAttribute","lowerBound":0,"id":103,"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":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":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"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":108,"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":109,"derived":false},{"container":false,"ordered":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":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"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":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"multiRule","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EParameter"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"action","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EParameter"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"action","lowerBound":0,"id":128,"many":false,"required":false,"eClass":"EParameter"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EParameter"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":144,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"edge","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMapped","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EParameter"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMapped","lowerBound":0,"id":157,"many":false,"required":false,"eClass":"EParameter"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"attribute","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMapped","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EParameter"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"container":true,"ordered":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":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"},{"container":false,"ordered":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":175,"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":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRule","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNode","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getNodes","lowerBound":0,"id":188,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getEdges","lowerBound":0,"id":189,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNestedConditions","lowerBound":0,"id":190,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPAC","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNAC","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getPACs","lowerBound":0,"id":193,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNACs","lowerBound":0,"id":194,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isLhs","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isRhs","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isNestedCondition","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPAC","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createNAC","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeNode","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeEdge","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeNestedCondition","lowerBound":0,"id":202,"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":203,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edges","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":"formula","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EParameter"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nodeType","lowerBound":1,"id":212,"many":false,"required":true,"eClass":"EParameter"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"edgeType","lowerBound":1,"id":215,"many":false,"required":true,"eClass":"EParameter"},{"id":216,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EParameter"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":230,"many":false,"required":false,"eClass":"EParameter"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":233,"many":false,"required":false,"eClass":"EParameter"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":0,"id":236,"many":false,"required":false,"eClass":"EParameter"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"edge","lowerBound":1,"id":239,"many":false,"required":true,"eClass":"EParameter"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nestedCondition","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EParameter"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"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":245,"derived":false},{"id":246,"eClass":"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":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllEdges","lowerBound":0,"id":249,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getOutgoing","lowerBound":0,"id":250,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getIncoming","lowerBound":0,"id":251,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOutgoing","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIncoming","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAttribute","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActionAttributes","lowerBound":0,"id":255,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getActionNode","lowerBound":0,"id":256,"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":257,"derived":false},{"container":false,"ordered":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":258,"derived":false},{"container":false,"ordered":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":259,"derived":false},{"container":false,"ordered":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":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":"type","lowerBound":1,"id":265,"many":false,"required":true,"eClass":"EParameter"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":268,"many":false,"required":true,"eClass":"EParameter"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":271,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":272,"many":false,"required":true,"eClass":"EParameter"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":276,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":1,"id":277,"many":false,"required":true,"eClass":"EParameter"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":281,"many":false,"required":false,"eClass":"EParameter"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"action","lowerBound":0,"id":284,"many":false,"required":false,"eClass":"EParameter"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"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":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":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":294,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getActionEdge","lowerBound":0,"id":295,"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":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":"index","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":true,"unique":true,"name":"indexConstant","changeable":false,"lowerBound":0,"iD":false,"id":298,"derived":true},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getActionAttribute","lowerBound":0,"id":308,"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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":310,"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":311,"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":312,"derived":true},{"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"},{"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":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":325,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"resolveProxies":true,"lowerBound":1,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subUnit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"subUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"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":"strict","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":"rollback","changeable":true,"lowerBound":0,"iD":false,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"if","changeable":true,"resolveProxies":true,"lowerBound":1,"id":342,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":343,"derived":false},{"container":false,"ordered":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":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iterations","changeable":true,"lowerBound":0,"iD":false,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isTrue","lowerBound":0,"id":354,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isFalse","lowerBound":0,"id":355,"many":false,"required":false,"eClass":"EOperation"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getHost","lowerBound":0,"id":358,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isPAC","lowerBound":0,"id":359,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isNAC","lowerBound":0,"id":360,"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":361,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","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"},{"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":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"name":"UNKNOWN","id":384,"value":0,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"IN","id":385,"value":1,"literal":"IN","eClass":"EEnumLiteral"},{"name":"OUT","id":386,"value":2,"literal":"OUT","eClass":"EEnumLiteral"},{"name":"INOUT","id":387,"value":3,"literal":"INOUT","eClass":"EEnumLiteral"},{"name":"VAR","id":388,"value":4,"literal":"VAR","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":1,"target":0},{"source":1,"target":34},{"source":34,"target":2},{"source":34,"target":35},{"source":34,"target":1},{"source":35,"target":2},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":36,"target":39},{"source":36,"target":2},{"source":37,"target":40},{"source":37,"target":2},{"source":38,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":41,"target":44},{"source":41,"target":3},{"source":42,"target":45},{"source":42,"target":3},{"source":43,"target":1},{"source":4,"target":0},{"source":4,"target":46},{"source":4,"target":47},{"source":46,"target":10},{"source":46,"target":48},{"source":46,"target":4},{"source":48,"target":10},{"source":47,"target":32},{"source":47,"target":49},{"source":47,"target":4},{"source":49,"target":32},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":50,"target":6},{"source":50,"target":58},{"source":50,"target":5},{"source":50,"target":59},{"source":58,"target":6},{"source":59,"target":60},{"source":59,"target":50},{"source":51,"target":5},{"source":51,"target":61},{"source":51,"target":5},{"source":51,"target":62},{"source":61,"target":5},{"source":62,"target":63},{"source":62,"target":51},{"source":52,"target":5},{"source":52,"target":64},{"source":52,"target":5},{"source":52,"target":53},{"source":64,"target":5},{"source":53,"target":5},{"source":53,"target":65},{"source":53,"target":5},{"source":53,"target":52},{"source":65,"target":5},{"source":54,"target":66},{"source":54,"target":5},{"source":55,"target":6},{"source":55,"target":67},{"source":55,"target":5},{"source":67,"target":6},{"source":56,"target":10},{"source":56,"target":68},{"source":56,"target":5},{"source":68,"target":10},{"source":57,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":69,"target":5},{"source":69,"target":76},{"source":69,"target":6},{"source":76,"target":5},{"source":70,"target":6},{"source":70,"target":77},{"source":70,"target":6},{"source":70,"target":78},{"source":77,"target":6},{"source":78,"target":79},{"source":78,"target":70},{"source":71,"target":8},{"source":71,"target":80},{"source":71,"target":6},{"source":71,"target":81},{"source":80,"target":8},{"source":81,"target":82},{"source":81,"target":71},{"source":72,"target":8},{"source":72,"target":83},{"source":72,"target":6},{"source":72,"target":84},{"source":83,"target":8},{"source":73,"target":9},{"source":73,"target":85},{"source":73,"target":6},{"source":85,"target":9},{"source":74,"target":86},{"source":74,"target":6},{"source":75,"target":3},{"source":7,"target":0},{"source":7,"target":6},{"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":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":7,"target":96},{"source":7,"target":97},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":7,"target":101},{"source":7,"target":102},{"source":7,"target":103},{"source":7,"target":104},{"source":7,"target":105},{"source":7,"target":106},{"source":7,"target":107},{"source":7,"target":108},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":7,"target":112},{"source":7,"target":113},{"source":87,"target":7},{"source":87,"target":114},{"source":87,"target":7},{"source":114,"target":7},{"source":88,"target":7},{"source":88,"target":115},{"source":88,"target":7},{"source":115,"target":7},{"source":89,"target":7},{"source":89,"target":116},{"source":89,"target":7},{"source":89,"target":117},{"source":116,"target":7},{"source":117,"target":118},{"source":117,"target":89},{"source":90,"target":7},{"source":90,"target":119},{"source":90,"target":7},{"source":90,"target":120},{"source":119,"target":7},{"source":120,"target":7},{"source":120,"target":121},{"source":120,"target":90},{"source":121,"target":7},{"source":91,"target":7},{"source":91,"target":122},{"source":91,"target":7},{"source":122,"target":7},{"source":92,"target":15},{"source":92,"target":123},{"source":92,"target":7},{"source":123,"target":15},{"source":93,"target":11},{"source":93,"target":124},{"source":93,"target":7},{"source":93,"target":125},{"source":124,"target":11},{"source":125,"target":32},{"source":125,"target":126},{"source":125,"target":93},{"source":126,"target":32},{"source":94,"target":12},{"source":94,"target":127},{"source":94,"target":7},{"source":94,"target":128},{"source":127,"target":12},{"source":128,"target":32},{"source":128,"target":129},{"source":128,"target":94},{"source":129,"target":32},{"source":95,"target":11},{"source":95,"target":130},{"source":95,"target":7},{"source":130,"target":11},{"source":96,"target":131},{"source":96,"target":7},{"source":97,"target":132},{"source":97,"target":7},{"source":98,"target":11},{"source":98,"target":133},{"source":98,"target":7},{"source":98,"target":134},{"source":133,"target":11},{"source":134,"target":135},{"source":134,"target":98},{"source":99,"target":12},{"source":99,"target":136},{"source":99,"target":7},{"source":99,"target":137},{"source":99,"target":138},{"source":99,"target":139},{"source":136,"target":12},{"source":137,"target":11},{"source":137,"target":140},{"source":137,"target":99},{"source":140,"target":11},{"source":138,"target":11},{"source":138,"target":141},{"source":138,"target":99},{"source":141,"target":11},{"source":139,"target":142},{"source":139,"target":99},{"source":100,"target":143},{"source":100,"target":7},{"source":100,"target":144},{"source":100,"target":145},{"source":100,"target":146},{"source":144,"target":11},{"source":144,"target":147},{"source":144,"target":100},{"source":147,"target":11},{"source":145,"target":11},{"source":145,"target":148},{"source":145,"target":100},{"source":148,"target":11},{"source":146,"target":149},{"source":146,"target":100},{"source":101,"target":150},{"source":101,"target":7},{"source":101,"target":151},{"source":101,"target":152},{"source":151,"target":12},{"source":151,"target":153},{"source":151,"target":101},{"source":153,"target":12},{"source":152,"target":154},{"source":152,"target":101},{"source":102,"target":155},{"source":102,"target":7},{"source":102,"target":156},{"source":102,"target":157},{"source":156,"target":11},{"source":156,"target":158},{"source":156,"target":102},{"source":158,"target":11},{"source":157,"target":159},{"source":157,"target":102},{"source":103,"target":160},{"source":103,"target":7},{"source":103,"target":161},{"source":103,"target":162},{"source":161,"target":13},{"source":161,"target":163},{"source":161,"target":103},{"source":163,"target":13},{"source":162,"target":164},{"source":162,"target":103},{"source":104,"target":10},{"source":104,"target":165},{"source":104,"target":7},{"source":165,"target":10},{"source":105,"target":10},{"source":105,"target":166},{"source":105,"target":7},{"source":166,"target":10},{"source":106,"target":14},{"source":106,"target":167},{"source":106,"target":7},{"source":106,"target":168},{"source":167,"target":14},{"source":107,"target":15},{"source":107,"target":169},{"source":107,"target":7},{"source":169,"target":15},{"source":108,"target":170},{"source":108,"target":7},{"source":109,"target":171},{"source":109,"target":7},{"source":110,"target":7},{"source":110,"target":172},{"source":110,"target":7},{"source":172,"target":7},{"source":111,"target":15},{"source":111,"target":173},{"source":111,"target":7},{"source":173,"target":15},{"source":112,"target":174},{"source":112,"target":7},{"source":113,"target":6},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":84},{"source":8,"target":175},{"source":8,"target":176},{"source":8,"target":177},{"source":84,"target":6},{"source":84,"target":178},{"source":84,"target":8},{"source":84,"target":72},{"source":178,"target":6},{"source":175,"target":179},{"source":175,"target":8},{"source":176,"target":33},{"source":176,"target":180},{"source":176,"target":8},{"source":180,"target":33},{"source":177,"target":3},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":181},{"source":9,"target":182},{"source":9,"target":183},{"source":181,"target":8},{"source":181,"target":184},{"source":181,"target":9},{"source":184,"target":8},{"source":182,"target":8},{"source":182,"target":185},{"source":182,"target":9},{"source":185,"target":8},{"source":183,"target":1},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":186},{"source":10,"target":187},{"source":10,"target":188},{"source":10,"target":189},{"source":10,"target":190},{"source":10,"target":191},{"source":10,"target":192},{"source":10,"target":193},{"source":10,"target":194},{"source":10,"target":195},{"source":10,"target":196},{"source":10,"target":197},{"source":10,"target":198},{"source":10,"target":199},{"source":10,"target":200},{"source":10,"target":201},{"source":10,"target":202},{"source":10,"target":203},{"source":10,"target":204},{"source":10,"target":205},{"source":10,"target":206},{"source":186,"target":7},{"source":186,"target":207},{"source":186,"target":10},{"source":207,"target":7},{"source":187,"target":11},{"source":187,"target":208},{"source":187,"target":10},{"source":187,"target":209},{"source":208,"target":11},{"source":209,"target":210},{"source":209,"target":187},{"source":188,"target":11},{"source":188,"target":211},{"source":188,"target":10},{"source":188,"target":212},{"source":211,"target":11},{"source":212,"target":213},{"source":212,"target":188},{"source":189,"target":12},{"source":189,"target":214},{"source":189,"target":10},{"source":189,"target":215},{"source":214,"target":12},{"source":215,"target":216},{"source":215,"target":189},{"source":190,"target":25},{"source":190,"target":217},{"source":190,"target":10},{"source":217,"target":25},{"source":191,"target":25},{"source":191,"target":218},{"source":191,"target":10},{"source":191,"target":219},{"source":218,"target":25},{"source":219,"target":220},{"source":219,"target":191},{"source":192,"target":25},{"source":192,"target":221},{"source":192,"target":10},{"source":192,"target":222},{"source":221,"target":25},{"source":222,"target":223},{"source":222,"target":192},{"source":193,"target":25},{"source":193,"target":224},{"source":193,"target":10},{"source":224,"target":25},{"source":194,"target":25},{"source":194,"target":225},{"source":194,"target":10},{"source":225,"target":25},{"source":195,"target":226},{"source":195,"target":10},{"source":196,"target":227},{"source":196,"target":10},{"source":197,"target":228},{"source":197,"target":10},{"source":198,"target":25},{"source":198,"target":229},{"source":198,"target":10},{"source":198,"target":230},{"source":229,"target":25},{"source":230,"target":231},{"source":230,"target":198},{"source":199,"target":25},{"source":199,"target":232},{"source":199,"target":10},{"source":199,"target":233},{"source":232,"target":25},{"source":233,"target":234},{"source":233,"target":199},{"source":200,"target":235},{"source":200,"target":10},{"source":200,"target":236},{"source":236,"target":11},{"source":236,"target":237},{"source":236,"target":200},{"source":237,"target":11},{"source":201,"target":238},{"source":201,"target":10},{"source":201,"target":239},{"source":239,"target":12},{"source":239,"target":240},{"source":239,"target":201},{"source":240,"target":12},{"source":202,"target":241},{"source":202,"target":10},{"source":202,"target":242},{"source":242,"target":25},{"source":242,"target":243},{"source":242,"target":202},{"source":243,"target":25},{"source":203,"target":11},{"source":203,"target":244},{"source":203,"target":10},{"source":203,"target":245},{"source":244,"target":11},{"source":204,"target":12},{"source":204,"target":246},{"source":204,"target":10},{"source":204,"target":247},{"source":246,"target":12},{"source":205,"target":24},{"source":205,"target":248},{"source":205,"target":10},{"source":248,"target":24},{"source":206,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":4},{"source":11,"target":249},{"source":11,"target":250},{"source":11,"target":251},{"source":11,"target":252},{"source":11,"target":253},{"source":11,"target":254},{"source":11,"target":255},{"source":11,"target":256},{"source":11,"target":257},{"source":11,"target":258},{"source":11,"target":245},{"source":11,"target":259},{"source":11,"target":260},{"source":11,"target":261},{"source":11,"target":262},{"source":249,"target":12},{"source":249,"target":263},{"source":249,"target":11},{"source":263,"target":12},{"source":250,"target":12},{"source":250,"target":264},{"source":250,"target":11},{"source":250,"target":265},{"source":264,"target":12},{"source":265,"target":266},{"source":265,"target":250},{"source":251,"target":12},{"source":251,"target":267},{"source":251,"target":11},{"source":251,"target":268},{"source":267,"target":12},{"source":268,"target":269},{"source":268,"target":251},{"source":252,"target":12},{"source":252,"target":270},{"source":252,"target":11},{"source":252,"target":271},{"source":252,"target":272},{"source":270,"target":12},{"source":271,"target":273},{"source":271,"target":252},{"source":272,"target":11},{"source":272,"target":274},{"source":272,"target":252},{"source":274,"target":11},{"source":253,"target":12},{"source":253,"target":275},{"source":253,"target":11},{"source":253,"target":276},{"source":253,"target":277},{"source":275,"target":12},{"source":276,"target":278},{"source":276,"target":253},{"source":277,"target":11},{"source":277,"target":279},{"source":277,"target":253},{"source":279,"target":11},{"source":254,"target":13},{"source":254,"target":280},{"source":254,"target":11},{"source":254,"target":281},{"source":280,"target":13},{"source":281,"target":282},{"source":281,"target":254},{"source":255,"target":13},{"source":255,"target":283},{"source":255,"target":11},{"source":255,"target":284},{"source":283,"target":13},{"source":284,"target":32},{"source":284,"target":285},{"source":284,"target":255},{"source":285,"target":32},{"source":256,"target":11},{"source":256,"target":286},{"source":256,"target":11},{"source":286,"target":11},{"source":257,"target":287},{"source":257,"target":11},{"source":258,"target":13},{"source":258,"target":288},{"source":258,"target":11},{"source":258,"target":289},{"source":288,"target":13},{"source":245,"target":10},{"source":245,"target":290},{"source":245,"target":11},{"source":245,"target":203},{"source":290,"target":10},{"source":259,"target":12},{"source":259,"target":291},{"source":259,"target":11},{"source":259,"target":292},{"source":291,"target":12},{"source":260,"target":12},{"source":260,"target":293},{"source":260,"target":11},{"source":260,"target":294},{"source":293,"target":12},{"source":261,"target":3},{"source":262,"target":4},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":4},{"source":12,"target":295},{"source":12,"target":294},{"source":12,"target":292},{"source":12,"target":296},{"source":12,"target":247},{"source":12,"target":297},{"source":12,"target":298},{"source":12,"target":299},{"source":12,"target":300},{"source":295,"target":12},{"source":295,"target":301},{"source":295,"target":12},{"source":301,"target":12},{"source":294,"target":11},{"source":294,"target":302},{"source":294,"target":12},{"source":294,"target":260},{"source":302,"target":11},{"source":292,"target":11},{"source":292,"target":303},{"source":292,"target":12},{"source":292,"target":259},{"source":303,"target":11},{"source":296,"target":304},{"source":296,"target":12},{"source":247,"target":10},{"source":247,"target":305},{"source":247,"target":12},{"source":247,"target":204},{"source":305,"target":10},{"source":297,"target":306},{"source":297,"target":12},{"source":298,"target":307},{"source":298,"target":12},{"source":299,"target":1},{"source":300,"target":4},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":4},{"source":13,"target":308},{"source":13,"target":309},{"source":13,"target":310},{"source":13,"target":289},{"source":13,"target":311},{"source":13,"target":312},{"source":13,"target":313},{"source":13,"target":314},{"source":308,"target":13},{"source":308,"target":315},{"source":308,"target":13},{"source":315,"target":13},{"source":309,"target":316},{"source":309,"target":13},{"source":310,"target":317},{"source":310,"target":13},{"source":289,"target":11},{"source":289,"target":318},{"source":289,"target":13},{"source":289,"target":258},{"source":318,"target":11},{"source":311,"target":319},{"source":311,"target":13},{"source":312,"target":320},{"source":312,"target":13},{"source":313,"target":1},{"source":314,"target":4},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":168},{"source":14,"target":321},{"source":14,"target":322},{"source":168,"target":7},{"source":168,"target":323},{"source":168,"target":14},{"source":168,"target":106},{"source":323,"target":7},{"source":321,"target":324},{"source":321,"target":14},{"source":322,"target":3},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":325},{"source":15,"target":326},{"source":15,"target":327},{"source":325,"target":11},{"source":325,"target":328},{"source":325,"target":15},{"source":328,"target":11},{"source":326,"target":11},{"source":326,"target":329},{"source":326,"target":15},{"source":329,"target":11},{"source":327,"target":1},{"source":16,"target":0},{"source":16,"target":6},{"source":16,"target":330},{"source":16,"target":331},{"source":330,"target":6},{"source":330,"target":332},{"source":330,"target":16},{"source":332,"target":6},{"source":331,"target":6},{"source":17,"target":0},{"source":17,"target":6},{"source":17,"target":333},{"source":17,"target":334},{"source":333,"target":6},{"source":333,"target":335},{"source":333,"target":17},{"source":335,"target":6},{"source":334,"target":6},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":336},{"source":336,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":337},{"source":19,"target":338},{"source":19,"target":339},{"source":337,"target":340},{"source":337,"target":19},{"source":338,"target":341},{"source":338,"target":19},{"source":339,"target":17},{"source":20,"target":0},{"source":20,"target":6},{"source":20,"target":342},{"source":20,"target":343},{"source":20,"target":344},{"source":20,"target":345},{"source":342,"target":6},{"source":342,"target":346},{"source":342,"target":20},{"source":346,"target":6},{"source":343,"target":6},{"source":343,"target":347},{"source":343,"target":20},{"source":347,"target":6},{"source":344,"target":6},{"source":344,"target":348},{"source":344,"target":20},{"source":348,"target":6},{"source":345,"target":6},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":349},{"source":349,"target":17},{"source":22,"target":0},{"source":22,"target":16},{"source":22,"target":350},{"source":22,"target":351},{"source":350,"target":352},{"source":350,"target":22},{"source":351,"target":16},{"source":23,"target":0},{"source":23,"target":16},{"source":23,"target":353},{"source":353,"target":16},{"source":24,"target":0},{"source":24,"target":354},{"source":24,"target":355},{"source":354,"target":356},{"source":354,"target":24},{"source":355,"target":357},{"source":355,"target":24},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":24},{"source":25,"target":358},{"source":25,"target":359},{"source":25,"target":360},{"source":25,"target":361},{"source":25,"target":362},{"source":25,"target":363},{"source":25,"target":364},{"source":358,"target":10},{"source":358,"target":365},{"source":358,"target":25},{"source":365,"target":10},{"source":359,"target":366},{"source":359,"target":25},{"source":360,"target":367},{"source":360,"target":25},{"source":361,"target":10},{"source":361,"target":368},{"source":361,"target":25},{"source":368,"target":10},{"source":362,"target":15},{"source":362,"target":369},{"source":362,"target":25},{"source":369,"target":15},{"source":363,"target":1},{"source":364,"target":24},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":24},{"source":26,"target":370},{"source":26,"target":371},{"source":26,"target":372},{"source":370,"target":24},{"source":370,"target":373},{"source":370,"target":26},{"source":373,"target":24},{"source":371,"target":1},{"source":372,"target":24},{"source":27,"target":0},{"source":27,"target":1},{"source":27,"target":24},{"source":27,"target":374},{"source":27,"target":375},{"source":27,"target":376},{"source":27,"target":377},{"source":374,"target":24},{"source":374,"target":378},{"source":374,"target":27},{"source":378,"target":24},{"source":375,"target":24},{"source":375,"target":379},{"source":375,"target":27},{"source":379,"target":24},{"source":376,"target":1},{"source":377,"target":24},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":380},{"source":380,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":381},{"source":381,"target":27},{"source":30,"target":0},{"source":30,"target":27},{"source":30,"target":382},{"source":382,"target":27},{"source":31,"target":0},{"source":31,"target":26},{"source":31,"target":383},{"source":383,"target":26},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":384},{"source":33,"target":385},{"source":33,"target":386},{"source":33,"target":387},{"source":33,"target":388},{"source":384,"target":33},{"source":385,"target":33},{"source":386,"target":33},{"source":387,"target":33},{"source":388,"target":33}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2">
<eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind">
<eLiterals name="package" value="1" literal="package"/>
<eLiterals name="private" value="2" literal="private"/>
<eLiterals name="protected" value="3" literal="protected"/>
<eLiterals name="public" value="4" literal="public"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1"
eType="#//NamedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsUML2ownedElementHasVisibility.ecore | ecore | UML2
VisibilityKind
package
package
private
private
protected
protected
public
public
Transition
ParameterSet
AddStructuralFeatureValueAction
ExpansionRegion
ExtensionEnd
StructuralFeatureAction
AddVariableValueAction
WriteLinkAction
AnyTrigger
ExtensionPoint
StructuredClassifier
Type
Model
StructuralFeature
ReadIsClassifiedObjectAction
IntervalConstraint
Interaction
Enumeration
LiteralNull
DataStoreNode
ActivityFinalNode
Classifier
CommunicationPath
DeploymentSpecification
DestroyObjectAction
Substitution
RaiseExceptionAction
Namespace
member
Lifeline
OutputPin
Trigger
RedefinableTemplateSignature
LoopNode
ConnectableElement
DurationObservationAction
TimeTrigger
CentralBufferNode
CreateObjectAction
TimeInterval
CallTrigger
MessageTrigger
LiteralInteger
ValueSpecification
Stereotype
NamedElement
visibility
Pin
ControlNode
TimeConstraint
ApplyFunctionAction
CreateLinkObjectAction
InitialNode
RemoveVariableValueAction
Association
Duration
Interval
ReadVariableAction
EnumerationLiteral
DeploymentTarget
Artifact
ConditionalNode
ReplyAction
TemplateableClassifier
DurationConstraint
UseCase
ReadExtentAction
Node
EventOccurrence
CallOperationAction
Manifestation
Pseudostate
ActivityEdge
ReadLinkAction
ControlFlow
InteractionOperand
TimeObservationAction
Class
ChangeTrigger
AcceptCallAction
InformationItem
Operation
GeneralOrdering
Vertex
StateInvariant
ReadLinkObjectEndAction
DeployedArtifact
Constraint
ReadSelfAction
BehavioredClassifier
ParameterableClassifier
Implementation
Signal
ActivityParameterNode
Interface
InstanceValue
FinalNode
StateMachine
Continuation
Include
ValuePin
StartOwnedBehaviorAction
RemoveStructuralFeatureValueAction
Abstraction
Parameter
TypedElement
Action
Stop
ClearVariableAction
WriteVariableAction
TimeExpression
Realization
Variable
VariableAction
GeneralizationSet
LinkAction
ActivityNode
BroadcastSignalAction
Activity
Property
ReclassifyObjectAction
MessageEnd
PartDecomposition
Reception
Expression
ConnectionPointReference
InteractionOccurrence
ObjectNode
Dependency
MergeNode
ExecutionOccurrence
Behavior
Port
Package
InstanceSpecification
DecisionNode
ReadStructuralFeatureAction
LiteralSpecification
Feature
State
Component
Collaboration
Message
Device
SignalTrigger
LiteralBoolean
InputPin
FinalState
Profile
ProtocolTransition
CombinedFragment
InteractionConstraint
ClearStructuralFeatureAction
Extend
ProtocolStateMachine
Deployment
Gate
CallAction
DurationInterval
ExpansionNode
SendSignalAction
BehavioralFeature
AcceptEventAction
ExecutionEnvironment
Actor
ClearAssociationAction
AssociationClass
DataType
LiteralString
Connector
TestIdentityAction
ActivityPartition
CollaborationOccurrence
ExecutableNode
RedefinableElement
InvocationAction
SendObjectAction
ObjectFlow
ForkNode
FlowFinalNode
InformationFlow
Usage
PackageableElement
ReadLinkObjectEndQualifierAction
EncapsulatedClassifier
LiteralUnlimitedNatural
CallBehaviorAction
OpaqueExpression
Region
PrimitiveFunction
CreateLinkAction
PrimitiveType
Extension
InteractionFragment
JoinNode
StructuredActivityNode
WriteStructuralFeatureAction
DestroyLinkAction
Permission | null | {"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","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":"GeneralOrdering","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"name":"package","id":199,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":200,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":201,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":202,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":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":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"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"},{"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":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":1,"target":0},{"source":1,"target":199},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":199,"target":1},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":2,"target":0},{"source":2,"target":174},{"source":2,"target":203},{"source":203,"target":174},{"source":3,"target":0},{"source":3,"target":46},{"source":3,"target":204},{"source":204,"target":46},{"source":4,"target":0},{"source":4,"target":196},{"source":4,"target":205},{"source":205,"target":196},{"source":5,"target":0},{"source":5,"target":195},{"source":5,"target":206},{"source":206,"target":195},{"source":6,"target":0},{"source":6,"target":119},{"source":6,"target":207},{"source":207,"target":119},{"source":7,"target":0},{"source":7,"target":106},{"source":7,"target":208},{"source":208,"target":106},{"source":8,"target":0},{"source":8,"target":109},{"source":8,"target":209},{"source":209,"target":109},{"source":9,"target":0},{"source":9,"target":115},{"source":9,"target":210},{"source":210,"target":115},{"source":10,"target":0},{"source":10,"target":42},{"source":10,"target":211},{"source":211,"target":42},{"source":11,"target":0},{"source":11,"target":174},{"source":11,"target":212},{"source":212,"target":174},{"source":12,"target":0},{"source":12,"target":23},{"source":12,"target":213},{"source":213,"target":23},{"source":13,"target":0},{"source":13,"target":182},{"source":13,"target":214},{"source":214,"target":182},{"source":14,"target":0},{"source":14,"target":133},{"source":14,"target":215},{"source":215,"target":133},{"source":15,"target":0},{"source":15,"target":138},{"source":15,"target":105},{"source":15,"target":216},{"source":15,"target":217},{"source":216,"target":138},{"source":217,"target":105},{"source":16,"target":0},{"source":16,"target":106},{"source":16,"target":218},{"source":218,"target":106},{"source":17,"target":0},{"source":17,"target":87},{"source":17,"target":219},{"source":219,"target":87},{"source":18,"target":0},{"source":18,"target":131},{"source":18,"target":193},{"source":18,"target":220},{"source":18,"target":221},{"source":220,"target":131},{"source":221,"target":193},{"source":19,"target":0},{"source":19,"target":167},{"source":19,"target":222},{"source":222,"target":167},{"source":20,"target":0},{"source":20,"target":137},{"source":20,"target":223},{"source":223,"target":137},{"source":21,"target":0},{"source":21,"target":38},{"source":21,"target":224},{"source":224,"target":38},{"source":22,"target":0},{"source":22,"target":96},{"source":22,"target":225},{"source":225,"target":96},{"source":23,"target":0},{"source":23,"target":29},{"source":23,"target":13},{"source":23,"target":174},{"source":23,"target":226},{"source":23,"target":227},{"source":23,"target":228},{"source":226,"target":29},{"source":227,"target":13},{"source":228,"target":174},{"source":24,"target":0},{"source":24,"target":54},{"source":24,"target":229},{"source":229,"target":54},{"source":25,"target":0},{"source":25,"target":60},{"source":25,"target":230},{"source":230,"target":60},{"source":26,"target":0},{"source":26,"target":106},{"source":26,"target":231},{"source":231,"target":106},{"source":27,"target":0},{"source":27,"target":111},{"source":27,"target":232},{"source":232,"target":111},{"source":28,"target":0},{"source":28,"target":106},{"source":28,"target":233},{"source":233,"target":106},{"source":29,"target":0},{"source":29,"target":46},{"source":29,"target":234},{"source":29,"target":235},{"source":234,"target":46},{"source":234,"target":236},{"source":234,"target":29},{"source":236,"target":46},{"source":235,"target":46},{"source":30,"target":0},{"source":30,"target":46},{"source":30,"target":237},{"source":237,"target":46},{"source":31,"target":0},{"source":31,"target":47},{"source":31,"target":238},{"source":238,"target":47},{"source":32,"target":0},{"source":32,"target":46},{"source":32,"target":239},{"source":239,"target":46},{"source":33,"target":0},{"source":33,"target":174},{"source":33,"target":240},{"source":240,"target":174},{"source":34,"target":0},{"source":34,"target":195},{"source":34,"target":241},{"source":241,"target":195},{"source":35,"target":0},{"source":35,"target":46},{"source":35,"target":242},{"source":242,"target":46},{"source":36,"target":0},{"source":36,"target":196},{"source":36,"target":243},{"source":243,"target":196},{"source":37,"target":0},{"source":37,"target":32},{"source":37,"target":244},{"source":244,"target":32},{"source":38,"target":0},{"source":38,"target":127},{"source":38,"target":245},{"source":245,"target":127},{"source":39,"target":0},{"source":39,"target":106},{"source":39,"target":246},{"source":246,"target":106},{"source":40,"target":0},{"source":40,"target":56},{"source":40,"target":247},{"source":247,"target":56},{"source":41,"target":0},{"source":41,"target":42},{"source":41,"target":248},{"source":248,"target":42},{"source":42,"target":0},{"source":42,"target":32},{"source":42,"target":249},{"source":249,"target":32},{"source":43,"target":0},{"source":43,"target":137},{"source":43,"target":250},{"source":250,"target":137},{"source":44,"target":0},{"source":44,"target":105},{"source":44,"target":251},{"source":251,"target":105},{"source":45,"target":0},{"source":45,"target":77},{"source":45,"target":252},{"source":252,"target":77},{"source":46,"target":0},{"source":46,"target":253},{"source":253,"target":1},{"source":253,"target":254},{"source":253,"target":46},{"source":254,"target":1},{"source":47,"target":0},{"source":47,"target":127},{"source":47,"target":255},{"source":255,"target":127},{"source":48,"target":0},{"source":48,"target":116},{"source":48,"target":256},{"source":256,"target":116},{"source":49,"target":0},{"source":49,"target":17},{"source":49,"target":257},{"source":257,"target":17},{"source":50,"target":0},{"source":50,"target":106},{"source":50,"target":258},{"source":258,"target":106},{"source":51,"target":0},{"source":51,"target":190},{"source":51,"target":259},{"source":259,"target":190},{"source":52,"target":0},{"source":52,"target":48},{"source":52,"target":260},{"source":260,"target":48},{"source":53,"target":0},{"source":53,"target":109},{"source":53,"target":261},{"source":261,"target":109},{"source":54,"target":0},{"source":54,"target":23},{"source":54,"target":262},{"source":262,"target":23},{"source":55,"target":0},{"source":55,"target":44},{"source":55,"target":263},{"source":263,"target":44},{"source":56,"target":0},{"source":56,"target":44},{"source":56,"target":264},{"source":264,"target":44},{"source":57,"target":0},{"source":57,"target":113},{"source":57,"target":265},{"source":265,"target":113},{"source":58,"target":0},{"source":58,"target":134},{"source":58,"target":266},{"source":266,"target":134},{"source":59,"target":0},{"source":59,"target":46},{"source":59,"target":267},{"source":267,"target":46},{"source":60,"target":0},{"source":60,"target":23},{"source":60,"target":86},{"source":60,"target":268},{"source":60,"target":269},{"source":268,"target":23},{"source":269,"target":86},{"source":61,"target":0},{"source":61,"target":195},{"source":61,"target":270},{"source":270,"target":195},{"source":62,"target":0},{"source":62,"target":106},{"source":62,"target":271},{"source":271,"target":106},{"source":63,"target":0},{"source":63,"target":23},{"source":63,"target":272},{"source":272,"target":23},{"source":64,"target":0},{"source":64,"target":17},{"source":64,"target":273},{"source":273,"target":17},{"source":65,"target":0},{"source":65,"target":89},{"source":65,"target":274},{"source":274,"target":89},{"source":66,"target":0},{"source":66,"target":106},{"source":66,"target":275},{"source":275,"target":106},{"source":67,"target":0},{"source":67,"target":77},{"source":67,"target":59},{"source":67,"target":276},{"source":67,"target":277},{"source":276,"target":77},{"source":277,"target":59},{"source":68,"target":0},{"source":68,"target":193},{"source":68,"target":121},{"source":68,"target":278},{"source":68,"target":279},{"source":278,"target":193},{"source":279,"target":121},{"source":69,"target":0},{"source":69,"target":157},{"source":69,"target":280},{"source":280,"target":157},{"source":70,"target":0},{"source":70,"target":103},{"source":70,"target":281},{"source":281,"target":103},{"source":71,"target":0},{"source":71,"target":83},{"source":71,"target":282},{"source":282,"target":83},{"source":72,"target":0},{"source":72,"target":174},{"source":72,"target":283},{"source":283,"target":174},{"source":73,"target":0},{"source":73,"target":115},{"source":73,"target":284},{"source":284,"target":115},{"source":74,"target":0},{"source":74,"target":72},{"source":74,"target":285},{"source":285,"target":72},{"source":75,"target":0},{"source":75,"target":29},{"source":75,"target":193},{"source":75,"target":286},{"source":75,"target":287},{"source":286,"target":29},{"source":287,"target":193},{"source":76,"target":0},{"source":76,"target":196},{"source":76,"target":288},{"source":288,"target":196},{"source":77,"target":0},{"source":77,"target":89},{"source":77,"target":184},{"source":77,"target":289},{"source":77,"target":290},{"source":289,"target":89},{"source":290,"target":184},{"source":78,"target":0},{"source":78,"target":32},{"source":78,"target":291},{"source":291,"target":32},{"source":79,"target":0},{"source":79,"target":162},{"source":79,"target":292},{"source":292,"target":162},{"source":80,"target":0},{"source":80,"target":23},{"source":80,"target":293},{"source":293,"target":23},{"source":81,"target":0},{"source":81,"target":161},{"source":81,"target":105},{"source":81,"target":294},{"source":81,"target":295},{"source":294,"target":161},{"source":295,"target":105},{"source":82,"target":0},{"source":82,"target":46},{"source":82,"target":296},{"source":296,"target":46},{"source":83,"target":0},{"source":83,"target":46},{"source":83,"target":297},{"source":297,"target":46},{"source":84,"target":0},{"source":84,"target":193},{"source":84,"target":298},{"source":298,"target":193},{"source":85,"target":0},{"source":85,"target":106},{"source":85,"target":299},{"source":299,"target":106},{"source":86,"target":0},{"source":86,"target":46},{"source":86,"target":300},{"source":300,"target":46},{"source":87,"target":0},{"source":87,"target":182},{"source":87,"target":301},{"source":301,"target":182},{"source":88,"target":0},{"source":88,"target":106},{"source":88,"target":302},{"source":302,"target":106},{"source":89,"target":0},{"source":89,"target":23},{"source":89,"target":303},{"source":303,"target":23},{"source":90,"target":0},{"source":90,"target":23},{"source":90,"target":304},{"source":304,"target":23},{"source":91,"target":0},{"source":91,"target":111},{"source":91,"target":305},{"source":305,"target":111},{"source":92,"target":0},{"source":92,"target":23},{"source":92,"target":306},{"source":306,"target":23},{"source":93,"target":0},{"source":93,"target":127},{"source":93,"target":307},{"source":307,"target":127},{"source":94,"target":0},{"source":94,"target":23},{"source":94,"target":308},{"source":308,"target":23},{"source":95,"target":0},{"source":95,"target":44},{"source":95,"target":309},{"source":309,"target":44},{"source":96,"target":0},{"source":96,"target":48},{"source":96,"target":310},{"source":310,"target":48},{"source":97,"target":0},{"source":97,"target":131},{"source":97,"target":311},{"source":311,"target":131},{"source":98,"target":0},{"source":98,"target":193},{"source":98,"target":312},{"source":312,"target":193},{"source":99,"target":0},{"source":99,"target":46},{"source":99,"target":313},{"source":313,"target":46},{"source":100,"target":0},{"source":100,"target":146},{"source":100,"target":314},{"source":314,"target":146},{"source":101,"target":0},{"source":101,"target":106},{"source":101,"target":315},{"source":315,"target":106},{"source":102,"target":0},{"source":102,"target":196},{"source":102,"target":316},{"source":316,"target":196},{"source":103,"target":0},{"source":103,"target":128},{"source":103,"target":317},{"source":317,"target":128},{"source":104,"target":0},{"source":104,"target":35},{"source":104,"target":105},{"source":104,"target":318},{"source":104,"target":319},{"source":318,"target":35},{"source":319,"target":105},{"source":105,"target":0},{"source":105,"target":46},{"source":105,"target":320},{"source":320,"target":46},{"source":106,"target":0},{"source":106,"target":173},{"source":106,"target":321},{"source":321,"target":173},{"source":107,"target":0},{"source":107,"target":68},{"source":107,"target":322},{"source":322,"target":68},{"source":108,"target":0},{"source":108,"target":113},{"source":108,"target":323},{"source":323,"target":113},{"source":109,"target":0},{"source":109,"target":113},{"source":109,"target":324},{"source":324,"target":113},{"source":110,"target":0},{"source":110,"target":44},{"source":110,"target":325},{"source":325,"target":44},{"source":111,"target":0},{"source":111,"target":103},{"source":111,"target":326},{"source":326,"target":103},{"source":112,"target":0},{"source":112,"target":35},{"source":112,"target":105},{"source":112,"target":327},{"source":112,"target":328},{"source":327,"target":35},{"source":328,"target":105},{"source":113,"target":0},{"source":113,"target":106},{"source":113,"target":329},{"source":329,"target":106},{"source":114,"target":0},{"source":114,"target":182},{"source":114,"target":330},{"source":330,"target":182},{"source":115,"target":0},{"source":115,"target":106},{"source":115,"target":331},{"source":331,"target":106},{"source":116,"target":0},{"source":116,"target":174},{"source":116,"target":332},{"source":332,"target":174},{"source":117,"target":0},{"source":117,"target":175},{"source":117,"target":333},{"source":333,"target":175},{"source":118,"target":0},{"source":118,"target":131},{"source":118,"target":334},{"source":334,"target":131},{"source":119,"target":0},{"source":119,"target":15},{"source":119,"target":35},{"source":119,"target":59},{"source":119,"target":335},{"source":119,"target":336},{"source":119,"target":337},{"source":335,"target":15},{"source":336,"target":35},{"source":337,"target":59},{"source":120,"target":0},{"source":120,"target":106},{"source":120,"target":338},{"source":338,"target":106},{"source":121,"target":0},{"source":121,"target":46},{"source":121,"target":339},{"source":339,"target":46},{"source":122,"target":0},{"source":122,"target":126},{"source":122,"target":340},{"source":340,"target":126},{"source":123,"target":0},{"source":123,"target":161},{"source":123,"target":341},{"source":341,"target":161},{"source":124,"target":0},{"source":124,"target":187},{"source":124,"target":342},{"source":342,"target":187},{"source":125,"target":0},{"source":125,"target":83},{"source":125,"target":343},{"source":343,"target":83},{"source":126,"target":0},{"source":126,"target":193},{"source":126,"target":344},{"source":344,"target":193},{"source":127,"target":0},{"source":127,"target":116},{"source":127,"target":105},{"source":127,"target":345},{"source":127,"target":346},{"source":345,"target":116},{"source":346,"target":105},{"source":128,"target":0},{"source":128,"target":182},{"source":128,"target":347},{"source":347,"target":182},{"source":129,"target":0},{"source":129,"target":48},{"source":129,"target":348},{"source":348,"target":48},{"source":130,"target":0},{"source":130,"target":193},{"source":130,"target":349},{"source":349,"target":193},{"source":131,"target":0},{"source":131,"target":77},{"source":131,"target":350},{"source":350,"target":77},{"source":132,"target":0},{"source":132,"target":119},{"source":132,"target":351},{"source":351,"target":119},{"source":133,"target":0},{"source":133,"target":29},{"source":133,"target":182},{"source":133,"target":352},{"source":133,"target":353},{"source":352,"target":29},{"source":353,"target":182},{"source":134,"target":0},{"source":134,"target":182},{"source":134,"target":59},{"source":134,"target":86},{"source":134,"target":354},{"source":134,"target":355},{"source":134,"target":356},{"source":354,"target":182},{"source":355,"target":59},{"source":356,"target":86},{"source":135,"target":0},{"source":135,"target":48},{"source":135,"target":357},{"source":357,"target":48},{"source":136,"target":0},{"source":136,"target":7},{"source":136,"target":358},{"source":358,"target":7},{"source":137,"target":0},{"source":137,"target":44},{"source":137,"target":359},{"source":359,"target":44},{"source":138,"target":0},{"source":138,"target":174},{"source":138,"target":360},{"source":360,"target":174},{"source":139,"target":0},{"source":139,"target":29},{"source":139,"target":174},{"source":139,"target":83},{"source":139,"target":361},{"source":139,"target":362},{"source":139,"target":363},{"source":361,"target":29},{"source":362,"target":174},{"source":363,"target":83},{"source":140,"target":0},{"source":140,"target":77},{"source":140,"target":364},{"source":364,"target":77},{"source":141,"target":0},{"source":141,"target":89},{"source":141,"target":12},{"source":141,"target":365},{"source":141,"target":366},{"source":365,"target":89},{"source":366,"target":12},{"source":142,"target":0},{"source":142,"target":46},{"source":142,"target":367},{"source":367,"target":46},{"source":143,"target":0},{"source":143,"target":67},{"source":143,"target":368},{"source":368,"target":67},{"source":144,"target":0},{"source":144,"target":42},{"source":144,"target":369},{"source":369,"target":42},{"source":145,"target":0},{"source":145,"target":137},{"source":145,"target":370},{"source":370,"target":137},{"source":146,"target":0},{"source":146,"target":47},{"source":146,"target":371},{"source":371,"target":47},{"source":147,"target":0},{"source":147,"target":139},{"source":147,"target":372},{"source":372,"target":139},{"source":148,"target":0},{"source":148,"target":133},{"source":148,"target":373},{"source":373,"target":133},{"source":149,"target":0},{"source":149,"target":2},{"source":149,"target":374},{"source":374,"target":2},{"source":150,"target":0},{"source":150,"target":193},{"source":150,"target":375},{"source":375,"target":193},{"source":151,"target":0},{"source":151,"target":87},{"source":151,"target":376},{"source":376,"target":87},{"source":152,"target":0},{"source":152,"target":7},{"source":152,"target":377},{"source":377,"target":7},{"source":153,"target":0},{"source":153,"target":46},{"source":153,"target":378},{"source":378,"target":46},{"source":154,"target":0},{"source":154,"target":97},{"source":154,"target":379},{"source":379,"target":97},{"source":155,"target":0},{"source":155,"target":128},{"source":155,"target":380},{"source":380,"target":128},{"source":156,"target":0},{"source":156,"target":121},{"source":156,"target":381},{"source":381,"target":121},{"source":157,"target":0},{"source":157,"target":175},{"source":157,"target":382},{"source":382,"target":175},{"source":158,"target":0},{"source":158,"target":56},{"source":158,"target":383},{"source":383,"target":56},{"source":159,"target":0},{"source":159,"target":127},{"source":159,"target":384},{"source":384,"target":127},{"source":160,"target":0},{"source":160,"target":175},{"source":160,"target":385},{"source":385,"target":175},{"source":161,"target":0},{"source":161,"target":29},{"source":161,"target":138},{"source":161,"target":386},{"source":161,"target":387},{"source":386,"target":29},{"source":387,"target":138},{"source":162,"target":0},{"source":162,"target":106},{"source":162,"target":388},{"source":388,"target":106},{"source":163,"target":0},{"source":163,"target":67},{"source":163,"target":389},{"source":389,"target":67},{"source":164,"target":0},{"source":164,"target":23},{"source":164,"target":390},{"source":390,"target":23},{"source":165,"target":0},{"source":165,"target":106},{"source":165,"target":391},{"source":391,"target":106},{"source":166,"target":0},{"source":166,"target":77},{"source":166,"target":54},{"source":166,"target":392},{"source":166,"target":393},{"source":392,"target":77},{"source":393,"target":54},{"source":167,"target":0},{"source":167,"target":23},{"source":167,"target":394},{"source":394,"target":23},{"source":168,"target":0},{"source":168,"target":137},{"source":168,"target":395},{"source":395,"target":137},{"source":169,"target":0},{"source":169,"target":138},{"source":169,"target":396},{"source":396,"target":138},{"source":170,"target":0},{"source":170,"target":106},{"source":170,"target":397},{"source":397,"target":106},{"source":171,"target":0},{"source":171,"target":46},{"source":171,"target":398},{"source":398,"target":46},{"source":172,"target":0},{"source":172,"target":46},{"source":172,"target":399},{"source":399,"target":46},{"source":173,"target":0},{"source":173,"target":116},{"source":173,"target":400},{"source":400,"target":116},{"source":174,"target":0},{"source":174,"target":46},{"source":174,"target":401},{"source":401,"target":46},{"source":175,"target":0},{"source":175,"target":106},{"source":175,"target":402},{"source":402,"target":106},{"source":176,"target":0},{"source":176,"target":175},{"source":176,"target":403},{"source":403,"target":175},{"source":177,"target":0},{"source":177,"target":72},{"source":177,"target":404},{"source":404,"target":72},{"source":178,"target":0},{"source":178,"target":48},{"source":178,"target":405},{"source":405,"target":48},{"source":179,"target":0},{"source":179,"target":96},{"source":179,"target":406},{"source":406,"target":96},{"source":180,"target":0},{"source":180,"target":182},{"source":180,"target":407},{"source":407,"target":182},{"source":181,"target":0},{"source":181,"target":128},{"source":181,"target":408},{"source":408,"target":128},{"source":182,"target":0},{"source":182,"target":46},{"source":182,"target":409},{"source":409,"target":46},{"source":183,"target":0},{"source":183,"target":106},{"source":183,"target":410},{"source":410,"target":106},{"source":184,"target":0},{"source":184,"target":12},{"source":184,"target":411},{"source":411,"target":12},{"source":185,"target":0},{"source":185,"target":137},{"source":185,"target":412},{"source":412,"target":137},{"source":186,"target":0},{"source":186,"target":157},{"source":186,"target":413},{"source":413,"target":157},{"source":187,"target":0},{"source":187,"target":44},{"source":187,"target":414},{"source":414,"target":44},{"source":188,"target":0},{"source":188,"target":29},{"source":188,"target":174},{"source":188,"target":415},{"source":188,"target":416},{"source":415,"target":29},{"source":416,"target":174},{"source":189,"target":0},{"source":189,"target":182},{"source":189,"target":417},{"source":417,"target":182},{"source":190,"target":0},{"source":190,"target":9},{"source":190,"target":418},{"source":418,"target":9},{"source":191,"target":0},{"source":191,"target":167},{"source":191,"target":419},{"source":419,"target":167},{"source":192,"target":0},{"source":192,"target":54},{"source":192,"target":420},{"source":420,"target":54},{"source":193,"target":0},{"source":193,"target":46},{"source":193,"target":421},{"source":421,"target":46},{"source":194,"target":0},{"source":194,"target":48},{"source":194,"target":422},{"source":422,"target":48},{"source":195,"target":0},{"source":195,"target":106},{"source":195,"target":29},{"source":195,"target":423},{"source":195,"target":424},{"source":423,"target":106},{"source":424,"target":29},{"source":196,"target":0},{"source":196,"target":7},{"source":196,"target":425},{"source":425,"target":7},{"source":197,"target":0},{"source":197,"target":9},{"source":197,"target":426},{"source":426,"target":9},{"source":198,"target":0},{"source":198,"target":128},{"source":198,"target":427},{"source":427,"target":128}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="lit" nsURI="http://fr.sirs/lit">
<eClassifiers xsi:type="ecore:EClass" name="TronconLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//TronconDigue">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="litId" eType="#//Lit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AutreOuvrageLit" eSuperTypes="#//ObjetLit">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="libelle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeId" eType="#//RefTypeOuvrageLit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SeuilLit" eSuperTypes="#//ObjetLit">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="libelle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commune" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anneeConstruction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fonctionSeuilId" eType="#//RefFonctionSeuilLit"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="materiauPrincipalA" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefMateriau"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="materiauPrincipalB" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefMateriau"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="positionSeuilId" eType="#//RefPositionAxeSeuilLit"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="geometrieCreteId" eType="#//RefGeometrieCreteSeuilLit"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="profilCoursierId" eType="#//RefProfilCoursierSeuilLit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="penteRampant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="surfaceRempantEntretien"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="longueurTotale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="longueurCoursier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="largeurEnCrete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hauteurChute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="passeSportEauVive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="passePoisson" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="plans" upperBound="-1"
eType="#//PlanSeuilLit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="voieAccesIds" upperBound="-1"
eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//VoieAcces"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ouvrageFranchissementIds"
upperBound="-1" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//OuvrageFranchissement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="voieDigueIds" upperBound="-1"
eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//VoieDigue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ouvrageVoirieIds" upperBound="-1"
eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//OuvrageVoirie"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stationPompageIds" upperBound="-1"
eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//StationPompage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reseauHydrauliqueFermeIds"
upperBound="-1" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//ReseauHydrauliqueFerme"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reseauHydrauliqueCielOuvertIds"
upperBound="-1" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//ReseauHydrauliqueCielOuvert"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ouvrageHydrauliqueAssocieIds"
upperBound="-1" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//OuvrageHydrauliqueAssocie"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ouvrageTelecomEnergieIds"
upperBound="-1" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//OuvrageTelecomEnergie"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reseauTelecomEnergieIds"
upperBound="-1" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//ReseauTelecomEnergie"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ouvrageParticulierIds"
upperBound="-1" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//OuvrageParticulier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="echelleLimnimetriqueIds"
upperBound="-1" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//EchelleLimnimetrique"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="desordreIds" upperBound="-1"
eType="#//DesordreLit" eOpposite="#//DesordreLit/seuilIds"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bergeIds" upperBound="-1"
eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//TronconDigue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="digueIds" upperBound="-1"
eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//Digue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inspections" upperBound="-1"
eType="#//InspectionSeuilLit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="couches" upperBound="-1"
eType="#//CoucheSeuilLit" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlageDepotLit" eSuperTypes="#//ObjetLit ../../sirs-core/model/sirs.ecore#//SIRSFileReference">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="libelle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commune" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="coteFond" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="coteAlerte" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="chemin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volumeStockage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="longueur" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="largeurMax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="penteAVide" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementAssocie" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeFermetureId" eType="#//RefFermeturePlageDepotLit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hauteur" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="largeurEnCrete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeOuvertureLit" eType="#//RefOuverturePlageDepotLit"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeElementAssocieId" eType="#//RefElementAssociePlageDepotLit"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeElementAssocieFermetureId"
eType="#//RefElementAssocieFermeturePlageDepotLit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementAssocieFermeture"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ouvragesFreineurs" upperBound="-1"
eType="#//OuvrageFreineurLit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="barrages" upperBound="-1"
eType="#//BarrageLit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="autreOuvrages" upperBound="-1"
eType="#//AutreOuvrageRegulationLit" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Lit">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="designation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dateMaj" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="localDate"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="libelle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentaire" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjetLit" abstract="true" eSuperTypes="../../sirs-core/model/sirs.ecore#//ObjetPhotographiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="proprietes" upperBound="-1"
eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//ProprieteObjet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="gestions" upperBound="-1"
eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//GestionObjet" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IleBancLit" eSuperTypes="#//ObjetLit">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="libelle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="longueur" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="largeur" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rattacheBerge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vegetalise" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OuvrageAssocieLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//Objet">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ouvrageId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//TronconLitAssociable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OccupationRiveraineLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//Objet">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeOccupationId" eType="#//RefOccupationLit"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="riveId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefRive"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefOccupationLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//ReferenceType">
<eAnnotations source="couchDBDocument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PenteLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//Objet">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="penteMoyenne" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LargeurLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//Objet">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="largeurMoyenne" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RegimeEcoulementLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//Objet">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="regimeId" eType="#//RefRegimeLit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefRegimeLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//ReferenceType">
<eAnnotations source="couchDBDocument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DomanialiteLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//Objet">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeId" eType="#//RefDomanialiteLit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ZoneAtterrissementLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//Objet">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeId" eType="#//RefZoneAtterrissementLit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefZoneAtterrissementLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//ReferenceType">
<eAnnotations source="couchDBDocument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DesordreLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//Desordre">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="seuilIds" upperBound="-1"
eType="#//SeuilLit" eOpposite="#//SeuilLit/desordreIds"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefTypeOuvrageRegulationLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//ReferenceType">
<eAnnotations source="couchDBDocument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefTypeOuvrageLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//ReferenceType">
<eAnnotations source="couchDBDocument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefFonctionSeuilLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//ReferenceType">
<eAnnotations source="couchDBDocument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefTypeInspectionSeuilLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//ReferenceType">
<eAnnotations source="couchDBDocument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlanSeuilLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//SIRSFileReference">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="chemin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="designation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefPositionAxeSeuilLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//ReferenceType">
<eAnnotations source="couchDBDocument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefGeometrieCreteSeuilLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//ReferenceType">
<eAnnotations source="couchDBDocument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefProfilCoursierSeuilLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//ReferenceType">
<eAnnotations source="couchDBDocument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefPositionStructureSeuilLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//ReferenceType">
<eAnnotations source="couchDBDocument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefFermeturePlageDepotLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//ReferenceType">
<eAnnotations source="couchDBDocument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefOuverturePlageDepotLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//ReferenceType">
<eAnnotations source="couchDBDocument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefElementAssociePlageDepotLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//ReferenceType">
<eAnnotations source="couchDBDocument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefElementAssocieFermeturePlageDepotLit"
eSuperTypes="../../sirs-core/model/sirs.ecore#//ReferenceType">
<eAnnotations source="couchDBDocument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OuvrageFreineurLit" eSuperTypes="#//OuvrageRegulationLit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hauteur" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nbDents" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeId" eType="#//RefTypeOuvrageFreineurLit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BarrageLit" eSuperTypes="#//OuvrageRegulationLit">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeId" eType="#//RefTypeBarrageLit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hauteurSousCuvette" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="largeurEnCrete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AutreOuvrageRegulationLit" eSuperTypes="#//OuvrageRegulationLit">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeId" eType="#//RefTypeOuvrageRegulationLit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefTypeOuvrageFreineurLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//ReferenceType">
<eAnnotations source="couchDBDocument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefTypeBarrageLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//ReferenceType">
<eAnnotations source="couchDBDocument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OuvrageRegulationLit" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="designation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefDomanialiteLit" eSuperTypes="../../sirs-core/model/sirs.ecore#//ReferenceType">
<eAnnotations source="couchDBDocument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InspectionSeuilLit">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeInspectionId" eType="#//RefTypeInspectionSeuilLit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="designation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CoucheSeuilLit">
<eStructuralFeatures xsi:type="ecore:EReference" name="positionStructureId" eType="#//RefPositionStructureSeuilLit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numCouche" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="natureId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefNature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="materiauId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefMateriau"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fonctionId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefFonction"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="epaisseur" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefSource"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="designation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/frmoine/sirsdev/plugin-lit/model/lit.ecore | ecore | lit
TronconLit
litId
AutreOuvrageLit
libelle
typeId
SeuilLit
libelle
commune
anneeConstruction
fonctionSeuilId
materiauPrincipalA
materiauPrincipalB
positionSeuilId
geometrieCreteId
profilCoursierId
penteRampant
surfaceRempantEntretien
longueurTotale
longueurCoursier
largeurEnCrete
hauteurChute
passeSportEauVive
passePoisson
plans
voieAccesIds
ouvrageFranchissementIds
voieDigueIds
ouvrageVoirieIds
stationPompageIds
reseauHydrauliqueFermeIds
reseauHydrauliqueCielOuvertIds
ouvrageHydrauliqueAssocieIds
ouvrageTelecomEnergieIds
reseauTelecomEnergieIds
ouvrageParticulierIds
echelleLimnimetriqueIds
desordreIds
bergeIds
digueIds
inspections
couches
PlageDepotLit
libelle
commune
coteFond
0.0
coteAlerte
0.0
chemin
volumeStockage
longueur
largeurMax
penteAVide
elementAssocie
typeFermetureId
hauteur
largeurEnCrete
typeOuvertureLit
typeElementAssocieId
typeElementAssocieFermetureId
elementAssocieFermeture
ouvragesFreineurs
barrages
autreOuvrages
Lit
designation
author
valid
dateMaj
libelle
commentaire
ObjetLit
proprietes
gestions
IleBancLit
libelle
longueur
largeur
rattacheBerge
vegetalise
OuvrageAssocieLit
ouvrageId
OccupationRiveraineLit
typeOccupationId
riveId
RefOccupationLit
PenteLit
penteMoyenne
LargeurLit
largeurMoyenne
RegimeEcoulementLit
regimeId
RefRegimeLit
DomanialiteLit
typeId
ZoneAtterrissementLit
typeId
RefZoneAtterrissementLit
DesordreLit
seuilIds
RefTypeOuvrageRegulationLit
RefTypeOuvrageLit
RefFonctionSeuilLit
RefTypeInspectionSeuilLit
PlanSeuilLit
chemin
valid
designation
author
RefPositionAxeSeuilLit
RefGeometrieCreteSeuilLit
RefProfilCoursierSeuilLit
RefPositionStructureSeuilLit
RefFermeturePlageDepotLit
RefOuverturePlageDepotLit
RefElementAssociePlageDepotLit
RefElementAssocieFermeturePlageDepotLit
OuvrageFreineurLit
hauteur
0.0
nbDents
0.0
typeId
BarrageLit
typeId
hauteurSousCuvette
0.0
largeurEnCrete
0.0
AutreOuvrageRegulationLit
typeId
RefTypeOuvrageFreineurLit
RefTypeBarrageLit
OuvrageRegulationLit
author
designation
valid
RefDomanialiteLit
InspectionSeuilLit
typeInspectionId
date
designation
author
valid
CoucheSeuilLit
positionStructureId
numCouche
natureId
materiauId
fonctionId
epaisseur
0.0
sourceId
designation
author
valid | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":"http://fr.sirs/lit","name":"lit","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TronconLit","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AutreOuvrageLit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SeuilLit","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlageDepotLit","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lit","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjetLit","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IleBancLit","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OuvrageAssocieLit","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OccupationRiveraineLit","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefOccupationLit","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PenteLit","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LargeurLit","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegimeEcoulementLit","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefRegimeLit","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomanialiteLit","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ZoneAtterrissementLit","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefZoneAtterrissementLit","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DesordreLit","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefTypeOuvrageRegulationLit","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefTypeOuvrageLit","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefFonctionSeuilLit","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefTypeInspectionSeuilLit","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlanSeuilLit","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefPositionAxeSeuilLit","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefGeometrieCreteSeuilLit","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefProfilCoursierSeuilLit","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefPositionStructureSeuilLit","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefFermeturePlageDepotLit","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefOuverturePlageDepotLit","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefElementAssociePlageDepotLit","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefElementAssocieFermeturePlageDepotLit","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OuvrageFreineurLit","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BarrageLit","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AutreOuvrageRegulationLit","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefTypeOuvrageFreineurLit","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefTypeBarrageLit","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OuvrageRegulationLit","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefDomanialiteLit","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InspectionSeuilLit","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoucheSeuilLit","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"litId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"libelle","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"libelle","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":"commune","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":"anneeConstruction","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fonctionSeuilId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"materiauPrincipalA","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"materiauPrincipalB","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":"positionSeuilId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"geometrieCreteId","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":false,"unsettable":false,"transient":false,"unique":true,"name":"profilCoursierId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"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":"penteRampant","changeable":true,"lowerBound":0,"iD":false,"id":58,"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":"surfaceRempantEntretien","changeable":true,"lowerBound":0,"iD":false,"id":59,"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":"longueurTotale","changeable":true,"lowerBound":0,"iD":false,"id":60,"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":"longueurCoursier","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"largeurEnCrete","changeable":true,"lowerBound":0,"iD":false,"id":62,"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":"hauteurChute","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"passeSportEauVive","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"passePoisson","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"voieAccesIds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ouvrageFranchissementIds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"voieDigueIds","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":false,"unsettable":false,"transient":false,"unique":true,"name":"ouvrageVoirieIds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stationPompageIds","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":false,"unsettable":false,"transient":false,"unique":true,"name":"reseauHydrauliqueFermeIds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reseauHydrauliqueCielOuvertIds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ouvrageHydrauliqueAssocieIds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ouvrageTelecomEnergieIds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reseauTelecomEnergieIds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ouvrageParticulierIds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"echelleLimnimetriqueIds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"desordreIds","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":false,"unsettable":false,"transient":false,"unique":true,"name":"bergeIds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"digueIds","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":"inspections","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":"couches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"seuilIds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"libelle","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commune","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"coteFond","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"coteAlerte","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":"chemin","changeable":true,"lowerBound":0,"iD":false,"id":125,"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":"volumeStockage","changeable":true,"lowerBound":0,"iD":false,"id":126,"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":"longueur","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"largeurMax","changeable":true,"lowerBound":0,"iD":false,"id":128,"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":"penteAVide","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementAssocie","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":false,"unsettable":false,"transient":false,"unique":true,"name":"typeFermetureId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"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":"hauteur","changeable":true,"lowerBound":0,"iD":false,"id":132,"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":"largeurEnCrete","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeOuvertureLit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeElementAssocieId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeElementAssocieFermetureId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementAssocieFermeture","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ouvragesFreineurs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"barrages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"autreOuvrages","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"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"designation","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valid","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dateMaj","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"libelle","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commentaire","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"proprietes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"gestions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"libelle","changeable":true,"lowerBound":0,"iD":false,"id":180,"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":"longueur","changeable":true,"lowerBound":0,"iD":false,"id":181,"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":"largeur","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rattacheBerge","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vegetalise","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"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ouvrageId","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":"typeOccupationId","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":false,"unsettable":false,"transient":false,"unique":true,"name":"riveId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"penteMoyenne","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"largeurMoyenne","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"regimeId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeId","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"chemin","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valid","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"designation","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"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,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"hauteur","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"nbDents","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"hauteurSousCuvette","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"largeurEnCrete","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":0,"iD":false,"id":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":"designation","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valid","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeInspectionId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":267,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"designation","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":"author","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valid","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"positionStructureId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numCouche","changeable":true,"lowerBound":0,"iD":false,"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":"natureId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"materiauId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fonctionId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"epaisseur","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"designation","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":"author","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valid","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":1,"target":0},{"source":1,"target":41},{"source":1,"target":42},{"source":41,"target":5},{"source":41,"target":43},{"source":41,"target":1},{"source":43,"target":5},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":44,"target":47},{"source":44,"target":2},{"source":45,"target":20},{"source":45,"target":48},{"source":45,"target":2},{"source":48,"target":20},{"source":46,"target":6},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":65},{"source":3,"target":66},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":3,"target":83},{"source":3,"target":84},{"source":49,"target":85},{"source":49,"target":3},{"source":50,"target":86},{"source":50,"target":3},{"source":51,"target":87},{"source":51,"target":3},{"source":52,"target":21},{"source":52,"target":88},{"source":52,"target":3},{"source":88,"target":21},{"source":53,"target":89},{"source":53,"target":3},{"source":54,"target":90},{"source":54,"target":3},{"source":55,"target":24},{"source":55,"target":91},{"source":55,"target":3},{"source":91,"target":24},{"source":56,"target":25},{"source":56,"target":92},{"source":56,"target":3},{"source":92,"target":25},{"source":57,"target":26},{"source":57,"target":93},{"source":57,"target":3},{"source":93,"target":26},{"source":58,"target":94},{"source":58,"target":3},{"source":59,"target":95},{"source":59,"target":3},{"source":60,"target":96},{"source":60,"target":3},{"source":61,"target":97},{"source":61,"target":3},{"source":62,"target":98},{"source":62,"target":3},{"source":63,"target":99},{"source":63,"target":3},{"source":64,"target":100},{"source":64,"target":3},{"source":65,"target":101},{"source":65,"target":3},{"source":66,"target":23},{"source":66,"target":102},{"source":66,"target":3},{"source":102,"target":23},{"source":67,"target":103},{"source":67,"target":3},{"source":68,"target":104},{"source":68,"target":3},{"source":69,"target":105},{"source":69,"target":3},{"source":70,"target":106},{"source":70,"target":3},{"source":71,"target":107},{"source":71,"target":3},{"source":72,"target":108},{"source":72,"target":3},{"source":73,"target":109},{"source":73,"target":3},{"source":74,"target":110},{"source":74,"target":3},{"source":75,"target":111},{"source":75,"target":3},{"source":76,"target":112},{"source":76,"target":3},{"source":77,"target":113},{"source":77,"target":3},{"source":78,"target":114},{"source":78,"target":3},{"source":79,"target":18},{"source":79,"target":115},{"source":79,"target":3},{"source":79,"target":116},{"source":115,"target":18},{"source":80,"target":117},{"source":80,"target":3},{"source":81,"target":118},{"source":81,"target":3},{"source":82,"target":39},{"source":82,"target":119},{"source":82,"target":3},{"source":119,"target":39},{"source":83,"target":40},{"source":83,"target":120},{"source":83,"target":3},{"source":120,"target":40},{"source":84,"target":6},{"source":4,"target":0},{"source":4,"target":6},{"source":4,"target":121},{"source":4,"target":122},{"source":4,"target":123},{"source":4,"target":124},{"source":4,"target":125},{"source":4,"target":126},{"source":4,"target":127},{"source":4,"target":128},{"source":4,"target":129},{"source":4,"target":130},{"source":4,"target":131},{"source":4,"target":132},{"source":4,"target":133},{"source":4,"target":134},{"source":4,"target":135},{"source":4,"target":136},{"source":4,"target":137},{"source":4,"target":138},{"source":4,"target":139},{"source":4,"target":140},{"source":4,"target":141},{"source":4,"target":142},{"source":121,"target":143},{"source":121,"target":4},{"source":122,"target":144},{"source":122,"target":4},{"source":123,"target":145},{"source":123,"target":4},{"source":124,"target":146},{"source":124,"target":4},{"source":125,"target":147},{"source":125,"target":4},{"source":126,"target":148},{"source":126,"target":4},{"source":127,"target":149},{"source":127,"target":4},{"source":128,"target":150},{"source":128,"target":4},{"source":129,"target":151},{"source":129,"target":4},{"source":130,"target":152},{"source":130,"target":4},{"source":131,"target":28},{"source":131,"target":153},{"source":131,"target":4},{"source":153,"target":28},{"source":132,"target":154},{"source":132,"target":4},{"source":133,"target":155},{"source":133,"target":4},{"source":134,"target":29},{"source":134,"target":156},{"source":134,"target":4},{"source":156,"target":29},{"source":135,"target":30},{"source":135,"target":157},{"source":135,"target":4},{"source":157,"target":30},{"source":136,"target":31},{"source":136,"target":158},{"source":136,"target":4},{"source":158,"target":31},{"source":137,"target":159},{"source":137,"target":4},{"source":138,"target":32},{"source":138,"target":160},{"source":138,"target":4},{"source":160,"target":32},{"source":139,"target":33},{"source":139,"target":161},{"source":139,"target":4},{"source":161,"target":33},{"source":140,"target":34},{"source":140,"target":162},{"source":140,"target":4},{"source":162,"target":34},{"source":141,"target":6},{"source":5,"target":0},{"source":5,"target":163},{"source":5,"target":164},{"source":5,"target":165},{"source":5,"target":166},{"source":5,"target":167},{"source":5,"target":168},{"source":163,"target":169},{"source":163,"target":5},{"source":164,"target":170},{"source":164,"target":5},{"source":165,"target":171},{"source":165,"target":5},{"source":166,"target":172},{"source":166,"target":5},{"source":167,"target":173},{"source":167,"target":5},{"source":168,"target":174},{"source":168,"target":5},{"source":6,"target":0},{"source":6,"target":175},{"source":6,"target":176},{"source":6,"target":177},{"source":175,"target":178},{"source":175,"target":6},{"source":176,"target":179},{"source":176,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":180},{"source":7,"target":181},{"source":7,"target":182},{"source":7,"target":183},{"source":7,"target":184},{"source":7,"target":185},{"source":180,"target":186},{"source":180,"target":7},{"source":181,"target":187},{"source":181,"target":7},{"source":182,"target":188},{"source":182,"target":7},{"source":183,"target":189},{"source":183,"target":7},{"source":184,"target":190},{"source":184,"target":7},{"source":185,"target":6},{"source":8,"target":0},{"source":8,"target":191},{"source":8,"target":192},{"source":191,"target":193},{"source":191,"target":8},{"source":9,"target":0},{"source":9,"target":194},{"source":9,"target":195},{"source":9,"target":196},{"source":194,"target":10},{"source":194,"target":197},{"source":194,"target":9},{"source":197,"target":10},{"source":195,"target":198},{"source":195,"target":9},{"source":10,"target":0},{"source":10,"target":199},{"source":11,"target":0},{"source":11,"target":200},{"source":11,"target":201},{"source":200,"target":202},{"source":200,"target":11},{"source":12,"target":0},{"source":12,"target":203},{"source":12,"target":204},{"source":203,"target":205},{"source":203,"target":12},{"source":13,"target":0},{"source":13,"target":206},{"source":13,"target":207},{"source":206,"target":14},{"source":206,"target":208},{"source":206,"target":13},{"source":208,"target":14},{"source":14,"target":0},{"source":14,"target":209},{"source":15,"target":0},{"source":15,"target":210},{"source":15,"target":211},{"source":210,"target":38},{"source":210,"target":212},{"source":210,"target":15},{"source":212,"target":38},{"source":16,"target":0},{"source":16,"target":213},{"source":16,"target":214},{"source":213,"target":17},{"source":213,"target":215},{"source":213,"target":16},{"source":215,"target":17},{"source":17,"target":0},{"source":17,"target":216},{"source":18,"target":0},{"source":18,"target":116},{"source":18,"target":217},{"source":116,"target":3},{"source":116,"target":218},{"source":116,"target":18},{"source":116,"target":79},{"source":218,"target":3},{"source":19,"target":0},{"source":19,"target":219},{"source":20,"target":0},{"source":20,"target":220},{"source":21,"target":0},{"source":21,"target":221},{"source":22,"target":0},{"source":22,"target":222},{"source":23,"target":0},{"source":23,"target":223},{"source":23,"target":224},{"source":23,"target":225},{"source":23,"target":226},{"source":23,"target":227},{"source":223,"target":228},{"source":223,"target":23},{"source":224,"target":229},{"source":224,"target":23},{"source":225,"target":230},{"source":225,"target":23},{"source":226,"target":231},{"source":226,"target":23},{"source":24,"target":0},{"source":24,"target":232},{"source":25,"target":0},{"source":25,"target":233},{"source":26,"target":0},{"source":26,"target":234},{"source":27,"target":0},{"source":27,"target":235},{"source":28,"target":0},{"source":28,"target":236},{"source":29,"target":0},{"source":29,"target":237},{"source":30,"target":0},{"source":30,"target":238},{"source":31,"target":0},{"source":31,"target":239},{"source":32,"target":0},{"source":32,"target":37},{"source":32,"target":240},{"source":32,"target":241},{"source":32,"target":242},{"source":32,"target":243},{"source":240,"target":244},{"source":240,"target":32},{"source":241,"target":245},{"source":241,"target":32},{"source":242,"target":35},{"source":242,"target":246},{"source":242,"target":32},{"source":246,"target":35},{"source":243,"target":37},{"source":33,"target":0},{"source":33,"target":37},{"source":33,"target":247},{"source":33,"target":248},{"source":33,"target":249},{"source":33,"target":250},{"source":247,"target":36},{"source":247,"target":251},{"source":247,"target":33},{"source":251,"target":36},{"source":248,"target":252},{"source":248,"target":33},{"source":249,"target":253},{"source":249,"target":33},{"source":250,"target":37},{"source":34,"target":0},{"source":34,"target":37},{"source":34,"target":254},{"source":34,"target":255},{"source":254,"target":19},{"source":254,"target":256},{"source":254,"target":34},{"source":256,"target":19},{"source":255,"target":37},{"source":35,"target":0},{"source":35,"target":257},{"source":36,"target":0},{"source":36,"target":258},{"source":37,"target":0},{"source":37,"target":259},{"source":37,"target":260},{"source":37,"target":261},{"source":259,"target":262},{"source":259,"target":37},{"source":260,"target":263},{"source":260,"target":37},{"source":261,"target":264},{"source":261,"target":37},{"source":38,"target":0},{"source":38,"target":265},{"source":39,"target":0},{"source":39,"target":266},{"source":39,"target":267},{"source":39,"target":268},{"source":39,"target":269},{"source":39,"target":270},{"source":266,"target":22},{"source":266,"target":271},{"source":266,"target":39},{"source":271,"target":22},{"source":267,"target":272},{"source":267,"target":39},{"source":268,"target":273},{"source":268,"target":39},{"source":269,"target":274},{"source":269,"target":39},{"source":270,"target":275},{"source":270,"target":39},{"source":40,"target":0},{"source":40,"target":276},{"source":40,"target":277},{"source":40,"target":278},{"source":40,"target":279},{"source":40,"target":280},{"source":40,"target":281},{"source":40,"target":282},{"source":40,"target":283},{"source":40,"target":284},{"source":40,"target":285},{"source":276,"target":27},{"source":276,"target":286},{"source":276,"target":40},{"source":286,"target":27},{"source":277,"target":287},{"source":277,"target":40},{"source":278,"target":288},{"source":278,"target":40},{"source":279,"target":289},{"source":279,"target":40},{"source":280,"target":290},{"source":280,"target":40},{"source":281,"target":291},{"source":281,"target":40},{"source":282,"target":292},{"source":282,"target":40},{"source":283,"target":293},{"source":283,"target":40},{"source":284,"target":294},{"source":284,"target":40},{"source":285,"target":295},{"source":285,"target":40}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2">
<eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind">
<eLiterals name="package" value="1" literal="package"/>
<eLiterals name="private" value="2" literal="private"/>
<eLiterals name="protected" value="3" literal="protected"/>
<eLiterals name="public" value="4" literal="public"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1"
eType="#//NamedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsRoyalAndLoyalownedElementHasVisibility.ecore | ecore | UML2
VisibilityKind
package
package
private
private
protected
protected
public
public
ConnectableElement
Profile
ExtensionEnd
Connector
ReadIsClassifiedObjectAction
ParameterableClassifier
Operation
StructuredClassifier
AcceptEventAction
DeploymentSpecification
SendSignalAction
DestroyLinkAction
GeneralOrdering
ExecutableNode
JoinNode
Class
ClearStructuralFeatureAction
ExpansionRegion
InvocationAction
CombinedFragment
Enumeration
Region
Interface
RaiseExceptionAction
Collaboration
EventOccurrence
Vertex
Activity
OutputPin
CreateLinkAction
DeploymentTarget
ValueSpecification
ProtocolTransition
Extension
PartDecomposition
ActivityEdge
Stereotype
OpaqueExpression
AddStructuralFeatureValueAction
Expression
AssociationClass
Duration
Manifestation
RedefinableTemplateSignature
TimeTrigger
Association
TimeConstraint
CollaborationOccurrence
Transition
CallAction
Lifeline
Port
Signal
StructuredActivityNode
LiteralUnlimitedNatural
LinkAction
Namespace
member
PrimitiveFunction
Deployment
RemoveVariableValueAction
WriteLinkAction
ReclassifyObjectAction
TimeInterval
Reception
ReadLinkObjectEndQualifierAction
DataStoreNode
Actor
CreateLinkObjectAction
TemplateableClassifier
InteractionOccurrence
InstanceSpecification
ChangeTrigger
FinalNode
FlowFinalNode
Trigger
StructuralFeatureAction
ApplyFunctionAction
ActivityParameterNode
InformationItem
CreateObjectAction
CallOperationAction
Variable
State
InteractionFragment
ExecutionOccurrence
RemoveStructuralFeatureValueAction
Permission
ReadExtentAction
Action
ReadSelfAction
Substitution
Parameter
Interaction
ClearVariableAction
ClearAssociationAction
EnumerationLiteral
BehavioralFeature
CommunicationPath
ConnectionPointReference
Interval
FinalState
Device
CallBehaviorAction
Pin
ActivityFinalNode
Realization
DurationConstraint
InformationFlow
ReadStructuralFeatureAction
IntervalConstraint
EncapsulatedClassifier
ControlFlow
LiteralNull
Message
ExecutionEnvironment
Usage
ExtensionPoint
DestroyObjectAction
Gate
MergeNode
Abstraction
DecisionNode
ParameterSet
VariableAction
LiteralInteger
ForkNode
UseCase
ReadLinkObjectEndAction
Dependency
Include
MessageEnd
DeployedArtifact
Type
Node
ActivityNode
Feature
MessageTrigger
ObjectFlow
PackageableElement
Constraint
DataType
CentralBufferNode
Implementation
NamedElement
visibility
InstanceValue
StateInvariant
Artifact
InteractionOperand
Property
ValuePin
Pseudostate
Behavior
Continuation
TimeObservationAction
StartOwnedBehaviorAction
AddVariableValueAction
InitialNode
WriteVariableAction
ProtocolStateMachine
Model
LiteralString
GeneralizationSet
CallTrigger
InteractionConstraint
Package
LoopNode
ActivityPartition
Extend
RedefinableElement
PrimitiveType
ExpansionNode
SendObjectAction
LiteralBoolean
Stop
InputPin
DurationInterval
SignalTrigger
ReadLinkAction
StructuralFeature
BehavioredClassifier
LiteralSpecification
StateMachine
ControlNode
TimeExpression
ReplyAction
Component
BroadcastSignalAction
TestIdentityAction
ConditionalNode
ReadVariableAction
AcceptCallAction
AnyTrigger
WriteStructuralFeatureAction
DurationObservationAction
ObjectNode
TypedElement
Classifier | null | {"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","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":"TimeConstraint","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","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":"CommunicationPath","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"name":"package","id":199,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":200,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":201,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":202,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"container":false,"ordered":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":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"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":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":1,"target":0},{"source":1,"target":199},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":199,"target":1},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":2,"target":0},{"source":2,"target":145},{"source":2,"target":203},{"source":203,"target":145},{"source":3,"target":0},{"source":3,"target":166},{"source":3,"target":204},{"source":204,"target":166},{"source":4,"target":0},{"source":4,"target":150},{"source":4,"target":205},{"source":205,"target":150},{"source":5,"target":0},{"source":5,"target":137},{"source":5,"target":206},{"source":206,"target":137},{"source":6,"target":0},{"source":6,"target":90},{"source":6,"target":207},{"source":207,"target":90},{"source":7,"target":0},{"source":7,"target":198},{"source":7,"target":208},{"source":208,"target":198},{"source":8,"target":0},{"source":8,"target":98},{"source":8,"target":197},{"source":8,"target":209},{"source":8,"target":210},{"source":209,"target":98},{"source":210,"target":197},{"source":9,"target":0},{"source":9,"target":198},{"source":9,"target":211},{"source":211,"target":198},{"source":10,"target":0},{"source":10,"target":90},{"source":10,"target":212},{"source":212,"target":90},{"source":11,"target":0},{"source":11,"target":148},{"source":11,"target":213},{"source":213,"target":148},{"source":12,"target":0},{"source":12,"target":20},{"source":12,"target":214},{"source":214,"target":20},{"source":13,"target":0},{"source":13,"target":62},{"source":13,"target":215},{"source":215,"target":62},{"source":14,"target":0},{"source":14,"target":145},{"source":14,"target":216},{"source":216,"target":145},{"source":15,"target":0},{"source":15,"target":136},{"source":15,"target":217},{"source":217,"target":136},{"source":16,"target":0},{"source":16,"target":184},{"source":16,"target":218},{"source":218,"target":184},{"source":17,"target":0},{"source":17,"target":181},{"source":17,"target":112},{"source":17,"target":219},{"source":17,"target":220},{"source":219,"target":181},{"source":220,"target":112},{"source":18,"target":0},{"source":18,"target":77},{"source":18,"target":221},{"source":221,"target":77},{"source":19,"target":0},{"source":19,"target":55},{"source":19,"target":222},{"source":222,"target":55},{"source":20,"target":0},{"source":20,"target":90},{"source":20,"target":223},{"source":223,"target":90},{"source":21,"target":0},{"source":21,"target":85},{"source":21,"target":224},{"source":224,"target":85},{"source":22,"target":0},{"source":22,"target":142},{"source":22,"target":225},{"source":225,"target":142},{"source":23,"target":0},{"source":23,"target":58},{"source":23,"target":170},{"source":23,"target":226},{"source":23,"target":227},{"source":226,"target":58},{"source":227,"target":170},{"source":24,"target":0},{"source":24,"target":198},{"source":24,"target":228},{"source":228,"target":198},{"source":25,"target":0},{"source":25,"target":90},{"source":25,"target":229},{"source":229,"target":90},{"source":26,"target":0},{"source":26,"target":181},{"source":26,"target":9},{"source":26,"target":230},{"source":26,"target":231},{"source":230,"target":181},{"source":231,"target":9},{"source":27,"target":0},{"source":27,"target":85},{"source":27,"target":132},{"source":27,"target":232},{"source":27,"target":233},{"source":232,"target":85},{"source":233,"target":132},{"source":28,"target":0},{"source":28,"target":145},{"source":28,"target":234},{"source":234,"target":145},{"source":29,"target":0},{"source":29,"target":153},{"source":29,"target":235},{"source":235,"target":153},{"source":30,"target":0},{"source":30,"target":105},{"source":30,"target":236},{"source":236,"target":105},{"source":31,"target":0},{"source":31,"target":62},{"source":31,"target":237},{"source":237,"target":62},{"source":32,"target":0},{"source":32,"target":145},{"source":32,"target":238},{"source":238,"target":145},{"source":33,"target":0},{"source":33,"target":197},{"source":33,"target":239},{"source":239,"target":197},{"source":34,"target":0},{"source":34,"target":50},{"source":34,"target":240},{"source":240,"target":50},{"source":35,"target":0},{"source":35,"target":47},{"source":35,"target":241},{"source":241,"target":47},{"source":36,"target":0},{"source":36,"target":71},{"source":36,"target":242},{"source":242,"target":71},{"source":37,"target":0},{"source":37,"target":170},{"source":37,"target":243},{"source":243,"target":170},{"source":38,"target":0},{"source":38,"target":17},{"source":38,"target":244},{"source":244,"target":17},{"source":39,"target":0},{"source":39,"target":33},{"source":39,"target":245},{"source":245,"target":33},{"source":40,"target":0},{"source":40,"target":194},{"source":40,"target":246},{"source":246,"target":194},{"source":41,"target":0},{"source":41,"target":39},{"source":41,"target":247},{"source":247,"target":39},{"source":42,"target":0},{"source":42,"target":17},{"source":42,"target":47},{"source":42,"target":248},{"source":42,"target":249},{"source":248,"target":17},{"source":249,"target":47},{"source":43,"target":0},{"source":43,"target":33},{"source":43,"target":250},{"source":250,"target":33},{"source":44,"target":0},{"source":44,"target":122},{"source":44,"target":251},{"source":251,"target":122},{"source":45,"target":0},{"source":45,"target":170},{"source":45,"target":252},{"source":252,"target":170},{"source":46,"target":0},{"source":46,"target":76},{"source":46,"target":253},{"source":253,"target":76},{"source":47,"target":0},{"source":47,"target":198},{"source":47,"target":254},{"source":254,"target":198},{"source":48,"target":0},{"source":48,"target":111},{"source":48,"target":255},{"source":255,"target":111},{"source":49,"target":0},{"source":49,"target":145},{"source":49,"target":256},{"source":256,"target":145},{"source":50,"target":0},{"source":50,"target":170},{"source":50,"target":257},{"source":257,"target":170},{"source":51,"target":0},{"source":51,"target":20},{"source":51,"target":258},{"source":258,"target":20},{"source":52,"target":0},{"source":52,"target":145},{"source":52,"target":259},{"source":259,"target":145},{"source":53,"target":0},{"source":53,"target":150},{"source":53,"target":260},{"source":260,"target":150},{"source":54,"target":0},{"source":54,"target":198},{"source":54,"target":261},{"source":261,"target":198},{"source":55,"target":0},{"source":55,"target":90},{"source":55,"target":58},{"source":55,"target":262},{"source":55,"target":263},{"source":262,"target":90},{"source":263,"target":58},{"source":56,"target":0},{"source":56,"target":182},{"source":56,"target":264},{"source":264,"target":182},{"source":57,"target":0},{"source":57,"target":90},{"source":57,"target":265},{"source":265,"target":90},{"source":58,"target":0},{"source":58,"target":145},{"source":58,"target":266},{"source":58,"target":267},{"source":266,"target":145},{"source":266,"target":268},{"source":266,"target":58},{"source":268,"target":145},{"source":267,"target":145},{"source":59,"target":0},{"source":59,"target":140},{"source":59,"target":269},{"source":269,"target":140},{"source":60,"target":0},{"source":60,"target":130},{"source":60,"target":270},{"source":270,"target":130},{"source":61,"target":0},{"source":61,"target":159},{"source":61,"target":271},{"source":271,"target":159},{"source":62,"target":0},{"source":62,"target":57},{"source":62,"target":272},{"source":272,"target":57},{"source":63,"target":0},{"source":63,"target":90},{"source":63,"target":273},{"source":273,"target":90},{"source":64,"target":0},{"source":64,"target":101},{"source":64,"target":274},{"source":274,"target":101},{"source":65,"target":0},{"source":65,"target":98},{"source":65,"target":275},{"source":275,"target":98},{"source":66,"target":0},{"source":66,"target":90},{"source":66,"target":276},{"source":276,"target":90},{"source":67,"target":0},{"source":67,"target":143},{"source":67,"target":277},{"source":277,"target":143},{"source":68,"target":0},{"source":68,"target":198},{"source":68,"target":278},{"source":278,"target":198},{"source":69,"target":0},{"source":69,"target":31},{"source":69,"target":279},{"source":279,"target":31},{"source":70,"target":0},{"source":70,"target":198},{"source":70,"target":280},{"source":280,"target":198},{"source":71,"target":0},{"source":71,"target":85},{"source":71,"target":281},{"source":281,"target":85},{"source":72,"target":0},{"source":72,"target":140},{"source":72,"target":32},{"source":72,"target":133},{"source":72,"target":282},{"source":72,"target":283},{"source":72,"target":284},{"source":282,"target":140},{"source":283,"target":32},{"source":284,"target":133},{"source":73,"target":0},{"source":73,"target":76},{"source":73,"target":285},{"source":285,"target":76},{"source":74,"target":0},{"source":74,"target":184},{"source":74,"target":286},{"source":286,"target":184},{"source":75,"target":0},{"source":75,"target":74},{"source":75,"target":287},{"source":287,"target":74},{"source":76,"target":0},{"source":76,"target":145},{"source":76,"target":288},{"source":288,"target":145},{"source":77,"target":0},{"source":77,"target":90},{"source":77,"target":289},{"source":289,"target":90},{"source":78,"target":0},{"source":78,"target":90},{"source":78,"target":290},{"source":290,"target":90},{"source":79,"target":0},{"source":79,"target":196},{"source":79,"target":291},{"source":291,"target":196},{"source":80,"target":0},{"source":80,"target":198},{"source":80,"target":292},{"source":292,"target":198},{"source":81,"target":0},{"source":81,"target":90},{"source":81,"target":293},{"source":293,"target":90},{"source":82,"target":0},{"source":82,"target":51},{"source":82,"target":294},{"source":294,"target":51},{"source":83,"target":0},{"source":83,"target":2},{"source":83,"target":197},{"source":83,"target":295},{"source":83,"target":296},{"source":295,"target":2},{"source":296,"target":197},{"source":84,"target":0},{"source":84,"target":58},{"source":84,"target":170},{"source":84,"target":28},{"source":84,"target":297},{"source":84,"target":298},{"source":84,"target":299},{"source":297,"target":58},{"source":298,"target":170},{"source":299,"target":28},{"source":85,"target":0},{"source":85,"target":145},{"source":85,"target":300},{"source":300,"target":145},{"source":86,"target":0},{"source":86,"target":85},{"source":86,"target":301},{"source":301,"target":85},{"source":87,"target":0},{"source":87,"target":194},{"source":87,"target":302},{"source":302,"target":194},{"source":88,"target":0},{"source":88,"target":130},{"source":88,"target":303},{"source":303,"target":130},{"source":89,"target":0},{"source":89,"target":90},{"source":89,"target":304},{"source":304,"target":90},{"source":90,"target":0},{"source":90,"target":15},{"source":90,"target":305},{"source":305,"target":15},{"source":91,"target":0},{"source":91,"target":90},{"source":91,"target":306},{"source":306,"target":90},{"source":92,"target":0},{"source":92,"target":107},{"source":92,"target":307},{"source":307,"target":107},{"source":93,"target":0},{"source":93,"target":2},{"source":93,"target":197},{"source":93,"target":308},{"source":93,"target":309},{"source":308,"target":2},{"source":309,"target":197},{"source":94,"target":0},{"source":94,"target":153},{"source":94,"target":85},{"source":94,"target":310},{"source":94,"target":311},{"source":310,"target":153},{"source":311,"target":85},{"source":95,"target":0},{"source":95,"target":125},{"source":95,"target":312},{"source":312,"target":125},{"source":96,"target":0},{"source":96,"target":90},{"source":96,"target":313},{"source":313,"target":90},{"source":97,"target":0},{"source":97,"target":72},{"source":97,"target":314},{"source":314,"target":72},{"source":98,"target":0},{"source":98,"target":58},{"source":98,"target":137},{"source":98,"target":315},{"source":98,"target":316},{"source":315,"target":58},{"source":316,"target":137},{"source":99,"target":0},{"source":99,"target":47},{"source":99,"target":317},{"source":317,"target":47},{"source":100,"target":0},{"source":100,"target":28},{"source":100,"target":318},{"source":318,"target":28},{"source":101,"target":0},{"source":101,"target":33},{"source":101,"target":319},{"source":319,"target":33},{"source":102,"target":0},{"source":102,"target":84},{"source":102,"target":320},{"source":320,"target":84},{"source":103,"target":0},{"source":103,"target":135},{"source":103,"target":321},{"source":321,"target":135},{"source":104,"target":0},{"source":104,"target":51},{"source":104,"target":322},{"source":322,"target":51},{"source":105,"target":0},{"source":105,"target":196},{"source":105,"target":323},{"source":323,"target":196},{"source":106,"target":0},{"source":106,"target":74},{"source":106,"target":324},{"source":324,"target":74},{"source":107,"target":0},{"source":107,"target":122},{"source":107,"target":325},{"source":325,"target":122},{"source":108,"target":0},{"source":108,"target":111},{"source":108,"target":326},{"source":326,"target":111},{"source":109,"target":0},{"source":109,"target":140},{"source":109,"target":327},{"source":327,"target":140},{"source":110,"target":0},{"source":110,"target":77},{"source":110,"target":328},{"source":328,"target":77},{"source":111,"target":0},{"source":111,"target":141},{"source":111,"target":329},{"source":329,"target":141},{"source":112,"target":0},{"source":112,"target":9},{"source":112,"target":330},{"source":330,"target":9},{"source":113,"target":0},{"source":113,"target":37},{"source":113,"target":331},{"source":331,"target":37},{"source":114,"target":0},{"source":114,"target":182},{"source":114,"target":332},{"source":332,"target":182},{"source":115,"target":0},{"source":115,"target":145},{"source":115,"target":333},{"source":333,"target":145},{"source":116,"target":0},{"source":116,"target":135},{"source":116,"target":334},{"source":334,"target":135},{"source":117,"target":0},{"source":117,"target":130},{"source":117,"target":335},{"source":335,"target":130},{"source":118,"target":0},{"source":118,"target":170},{"source":118,"target":336},{"source":336,"target":170},{"source":119,"target":0},{"source":119,"target":90},{"source":119,"target":337},{"source":337,"target":90},{"source":120,"target":0},{"source":120,"target":132},{"source":120,"target":338},{"source":338,"target":132},{"source":121,"target":0},{"source":121,"target":184},{"source":121,"target":339},{"source":339,"target":184},{"source":122,"target":0},{"source":122,"target":130},{"source":122,"target":340},{"source":340,"target":130},{"source":123,"target":0},{"source":123,"target":184},{"source":123,"target":341},{"source":341,"target":184},{"source":124,"target":0},{"source":124,"target":145},{"source":124,"target":342},{"source":342,"target":145},{"source":125,"target":0},{"source":125,"target":90},{"source":125,"target":343},{"source":343,"target":90},{"source":126,"target":0},{"source":126,"target":182},{"source":126,"target":344},{"source":344,"target":182},{"source":127,"target":0},{"source":127,"target":184},{"source":127,"target":345},{"source":345,"target":184},{"source":128,"target":0},{"source":128,"target":181},{"source":128,"target":346},{"source":346,"target":181},{"source":129,"target":0},{"source":129,"target":90},{"source":129,"target":347},{"source":347,"target":90},{"source":130,"target":0},{"source":130,"target":140},{"source":130,"target":348},{"source":348,"target":140},{"source":131,"target":0},{"source":131,"target":145},{"source":131,"target":349},{"source":349,"target":145},{"source":132,"target":0},{"source":132,"target":145},{"source":132,"target":350},{"source":350,"target":145},{"source":133,"target":0},{"source":133,"target":145},{"source":133,"target":351},{"source":351,"target":145},{"source":134,"target":0},{"source":134,"target":140},{"source":134,"target":352},{"source":352,"target":140},{"source":135,"target":0},{"source":135,"target":17},{"source":135,"target":32},{"source":135,"target":353},{"source":135,"target":354},{"source":353,"target":17},{"source":354,"target":32},{"source":136,"target":0},{"source":136,"target":170},{"source":136,"target":355},{"source":355,"target":170},{"source":137,"target":0},{"source":137,"target":170},{"source":137,"target":356},{"source":356,"target":170},{"source":138,"target":0},{"source":138,"target":76},{"source":138,"target":357},{"source":357,"target":76},{"source":139,"target":0},{"source":139,"target":37},{"source":139,"target":358},{"source":358,"target":37},{"source":140,"target":0},{"source":140,"target":145},{"source":140,"target":359},{"source":359,"target":145},{"source":141,"target":0},{"source":141,"target":140},{"source":141,"target":360},{"source":360,"target":140},{"source":142,"target":0},{"source":142,"target":198},{"source":142,"target":361},{"source":361,"target":198},{"source":143,"target":0},{"source":143,"target":196},{"source":143,"target":362},{"source":362,"target":196},{"source":144,"target":0},{"source":144,"target":107},{"source":144,"target":363},{"source":363,"target":107},{"source":145,"target":0},{"source":145,"target":364},{"source":364,"target":1},{"source":364,"target":365},{"source":364,"target":145},{"source":365,"target":1},{"source":146,"target":0},{"source":146,"target":33},{"source":146,"target":366},{"source":366,"target":33},{"source":147,"target":0},{"source":147,"target":85},{"source":147,"target":367},{"source":367,"target":85},{"source":148,"target":0},{"source":148,"target":198},{"source":148,"target":133},{"source":148,"target":368},{"source":148,"target":369},{"source":368,"target":198},{"source":369,"target":133},{"source":149,"target":0},{"source":149,"target":58},{"source":149,"target":85},{"source":149,"target":370},{"source":149,"target":371},{"source":370,"target":58},{"source":371,"target":85},{"source":150,"target":0},{"source":150,"target":180},{"source":150,"target":2},{"source":150,"target":32},{"source":150,"target":372},{"source":150,"target":373},{"source":150,"target":374},{"source":372,"target":180},{"source":373,"target":2},{"source":374,"target":32},{"source":151,"target":0},{"source":151,"target":176},{"source":151,"target":375},{"source":375,"target":176},{"source":152,"target":0},{"source":152,"target":28},{"source":152,"target":376},{"source":376,"target":28},{"source":153,"target":0},{"source":153,"target":17},{"source":153,"target":377},{"source":377,"target":17},{"source":154,"target":0},{"source":154,"target":85},{"source":154,"target":378},{"source":378,"target":85},{"source":155,"target":0},{"source":155,"target":194},{"source":155,"target":379},{"source":379,"target":194},{"source":156,"target":0},{"source":156,"target":90},{"source":156,"target":380},{"source":380,"target":90},{"source":157,"target":0},{"source":157,"target":159},{"source":157,"target":381},{"source":381,"target":159},{"source":158,"target":0},{"source":158,"target":184},{"source":158,"target":382},{"source":382,"target":184},{"source":159,"target":0},{"source":159,"target":125},{"source":159,"target":383},{"source":383,"target":125},{"source":160,"target":0},{"source":160,"target":183},{"source":160,"target":384},{"source":384,"target":183},{"source":161,"target":0},{"source":161,"target":166},{"source":161,"target":385},{"source":385,"target":166},{"source":162,"target":0},{"source":162,"target":182},{"source":162,"target":386},{"source":386,"target":182},{"source":163,"target":0},{"source":163,"target":140},{"source":163,"target":387},{"source":387,"target":140},{"source":164,"target":0},{"source":164,"target":138},{"source":164,"target":388},{"source":388,"target":138},{"source":165,"target":0},{"source":165,"target":141},{"source":165,"target":389},{"source":389,"target":141},{"source":166,"target":0},{"source":166,"target":58},{"source":166,"target":140},{"source":166,"target":390},{"source":166,"target":391},{"source":390,"target":58},{"source":391,"target":140},{"source":167,"target":0},{"source":167,"target":55},{"source":167,"target":392},{"source":392,"target":55},{"source":168,"target":0},{"source":168,"target":145},{"source":168,"target":393},{"source":393,"target":145},{"source":169,"target":0},{"source":169,"target":145},{"source":169,"target":394},{"source":394,"target":145},{"source":170,"target":0},{"source":170,"target":145},{"source":170,"target":395},{"source":395,"target":145},{"source":171,"target":0},{"source":171,"target":142},{"source":171,"target":396},{"source":396,"target":142},{"source":172,"target":0},{"source":172,"target":196},{"source":172,"target":397},{"source":397,"target":196},{"source":173,"target":0},{"source":173,"target":20},{"source":173,"target":398},{"source":398,"target":20},{"source":174,"target":0},{"source":174,"target":182},{"source":174,"target":399},{"source":399,"target":182},{"source":175,"target":0},{"source":175,"target":27},{"source":175,"target":400},{"source":400,"target":27},{"source":176,"target":0},{"source":176,"target":105},{"source":176,"target":401},{"source":401,"target":105},{"source":177,"target":0},{"source":177,"target":101},{"source":177,"target":402},{"source":402,"target":101},{"source":178,"target":0},{"source":178,"target":138},{"source":178,"target":403},{"source":403,"target":138},{"source":179,"target":0},{"source":179,"target":57},{"source":179,"target":404},{"source":404,"target":57},{"source":180,"target":0},{"source":180,"target":137},{"source":180,"target":197},{"source":180,"target":405},{"source":180,"target":406},{"source":405,"target":137},{"source":406,"target":197},{"source":181,"target":0},{"source":181,"target":198},{"source":181,"target":407},{"source":407,"target":198},{"source":182,"target":0},{"source":182,"target":33},{"source":182,"target":408},{"source":408,"target":33},{"source":183,"target":0},{"source":183,"target":153},{"source":183,"target":409},{"source":409,"target":153},{"source":184,"target":0},{"source":184,"target":136},{"source":184,"target":410},{"source":410,"target":136},{"source":185,"target":0},{"source":185,"target":33},{"source":185,"target":411},{"source":411,"target":33},{"source":186,"target":0},{"source":186,"target":90},{"source":186,"target":412},{"source":412,"target":90},{"source":187,"target":0},{"source":187,"target":17},{"source":187,"target":413},{"source":413,"target":17},{"source":188,"target":0},{"source":188,"target":20},{"source":188,"target":414},{"source":414,"target":20},{"source":189,"target":0},{"source":189,"target":90},{"source":189,"target":415},{"source":415,"target":90},{"source":190,"target":0},{"source":190,"target":55},{"source":190,"target":416},{"source":416,"target":55},{"source":191,"target":0},{"source":191,"target":125},{"source":191,"target":417},{"source":417,"target":125},{"source":192,"target":0},{"source":192,"target":10},{"source":192,"target":418},{"source":418,"target":10},{"source":193,"target":0},{"source":193,"target":138},{"source":193,"target":419},{"source":419,"target":138},{"source":194,"target":0},{"source":194,"target":77},{"source":194,"target":420},{"source":420,"target":77},{"source":195,"target":0},{"source":195,"target":194},{"source":195,"target":421},{"source":421,"target":194},{"source":196,"target":0},{"source":196,"target":136},{"source":196,"target":197},{"source":196,"target":422},{"source":196,"target":423},{"source":422,"target":136},{"source":423,"target":197},{"source":197,"target":0},{"source":197,"target":145},{"source":197,"target":424},{"source":424,"target":145},{"source":198,"target":0},{"source":198,"target":58},{"source":198,"target":134},{"source":198,"target":170},{"source":198,"target":425},{"source":198,"target":426},{"source":198,"target":427},{"source":425,"target":58},{"source":426,"target":134},{"source":427,"target":170}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="RequirementsMetamodel" nsURI="eu.modelwriter.demonstrations.alloyinecore.requirement"
nsPrefix="Req">
<eAnnotations source="http://www.modelwriter.eu/alloyinecore/import">
<details key="Ecore" value="http://www.eclipse.org/emf/2002/Ecore"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="RequirementsModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requirements" upperBound="-1"
eType="#//Requirement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1"
eType="#//Relationship" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="composedOf" upperBound="-1"
eType="#//Requirement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Requirement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reason" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1"
eType="#//test/RequirementPart" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relationship" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
eType="#//Requirement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1"
eType="#//Requirement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Status">
<eLiterals name="proposed"/>
<eLiterals name="analyzed" value="1"/>
<eLiterals name="accepted" value="2"/>
<eLiterals name="rejected" value="3"/>
<eLiterals name="replaced" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Priority">
<eLiterals name="neutral"/>
<eLiterals name="lowCritical" value="1"/>
<eLiterals name="critical" value="2"/>
<eLiterals name="veryCritical" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Require" eSuperTypes="#//Relationship"/>
<eClassifiers xsi:type="ecore:EClass" name="Refine" eSuperTypes="#//Relationship"/>
<eClassifiers xsi:type="ecore:EClass" name="PartiallyRefine" eSuperTypes="#//Relationship"/>
<eClassifiers xsi:type="ecore:EClass" name="Conflict" eSuperTypes="#//Relationship"/>
<eClassifiers xsi:type="ecore:EClass" name="Contain" eSuperTypes="#//Relationship"/>
<eSubpackages name="test" nsURI="test/test" nsPrefix="tt">
<eClassifiers xsi:type="ecore:EClass" name="RequirementPart" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PartTypeA" eSuperTypes="#//test/RequirementPart"/>
<eClassifiers xsi:type="ecore:EClass" name="PartTypeB" eSuperTypes="#//test/RequirementPart"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/tue-mdse/ocl-dataset/dataset/repos/ModelWriter/Demonstrations/eu.modelwriter.demonstration.alloyinecore/Requirements.ecore | ecore | RequirementsMetamodel
RequirementsModel
name
requirements
relationships
composedOf
Requirement
ID
name
description
reason
parts
Relationship
source
target
Status
proposed
proposed
analyzed
analyzed
accepted
accepted
rejected
rejected
replaced
replaced
Priority
neutral
neutral
lowCritical
lowCritical
critical
critical
veryCritical
veryCritical
Require
Refine
PartiallyRefine
Conflict
Contain
test
RequirementPart
name
PartTypeA
PartTypeB | null | {"directed":true,"nodes":[{"nsPrefix":"Req","nsURI":"eu.modelwriter.demonstrations.alloyinecore.requirement","name":"RequirementsMetamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementsModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Status","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Priority","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Require","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Refine","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartiallyRefine","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conflict","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contain","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"nsPrefix":"tt","nsURI":"test/test","name":"test","id":11,"eClass":"EPackage"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":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":"requirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composedOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":false,"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":20,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":21,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reason","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":"parts","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementPart","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"id":30,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"name":"proposed","id":35,"value":0,"literal":"proposed","eClass":"EEnumLiteral"},{"name":"analyzed","id":36,"value":1,"literal":"analyzed","eClass":"EEnumLiteral"},{"name":"accepted","id":37,"value":2,"literal":"accepted","eClass":"EEnumLiteral"},{"name":"rejected","id":38,"value":3,"literal":"rejected","eClass":"EEnumLiteral"},{"name":"replaced","id":39,"value":4,"literal":"replaced","eClass":"EEnumLiteral"},{"name":"neutral","id":40,"value":0,"literal":"neutral","eClass":"EEnumLiteral"},{"name":"lowCritical","id":41,"value":1,"literal":"lowCritical","eClass":"EEnumLiteral"},{"name":"critical","id":42,"value":2,"literal":"critical","eClass":"EEnumLiteral"},{"name":"veryCritical","id":43,"value":3,"literal":"veryCritical","eClass":"EEnumLiteral"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartTypeA","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartTypeB","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":12,"target":16},{"source":12,"target":1},{"source":13,"target":2},{"source":13,"target":17},{"source":13,"target":1},{"source":17,"target":2},{"source":14,"target":3},{"source":14,"target":18},{"source":14,"target":1},{"source":18,"target":3},{"source":15,"target":2},{"source":15,"target":19},{"source":15,"target":1},{"source":19,"target":2},{"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":20,"target":25},{"source":20,"target":2},{"source":21,"target":26},{"source":21,"target":2},{"source":22,"target":27},{"source":22,"target":2},{"source":23,"target":28},{"source":23,"target":2},{"source":24,"target":29},{"source":24,"target":30},{"source":24,"target":2},{"source":30,"target":29},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":32},{"source":31,"target":2},{"source":31,"target":33},{"source":31,"target":3},{"source":33,"target":2},{"source":32,"target":2},{"source":32,"target":34},{"source":32,"target":3},{"source":34,"target":2},{"source":4,"target":0},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":35,"target":4},{"source":36,"target":4},{"source":37,"target":4},{"source":38,"target":4},{"source":39,"target":4},{"source":5,"target":0},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":40,"target":5},{"source":41,"target":5},{"source":42,"target":5},{"source":43,"target":5},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":44},{"source":44,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":45},{"source":45,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":46},{"source":46,"target":3},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":47},{"source":47,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":48},{"source":48,"target":3},{"source":11,"target":29},{"source":11,"target":49},{"source":11,"target":50},{"source":11,"target":0},{"source":29,"target":11},{"source":29,"target":51},{"source":51,"target":52},{"source":51,"target":29},{"source":49,"target":11},{"source":49,"target":29},{"source":49,"target":53},{"source":53,"target":29},{"source":50,"target":11},{"source":50,"target":29},{"source":50,"target":54},{"source":54,"target":29}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2">
<eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind">
<eLiterals name="package" value="1" literal="package"/>
<eLiterals name="private" value="2" literal="private"/>
<eLiterals name="protected" value="3" literal="protected"/>
<eLiterals name="public" value="4" literal="public"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/>
<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="RaiseExceptionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsDataSet3ownedElementHasVisibility.ecore | ecore | UML2
VisibilityKind
package
package
private
private
protected
protected
public
public
Class
ForkNode
ReadVariableAction
DeploymentSpecification
InteractionOccurrence
StartOwnedBehaviorAction
EnumerationLiteral
BehavioralFeature
AnyTrigger
Dependency
Type
ReclassifyObjectAction
ApplyFunctionAction
Interaction
RemoveStructuralFeatureValueAction
Node
DeployedArtifact
TimeExpression
ReplyAction
InputPin
StateInvariant
FinalNode
ExecutionEnvironment
ExpansionRegion
InstanceSpecification
ActivityFinalNode
Action
LoopNode
InitialNode
AddStructuralFeatureValueAction
InvocationAction
TimeObservationAction
WriteLinkAction
MergeNode
DestroyLinkAction
VariableAction
CreateLinkAction
LiteralBoolean
CombinedFragment
EventOccurrence
StructuredClassifier
Realization
ReadLinkObjectEndAction
Component
Classifier
GeneralizationSet
DestroyObjectAction
MessageEnd
InteractionFragment
Pin
Deployment
ProtocolStateMachine
BehavioredClassifier
Vertex
LiteralString
ReadLinkAction
Trigger
Actor
Reception
AssociationClass
ExpansionNode
Association
ObjectNode
AcceptEventAction
TimeTrigger
StructuredActivityNode
Abstraction
ChangeTrigger
ConditionalNode
Duration
ReadSelfAction
Signal
State
DeploymentTarget
InformationFlow
DataType
IntervalConstraint
Pseudostate
InstanceValue
ReadIsClassifiedObjectAction
DurationObservationAction
MessageTrigger
Model
InformationItem
Behavior
WriteStructuralFeatureAction
ProtocolTransition
PrimitiveType
NamedElement
visibility
DataStoreNode
SignalTrigger
Enumeration
Stereotype
Transition
GeneralOrdering
SendObjectAction
RedefinableTemplateSignature
SendSignalAction
ReadLinkObjectEndQualifierAction
JoinNode
ParameterableClassifier
AcceptCallAction
EncapsulatedClassifier
CallOperationAction
TestIdentityAction
Parameter
Continuation
Manifestation
ControlNode
CallAction
ClearVariableAction
Artifact
ParameterSet
Profile
CommunicationPath
ValuePin
Device
ReadExtentAction
CallBehaviorAction
Collaboration
ValueSpecification
BroadcastSignalAction
Port
PartDecomposition
FinalState
Property
OpaqueExpression
Extension
ActivityPartition
InteractionConstraint
CollaborationOccurrence
Message
ExecutionOccurrence
Variable
ActivityEdge
ObjectFlow
Package
StateMachine
ActivityNode
Expression
LiteralSpecification
Activity
Namespace
member
RaiseExceptionAction
ConnectionPointReference
Feature
Connector
LiteralNull
ReadStructuralFeatureAction
ExtensionPoint
DecisionNode
Implementation
Extend
Interface
ConnectableElement
UseCase
CallTrigger
DurationConstraint
Stop
Usage
ExtensionEnd
CreateObjectAction
RemoveVariableValueAction
ClearStructuralFeatureAction
Interval
DurationInterval
PackageableElement
Lifeline
InteractionOperand
LiteralInteger
StructuralFeatureAction
Constraint
CentralBufferNode
Include
Gate
Operation
TemplateableClassifier
ExecutableNode
TypedElement
Permission
OutputPin
ClearAssociationAction
LinkAction
ControlFlow
Region
Substitution
FlowFinalNode
StructuralFeature
LiteralUnlimitedNatural
RedefinableElement
TimeConstraint
AddVariableValueAction
CreateLinkObjectAction
TimeInterval
WriteVariableAction
PrimitiveFunction
ActivityParameterNode | null | {"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","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":"Type","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","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":"RedefinableElement","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"name":"package","id":199,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":200,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":201,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":202,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"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":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":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":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":1,"target":0},{"source":1,"target":199},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":199,"target":1},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":2,"target":0},{"source":2,"target":54},{"source":2,"target":104},{"source":2,"target":203},{"source":2,"target":204},{"source":203,"target":54},{"source":204,"target":104},{"source":3,"target":0},{"source":3,"target":110},{"source":3,"target":205},{"source":205,"target":110},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":206},{"source":206,"target":37},{"source":5,"target":0},{"source":5,"target":113},{"source":5,"target":207},{"source":207,"target":113},{"source":6,"target":0},{"source":6,"target":50},{"source":6,"target":208},{"source":208,"target":50},{"source":7,"target":0},{"source":7,"target":28},{"source":7,"target":209},{"source":209,"target":28},{"source":8,"target":0},{"source":8,"target":26},{"source":8,"target":210},{"source":210,"target":26},{"source":9,"target":0},{"source":9,"target":144},{"source":9,"target":147},{"source":9,"target":211},{"source":9,"target":212},{"source":211,"target":144},{"source":212,"target":147},{"source":10,"target":0},{"source":10,"target":83},{"source":10,"target":213},{"source":213,"target":83},{"source":11,"target":0},{"source":11,"target":168},{"source":11,"target":214},{"source":214,"target":168},{"source":12,"target":0},{"source":12,"target":168},{"source":12,"target":215},{"source":215,"target":168},{"source":13,"target":0},{"source":13,"target":28},{"source":13,"target":216},{"source":216,"target":28},{"source":14,"target":0},{"source":14,"target":28},{"source":14,"target":217},{"source":217,"target":28},{"source":15,"target":0},{"source":15,"target":86},{"source":15,"target":50},{"source":15,"target":218},{"source":15,"target":219},{"source":218,"target":86},{"source":219,"target":50},{"source":16,"target":0},{"source":16,"target":87},{"source":16,"target":220},{"source":220,"target":87},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":75},{"source":17,"target":221},{"source":17,"target":222},{"source":221,"target":2},{"source":222,"target":75},{"source":18,"target":0},{"source":18,"target":90},{"source":18,"target":223},{"source":223,"target":90},{"source":19,"target":0},{"source":19,"target":122},{"source":19,"target":224},{"source":224,"target":122},{"source":20,"target":0},{"source":20,"target":28},{"source":20,"target":225},{"source":225,"target":28},{"source":21,"target":0},{"source":21,"target":51},{"source":21,"target":226},{"source":226,"target":51},{"source":22,"target":0},{"source":22,"target":50},{"source":22,"target":227},{"source":227,"target":50},{"source":23,"target":0},{"source":23,"target":110},{"source":23,"target":228},{"source":228,"target":110},{"source":24,"target":0},{"source":24,"target":17},{"source":24,"target":229},{"source":229,"target":17},{"source":25,"target":0},{"source":25,"target":67},{"source":25,"target":230},{"source":230,"target":67},{"source":26,"target":0},{"source":26,"target":168},{"source":26,"target":75},{"source":26,"target":18},{"source":26,"target":231},{"source":26,"target":232},{"source":26,"target":233},{"source":231,"target":168},{"source":232,"target":75},{"source":233,"target":18},{"source":27,"target":0},{"source":27,"target":23},{"source":27,"target":234},{"source":234,"target":23},{"source":28,"target":0},{"source":28,"target":179},{"source":28,"target":235},{"source":235,"target":179},{"source":29,"target":0},{"source":29,"target":67},{"source":29,"target":236},{"source":236,"target":67},{"source":30,"target":0},{"source":30,"target":110},{"source":30,"target":237},{"source":237,"target":110},{"source":31,"target":0},{"source":31,"target":87},{"source":31,"target":238},{"source":238,"target":87},{"source":32,"target":0},{"source":32,"target":28},{"source":32,"target":239},{"source":239,"target":28},{"source":33,"target":0},{"source":33,"target":87},{"source":33,"target":240},{"source":240,"target":87},{"source":34,"target":0},{"source":34,"target":184},{"source":34,"target":241},{"source":241,"target":184},{"source":35,"target":0},{"source":35,"target":110},{"source":35,"target":242},{"source":242,"target":110},{"source":36,"target":0},{"source":36,"target":34},{"source":36,"target":243},{"source":243,"target":34},{"source":37,"target":0},{"source":37,"target":28},{"source":37,"target":244},{"source":244,"target":28},{"source":38,"target":0},{"source":38,"target":34},{"source":38,"target":245},{"source":245,"target":34},{"source":39,"target":0},{"source":39,"target":142},{"source":39,"target":246},{"source":246,"target":142},{"source":40,"target":0},{"source":40,"target":50},{"source":40,"target":247},{"source":247,"target":50},{"source":41,"target":0},{"source":41,"target":50},{"source":41,"target":49},{"source":41,"target":248},{"source":41,"target":249},{"source":248,"target":50},{"source":249,"target":49},{"source":42,"target":0},{"source":42,"target":46},{"source":42,"target":250},{"source":250,"target":46},{"source":43,"target":0},{"source":43,"target":68},{"source":43,"target":251},{"source":251,"target":68},{"source":44,"target":0},{"source":44,"target":28},{"source":44,"target":252},{"source":252,"target":28},{"source":45,"target":0},{"source":45,"target":2},{"source":45,"target":253},{"source":253,"target":2},{"source":46,"target":0},{"source":46,"target":144},{"source":46,"target":12},{"source":46,"target":191},{"source":46,"target":254},{"source":46,"target":255},{"source":46,"target":256},{"source":254,"target":144},{"source":255,"target":12},{"source":256,"target":191},{"source":47,"target":0},{"source":47,"target":168},{"source":47,"target":257},{"source":257,"target":168},{"source":48,"target":0},{"source":48,"target":28},{"source":48,"target":258},{"source":258,"target":28},{"source":49,"target":0},{"source":49,"target":90},{"source":49,"target":259},{"source":259,"target":90},{"source":50,"target":0},{"source":50,"target":90},{"source":50,"target":260},{"source":260,"target":90},{"source":51,"target":0},{"source":51,"target":64},{"source":51,"target":261},{"source":261,"target":64},{"source":52,"target":0},{"source":52,"target":11},{"source":52,"target":262},{"source":262,"target":11},{"source":53,"target":0},{"source":53,"target":139},{"source":53,"target":263},{"source":263,"target":139},{"source":54,"target":0},{"source":54,"target":46},{"source":54,"target":264},{"source":264,"target":46},{"source":55,"target":0},{"source":55,"target":90},{"source":55,"target":265},{"source":265,"target":90},{"source":56,"target":0},{"source":56,"target":142},{"source":56,"target":266},{"source":266,"target":142},{"source":57,"target":0},{"source":57,"target":184},{"source":57,"target":267},{"source":267,"target":184},{"source":58,"target":0},{"source":58,"target":90},{"source":58,"target":268},{"source":268,"target":90},{"source":59,"target":0},{"source":59,"target":46},{"source":59,"target":269},{"source":269,"target":46},{"source":60,"target":0},{"source":60,"target":9},{"source":60,"target":270},{"source":270,"target":9},{"source":61,"target":0},{"source":61,"target":2},{"source":61,"target":63},{"source":61,"target":271},{"source":61,"target":272},{"source":271,"target":2},{"source":272,"target":63},{"source":62,"target":0},{"source":62,"target":64},{"source":62,"target":273},{"source":273,"target":64},{"source":63,"target":0},{"source":63,"target":46},{"source":63,"target":274},{"source":274,"target":46},{"source":64,"target":0},{"source":64,"target":140},{"source":64,"target":180},{"source":64,"target":275},{"source":64,"target":276},{"source":275,"target":140},{"source":276,"target":180},{"source":65,"target":0},{"source":65,"target":28},{"source":65,"target":277},{"source":277,"target":28},{"source":66,"target":0},{"source":66,"target":58},{"source":66,"target":278},{"source":278,"target":58},{"source":67,"target":0},{"source":67,"target":28},{"source":67,"target":144},{"source":67,"target":279},{"source":67,"target":280},{"source":279,"target":28},{"source":280,"target":144},{"source":68,"target":0},{"source":68,"target":11},{"source":68,"target":281},{"source":281,"target":11},{"source":69,"target":0},{"source":69,"target":58},{"source":69,"target":282},{"source":282,"target":58},{"source":70,"target":0},{"source":70,"target":67},{"source":70,"target":283},{"source":283,"target":67},{"source":71,"target":0},{"source":71,"target":122},{"source":71,"target":284},{"source":284,"target":122},{"source":72,"target":0},{"source":72,"target":28},{"source":72,"target":285},{"source":285,"target":28},{"source":73,"target":0},{"source":73,"target":46},{"source":73,"target":286},{"source":286,"target":46},{"source":74,"target":0},{"source":74,"target":144},{"source":74,"target":191},{"source":74,"target":55},{"source":74,"target":287},{"source":74,"target":288},{"source":74,"target":289},{"source":287,"target":144},{"source":288,"target":191},{"source":289,"target":55},{"source":75,"target":0},{"source":75,"target":90},{"source":75,"target":290},{"source":290,"target":90},{"source":76,"target":0},{"source":76,"target":168},{"source":76,"target":291},{"source":291,"target":168},{"source":77,"target":0},{"source":77,"target":46},{"source":77,"target":292},{"source":292,"target":46},{"source":78,"target":0},{"source":78,"target":173},{"source":78,"target":293},{"source":293,"target":173},{"source":79,"target":0},{"source":79,"target":55},{"source":79,"target":294},{"source":294,"target":55},{"source":80,"target":0},{"source":80,"target":122},{"source":80,"target":295},{"source":295,"target":122},{"source":81,"target":0},{"source":81,"target":28},{"source":81,"target":296},{"source":296,"target":28},{"source":82,"target":0},{"source":82,"target":87},{"source":82,"target":297},{"source":297,"target":87},{"source":83,"target":0},{"source":83,"target":58},{"source":83,"target":298},{"source":298,"target":58},{"source":84,"target":0},{"source":84,"target":138},{"source":84,"target":299},{"source":299,"target":138},{"source":85,"target":0},{"source":85,"target":46},{"source":85,"target":300},{"source":300,"target":46},{"source":86,"target":0},{"source":86,"target":2},{"source":86,"target":301},{"source":301,"target":2},{"source":87,"target":0},{"source":87,"target":172},{"source":87,"target":302},{"source":302,"target":172},{"source":88,"target":0},{"source":88,"target":95},{"source":88,"target":303},{"source":303,"target":95},{"source":89,"target":0},{"source":89,"target":77},{"source":89,"target":304},{"source":304,"target":77},{"source":90,"target":0},{"source":90,"target":305},{"source":305,"target":1},{"source":305,"target":306},{"source":305,"target":90},{"source":306,"target":1},{"source":91,"target":0},{"source":91,"target":174},{"source":91,"target":307},{"source":307,"target":174},{"source":92,"target":0},{"source":92,"target":83},{"source":92,"target":308},{"source":308,"target":83},{"source":93,"target":0},{"source":93,"target":77},{"source":93,"target":309},{"source":309,"target":77},{"source":94,"target":0},{"source":94,"target":2},{"source":94,"target":310},{"source":310,"target":2},{"source":95,"target":0},{"source":95,"target":191},{"source":95,"target":311},{"source":311,"target":191},{"source":96,"target":0},{"source":96,"target":90},{"source":96,"target":312},{"source":312,"target":90},{"source":97,"target":0},{"source":97,"target":32},{"source":97,"target":313},{"source":313,"target":32},{"source":98,"target":0},{"source":98,"target":191},{"source":98,"target":314},{"source":314,"target":191},{"source":99,"target":0},{"source":99,"target":32},{"source":99,"target":315},{"source":315,"target":32},{"source":100,"target":0},{"source":100,"target":28},{"source":100,"target":316},{"source":316,"target":28},{"source":101,"target":0},{"source":101,"target":110},{"source":101,"target":317},{"source":317,"target":110},{"source":102,"target":0},{"source":102,"target":46},{"source":102,"target":318},{"source":318,"target":46},{"source":103,"target":0},{"source":103,"target":65},{"source":103,"target":319},{"source":319,"target":65},{"source":104,"target":0},{"source":104,"target":42},{"source":104,"target":320},{"source":320,"target":42},{"source":105,"target":0},{"source":105,"target":111},{"source":105,"target":321},{"source":321,"target":111},{"source":106,"target":0},{"source":106,"target":28},{"source":106,"target":322},{"source":322,"target":28},{"source":107,"target":0},{"source":107,"target":156},{"source":107,"target":180},{"source":107,"target":323},{"source":107,"target":324},{"source":323,"target":156},{"source":324,"target":180},{"source":108,"target":0},{"source":108,"target":50},{"source":108,"target":325},{"source":325,"target":50},{"source":109,"target":0},{"source":109,"target":68},{"source":109,"target":326},{"source":326,"target":68},{"source":110,"target":0},{"source":110,"target":140},{"source":110,"target":327},{"source":327,"target":140},{"source":111,"target":0},{"source":111,"target":32},{"source":111,"target":328},{"source":328,"target":32},{"source":112,"target":0},{"source":112,"target":37},{"source":112,"target":329},{"source":329,"target":37},{"source":113,"target":0},{"source":113,"target":46},{"source":113,"target":18},{"source":113,"target":330},{"source":113,"target":331},{"source":330,"target":46},{"source":331,"target":18},{"source":114,"target":0},{"source":114,"target":90},{"source":114,"target":332},{"source":332,"target":90},{"source":115,"target":0},{"source":115,"target":138},{"source":115,"target":333},{"source":333,"target":138},{"source":116,"target":0},{"source":116,"target":63},{"source":116,"target":334},{"source":334,"target":63},{"source":117,"target":0},{"source":117,"target":21},{"source":117,"target":335},{"source":335,"target":21},{"source":118,"target":0},{"source":118,"target":17},{"source":118,"target":336},{"source":336,"target":17},{"source":119,"target":0},{"source":119,"target":28},{"source":119,"target":337},{"source":337,"target":28},{"source":120,"target":0},{"source":120,"target":111},{"source":120,"target":338},{"source":338,"target":111},{"source":121,"target":0},{"source":121,"target":54},{"source":121,"target":42},{"source":121,"target":339},{"source":121,"target":340},{"source":339,"target":54},{"source":340,"target":42},{"source":122,"target":0},{"source":122,"target":180},{"source":122,"target":341},{"source":341,"target":180},{"source":123,"target":0},{"source":123,"target":32},{"source":123,"target":342},{"source":342,"target":32},{"source":124,"target":0},{"source":124,"target":127},{"source":124,"target":343},{"source":343,"target":127},{"source":125,"target":0},{"source":125,"target":6},{"source":125,"target":344},{"source":344,"target":6},{"source":126,"target":0},{"source":126,"target":74},{"source":126,"target":345},{"source":345,"target":74},{"source":127,"target":0},{"source":127,"target":189},{"source":127,"target":156},{"source":127,"target":75},{"source":127,"target":346},{"source":127,"target":347},{"source":127,"target":348},{"source":346,"target":189},{"source":347,"target":156},{"source":348,"target":75},{"source":128,"target":0},{"source":128,"target":122},{"source":128,"target":349},{"source":349,"target":122},{"source":129,"target":0},{"source":129,"target":63},{"source":129,"target":350},{"source":350,"target":63},{"source":130,"target":0},{"source":130,"target":90},{"source":130,"target":351},{"source":351,"target":90},{"source":131,"target":0},{"source":131,"target":173},{"source":131,"target":352},{"source":352,"target":173},{"source":132,"target":0},{"source":132,"target":90},{"source":132,"target":353},{"source":353,"target":90},{"source":133,"target":0},{"source":133,"target":90},{"source":133,"target":354},{"source":354,"target":90},{"source":134,"target":0},{"source":134,"target":50},{"source":134,"target":355},{"source":355,"target":50},{"source":135,"target":0},{"source":135,"target":156},{"source":135,"target":180},{"source":135,"target":356},{"source":135,"target":357},{"source":356,"target":156},{"source":357,"target":180},{"source":136,"target":0},{"source":136,"target":191},{"source":136,"target":358},{"source":358,"target":191},{"source":137,"target":0},{"source":137,"target":136},{"source":137,"target":359},{"source":359,"target":136},{"source":138,"target":0},{"source":138,"target":144},{"source":138,"target":168},{"source":138,"target":360},{"source":138,"target":361},{"source":360,"target":144},{"source":361,"target":168},{"source":139,"target":0},{"source":139,"target":86},{"source":139,"target":362},{"source":362,"target":86},{"source":140,"target":0},{"source":140,"target":191},{"source":140,"target":363},{"source":363,"target":191},{"source":141,"target":0},{"source":141,"target":128},{"source":141,"target":364},{"source":364,"target":128},{"source":142,"target":0},{"source":142,"target":122},{"source":142,"target":365},{"source":365,"target":122},{"source":143,"target":0},{"source":143,"target":86},{"source":143,"target":366},{"source":366,"target":86},{"source":144,"target":0},{"source":144,"target":90},{"source":144,"target":367},{"source":144,"target":368},{"source":367,"target":90},{"source":367,"target":369},{"source":367,"target":144},{"source":369,"target":90},{"source":368,"target":90},{"source":145,"target":0},{"source":145,"target":28},{"source":145,"target":370},{"source":370,"target":28},{"source":146,"target":0},{"source":146,"target":55},{"source":146,"target":371},{"source":371,"target":55},{"source":147,"target":0},{"source":147,"target":191},{"source":147,"target":372},{"source":372,"target":191},{"source":148,"target":0},{"source":148,"target":147},{"source":148,"target":373},{"source":373,"target":147},{"source":149,"target":0},{"source":149,"target":142},{"source":149,"target":374},{"source":374,"target":142},{"source":150,"target":0},{"source":150,"target":172},{"source":150,"target":375},{"source":375,"target":172},{"source":151,"target":0},{"source":151,"target":191},{"source":151,"target":376},{"source":376,"target":191},{"source":152,"target":0},{"source":152,"target":110},{"source":152,"target":377},{"source":377,"target":110},{"source":153,"target":0},{"source":153,"target":43},{"source":153,"target":378},{"source":378,"target":43},{"source":154,"target":0},{"source":154,"target":90},{"source":154,"target":379},{"source":379,"target":90},{"source":155,"target":0},{"source":155,"target":46},{"source":155,"target":380},{"source":380,"target":46},{"source":156,"target":0},{"source":156,"target":90},{"source":156,"target":381},{"source":381,"target":90},{"source":157,"target":0},{"source":157,"target":54},{"source":157,"target":382},{"source":382,"target":54},{"source":158,"target":0},{"source":158,"target":83},{"source":158,"target":383},{"source":383,"target":83},{"source":159,"target":0},{"source":159,"target":78},{"source":159,"target":384},{"source":384,"target":78},{"source":160,"target":0},{"source":160,"target":41},{"source":160,"target":385},{"source":385,"target":41},{"source":161,"target":0},{"source":161,"target":11},{"source":161,"target":386},{"source":386,"target":11},{"source":162,"target":0},{"source":162,"target":127},{"source":162,"target":387},{"source":387,"target":127},{"source":163,"target":0},{"source":163,"target":28},{"source":163,"target":388},{"source":388,"target":28},{"source":164,"target":0},{"source":164,"target":196},{"source":164,"target":389},{"source":389,"target":196},{"source":165,"target":0},{"source":165,"target":172},{"source":165,"target":390},{"source":390,"target":172},{"source":166,"target":0},{"source":166,"target":122},{"source":166,"target":391},{"source":391,"target":122},{"source":167,"target":0},{"source":167,"target":166},{"source":167,"target":392},{"source":392,"target":166},{"source":168,"target":0},{"source":168,"target":90},{"source":168,"target":393},{"source":393,"target":90},{"source":169,"target":0},{"source":169,"target":90},{"source":169,"target":394},{"source":394,"target":90},{"source":170,"target":0},{"source":170,"target":144},{"source":170,"target":50},{"source":170,"target":395},{"source":170,"target":396},{"source":395,"target":144},{"source":396,"target":50},{"source":171,"target":0},{"source":171,"target":142},{"source":171,"target":397},{"source":397,"target":142},{"source":172,"target":0},{"source":172,"target":28},{"source":172,"target":398},{"source":398,"target":28},{"source":173,"target":0},{"source":173,"target":168},{"source":173,"target":399},{"source":399,"target":168},{"source":174,"target":0},{"source":174,"target":64},{"source":174,"target":400},{"source":400,"target":64},{"source":175,"target":0},{"source":175,"target":90},{"source":175,"target":401},{"source":401,"target":90},{"source":176,"target":0},{"source":176,"target":49},{"source":176,"target":402},{"source":402,"target":49},{"source":177,"target":0},{"source":177,"target":9},{"source":177,"target":180},{"source":177,"target":403},{"source":177,"target":404},{"source":403,"target":9},{"source":404,"target":180},{"source":178,"target":0},{"source":178,"target":46},{"source":178,"target":405},{"source":405,"target":46},{"source":179,"target":0},{"source":179,"target":140},{"source":179,"target":406},{"source":406,"target":140},{"source":180,"target":0},{"source":180,"target":90},{"source":180,"target":407},{"source":407,"target":90},{"source":181,"target":0},{"source":181,"target":11},{"source":181,"target":408},{"source":408,"target":11},{"source":182,"target":0},{"source":182,"target":51},{"source":182,"target":409},{"source":409,"target":51},{"source":183,"target":0},{"source":183,"target":28},{"source":183,"target":410},{"source":410,"target":28},{"source":184,"target":0},{"source":184,"target":28},{"source":184,"target":411},{"source":411,"target":28},{"source":185,"target":0},{"source":185,"target":136},{"source":185,"target":412},{"source":412,"target":136},{"source":186,"target":0},{"source":186,"target":144},{"source":186,"target":191},{"source":186,"target":413},{"source":186,"target":414},{"source":413,"target":144},{"source":414,"target":191},{"source":187,"target":0},{"source":187,"target":43},{"source":187,"target":415},{"source":415,"target":43},{"source":188,"target":0},{"source":188,"target":23},{"source":188,"target":416},{"source":416,"target":23},{"source":189,"target":0},{"source":189,"target":147},{"source":189,"target":180},{"source":189,"target":417},{"source":189,"target":418},{"source":417,"target":147},{"source":418,"target":180},{"source":190,"target":0},{"source":190,"target":142},{"source":190,"target":419},{"source":419,"target":142},{"source":191,"target":0},{"source":191,"target":90},{"source":191,"target":420},{"source":420,"target":90},{"source":192,"target":0},{"source":192,"target":78},{"source":192,"target":421},{"source":421,"target":78},{"source":193,"target":0},{"source":193,"target":196},{"source":193,"target":422},{"source":422,"target":196},{"source":194,"target":0},{"source":194,"target":38},{"source":194,"target":423},{"source":423,"target":38},{"source":195,"target":0},{"source":195,"target":166},{"source":195,"target":424},{"source":424,"target":166},{"source":196,"target":0},{"source":196,"target":37},{"source":196,"target":425},{"source":425,"target":37},{"source":197,"target":0},{"source":197,"target":168},{"source":197,"target":426},{"source":426,"target":168},{"source":198,"target":0},{"source":198,"target":64},{"source":198,"target":427},{"source":427,"target":64}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="editor"
nsURI="http://www.makumba.org/devel/plugin/eclipse/mdd/MDD" nsPrefix="editor">
<eClassifiers xsi:type="ecore:EClass" name="dataDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="d" upperBound="-1" eType="#//declaration"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="declaration"/>
<eClassifiers xsi:type="ecore:EClass" name="fieldDeclaration" eSuperTypes="#//declaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" eType="#//modifiers"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typedef" eType="#//fieldType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="modifiers">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fixed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="notNull" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="notEmpty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="fieldType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDec" eType="#//typeDeclaration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="intEnum" eSuperTypes="#//fieldType #//functionArgumentBody">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//enumValue" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="charEnum" eSuperTypes="#//fieldType #//functionArgumentBody">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="enumValue">
<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#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="charType" eSuperTypes="#//fieldType #//functionArgumentBody">
<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="pointer" eSuperTypes="#//fieldType"/>
<eClassifiers xsi:type="ecore:EClass" name="setType" eSuperTypes="#//fieldType"/>
<eClassifiers xsi:type="ecore:EClass" name="subFieldDeclaration" eSuperTypes="#//declaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="subFieldOf" eType="#//fieldDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="d" eType="#//declaration"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="titleDeclaration" eSuperTypes="#//declaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="title" eType="#//title"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="title">
<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="includeDeclaration" eSuperTypes="#//declaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="typeDeclaration" eSuperTypes="#//declaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fieldType" eType="#//fieldType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="validationRuleDeclaration" eSuperTypes="#//declaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="errorMessage" eType="#//errorMessage"
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="args" eType="#//functionArguments"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="comparisonValidationRuleDeclaration"
eSuperTypes="#//validationRuleDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="comparisonExp" eType="#//comparisonExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="comparisonExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//comparisonPart"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="o" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//comparisonPart"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="comparisonPart">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="t" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="n" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="df" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="u" eType="#//upperFunction"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="l" eType="#//lowerFunction"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="d" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="upperFunction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="t" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="lowerFunction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="t" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="rangeValidationRuleDeclaration" eSuperTypes="#//validationRuleDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="range" eType="#//range"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="regexValidationRuleDeclaration" eSuperTypes="#//validationRuleDeclaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="range">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="f" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="t" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="uniquenessValidationRuleDeclaration"
eSuperTypes="#//validationRuleDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="errorMessage">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="nativeValidationRuleDeclaration" eSuperTypes="#//declaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="field" eType="#//fieldDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" 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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="functionDeclaration" eSuperTypes="#//declaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="b" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arg" eType="#//functionArgumentDeclaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//functionBody"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="m" eType="#//errorMessage"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="functionArgumentDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="f" upperBound="-1" eType="#//functionArgumentBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="functionArgumentBody">
<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="functionCall" eSuperTypes="#//title">
<eStructuralFeatures xsi:type="ecore:EReference" name="f" eType="#//functionArguments"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="functionArguments">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="a" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="functionBody">
<eStructuralFeatures xsi:type="ecore:EReference" name="s" eType="#//statement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="e" eType="#//expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="statement"/>
<eClassifiers xsi:type="ecore:EClass" name="unionRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="q" upperBound="-1" eType="#//queryRule"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="queryRule" eSuperTypes="#//statement"/>
<eClassifiers xsi:type="ecore:EClass" name="selectFrom" eSuperTypes="#//queryRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="where" eType="#//whereClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="groupBy" eType="#//groupByClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orderBy" eType="#//orderByClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="s" eType="#//selectClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//fromClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="selectClause"/>
<eClassifiers xsi:type="ecore:EClass" name="newExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="p" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="s" eType="#//selectedPropertiesList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="fromClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="fromRange" upperBound="-1"
eType="#//fromRange" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fromJoin" upperBound="-1"
eType="#//fromJoin" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="fromJoin"/>
<eClassifiers xsi:type="ecore:EClass" name="withClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="e" eType="#//expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="fromRange">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="p" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="fromClassOrOuterQueryPath" eSuperTypes="#//fromJoin #//fromRange">
<eStructuralFeatures xsi:type="ecore:EReference" name="w" eType="#//withClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="asAlias" eType="#//asAlias"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyFetch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="inCollectionElementsDeclaration" eSuperTypes="#//fromRange"/>
<eClassifiers xsi:type="ecore:EClass" name="asAlias">
<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="groupByClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="e" upperBound="-1" eType="#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="h" eType="#//havingClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="orderByClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="o" upperBound="-1" eType="#//orderElement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="orderElement"/>
<eClassifiers xsi:type="ecore:EClass" name="havingClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="e" eType="#//expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="whereClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="e" eType="#//expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="selectedPropertiesList">
<eStructuralFeatures xsi:type="ecore:EReference" name="a" upperBound="-1" eType="#//aliasedExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="aliasedExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="expression" eSuperTypes="#//orderElement #//aliasedExpression #//expressionOrVector">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="v" eType="#//vectorExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="logicalOrExpression" eSuperTypes="#//expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="l" upperBound="-1" eType="#//logicalAndExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="logicalAndExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="n" upperBound="-1" eType="#//negatedExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="negatedExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="n" eType="#//negatedExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="equalityExpression" eSuperTypes="#//negatedExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="r" upperBound="-1" eType="#//relationalExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="relationalExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="likeEscape">
<eStructuralFeatures xsi:type="ecore:EReference" name="c" eType="#//concatenation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="betweenList">
<eStructuralFeatures xsi:type="ecore:EReference" name="c" upperBound="-1" eType="#//concatenation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="concatenation" eSuperTypes="#//relationalExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="a" upperBound="-1" eType="#//additiveExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="i" eType="#//compoundExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="b" eType="#//betweenList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="c" eType="#//concatenation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="l" eType="#//likeEscape"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="p" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="additiveExpression" eSuperTypes="#//concatenation">
<eStructuralFeatures xsi:type="ecore:EReference" name="m" upperBound="-1" eType="#//multiplyExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="multiplyExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="u" upperBound="-1" eType="#//unaryExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="unaryExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="u" eType="#//unaryExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="caseExpression" eSuperTypes="#//unaryExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="w" upperBound="-1" eType="#//whenClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="e" eType="#//elseClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="a" upperBound="-1" eType="#//altWhenClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="whenClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="whenExpr" eType="#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpr" eType="#//unaryExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="altWhenClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="w" eType="#//unaryExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="t" eType="#//unaryExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="elseClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="u" eType="#//unaryExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="quantifiedExpression" eSuperTypes="#//unaryExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="s" eType="#//unionRule"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="atom" eSuperTypes="#//unaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="primaryExpression" eSuperTypes="#//atom">
<eStructuralFeatures xsi:type="ecore:EReference" name="e" upperBound="-1" eType="#//exprList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" upperBound="-1" eType="#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ident" eType="#//identPrimary"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="s" eType="#//unionRule"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="expressionOrVector" eSuperTypes="#//primaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="vectorExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="e" upperBound="-1" eType="#//expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="identPrimary">
<eStructuralFeatures xsi:type="ecore:EReference" name="e" eType="#//exprList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="aggregate" eSuperTypes="#//identPrimary">
<eStructuralFeatures xsi:type="ecore:EReference" name="a" eType="#//additiveExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="compoundExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="e" upperBound="-1" eType="#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="s" eType="#//unionRule"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="exprList">
<eStructuralFeatures xsi:type="ecore:EReference" name="e" upperBound="-1" eType="#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="selectCause" eSuperTypes="#//selectClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="s" eType="#//selectedPropertiesList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="n" eType="#//newExpression"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/MDD.ecore | ecore | editor
dataDefinition
d
declaration
fieldDeclaration
name
modifiers
typedef
modifiers
unique
fixed
notNull
notEmpty
fieldType
type
typeDec
intEnum
values
charEnum
values
enumValue
name
value
charType
length
pointer
setType
subFieldDeclaration
subFieldOf
d
titleDeclaration
title
title
name
includeDeclaration
importedNamespace
typeDeclaration
name
fieldType
validationRuleDeclaration
errorMessage
name
args
comparisonValidationRuleDeclaration
comparisonExp
comparisonExpression
lhs
o
rhs
comparisonPart
t
n
df
u
l
d
upperFunction
t
lowerFunction
t
rangeValidationRuleDeclaration
range
regexValidationRuleDeclaration
exp
range
f
t
uniquenessValidationRuleDeclaration
errorMessage
message
nativeValidationRuleDeclaration
field
type
message
functionDeclaration
b
name
arg
body
m
functionArgumentDeclaration
f
functionArgumentBody
name
functionCall
f
functionArguments
a
functionBody
s
e
statement
unionRule
q
queryRule
selectFrom
where
groupBy
orderBy
s
from
selectClause
newExpression
p
s
fromClause
fromRange
fromJoin
fromJoin
withClause
e
fromRange
alias
p
fromClassOrOuterQueryPath
w
asAlias
propertyFetch
inCollectionElementsDeclaration
asAlias
alias
groupByClause
e
h
orderByClause
o
orderElement
havingClause
e
whereClause
e
selectedPropertiesList
a
aliasedExpression
expression
id
v
logicalOrExpression
l
logicalAndExpression
n
negatedExpression
n
equalityExpression
r
relationalExpression
likeEscape
c
betweenList
c
concatenation
a
i
b
c
l
p
additiveExpression
m
multiplyExpression
u
unaryExpression
u
caseExpression
w
e
a
whenClause
whenExpr
thenExpr
altWhenClause
w
t
elseClause
u
quantifiedExpression
s
atom
primaryExpression
e
exp
ident
s
expressionOrVector
vectorExpr
e
identPrimary
e
aggregate
a
compoundExpr
e
s
exprList
e
id
selectCause
s
n | null | {"directed":true,"nodes":[{"nsPrefix":"editor","nsURI":"http://www.makumba.org/devel/plugin/eclipse/mdd/MDD","name":"editor","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"dataDefinition","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"declaration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"fieldDeclaration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"modifiers","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"fieldType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"intEnum","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"charEnum","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"enumValue","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"charType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"pointer","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"setType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"subFieldDeclaration","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"titleDeclaration","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"title","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"includeDeclaration","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"typeDeclaration","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"validationRuleDeclaration","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"comparisonValidationRuleDeclaration","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"comparisonExpression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"comparisonPart","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"upperFunction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"lowerFunction","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"rangeValidationRuleDeclaration","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"regexValidationRuleDeclaration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"range","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"uniquenessValidationRuleDeclaration","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"errorMessage","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nativeValidationRuleDeclaration","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"functionDeclaration","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"functionArgumentDeclaration","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"functionArgumentBody","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"functionCall","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"functionArguments","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"functionBody","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"statement","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unionRule","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"queryRule","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"selectFrom","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"selectClause","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"newExpression","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"fromClause","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"fromJoin","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"withClause","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"fromRange","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"fromClassOrOuterQueryPath","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"inCollectionElementsDeclaration","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"asAlias","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"groupByClause","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"orderByClause","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"orderElement","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"havingClause","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"whereClause","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"selectedPropertiesList","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"aliasedExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"expression","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"logicalOrExpression","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"logicalAndExpression","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"negatedExpression","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"equalityExpression","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"relationalExpression","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"likeEscape","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"betweenList","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"concatenation","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"additiveExpression","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"multiplyExpression","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unaryExpression","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"caseExpression","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"whenClause","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"altWhenClause","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"elseClause","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"quantifiedExpression","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"atom","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"primaryExpression","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"expressionOrVector","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"vectorExpr","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"identPrimary","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"aggregate","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"compoundExpr","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"exprList","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"selectCause","instanceClass":null,"abstract":false,"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":"d","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typedef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fixed","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"notNull","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"notEmpty","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"values","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"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":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subFieldOf","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":"d","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fieldType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"errorMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":true,"unsettable":false,"transient":false,"unique":true,"name":"args","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comparisonExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"o","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":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"t","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"n","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"df","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"u","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":"l","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"d","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"t","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"t","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"f","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":"t","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":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"b","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":"m","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"f","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"f","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"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":"a","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"s","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"q","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groupBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orderBy","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":"s","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"s","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromRange","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromJoin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"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":"e","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"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":"alias","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":"p","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"w","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"asAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyFetch","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"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":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","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":"h","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"o","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"a","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"v","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"l","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"n","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"n","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"r","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"a","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"i","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"b","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c","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":"l","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"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":"m","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":"u","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"u","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"w","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"a","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whenExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"w","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"t","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"u","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"s","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ident","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"s","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"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":"a","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"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":"e","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"s","changeable":true,"resolveProxies":true,"lowerBound":0,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"id","changeable":true,"lowerBound":0,"iD":false,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"s","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"n","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":2},{"source":81,"target":82},{"source":81,"target":1},{"source":82,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":83},{"source":3,"target":84},{"source":3,"target":85},{"source":3,"target":86},{"source":83,"target":87},{"source":83,"target":3},{"source":84,"target":4},{"source":84,"target":88},{"source":84,"target":3},{"source":88,"target":4},{"source":85,"target":5},{"source":85,"target":89},{"source":85,"target":3},{"source":89,"target":5},{"source":86,"target":2},{"source":4,"target":0},{"source":4,"target":90},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":90,"target":94},{"source":90,"target":4},{"source":91,"target":95},{"source":91,"target":4},{"source":92,"target":96},{"source":92,"target":4},{"source":93,"target":97},{"source":93,"target":4},{"source":5,"target":0},{"source":5,"target":98},{"source":5,"target":99},{"source":98,"target":100},{"source":98,"target":5},{"source":99,"target":16},{"source":99,"target":101},{"source":99,"target":5},{"source":101,"target":16},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":31},{"source":6,"target":102},{"source":6,"target":103},{"source":6,"target":104},{"source":102,"target":8},{"source":102,"target":105},{"source":102,"target":6},{"source":105,"target":8},{"source":103,"target":5},{"source":104,"target":31},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":31},{"source":7,"target":106},{"source":7,"target":107},{"source":7,"target":108},{"source":106,"target":109},{"source":106,"target":7},{"source":107,"target":5},{"source":108,"target":31},{"source":8,"target":0},{"source":8,"target":110},{"source":8,"target":111},{"source":110,"target":112},{"source":110,"target":8},{"source":111,"target":113},{"source":111,"target":8},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":31},{"source":9,"target":114},{"source":9,"target":115},{"source":9,"target":116},{"source":114,"target":117},{"source":114,"target":9},{"source":115,"target":5},{"source":116,"target":31},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":118},{"source":118,"target":5},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":119},{"source":119,"target":5},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":120},{"source":12,"target":121},{"source":12,"target":122},{"source":120,"target":3},{"source":120,"target":123},{"source":120,"target":12},{"source":123,"target":3},{"source":121,"target":2},{"source":121,"target":124},{"source":121,"target":12},{"source":124,"target":2},{"source":122,"target":2},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":125},{"source":13,"target":126},{"source":125,"target":14},{"source":125,"target":127},{"source":125,"target":13},{"source":127,"target":14},{"source":126,"target":2},{"source":14,"target":0},{"source":14,"target":128},{"source":128,"target":129},{"source":128,"target":14},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":130},{"source":15,"target":131},{"source":130,"target":132},{"source":130,"target":15},{"source":131,"target":2},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":133},{"source":16,"target":134},{"source":16,"target":135},{"source":133,"target":136},{"source":133,"target":16},{"source":134,"target":5},{"source":134,"target":137},{"source":134,"target":16},{"source":137,"target":5},{"source":135,"target":2},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":138},{"source":17,"target":139},{"source":17,"target":140},{"source":17,"target":141},{"source":138,"target":27},{"source":138,"target":142},{"source":138,"target":17},{"source":142,"target":27},{"source":139,"target":143},{"source":139,"target":17},{"source":140,"target":33},{"source":140,"target":144},{"source":140,"target":17},{"source":144,"target":33},{"source":141,"target":2},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":145},{"source":18,"target":146},{"source":145,"target":19},{"source":145,"target":147},{"source":145,"target":18},{"source":147,"target":19},{"source":146,"target":17},{"source":19,"target":0},{"source":19,"target":148},{"source":19,"target":149},{"source":19,"target":150},{"source":148,"target":20},{"source":148,"target":151},{"source":148,"target":19},{"source":151,"target":20},{"source":149,"target":152},{"source":149,"target":19},{"source":150,"target":20},{"source":150,"target":153},{"source":150,"target":19},{"source":153,"target":20},{"source":20,"target":0},{"source":20,"target":154},{"source":20,"target":155},{"source":20,"target":156},{"source":20,"target":157},{"source":20,"target":158},{"source":20,"target":159},{"source":154,"target":160},{"source":154,"target":20},{"source":155,"target":161},{"source":155,"target":20},{"source":156,"target":162},{"source":156,"target":20},{"source":157,"target":21},{"source":157,"target":163},{"source":157,"target":20},{"source":163,"target":21},{"source":158,"target":22},{"source":158,"target":164},{"source":158,"target":20},{"source":164,"target":22},{"source":159,"target":165},{"source":159,"target":20},{"source":21,"target":0},{"source":21,"target":166},{"source":166,"target":167},{"source":166,"target":21},{"source":22,"target":0},{"source":22,"target":168},{"source":168,"target":169},{"source":168,"target":22},{"source":23,"target":0},{"source":23,"target":17},{"source":23,"target":170},{"source":23,"target":171},{"source":170,"target":25},{"source":170,"target":172},{"source":170,"target":23},{"source":172,"target":25},{"source":171,"target":17},{"source":24,"target":0},{"source":24,"target":17},{"source":24,"target":173},{"source":24,"target":174},{"source":173,"target":175},{"source":173,"target":24},{"source":174,"target":17},{"source":25,"target":0},{"source":25,"target":176},{"source":25,"target":177},{"source":176,"target":178},{"source":176,"target":25},{"source":177,"target":179},{"source":177,"target":25},{"source":26,"target":0},{"source":26,"target":17},{"source":26,"target":180},{"source":180,"target":17},{"source":27,"target":0},{"source":27,"target":181},{"source":181,"target":182},{"source":181,"target":27},{"source":28,"target":0},{"source":28,"target":2},{"source":28,"target":183},{"source":28,"target":184},{"source":28,"target":185},{"source":28,"target":186},{"source":183,"target":3},{"source":183,"target":187},{"source":183,"target":28},{"source":187,"target":3},{"source":184,"target":188},{"source":184,"target":28},{"source":185,"target":189},{"source":185,"target":28},{"source":186,"target":2},{"source":29,"target":0},{"source":29,"target":2},{"source":29,"target":190},{"source":29,"target":191},{"source":29,"target":192},{"source":29,"target":193},{"source":29,"target":194},{"source":29,"target":195},{"source":190,"target":196},{"source":190,"target":29},{"source":191,"target":197},{"source":191,"target":29},{"source":192,"target":30},{"source":192,"target":198},{"source":192,"target":29},{"source":198,"target":30},{"source":193,"target":34},{"source":193,"target":199},{"source":193,"target":29},{"source":199,"target":34},{"source":194,"target":27},{"source":194,"target":200},{"source":194,"target":29},{"source":200,"target":27},{"source":195,"target":2},{"source":30,"target":0},{"source":30,"target":201},{"source":201,"target":31},{"source":201,"target":202},{"source":201,"target":30},{"source":202,"target":31},{"source":31,"target":0},{"source":31,"target":203},{"source":203,"target":204},{"source":203,"target":31},{"source":32,"target":0},{"source":32,"target":14},{"source":32,"target":205},{"source":32,"target":206},{"source":205,"target":33},{"source":205,"target":207},{"source":205,"target":32},{"source":207,"target":33},{"source":206,"target":14},{"source":33,"target":0},{"source":33,"target":208},{"source":208,"target":209},{"source":208,"target":33},{"source":34,"target":0},{"source":34,"target":210},{"source":34,"target":211},{"source":210,"target":35},{"source":210,"target":212},{"source":210,"target":34},{"source":212,"target":35},{"source":211,"target":55},{"source":211,"target":213},{"source":211,"target":34},{"source":213,"target":55},{"source":35,"target":0},{"source":36,"target":0},{"source":36,"target":214},{"source":214,"target":37},{"source":214,"target":215},{"source":214,"target":36},{"source":215,"target":37},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":216},{"source":216,"target":35},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":217},{"source":38,"target":218},{"source":38,"target":219},{"source":38,"target":220},{"source":38,"target":221},{"source":38,"target":222},{"source":217,"target":52},{"source":217,"target":223},{"source":217,"target":38},{"source":223,"target":52},{"source":218,"target":48},{"source":218,"target":224},{"source":218,"target":38},{"source":224,"target":48},{"source":219,"target":49},{"source":219,"target":225},{"source":219,"target":38},{"source":225,"target":49},{"source":220,"target":39},{"source":220,"target":226},{"source":220,"target":38},{"source":226,"target":39},{"source":221,"target":41},{"source":221,"target":227},{"source":221,"target":38},{"source":227,"target":41},{"source":222,"target":37},{"source":39,"target":0},{"source":40,"target":0},{"source":40,"target":228},{"source":40,"target":229},{"source":228,"target":230},{"source":228,"target":40},{"source":229,"target":53},{"source":229,"target":231},{"source":229,"target":40},{"source":231,"target":53},{"source":41,"target":0},{"source":41,"target":232},{"source":41,"target":233},{"source":232,"target":44},{"source":232,"target":234},{"source":232,"target":41},{"source":234,"target":44},{"source":233,"target":42},{"source":233,"target":235},{"source":233,"target":41},{"source":235,"target":42},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":236},{"source":236,"target":55},{"source":236,"target":237},{"source":236,"target":43},{"source":237,"target":55},{"source":44,"target":0},{"source":44,"target":238},{"source":44,"target":239},{"source":238,"target":240},{"source":238,"target":44},{"source":239,"target":241},{"source":239,"target":44},{"source":45,"target":0},{"source":45,"target":42},{"source":45,"target":44},{"source":45,"target":242},{"source":45,"target":243},{"source":45,"target":244},{"source":45,"target":245},{"source":45,"target":246},{"source":242,"target":43},{"source":242,"target":247},{"source":242,"target":45},{"source":247,"target":43},{"source":243,"target":47},{"source":243,"target":248},{"source":243,"target":45},{"source":248,"target":47},{"source":244,"target":249},{"source":244,"target":45},{"source":245,"target":42},{"source":246,"target":44},{"source":46,"target":0},{"source":46,"target":44},{"source":46,"target":250},{"source":250,"target":44},{"source":47,"target":0},{"source":47,"target":251},{"source":251,"target":252},{"source":251,"target":47},{"source":48,"target":0},{"source":48,"target":253},{"source":48,"target":254},{"source":253,"target":55},{"source":253,"target":255},{"source":253,"target":48},{"source":255,"target":55},{"source":254,"target":51},{"source":254,"target":256},{"source":254,"target":48},{"source":256,"target":51},{"source":49,"target":0},{"source":49,"target":257},{"source":257,"target":50},{"source":257,"target":258},{"source":257,"target":49},{"source":258,"target":50},{"source":50,"target":0},{"source":51,"target":0},{"source":51,"target":259},{"source":259,"target":55},{"source":259,"target":260},{"source":259,"target":51},{"source":260,"target":55},{"source":52,"target":0},{"source":52,"target":261},{"source":261,"target":55},{"source":261,"target":262},{"source":261,"target":52},{"source":262,"target":55},{"source":53,"target":0},{"source":53,"target":263},{"source":263,"target":54},{"source":263,"target":264},{"source":263,"target":53},{"source":264,"target":54},{"source":54,"target":0},{"source":55,"target":0},{"source":55,"target":50},{"source":55,"target":54},{"source":55,"target":74},{"source":55,"target":265},{"source":55,"target":266},{"source":55,"target":267},{"source":55,"target":268},{"source":55,"target":269},{"source":265,"target":270},{"source":265,"target":55},{"source":266,"target":75},{"source":266,"target":271},{"source":266,"target":55},{"source":271,"target":75},{"source":267,"target":50},{"source":268,"target":54},{"source":269,"target":74},{"source":56,"target":0},{"source":56,"target":55},{"source":56,"target":272},{"source":56,"target":273},{"source":272,"target":57},{"source":272,"target":274},{"source":272,"target":56},{"source":274,"target":57},{"source":273,"target":55},{"source":57,"target":0},{"source":57,"target":275},{"source":275,"target":58},{"source":275,"target":276},{"source":275,"target":57},{"source":276,"target":58},{"source":58,"target":0},{"source":58,"target":277},{"source":277,"target":58},{"source":277,"target":278},{"source":277,"target":58},{"source":278,"target":58},{"source":59,"target":0},{"source":59,"target":58},{"source":59,"target":279},{"source":59,"target":280},{"source":279,"target":60},{"source":279,"target":281},{"source":279,"target":59},{"source":281,"target":60},{"source":280,"target":58},{"source":60,"target":0},{"source":61,"target":0},{"source":61,"target":282},{"source":282,"target":63},{"source":282,"target":283},{"source":282,"target":61},{"source":283,"target":63},{"source":62,"target":0},{"source":62,"target":284},{"source":284,"target":63},{"source":284,"target":285},{"source":284,"target":62},{"source":285,"target":63},{"source":63,"target":0},{"source":63,"target":60},{"source":63,"target":286},{"source":63,"target":287},{"source":63,"target":288},{"source":63,"target":289},{"source":63,"target":290},{"source":63,"target":291},{"source":63,"target":292},{"source":286,"target":64},{"source":286,"target":293},{"source":286,"target":63},{"source":293,"target":64},{"source":287,"target":78},{"source":287,"target":294},{"source":287,"target":63},{"source":294,"target":78},{"source":288,"target":62},{"source":288,"target":295},{"source":288,"target":63},{"source":295,"target":62},{"source":289,"target":63},{"source":289,"target":296},{"source":289,"target":63},{"source":296,"target":63},{"source":290,"target":61},{"source":290,"target":297},{"source":290,"target":63},{"source":297,"target":61},{"source":291,"target":298},{"source":291,"target":63},{"source":292,"target":60},{"source":64,"target":0},{"source":64,"target":63},{"source":64,"target":299},{"source":64,"target":300},{"source":299,"target":65},{"source":299,"target":301},{"source":299,"target":64},{"source":301,"target":65},{"source":300,"target":63},{"source":65,"target":0},{"source":65,"target":302},{"source":302,"target":66},{"source":302,"target":303},{"source":302,"target":65},{"source":303,"target":66},{"source":66,"target":0},{"source":66,"target":304},{"source":304,"target":66},{"source":304,"target":305},{"source":304,"target":66},{"source":305,"target":66},{"source":67,"target":0},{"source":67,"target":66},{"source":67,"target":306},{"source":67,"target":307},{"source":67,"target":308},{"source":67,"target":309},{"source":306,"target":68},{"source":306,"target":310},{"source":306,"target":67},{"source":310,"target":68},{"source":307,"target":70},{"source":307,"target":311},{"source":307,"target":67},{"source":311,"target":70},{"source":308,"target":69},{"source":308,"target":312},{"source":308,"target":67},{"source":312,"target":69},{"source":309,"target":66},{"source":68,"target":0},{"source":68,"target":313},{"source":68,"target":314},{"source":313,"target":55},{"source":313,"target":315},{"source":313,"target":68},{"source":315,"target":55},{"source":314,"target":66},{"source":314,"target":316},{"source":314,"target":68},{"source":316,"target":66},{"source":69,"target":0},{"source":69,"target":317},{"source":69,"target":318},{"source":317,"target":66},{"source":317,"target":319},{"source":317,"target":69},{"source":319,"target":66},{"source":318,"target":66},{"source":318,"target":320},{"source":318,"target":69},{"source":320,"target":66},{"source":70,"target":0},{"source":70,"target":321},{"source":321,"target":66},{"source":321,"target":322},{"source":321,"target":70},{"source":322,"target":66},{"source":71,"target":0},{"source":71,"target":66},{"source":71,"target":323},{"source":71,"target":324},{"source":323,"target":36},{"source":323,"target":325},{"source":323,"target":71},{"source":325,"target":36},{"source":324,"target":66},{"source":72,"target":0},{"source":72,"target":66},{"source":72,"target":326},{"source":326,"target":66},{"source":73,"target":0},{"source":73,"target":72},{"source":73,"target":327},{"source":73,"target":328},{"source":73,"target":329},{"source":73,"target":330},{"source":73,"target":331},{"source":327,"target":79},{"source":327,"target":332},{"source":327,"target":73},{"source":332,"target":79},{"source":328,"target":55},{"source":328,"target":333},{"source":328,"target":73},{"source":333,"target":55},{"source":329,"target":76},{"source":329,"target":334},{"source":329,"target":73},{"source":334,"target":76},{"source":330,"target":36},{"source":330,"target":335},{"source":330,"target":73},{"source":335,"target":36},{"source":331,"target":72},{"source":74,"target":0},{"source":74,"target":73},{"source":74,"target":336},{"source":336,"target":73},{"source":75,"target":0},{"source":75,"target":337},{"source":337,"target":55},{"source":337,"target":338},{"source":337,"target":75},{"source":338,"target":55},{"source":76,"target":0},{"source":76,"target":339},{"source":339,"target":79},{"source":339,"target":340},{"source":339,"target":76},{"source":340,"target":79},{"source":77,"target":0},{"source":77,"target":76},{"source":77,"target":341},{"source":77,"target":342},{"source":341,"target":64},{"source":341,"target":343},{"source":341,"target":77},{"source":343,"target":64},{"source":342,"target":76},{"source":78,"target":0},{"source":78,"target":344},{"source":78,"target":345},{"source":344,"target":55},{"source":344,"target":346},{"source":344,"target":78},{"source":346,"target":55},{"source":345,"target":36},{"source":345,"target":347},{"source":345,"target":78},{"source":347,"target":36},{"source":79,"target":0},{"source":79,"target":348},{"source":79,"target":349},{"source":348,"target":55},{"source":348,"target":350},{"source":348,"target":79},{"source":350,"target":55},{"source":349,"target":351},{"source":349,"target":79},{"source":80,"target":0},{"source":80,"target":39},{"source":80,"target":352},{"source":80,"target":353},{"source":80,"target":354},{"source":352,"target":53},{"source":352,"target":355},{"source":352,"target":80},{"source":355,"target":53},{"source":353,"target":40},{"source":353,"target":356},{"source":353,"target":80},{"source":356,"target":40},{"source":354,"target":39}],"multigraph":true} |
true | <?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean"/>
</ecore:EPackage>
<ecore:EPackage name="BDD">
<eClassifiers xsi:type="ecore:EClass" name="BDD">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" ordered="false" lowerBound="1" upperBound="-1" eType="/1/Port" containment="true" eOpposite="/1/Port/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tree" ordered="false" lowerBound="1" eType="/1/Tree" containment="true" eOpposite="/1/Tree/ownerBDD"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="/1/BDD" eOpposite="/1/BDD/ports"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputPort" eSuperTypes="/1/Port">
<eStructuralFeatures xsi:type="ecore:EReference" name="subtrees" ordered="false" upperBound="-1" eType="/1/Subtree" eOpposite="/1/Subtree/port"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutputPort" eSuperTypes="/1/Port">
<eStructuralFeatures xsi:type="ecore:EReference" name="assignments" ordered="false" upperBound="-1" eType="/1/Assignment" eOpposite="/1/Assignment/port"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tree" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownerBDD" ordered="false" eType="/1/BDD" eOpposite="/1/BDD/tree"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownerSubtreeForZero" ordered="false" eType="/1/Subtree" eOpposite="/1/Subtree/treeForZero"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownerSubtreeForOne" ordered="false" eType="/1/Subtree" eOpposite="/1/Subtree/treeForOne"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Leaf" eSuperTypes="/1/Tree">
<eStructuralFeatures xsi:type="ecore:EReference" name="assignments" ordered="false" lowerBound="1" upperBound="-1" eType="/1/Assignment" containment="true" eOpposite="/1/Assignment/owner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assignment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="port" ordered="false" lowerBound="1" eType="/1/OutputPort" eOpposite="/1/OutputPort/assignments"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="/1/Leaf" eOpposite="/1/Leaf/assignments"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Subtree" eSuperTypes="/1/Tree">
<eStructuralFeatures xsi:type="ecore:EReference" name="port" ordered="false" lowerBound="1" eType="/1/InputPort" eOpposite="/1/InputPort/subtrees"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="treeForZero" ordered="false" lowerBound="1" eType="/1/Tree" containment="true" eOpposite="/1/Tree/ownerSubtreeForZero"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="treeForOne" ordered="false" lowerBound="1" eType="/1/Tree" containment="true" eOpposite="/1/Tree/ownerSubtreeForOne"/>
</eClassifiers>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/gssi/ATL-zoo-copy/ATLZoo/TT2BDD/TT2BDD/BDD/BDD.ecore | ecore | PrimitiveTypes
String
Boolean
BDD
BDD
name
ports
tree
Port
name
owner
InputPort
subtrees
OutputPort
assignments
Tree
ownerBDD
ownerSubtreeForZero
ownerSubtreeForOne
Leaf
assignments
Assignment
value
port
owner
Subtree
port
treeForZero
treeForOne | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":2,"serializable":true,"eClass":"EDataType"},{"nsPrefix":null,"nsURI":null,"name":"BDD","id":3,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BDD","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPort","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPort","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tree","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Leaf","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subtree","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":12,"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":"ports","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"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":"tree","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"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":"ownerBDD","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"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":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"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":"subtrees","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"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":"port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"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":"assignments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"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":"ownerSubtreeForZero","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"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":"ownerSubtreeForOne","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"treeForZero","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"treeForOne","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"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":"assignments","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":4},{"source":3,"target":5},{"source":3,"target":6},{"source":3,"target":7},{"source":3,"target":8},{"source":3,"target":9},{"source":3,"target":10},{"source":3,"target":11},{"source":4,"target":3},{"source":4,"target":12},{"source":4,"target":13},{"source":4,"target":14},{"source":12,"target":1},{"source":12,"target":15},{"source":12,"target":4},{"source":15,"target":1},{"source":13,"target":5},{"source":13,"target":16},{"source":13,"target":4},{"source":13,"target":17},{"source":16,"target":5},{"source":14,"target":8},{"source":14,"target":18},{"source":14,"target":4},{"source":14,"target":19},{"source":18,"target":8},{"source":5,"target":3},{"source":5,"target":20},{"source":5,"target":17},{"source":20,"target":1},{"source":20,"target":21},{"source":20,"target":5},{"source":21,"target":1},{"source":17,"target":4},{"source":17,"target":22},{"source":17,"target":5},{"source":17,"target":13},{"source":22,"target":4},{"source":6,"target":3},{"source":6,"target":5},{"source":6,"target":23},{"source":6,"target":24},{"source":23,"target":11},{"source":23,"target":25},{"source":23,"target":6},{"source":23,"target":26},{"source":25,"target":11},{"source":24,"target":5},{"source":7,"target":3},{"source":7,"target":5},{"source":7,"target":27},{"source":7,"target":28},{"source":27,"target":10},{"source":27,"target":29},{"source":27,"target":7},{"source":27,"target":30},{"source":29,"target":10},{"source":28,"target":5},{"source":8,"target":3},{"source":8,"target":19},{"source":8,"target":31},{"source":8,"target":32},{"source":19,"target":4},{"source":19,"target":33},{"source":19,"target":8},{"source":19,"target":14},{"source":33,"target":4},{"source":31,"target":11},{"source":31,"target":34},{"source":31,"target":8},{"source":31,"target":35},{"source":34,"target":11},{"source":32,"target":11},{"source":32,"target":36},{"source":32,"target":8},{"source":32,"target":37},{"source":36,"target":11},{"source":9,"target":3},{"source":9,"target":8},{"source":9,"target":38},{"source":9,"target":39},{"source":38,"target":10},{"source":38,"target":40},{"source":38,"target":9},{"source":38,"target":41},{"source":40,"target":10},{"source":39,"target":8},{"source":10,"target":3},{"source":10,"target":42},{"source":10,"target":30},{"source":10,"target":41},{"source":42,"target":2},{"source":42,"target":43},{"source":42,"target":10},{"source":43,"target":2},{"source":30,"target":7},{"source":30,"target":44},{"source":30,"target":10},{"source":30,"target":27},{"source":44,"target":7},{"source":41,"target":9},{"source":41,"target":45},{"source":41,"target":10},{"source":41,"target":38},{"source":45,"target":9},{"source":11,"target":3},{"source":11,"target":8},{"source":11,"target":26},{"source":11,"target":35},{"source":11,"target":37},{"source":11,"target":46},{"source":26,"target":6},{"source":26,"target":47},{"source":26,"target":11},{"source":26,"target":23},{"source":47,"target":6},{"source":35,"target":8},{"source":35,"target":48},{"source":35,"target":11},{"source":35,"target":31},{"source":48,"target":8},{"source":37,"target":8},{"source":37,"target":49},{"source":37,"target":11},{"source":37,"target":32},{"source":49,"target":8},{"source":46,"target":8}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2">
<eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind">
<eLiterals name="package" value="1" literal="package"/>
<eLiterals name="private" value="2" literal="private"/>
<eLiterals name="protected" value="3" literal="protected"/>
<eLiterals name="public" value="4" literal="public"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/>
<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="SendObjectAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsLRBACownedElementHasVisibility.ecore | ecore | UML2
VisibilityKind
package
package
private
private
protected
protected
public
public
Activity
Actor
InformationItem
StartOwnedBehaviorAction
Duration
Node
ApplyFunctionAction
StructuralFeatureAction
Deployment
BroadcastSignalAction
InteractionOperand
StructuralFeature
Vertex
OpaqueExpression
ReadLinkAction
Classifier
ConditionalNode
Reception
LiteralBoolean
ClearAssociationAction
ValuePin
ReadLinkObjectEndAction
IntervalConstraint
Message
BehavioralFeature
StateMachine
ChangeTrigger
SendSignalAction
Namespace
member
SendObjectAction
ReadExtentAction
Package
Stop
ReclassifyObjectAction
Expression
CallBehaviorAction
JoinNode
OutputPin
InstanceSpecification
Pseudostate
LiteralSpecification
Variable
DestroyObjectAction
Enumeration
DurationConstraint
GeneralizationSet
PrimitiveType
RedefinableElement
Region
EventOccurrence
ParameterSet
LiteralUnlimitedNatural
ReadLinkObjectEndQualifierAction
InitialNode
LiteralInteger
ClearStructuralFeatureAction
CallAction
Profile
CreateLinkObjectAction
FinalNode
Feature
Lifeline
AcceptEventAction
DecisionNode
Implementation
Continuation
Usage
PrimitiveFunction
MessageTrigger
TimeExpression
ObjectNode
NamedElement
visibility
Stereotype
WriteLinkAction
LiteralNull
GeneralOrdering
ClearVariableAction
AddStructuralFeatureValueAction
Class
CentralBufferNode
CallTrigger
DataType
ReadSelfAction
LinkAction
TestIdentityAction
SignalTrigger
InteractionFragment
Behavior
Type
InvocationAction
Abstraction
Extend
Collaboration
Substitution
ProtocolStateMachine
WriteStructuralFeatureAction
ActivityPartition
Property
Model
DataStoreNode
PackageableElement
InstanceValue
ObjectFlow
RaiseExceptionAction
StructuredActivityNode
ConnectionPointReference
Gate
ProtocolTransition
AssociationClass
BehavioredClassifier
UseCase
TimeObservationAction
LoopNode
Device
CreateObjectAction
Port
CollaborationOccurrence
ExtensionPoint
DeployedArtifact
ForkNode
State
EnumerationLiteral
Parameter
TypedElement
Extension
MessageEnd
ValueSpecification
PartDecomposition
InputPin
ActivityNode
TimeConstraint
DurationInterval
Realization
DeploymentSpecification
Permission
WriteVariableAction
ControlNode
Manifestation
EncapsulatedClassifier
VariableAction
ActivityParameterNode
ExpansionNode
RemoveVariableValueAction
Component
ReadIsClassifiedObjectAction
Interaction
ReadStructuralFeatureAction
ExecutionOccurrence
ConnectableElement
CreateLinkAction
RemoveStructuralFeatureValueAction
TemplateableClassifier
Interval
Association
FinalState
TimeTrigger
CommunicationPath
Constraint
InteractionConstraint
ReplyAction
TimeInterval
RedefinableTemplateSignature
Transition
ExecutableNode
Interface
MergeNode
CombinedFragment
Pin
ExtensionEnd
ReadVariableAction
InformationFlow
CallOperationAction
InteractionOccurrence
Dependency
ParameterableClassifier
FlowFinalNode
Trigger
StateInvariant
Connector
Artifact
LiteralString
Action
AnyTrigger
DestroyLinkAction
AcceptCallAction
Operation
AddVariableValueAction
StructuredClassifier
Include
DurationObservationAction
Signal
ControlFlow
ActivityFinalNode
ExecutionEnvironment
ActivityEdge
ExpansionRegion
DeploymentTarget | null | {"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","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":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","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":"ConditionalNode","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","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":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"name":"package","id":199,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":200,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":201,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":202,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"container":false,"ordered":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":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"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":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":1,"target":0},{"source":1,"target":199},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":199,"target":1},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":2,"target":0},{"source":2,"target":89},{"source":2,"target":203},{"source":203,"target":89},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":204},{"source":204,"target":17},{"source":4,"target":0},{"source":4,"target":17},{"source":4,"target":205},{"source":205,"target":17},{"source":5,"target":0},{"source":5,"target":183},{"source":5,"target":206},{"source":206,"target":183},{"source":6,"target":0},{"source":6,"target":128},{"source":6,"target":207},{"source":207,"target":128},{"source":7,"target":0},{"source":7,"target":80},{"source":7,"target":198},{"source":7,"target":208},{"source":7,"target":209},{"source":208,"target":80},{"source":209,"target":198},{"source":8,"target":0},{"source":8,"target":183},{"source":8,"target":210},{"source":210,"target":183},{"source":9,"target":0},{"source":9,"target":183},{"source":9,"target":211},{"source":211,"target":183},{"source":10,"target":0},{"source":10,"target":175},{"source":10,"target":212},{"source":212,"target":175},{"source":11,"target":0},{"source":11,"target":91},{"source":11,"target":213},{"source":213,"target":91},{"source":12,"target":0},{"source":12,"target":30},{"source":12,"target":88},{"source":12,"target":214},{"source":12,"target":215},{"source":214,"target":30},{"source":215,"target":88},{"source":13,"target":0},{"source":13,"target":62},{"source":13,"target":125},{"source":13,"target":216},{"source":13,"target":217},{"source":216,"target":62},{"source":217,"target":125},{"source":14,"target":0},{"source":14,"target":73},{"source":14,"target":218},{"source":218,"target":73},{"source":15,"target":0},{"source":15,"target":128},{"source":15,"target":219},{"source":219,"target":128},{"source":16,"target":0},{"source":16,"target":85},{"source":16,"target":220},{"source":220,"target":85},{"source":17,"target":0},{"source":17,"target":30},{"source":17,"target":90},{"source":17,"target":49},{"source":17,"target":221},{"source":17,"target":222},{"source":17,"target":223},{"source":221,"target":30},{"source":222,"target":90},{"source":223,"target":49},{"source":18,"target":0},{"source":18,"target":106},{"source":18,"target":224},{"source":224,"target":106},{"source":19,"target":0},{"source":19,"target":26},{"source":19,"target":225},{"source":225,"target":26},{"source":20,"target":0},{"source":20,"target":42},{"source":20,"target":226},{"source":226,"target":42},{"source":21,"target":0},{"source":21,"target":183},{"source":21,"target":227},{"source":227,"target":183},{"source":22,"target":0},{"source":22,"target":130},{"source":22,"target":228},{"source":228,"target":130},{"source":23,"target":0},{"source":23,"target":183},{"source":23,"target":229},{"source":229,"target":183},{"source":24,"target":0},{"source":24,"target":159},{"source":24,"target":230},{"source":230,"target":159},{"source":25,"target":0},{"source":25,"target":73},{"source":25,"target":231},{"source":231,"target":73},{"source":26,"target":0},{"source":26,"target":30},{"source":26,"target":62},{"source":26,"target":232},{"source":26,"target":233},{"source":232,"target":30},{"source":233,"target":62},{"source":27,"target":0},{"source":27,"target":89},{"source":27,"target":234},{"source":234,"target":89},{"source":28,"target":0},{"source":28,"target":178},{"source":28,"target":235},{"source":235,"target":178},{"source":29,"target":0},{"source":29,"target":91},{"source":29,"target":236},{"source":236,"target":91},{"source":30,"target":0},{"source":30,"target":73},{"source":30,"target":237},{"source":30,"target":238},{"source":237,"target":73},{"source":237,"target":239},{"source":237,"target":30},{"source":239,"target":73},{"source":238,"target":73},{"source":31,"target":0},{"source":31,"target":91},{"source":31,"target":240},{"source":240,"target":91},{"source":32,"target":0},{"source":32,"target":183},{"source":32,"target":241},{"source":241,"target":183},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":102},{"source":33,"target":242},{"source":33,"target":243},{"source":242,"target":30},{"source":243,"target":102},{"source":34,"target":0},{"source":34,"target":51},{"source":34,"target":244},{"source":244,"target":51},{"source":35,"target":0},{"source":35,"target":183},{"source":35,"target":245},{"source":245,"target":183},{"source":36,"target":0},{"source":36,"target":15},{"source":36,"target":246},{"source":246,"target":15},{"source":37,"target":0},{"source":37,"target":58},{"source":37,"target":247},{"source":247,"target":58},{"source":38,"target":0},{"source":38,"target":138},{"source":38,"target":248},{"source":248,"target":138},{"source":39,"target":0},{"source":39,"target":169},{"source":39,"target":249},{"source":249,"target":169},{"source":40,"target":0},{"source":40,"target":102},{"source":40,"target":198},{"source":40,"target":120},{"source":40,"target":250},{"source":40,"target":251},{"source":40,"target":252},{"source":250,"target":102},{"source":251,"target":198},{"source":252,"target":120},{"source":41,"target":0},{"source":41,"target":14},{"source":41,"target":253},{"source":253,"target":14},{"source":42,"target":0},{"source":42,"target":128},{"source":42,"target":254},{"source":254,"target":128},{"source":43,"target":0},{"source":43,"target":150},{"source":43,"target":125},{"source":43,"target":255},{"source":43,"target":256},{"source":255,"target":150},{"source":256,"target":125},{"source":44,"target":0},{"source":44,"target":183},{"source":44,"target":257},{"source":257,"target":183},{"source":45,"target":0},{"source":45,"target":83},{"source":45,"target":258},{"source":258,"target":83},{"source":46,"target":0},{"source":46,"target":24},{"source":46,"target":259},{"source":259,"target":24},{"source":47,"target":0},{"source":47,"target":102},{"source":47,"target":260},{"source":260,"target":102},{"source":48,"target":0},{"source":48,"target":83},{"source":48,"target":261},{"source":261,"target":83},{"source":49,"target":0},{"source":49,"target":73},{"source":49,"target":262},{"source":262,"target":73},{"source":50,"target":0},{"source":50,"target":30},{"source":50,"target":49},{"source":50,"target":263},{"source":50,"target":264},{"source":263,"target":30},{"source":264,"target":49},{"source":51,"target":0},{"source":51,"target":88},{"source":51,"target":127},{"source":51,"target":265},{"source":51,"target":266},{"source":265,"target":88},{"source":266,"target":127},{"source":52,"target":0},{"source":52,"target":73},{"source":52,"target":267},{"source":267,"target":73},{"source":53,"target":0},{"source":53,"target":42},{"source":53,"target":268},{"source":268,"target":42},{"source":54,"target":0},{"source":54,"target":183},{"source":54,"target":269},{"source":269,"target":183},{"source":55,"target":0},{"source":55,"target":138},{"source":55,"target":270},{"source":270,"target":138},{"source":56,"target":0},{"source":56,"target":42},{"source":56,"target":271},{"source":271,"target":42},{"source":57,"target":0},{"source":57,"target":9},{"source":57,"target":272},{"source":272,"target":9},{"source":58,"target":0},{"source":58,"target":91},{"source":58,"target":273},{"source":273,"target":91},{"source":59,"target":0},{"source":59,"target":33},{"source":59,"target":274},{"source":274,"target":33},{"source":60,"target":0},{"source":60,"target":151},{"source":60,"target":275},{"source":275,"target":151},{"source":61,"target":0},{"source":61,"target":138},{"source":61,"target":276},{"source":276,"target":138},{"source":62,"target":0},{"source":62,"target":49},{"source":62,"target":277},{"source":277,"target":49},{"source":63,"target":0},{"source":63,"target":73},{"source":63,"target":278},{"source":278,"target":73},{"source":64,"target":0},{"source":64,"target":183},{"source":64,"target":279},{"source":279,"target":183},{"source":65,"target":0},{"source":65,"target":138},{"source":65,"target":280},{"source":280,"target":138},{"source":66,"target":0},{"source":66,"target":134},{"source":66,"target":281},{"source":281,"target":134},{"source":67,"target":0},{"source":67,"target":88},{"source":67,"target":282},{"source":282,"target":88},{"source":68,"target":0},{"source":68,"target":175},{"source":68,"target":283},{"source":283,"target":175},{"source":69,"target":0},{"source":69,"target":102},{"source":69,"target":284},{"source":284,"target":102},{"source":70,"target":0},{"source":70,"target":178},{"source":70,"target":285},{"source":285,"target":178},{"source":71,"target":0},{"source":71,"target":128},{"source":71,"target":286},{"source":286,"target":128},{"source":72,"target":0},{"source":72,"target":131},{"source":72,"target":125},{"source":72,"target":287},{"source":72,"target":288},{"source":287,"target":131},{"source":288,"target":125},{"source":73,"target":0},{"source":73,"target":289},{"source":289,"target":1},{"source":289,"target":290},{"source":289,"target":73},{"source":290,"target":1},{"source":74,"target":0},{"source":74,"target":80},{"source":74,"target":291},{"source":291,"target":80},{"source":75,"target":0},{"source":75,"target":85},{"source":75,"target":292},{"source":292,"target":85},{"source":76,"target":0},{"source":76,"target":42},{"source":76,"target":293},{"source":293,"target":42},{"source":77,"target":0},{"source":77,"target":73},{"source":77,"target":294},{"source":294,"target":73},{"source":78,"target":0},{"source":78,"target":141},{"source":78,"target":295},{"source":295,"target":141},{"source":79,"target":0},{"source":79,"target":97},{"source":79,"target":296},{"source":296,"target":97},{"source":80,"target":0},{"source":80,"target":111},{"source":80,"target":140},{"source":80,"target":297},{"source":80,"target":298},{"source":297,"target":111},{"source":298,"target":140},{"source":81,"target":0},{"source":81,"target":72},{"source":81,"target":299},{"source":299,"target":72},{"source":82,"target":0},{"source":82,"target":70},{"source":82,"target":300},{"source":300,"target":70},{"source":83,"target":0},{"source":83,"target":17},{"source":83,"target":301},{"source":301,"target":17},{"source":84,"target":0},{"source":84,"target":183},{"source":84,"target":302},{"source":302,"target":183},{"source":85,"target":0},{"source":85,"target":183},{"source":85,"target":303},{"source":303,"target":183},{"source":86,"target":0},{"source":86,"target":183},{"source":86,"target":304},{"source":304,"target":183},{"source":87,"target":0},{"source":87,"target":70},{"source":87,"target":305},{"source":305,"target":70},{"source":88,"target":0},{"source":88,"target":73},{"source":88,"target":306},{"source":306,"target":73},{"source":89,"target":0},{"source":89,"target":80},{"source":89,"target":307},{"source":307,"target":80},{"source":90,"target":0},{"source":90,"target":102},{"source":90,"target":308},{"source":308,"target":102},{"source":91,"target":0},{"source":91,"target":183},{"source":91,"target":309},{"source":309,"target":183},{"source":92,"target":0},{"source":92,"target":175},{"source":92,"target":310},{"source":310,"target":175},{"source":93,"target":0},{"source":93,"target":73},{"source":93,"target":311},{"source":311,"target":73},{"source":94,"target":0},{"source":94,"target":111},{"source":94,"target":189},{"source":94,"target":312},{"source":94,"target":313},{"source":312,"target":111},{"source":313,"target":189},{"source":95,"target":0},{"source":95,"target":134},{"source":95,"target":314},{"source":314,"target":134},{"source":96,"target":0},{"source":96,"target":27},{"source":96,"target":315},{"source":315,"target":27},{"source":97,"target":0},{"source":97,"target":9},{"source":97,"target":316},{"source":316,"target":9},{"source":98,"target":0},{"source":98,"target":73},{"source":98,"target":317},{"source":317,"target":73},{"source":99,"target":0},{"source":99,"target":13},{"source":99,"target":150},{"source":99,"target":198},{"source":99,"target":318},{"source":99,"target":319},{"source":99,"target":320},{"source":318,"target":13},{"source":319,"target":150},{"source":320,"target":198},{"source":100,"target":0},{"source":100,"target":33},{"source":100,"target":321},{"source":321,"target":33},{"source":101,"target":0},{"source":101,"target":81},{"source":101,"target":322},{"source":322,"target":81},{"source":102,"target":0},{"source":102,"target":73},{"source":102,"target":323},{"source":323,"target":73},{"source":103,"target":0},{"source":103,"target":128},{"source":103,"target":324},{"source":324,"target":128},{"source":104,"target":0},{"source":104,"target":196},{"source":104,"target":325},{"source":325,"target":196},{"source":105,"target":0},{"source":105,"target":183},{"source":105,"target":326},{"source":326,"target":183},{"source":106,"target":0},{"source":106,"target":183},{"source":106,"target":30},{"source":106,"target":327},{"source":106,"target":328},{"source":327,"target":183},{"source":328,"target":30},{"source":107,"target":0},{"source":107,"target":14},{"source":107,"target":329},{"source":329,"target":14},{"source":108,"target":0},{"source":108,"target":127},{"source":108,"target":330},{"source":330,"target":127},{"source":109,"target":0},{"source":109,"target":164},{"source":109,"target":331},{"source":331,"target":164},{"source":110,"target":0},{"source":110,"target":80},{"source":110,"target":155},{"source":110,"target":332},{"source":110,"target":333},{"source":332,"target":80},{"source":333,"target":155},{"source":111,"target":0},{"source":111,"target":17},{"source":111,"target":334},{"source":334,"target":17},{"source":112,"target":0},{"source":112,"target":111},{"source":112,"target":335},{"source":335,"target":111},{"source":113,"target":0},{"source":113,"target":97},{"source":113,"target":336},{"source":336,"target":97},{"source":114,"target":0},{"source":114,"target":106},{"source":114,"target":337},{"source":337,"target":106},{"source":115,"target":0},{"source":115,"target":7},{"source":115,"target":338},{"source":338,"target":7},{"source":116,"target":0},{"source":116,"target":183},{"source":116,"target":339},{"source":339,"target":183},{"source":117,"target":0},{"source":117,"target":99},{"source":117,"target":340},{"source":340,"target":99},{"source":118,"target":0},{"source":118,"target":73},{"source":118,"target":341},{"source":341,"target":73},{"source":119,"target":0},{"source":119,"target":49},{"source":119,"target":342},{"source":342,"target":49},{"source":120,"target":0},{"source":120,"target":73},{"source":120,"target":343},{"source":343,"target":73},{"source":121,"target":0},{"source":121,"target":138},{"source":121,"target":344},{"source":344,"target":138},{"source":122,"target":0},{"source":122,"target":30},{"source":122,"target":49},{"source":122,"target":14},{"source":122,"target":345},{"source":122,"target":346},{"source":122,"target":347},{"source":345,"target":30},{"source":346,"target":49},{"source":347,"target":14},{"source":123,"target":0},{"source":123,"target":40},{"source":123,"target":348},{"source":348,"target":40},{"source":124,"target":0},{"source":124,"target":150},{"source":124,"target":125},{"source":124,"target":349},{"source":124,"target":350},{"source":349,"target":150},{"source":350,"target":125},{"source":125,"target":0},{"source":125,"target":73},{"source":125,"target":351},{"source":351,"target":73},{"source":126,"target":0},{"source":126,"target":155},{"source":126,"target":352},{"source":352,"target":155},{"source":127,"target":0},{"source":127,"target":73},{"source":127,"target":353},{"source":353,"target":73},{"source":128,"target":0},{"source":128,"target":125},{"source":128,"target":354},{"source":354,"target":125},{"source":129,"target":0},{"source":129,"target":174},{"source":129,"target":355},{"source":355,"target":174},{"source":130,"target":0},{"source":130,"target":169},{"source":130,"target":356},{"source":356,"target":169},{"source":131,"target":0},{"source":131,"target":49},{"source":131,"target":357},{"source":357,"target":49},{"source":132,"target":0},{"source":132,"target":24},{"source":132,"target":358},{"source":358,"target":24},{"source":133,"target":0},{"source":133,"target":154},{"source":133,"target":359},{"source":359,"target":154},{"source":134,"target":0},{"source":134,"target":92},{"source":134,"target":360},{"source":360,"target":92},{"source":135,"target":0},{"source":135,"target":181},{"source":135,"target":361},{"source":361,"target":181},{"source":136,"target":0},{"source":136,"target":175},{"source":136,"target":362},{"source":362,"target":175},{"source":137,"target":0},{"source":137,"target":141},{"source":137,"target":363},{"source":363,"target":141},{"source":138,"target":0},{"source":138,"target":131},{"source":138,"target":364},{"source":364,"target":131},{"source":139,"target":0},{"source":139,"target":92},{"source":139,"target":365},{"source":365,"target":92},{"source":140,"target":0},{"source":140,"target":189},{"source":140,"target":366},{"source":366,"target":189},{"source":141,"target":0},{"source":141,"target":183},{"source":141,"target":367},{"source":367,"target":183},{"source":142,"target":0},{"source":142,"target":72},{"source":142,"target":368},{"source":368,"target":72},{"source":143,"target":0},{"source":143,"target":72},{"source":143,"target":369},{"source":369,"target":72},{"source":144,"target":0},{"source":144,"target":137},{"source":144,"target":370},{"source":370,"target":137},{"source":145,"target":0},{"source":145,"target":80},{"source":145,"target":371},{"source":371,"target":80},{"source":146,"target":0},{"source":146,"target":183},{"source":146,"target":372},{"source":372,"target":183},{"source":147,"target":0},{"source":147,"target":89},{"source":147,"target":88},{"source":147,"target":373},{"source":147,"target":374},{"source":373,"target":89},{"source":374,"target":88},{"source":148,"target":0},{"source":148,"target":9},{"source":148,"target":375},{"source":375,"target":9},{"source":149,"target":0},{"source":149,"target":88},{"source":149,"target":376},{"source":376,"target":88},{"source":150,"target":0},{"source":150,"target":73},{"source":150,"target":377},{"source":377,"target":73},{"source":151,"target":0},{"source":151,"target":75},{"source":151,"target":378},{"source":378,"target":75},{"source":152,"target":0},{"source":152,"target":97},{"source":152,"target":379},{"source":379,"target":97},{"source":153,"target":0},{"source":153,"target":17},{"source":153,"target":380},{"source":380,"target":17},{"source":154,"target":0},{"source":154,"target":128},{"source":154,"target":381},{"source":381,"target":128},{"source":155,"target":0},{"source":155,"target":17},{"source":155,"target":382},{"source":382,"target":17},{"source":156,"target":0},{"source":156,"target":122},{"source":156,"target":383},{"source":383,"target":122},{"source":157,"target":0},{"source":157,"target":178},{"source":157,"target":384},{"source":384,"target":178},{"source":158,"target":0},{"source":158,"target":155},{"source":158,"target":385},{"source":385,"target":155},{"source":159,"target":0},{"source":159,"target":102},{"source":159,"target":386},{"source":386,"target":102},{"source":160,"target":0},{"source":160,"target":159},{"source":160,"target":387},{"source":387,"target":159},{"source":161,"target":0},{"source":161,"target":183},{"source":161,"target":388},{"source":388,"target":183},{"source":162,"target":0},{"source":162,"target":154},{"source":162,"target":389},{"source":389,"target":154},{"source":163,"target":0},{"source":163,"target":49},{"source":163,"target":390},{"source":390,"target":49},{"source":164,"target":0},{"source":164,"target":49},{"source":164,"target":391},{"source":391,"target":49},{"source":165,"target":0},{"source":165,"target":131},{"source":165,"target":392},{"source":392,"target":131},{"source":166,"target":0},{"source":166,"target":17},{"source":166,"target":393},{"source":393,"target":17},{"source":167,"target":0},{"source":167,"target":138},{"source":167,"target":394},{"source":394,"target":138},{"source":168,"target":0},{"source":168,"target":88},{"source":168,"target":395},{"source":395,"target":88},{"source":169,"target":0},{"source":169,"target":72},{"source":169,"target":396},{"source":396,"target":72},{"source":170,"target":0},{"source":170,"target":99},{"source":170,"target":397},{"source":397,"target":99},{"source":171,"target":0},{"source":171,"target":141},{"source":171,"target":398},{"source":398,"target":141},{"source":172,"target":0},{"source":172,"target":102},{"source":172,"target":399},{"source":399,"target":102},{"source":173,"target":0},{"source":173,"target":58},{"source":173,"target":400},{"source":400,"target":58},{"source":174,"target":0},{"source":174,"target":88},{"source":174,"target":401},{"source":401,"target":88},{"source":175,"target":0},{"source":175,"target":102},{"source":175,"target":402},{"source":402,"target":102},{"source":176,"target":0},{"source":176,"target":17},{"source":176,"target":403},{"source":403,"target":17},{"source":177,"target":0},{"source":177,"target":61},{"source":177,"target":404},{"source":404,"target":61},{"source":178,"target":0},{"source":178,"target":73},{"source":178,"target":405},{"source":405,"target":73},{"source":179,"target":0},{"source":179,"target":88},{"source":179,"target":406},{"source":406,"target":88},{"source":180,"target":0},{"source":180,"target":62},{"source":180,"target":407},{"source":407,"target":62},{"source":181,"target":0},{"source":181,"target":17},{"source":181,"target":120},{"source":181,"target":408},{"source":181,"target":409},{"source":408,"target":17},{"source":409,"target":120},{"source":182,"target":0},{"source":182,"target":42},{"source":182,"target":410},{"source":410,"target":42},{"source":183,"target":0},{"source":183,"target":165},{"source":183,"target":411},{"source":411,"target":165},{"source":184,"target":0},{"source":184,"target":70},{"source":184,"target":412},{"source":412,"target":70},{"source":185,"target":0},{"source":185,"target":75},{"source":185,"target":413},{"source":413,"target":75},{"source":186,"target":0},{"source":186,"target":64},{"source":186,"target":414},{"source":414,"target":64},{"source":187,"target":0},{"source":187,"target":26},{"source":187,"target":125},{"source":187,"target":415},{"source":187,"target":416},{"source":415,"target":26},{"source":416,"target":125},{"source":188,"target":0},{"source":188,"target":137},{"source":188,"target":417},{"source":417,"target":137},{"source":189,"target":0},{"source":189,"target":17},{"source":189,"target":418},{"source":418,"target":17},{"source":190,"target":0},{"source":190,"target":73},{"source":190,"target":419},{"source":419,"target":73},{"source":191,"target":0},{"source":191,"target":97},{"source":191,"target":420},{"source":420,"target":97},{"source":192,"target":0},{"source":192,"target":17},{"source":192,"target":421},{"source":421,"target":17},{"source":193,"target":0},{"source":193,"target":196},{"source":193,"target":422},{"source":422,"target":196},{"source":194,"target":0},{"source":194,"target":61},{"source":194,"target":423},{"source":423,"target":61},{"source":195,"target":0},{"source":195,"target":7},{"source":195,"target":424},{"source":424,"target":7},{"source":196,"target":0},{"source":196,"target":49},{"source":196,"target":425},{"source":425,"target":49},{"source":197,"target":0},{"source":197,"target":106},{"source":197,"target":426},{"source":426,"target":106},{"source":198,"target":0},{"source":198,"target":73},{"source":198,"target":427},{"source":427,"target":73}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="smil20"
nsURI="http://www.w3.org/2001/SMIL20/" nsPrefix="smil20">
<eClassifiers xsi:type="ecore:EEnum" name="AccumulateType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="accumulate_._type"/>
</eAnnotations>
<eLiterals name="none"/>
<eLiterals name="sum" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="AccumulateTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="accumulate_._type:Object"/>
<details key="baseType" value="accumulate_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AdditiveType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="additive_._type"/>
</eAnnotations>
<eLiterals name="replace"/>
<eLiterals name="sum" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="AdditiveTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="additive_._type:Object"/>
<details key="baseType" value="additive_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnimateColorPrototype">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="animateColorPrototype"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accumulate" eType="#//AccumulateType"
defaultValueLiteral="none" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="accumulate"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="additive" eType="#//AdditiveType"
defaultValueLiteral="replace" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="additive"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeName" 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="attributeName"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeType" eType="#//AttributeTypeType"
defaultValueLiteral="auto" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="attributeType"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="by" 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="by"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="from" 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="from"/>
</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>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" 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="values"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnimateMotionPrototype">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="animateMotionPrototype"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accumulate" eType="#//AccumulateType"
defaultValueLiteral="none" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="accumulate"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="additive" eType="#//AdditiveType"
defaultValueLiteral="replace" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="additive"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="by" 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="by"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="from" 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="from"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="origin" 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="origin"/>
</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>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" 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="values"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnimatePrototype">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="animatePrototype"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accumulate" eType="#//AccumulateType"
defaultValueLiteral="none" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="accumulate"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="additive" eType="#//AdditiveType"
defaultValueLiteral="replace" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="additive"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeName" 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="attributeName"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeType" eType="#//AttributeTypeType"
defaultValueLiteral="auto" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="attributeType"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="by" 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="by"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="from" 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="from"/>
</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>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" 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="values"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AttributeTypeType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="attributeType_._type"/>
</eAnnotations>
<eLiterals name="XML"/>
<eLiterals name="CSS" value="1"/>
<eLiterals name="auto" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="AttributeTypeTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="attributeType_._type:Object"/>
<details key="baseType" value="attributeType_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CalcModeType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="calcMode_._type"/>
</eAnnotations>
<eLiterals name="discrete"/>
<eLiterals name="linear" value="1"/>
<eLiterals name="paced" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="CalcModeTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="calcMode_._type:Object"/>
<details key="baseType" value="calcMode_._type"/>
</eAnnotations>
</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="animate" upperBound="-2"
eType="ecore:EClass language.ecore#//AnimateType" volatile="true" transient="true"
derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="animate"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.w3.org/2001/SMIL20/Language#animate"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="animateColor" upperBound="-2"
eType="ecore:EClass language.ecore#//AnimateColorType" volatile="true" transient="true"
derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="animateColor"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.w3.org/2001/SMIL20/Language#animateColor"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="animateMotion" upperBound="-2"
eType="ecore:EClass language.ecore#//AnimateMotionType" volatile="true" transient="true"
derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="animateMotion"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.w3.org/2001/SMIL20/Language#animateMotion"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="set" upperBound="-2" eType="ecore:EClass language.ecore#//SetType"
volatile="true" transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="set"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.w3.org/2001/SMIL20/Language#set"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FillDefaultType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="fillDefaultType"/>
</eAnnotations>
<eLiterals name="remove"/>
<eLiterals name="freeze" value="1"/>
<eLiterals name="hold" value="2"/>
<eLiterals name="auto" value="3"/>
<eLiterals name="inherit" value="4"/>
<eLiterals name="transition" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="FillDefaultTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="fillDefaultType:Object"/>
<details key="baseType" value="fillDefaultType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FillTimingAttrsType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="fillTimingAttrsType"/>
</eAnnotations>
<eLiterals name="remove"/>
<eLiterals name="freeze" value="1"/>
<eLiterals name="hold" value="2"/>
<eLiterals name="auto" value="3"/>
<eLiterals name="default" value="4"/>
<eLiterals name="transition" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="FillTimingAttrsTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="fillTimingAttrsType:Object"/>
<details key="baseType" value="fillTimingAttrsType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="NonNegativeDecimalType" instanceClassName="java.math.BigDecimal">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="nonNegativeDecimalType"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#decimal"/>
<details key="minInclusive" value="0.0"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RestartDefaultType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="restartDefaultType"/>
</eAnnotations>
<eLiterals name="never"/>
<eLiterals name="always" value="1"/>
<eLiterals name="whenNotActive" value="2"/>
<eLiterals name="inherit" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="RestartDefaultTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="restartDefaultType:Object"/>
<details key="baseType" value="restartDefaultType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RestartTimingType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="restartTimingType"/>
</eAnnotations>
<eLiterals name="never"/>
<eLiterals name="always" value="1"/>
<eLiterals name="whenNotActive" value="2"/>
<eLiterals name="default" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="RestartTimingTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="restartTimingType:Object"/>
<details key="baseType" value="restartTimingType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetPrototype">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="setPrototype"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeName" 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="attributeName"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeType" eType="#//AttributeTypeType"
defaultValueLiteral="auto" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="attributeType"/>
</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:EEnum" name="SyncBehaviorDefaultType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="syncBehaviorDefaultType"/>
</eAnnotations>
<eLiterals name="canSlip"/>
<eLiterals name="locked" value="1"/>
<eLiterals name="independent" value="2"/>
<eLiterals name="inherit" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="SyncBehaviorDefaultTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="syncBehaviorDefaultType:Object"/>
<details key="baseType" value="syncBehaviorDefaultType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SyncBehaviorType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="syncBehaviorType"/>
</eAnnotations>
<eLiterals name="canSlip"/>
<eLiterals name="locked" value="1"/>
<eLiterals name="independent" value="2"/>
<eLiterals name="default" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="SyncBehaviorTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="syncBehaviorType:Object"/>
<details key="baseType" value="syncBehaviorType"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/markus1978/citygml4emf/de.hub.citygml.emf.ecore/model/smil20.ecore | ecore | smil20
AccumulateType
none
none
sum
sum
AccumulateTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
AdditiveType
replace
replace
sum
sum
AdditiveTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
AnimateColorPrototype
accumulate
none
additive
replace
attributeName
attributeType
auto
by
from
to
values
AnimateMotionPrototype
accumulate
none
additive
replace
by
from
origin
to
values
AnimatePrototype
accumulate
none
additive
replace
attributeName
attributeType
auto
by
from
to
values
AttributeTypeType
XML
XML
CSS
CSS
auto
auto
AttributeTypeTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
CalcModeType
discrete
discrete
linear
linear
paced
paced
CalcModeTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
animate
animateColor
animateMotion
set
FillDefaultType
remove
remove
freeze
freeze
hold
hold
auto
auto
inherit
inherit
transition
transition
FillDefaultTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
FillTimingAttrsType
remove
remove
freeze
freeze
hold
hold
auto
auto
default
default
transition
transition
FillTimingAttrsTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
NonNegativeDecimalType
java.math.BigDecimal
java.math.BigDecimal
RestartDefaultType
never
never
always
always
whenNotActive
whenNotActive
inherit
inherit
RestartDefaultTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
RestartTimingType
never
never
always
always
whenNotActive
whenNotActive
default
default
RestartTimingTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
SetPrototype
attributeName
attributeType
auto
to
SyncBehaviorDefaultType
canSlip
canSlip
locked
locked
independent
independent
inherit
inherit
SyncBehaviorDefaultTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
SyncBehaviorType
canSlip
canSlip
locked
locked
independent
independent
default
default
SyncBehaviorTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator | null | {"directed":true,"nodes":[{"nsPrefix":"smil20","nsURI":"http://www.w3.org/2001/SMIL20/","name":"smil20","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccumulateType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"AccumulateTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"AdditiveType","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":"AdditiveTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnimateColorPrototype","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnimateMotionPrototype","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnimatePrototype","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AttributeTypeType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"AttributeTypeTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"CalcModeType","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"CalcModeTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FillDefaultType","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"FillDefaultTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"FillTimingAttrsType","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"FillTimingAttrsTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"NonNegativeDecimalType","instanceClass":"java.math.BigDecimal","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"RestartDefaultType","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"RestartDefaultTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"RestartTimingType","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"RestartTimingTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetPrototype","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SyncBehaviorDefaultType","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"SyncBehaviorDefaultTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"SyncBehaviorType","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"SyncBehaviorTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":26,"serializable":true,"eClass":"EDataType"},{"name":"none","id":27,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"sum","id":28,"value":1,"literal":"sum","eClass":"EEnumLiteral"},{"name":"replace","id":29,"value":0,"literal":"replace","eClass":"EEnumLiteral"},{"name":"sum","id":30,"value":1,"literal":"sum","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"none","unsettable":true,"transient":false,"unique":true,"name":"accumulate","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"replace","unsettable":true,"transient":false,"unique":true,"name":"additive","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeName","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"auto","unsettable":true,"transient":false,"unique":true,"name":"attributeType","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":"by","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":"from","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"none","unsettable":true,"transient":false,"unique":true,"name":"accumulate","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"replace","unsettable":true,"transient":false,"unique":true,"name":"additive","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":"by","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":"from","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":"origin","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":"to","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":"values","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"none","unsettable":true,"transient":false,"unique":true,"name":"accumulate","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"replace","unsettable":true,"transient":false,"unique":true,"name":"additive","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeName","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"auto","unsettable":true,"transient":false,"unique":true,"name":"attributeType","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":"by","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":"from","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":"to","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":"values","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"name":"XML","id":77,"value":0,"literal":"XML","eClass":"EEnumLiteral"},{"name":"CSS","id":78,"value":1,"literal":"CSS","eClass":"EEnumLiteral"},{"name":"auto","id":79,"value":2,"literal":"auto","eClass":"EEnumLiteral"},{"name":"discrete","id":80,"value":0,"literal":"discrete","eClass":"EEnumLiteral"},{"name":"linear","id":81,"value":1,"literal":"linear","eClass":"EEnumLiteral"},{"name":"paced","id":82,"value":2,"literal":"paced","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":85,"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":"animate","changeable":true,"resolveProxies":false,"lowerBound":0,"id":86,"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":"animateColor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":87,"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":"animateMotion","changeable":true,"resolveProxies":false,"lowerBound":0,"id":88,"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":"set","changeable":true,"resolveProxies":false,"lowerBound":0,"id":89,"derived":true},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"name":"remove","id":97,"value":0,"literal":"remove","eClass":"EEnumLiteral"},{"name":"freeze","id":98,"value":1,"literal":"freeze","eClass":"EEnumLiteral"},{"name":"hold","id":99,"value":2,"literal":"hold","eClass":"EEnumLiteral"},{"name":"auto","id":100,"value":3,"literal":"auto","eClass":"EEnumLiteral"},{"name":"inherit","id":101,"value":4,"literal":"inherit","eClass":"EEnumLiteral"},{"name":"transition","id":102,"value":5,"literal":"transition","eClass":"EEnumLiteral"},{"name":"remove","id":103,"value":0,"literal":"remove","eClass":"EEnumLiteral"},{"name":"freeze","id":104,"value":1,"literal":"freeze","eClass":"EEnumLiteral"},{"name":"hold","id":105,"value":2,"literal":"hold","eClass":"EEnumLiteral"},{"name":"auto","id":106,"value":3,"literal":"auto","eClass":"EEnumLiteral"},{"name":"default","id":107,"value":4,"literal":"default","eClass":"EEnumLiteral"},{"name":"transition","id":108,"value":5,"literal":"transition","eClass":"EEnumLiteral"},{"name":"never","id":109,"value":0,"literal":"never","eClass":"EEnumLiteral"},{"name":"always","id":110,"value":1,"literal":"always","eClass":"EEnumLiteral"},{"name":"whenNotActive","id":111,"value":2,"literal":"whenNotActive","eClass":"EEnumLiteral"},{"name":"inherit","id":112,"value":3,"literal":"inherit","eClass":"EEnumLiteral"},{"name":"never","id":113,"value":0,"literal":"never","eClass":"EEnumLiteral"},{"name":"always","id":114,"value":1,"literal":"always","eClass":"EEnumLiteral"},{"name":"whenNotActive","id":115,"value":2,"literal":"whenNotActive","eClass":"EEnumLiteral"},{"name":"default","id":116,"value":3,"literal":"default","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":"attributeName","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"auto","unsettable":true,"transient":false,"unique":true,"name":"attributeType","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"name":"canSlip","id":123,"value":0,"literal":"canSlip","eClass":"EEnumLiteral"},{"name":"locked","id":124,"value":1,"literal":"locked","eClass":"EEnumLiteral"},{"name":"independent","id":125,"value":2,"literal":"independent","eClass":"EEnumLiteral"},{"name":"inherit","id":126,"value":3,"literal":"inherit","eClass":"EEnumLiteral"},{"name":"canSlip","id":127,"value":0,"literal":"canSlip","eClass":"EEnumLiteral"},{"name":"locked","id":128,"value":1,"literal":"locked","eClass":"EEnumLiteral"},{"name":"independent","id":129,"value":2,"literal":"independent","eClass":"EEnumLiteral"},{"name":"default","id":130,"value":3,"literal":"default","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":1,"target":0},{"source":1,"target":27},{"source":1,"target":28},{"source":27,"target":1},{"source":28,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":30},{"source":29,"target":3},{"source":30,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":31,"target":1},{"source":31,"target":39},{"source":31,"target":5},{"source":39,"target":1},{"source":32,"target":3},{"source":32,"target":40},{"source":32,"target":5},{"source":40,"target":3},{"source":33,"target":41},{"source":33,"target":5},{"source":34,"target":8},{"source":34,"target":42},{"source":34,"target":5},{"source":42,"target":8},{"source":35,"target":43},{"source":35,"target":5},{"source":36,"target":44},{"source":36,"target":5},{"source":37,"target":45},{"source":37,"target":5},{"source":38,"target":46},{"source":38,"target":5},{"source":6,"target":0},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":47,"target":1},{"source":47,"target":54},{"source":47,"target":6},{"source":54,"target":1},{"source":48,"target":3},{"source":48,"target":55},{"source":48,"target":6},{"source":55,"target":3},{"source":49,"target":56},{"source":49,"target":6},{"source":50,"target":57},{"source":50,"target":6},{"source":51,"target":58},{"source":51,"target":6},{"source":52,"target":59},{"source":52,"target":6},{"source":53,"target":60},{"source":53,"target":6},{"source":7,"target":0},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":7,"target":64},{"source":7,"target":65},{"source":7,"target":66},{"source":7,"target":67},{"source":7,"target":68},{"source":61,"target":1},{"source":61,"target":69},{"source":61,"target":7},{"source":69,"target":1},{"source":62,"target":3},{"source":62,"target":70},{"source":62,"target":7},{"source":70,"target":3},{"source":63,"target":71},{"source":63,"target":7},{"source":64,"target":8},{"source":64,"target":72},{"source":64,"target":7},{"source":72,"target":8},{"source":65,"target":73},{"source":65,"target":7},{"source":66,"target":74},{"source":66,"target":7},{"source":67,"target":75},{"source":67,"target":7},{"source":68,"target":76},{"source":68,"target":7},{"source":8,"target":0},{"source":8,"target":77},{"source":8,"target":78},{"source":8,"target":79},{"source":77,"target":8},{"source":78,"target":8},{"source":79,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":80},{"source":10,"target":81},{"source":10,"target":82},{"source":80,"target":10},{"source":81,"target":10},{"source":82,"target":10},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":83},{"source":12,"target":84},{"source":12,"target":85},{"source":12,"target":86},{"source":12,"target":87},{"source":12,"target":88},{"source":12,"target":89},{"source":83,"target":90},{"source":83,"target":12},{"source":84,"target":91},{"source":84,"target":12},{"source":85,"target":92},{"source":85,"target":12},{"source":86,"target":93},{"source":86,"target":12},{"source":87,"target":94},{"source":87,"target":12},{"source":88,"target":95},{"source":88,"target":12},{"source":89,"target":96},{"source":89,"target":12},{"source":13,"target":0},{"source":13,"target":97},{"source":13,"target":98},{"source":13,"target":99},{"source":13,"target":100},{"source":13,"target":101},{"source":13,"target":102},{"source":97,"target":13},{"source":98,"target":13},{"source":99,"target":13},{"source":100,"target":13},{"source":101,"target":13},{"source":102,"target":13},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":103},{"source":15,"target":104},{"source":15,"target":105},{"source":15,"target":106},{"source":15,"target":107},{"source":15,"target":108},{"source":103,"target":15},{"source":104,"target":15},{"source":105,"target":15},{"source":106,"target":15},{"source":107,"target":15},{"source":108,"target":15},{"source":16,"target":0},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":109},{"source":18,"target":110},{"source":18,"target":111},{"source":18,"target":112},{"source":109,"target":18},{"source":110,"target":18},{"source":111,"target":18},{"source":112,"target":18},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":113},{"source":20,"target":114},{"source":20,"target":115},{"source":20,"target":116},{"source":113,"target":20},{"source":114,"target":20},{"source":115,"target":20},{"source":116,"target":20},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":117},{"source":22,"target":118},{"source":22,"target":119},{"source":117,"target":120},{"source":117,"target":22},{"source":118,"target":8},{"source":118,"target":121},{"source":118,"target":22},{"source":121,"target":8},{"source":119,"target":122},{"source":119,"target":22},{"source":23,"target":0},{"source":23,"target":123},{"source":23,"target":124},{"source":23,"target":125},{"source":23,"target":126},{"source":123,"target":23},{"source":124,"target":23},{"source":125,"target":23},{"source":126,"target":23},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":127},{"source":25,"target":128},{"source":25,"target":129},{"source":25,"target":130},{"source":127,"target":25},{"source":128,"target":25},{"source":129,"target":25},{"source":130,"target":25},{"source":26,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="grammar"
nsURI="http://www.abreslav.org/Grammatic/2008/Grammar" nsPrefix="grammatic-grammar">
<eClassifiers xsi:type="ecore:EClass" name="Grammar">
<eStructuralFeatures xsi:type="ecore:EReference" name="symbols" upperBound="-1"
eType="#//Symbol" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Symbol">
<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="productions" upperBound="-1"
eType="#//Production" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Production">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Empty" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="SymbolReference" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="symbol" lowerBound="1"
eType="#//Symbol"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Combination" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" lowerBound="1"
upperBound="-1" eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sequence" eSuperTypes="#//Combination"/>
<eClassifiers xsi:type="ecore:EClass" name="Alternative" eSuperTypes="#//Combination"/>
<eClassifiers xsi:type="ecore:EClass" name="Iteration" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LexicalDefinition" abstract="true" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="CharacterRange" eSuperTypes="#//LexicalDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LexicalExpression" eSuperTypes="#//LexicalDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionValue" eSuperTypes="metadata.ecore#//Value">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringExpression" eSuperTypes="#//LexicalDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/abreslav/grammatic/org.abreslav.grammatic.grammar/model/grammar.ecore | ecore | grammar
Grammar
symbols
Symbol
name
productions
Production
expression
Expression
Empty
SymbolReference
symbol
Combination
expressions
Sequence
Alternative
Iteration
expression
lowerBound
0
upperBound
1
LexicalDefinition
CharacterRange
lowerBound
upperBound
LexicalExpression
expression
ExpressionValue
expression
StringExpression
value | null | {"directed":true,"nodes":[{"nsPrefix":"grammatic-grammar","nsURI":"http://www.abreslav.org/Grammatic/2008/Grammar","name":"grammar","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Grammar","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Symbol","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Production","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Empty","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolReference","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Combination","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Alternative","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iteration","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LexicalDefinition","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterRange","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LexicalExpression","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionValue","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExpression","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":"symbols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"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":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":"productions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":34,"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":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":1,"iD":false,"id":41,"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":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":2},{"source":16,"target":17},{"source":16,"target":1},{"source":17,"target":2},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":18,"target":20},{"source":18,"target":2},{"source":19,"target":3},{"source":19,"target":21},{"source":19,"target":2},{"source":21,"target":3},{"source":3,"target":0},{"source":3,"target":22},{"source":22,"target":4},{"source":22,"target":23},{"source":22,"target":3},{"source":23,"target":4},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":24},{"source":24,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":25},{"source":6,"target":26},{"source":25,"target":2},{"source":25,"target":27},{"source":25,"target":6},{"source":27,"target":2},{"source":26,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":28},{"source":7,"target":29},{"source":28,"target":4},{"source":28,"target":30},{"source":28,"target":7},{"source":30,"target":4},{"source":29,"target":4},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":31},{"source":31,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":32},{"source":32,"target":7},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":33},{"source":10,"target":34},{"source":10,"target":35},{"source":10,"target":36},{"source":33,"target":4},{"source":33,"target":37},{"source":33,"target":10},{"source":37,"target":4},{"source":34,"target":38},{"source":34,"target":10},{"source":35,"target":39},{"source":35,"target":10},{"source":36,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":40},{"source":40,"target":4},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":41},{"source":12,"target":42},{"source":12,"target":43},{"source":41,"target":44},{"source":41,"target":12},{"source":42,"target":45},{"source":42,"target":12},{"source":43,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":46},{"source":13,"target":47},{"source":46,"target":4},{"source":46,"target":48},{"source":46,"target":13},{"source":48,"target":4},{"source":47,"target":11},{"source":14,"target":0},{"source":14,"target":49},{"source":14,"target":50},{"source":49,"target":4},{"source":49,"target":51},{"source":49,"target":14},{"source":51,"target":4},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":52},{"source":15,"target":53},{"source":52,"target":54},{"source":52,"target":15},{"source":53,"target":11}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="umlMM"
nsURI="http://www.eclipse.org/mmt/qvtd/UmlToRdbms#umlMM" nsPrefix="org.eclipse.mmt.qvtd.UmlToRdbms">
<eClassifiers xsi:type="ecore:EClass" name="Package">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" upperBound="-1"
eType="#//Classifier" containment="true" eOpposite="#//Classifier/namespace"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="association" upperBound="-1"
eType="#//Association" containment="true" eOpposite="#//Association/namespace"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1"
eType="#//Attribute" containment="true" eOpposite="#//Attribute/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="general" eType="#//Class"
eOpposite="#//Class/subclass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subclass" upperBound="-1"
eType="#//Class" eOpposite="#//Class/general"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceOf" upperBound="-1"
eType="#//Association" eOpposite="#//Association/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="destinationOf" upperBound="-1"
eType="#//Association" eOpposite="#//Association/destination"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Class"
eOpposite="#//Class/attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Classifier"
eOpposite="#//Classifier/typeOf"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeOf" upperBound="-1"
eType="#//Attribute" eOpposite="#//Attribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="namespace" lowerBound="1"
eType="#//Package" eOpposite="#//Package/classifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveDataType" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Association">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="namespace" lowerBound="1"
eType="#//Package" eOpposite="#//Package/association"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Class" eOpposite="#//Class/sourceOf"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="destination" lowerBound="1"
eType="#//Class" eOpposite="#//Class/destinationOf"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="dummy">
<eStructuralFeatures xsi:type="ecore:EReference" name="containsPackage" upperBound="-1"
eType="#//Package" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/qvt/qvtr2coq/edu.kit.ipd.sdq.mdsd.uml2rdbms/mediniQVT/umlMM.ecore | ecore | umlMM
Package
name
classifier
association
Class
kind
attribute
general
subclass
sourceOf
destinationOf
Attribute
name
owner
type
Classifier
name
typeOf
namespace
PrimitiveDataType
Association
name
namespace
source
destination
dummy
containsPackage | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.mmt.qvtd.UmlToRdbms","nsURI":"http://www.eclipse.org/mmt/qvtd/UmlToRdbms#umlMM","name":"umlMM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveDataType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"dummy","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifier","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":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"kind","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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"general","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subclass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destinationOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destination","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containsPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":8,"target":11},{"source":8,"target":1},{"source":9,"target":4},{"source":9,"target":12},{"source":9,"target":1},{"source":9,"target":13},{"source":12,"target":4},{"source":10,"target":6},{"source":10,"target":14},{"source":10,"target":1},{"source":10,"target":15},{"source":14,"target":6},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":16,"target":23},{"source":16,"target":2},{"source":17,"target":3},{"source":17,"target":24},{"source":17,"target":2},{"source":17,"target":25},{"source":24,"target":3},{"source":18,"target":2},{"source":18,"target":26},{"source":18,"target":2},{"source":18,"target":19},{"source":26,"target":2},{"source":19,"target":2},{"source":19,"target":27},{"source":19,"target":2},{"source":19,"target":18},{"source":27,"target":2},{"source":20,"target":6},{"source":20,"target":28},{"source":20,"target":2},{"source":20,"target":29},{"source":28,"target":6},{"source":21,"target":6},{"source":21,"target":30},{"source":21,"target":2},{"source":21,"target":31},{"source":30,"target":6},{"source":22,"target":4},{"source":3,"target":0},{"source":3,"target":32},{"source":3,"target":25},{"source":3,"target":33},{"source":32,"target":34},{"source":32,"target":3},{"source":25,"target":2},{"source":25,"target":35},{"source":25,"target":3},{"source":25,"target":17},{"source":35,"target":2},{"source":33,"target":4},{"source":33,"target":36},{"source":33,"target":3},{"source":33,"target":37},{"source":36,"target":4},{"source":4,"target":0},{"source":4,"target":38},{"source":4,"target":37},{"source":4,"target":13},{"source":38,"target":39},{"source":38,"target":4},{"source":37,"target":3},{"source":37,"target":40},{"source":37,"target":4},{"source":37,"target":33},{"source":40,"target":3},{"source":13,"target":1},{"source":13,"target":41},{"source":13,"target":4},{"source":13,"target":9},{"source":41,"target":1},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":42},{"source":42,"target":4},{"source":6,"target":0},{"source":6,"target":43},{"source":6,"target":15},{"source":6,"target":29},{"source":6,"target":31},{"source":43,"target":44},{"source":43,"target":6},{"source":15,"target":1},{"source":15,"target":45},{"source":15,"target":6},{"source":15,"target":10},{"source":45,"target":1},{"source":29,"target":2},{"source":29,"target":46},{"source":29,"target":6},{"source":29,"target":20},{"source":46,"target":2},{"source":31,"target":2},{"source":31,"target":47},{"source":31,"target":6},{"source":31,"target":21},{"source":47,"target":2},{"source":7,"target":0},{"source":7,"target":48},{"source":48,"target":1},{"source":48,"target":49},{"source":48,"target":7},{"source":49,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dynamicFaultTree" nsURI="http://www.example.org/dynamicFaultTree"
nsPrefix="dynamicFaultTree">
<eClassifiers xsi:type="ecore:EClass" name="DFT">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="topLevelEvent" eType="#//TopLevelEvent"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1"
eType="#//Dependency" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="probability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sequencePosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TopLevelEvent" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="gate" eType="#//Gate" containment="true"
eOpposite="#//Gate/toplevelevent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Gate" abstract="true" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="toplevelevent" eType="#//TopLevelEvent"
eOpposite="#//TopLevelEvent/gate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childGate" upperBound="-1"
eType="#//Gate" containment="true" eOpposite="#//Gate/parentGate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentGate" eType="#//Gate"
eOpposite="#//Gate/childGate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childEvent" upperBound="-1"
eType="#//Event" containment="true" eOpposite="#//Event/parentGate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentGate" eType="#//Gate"
eOpposite="#//Gate/childEvent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependency" upperBound="-1"
eType="#//Dependency" eOpposite="#//Dependency/events"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" abstract="true" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1"
eType="#//Event" eOpposite="#//Event/dependency"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sequence" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="FunctionalDependency" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="AND" eSuperTypes="#//Gate"/>
<eClassifiers xsi:type="ecore:EClass" name="PAND" eSuperTypes="#//Gate"/>
<eClassifiers xsi:type="ecore:EClass" name="OR" eSuperTypes="#//Gate"/>
<eClassifiers xsi:type="ecore:EClass" name="POR" eSuperTypes="#//Gate"/>
<eClassifiers xsi:type="ecore:EClass" name="XOR" eSuperTypes="#//Gate"/>
<eClassifiers xsi:type="ecore:EClass" name="Spare" eSuperTypes="#//Gate">
<eStructuralFeatures xsi:type="ecore:EReference" name="spares" upperBound="-1"
eType="#//Event"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/RobertDuda/incremental_transformation/de.hu_berlin.informatik.dynamicFaultTree/model/dynamicFaultTree.ecore | ecore | dynamicFaultTree
DFT
name
topLevelEvent
dependencies
Element
name
probability
sequencePosition
elementID
TopLevelEvent
gate
Gate
toplevelevent
childGate
parentGate
childEvent
Event
parentGate
dependency
Dependency
events
Sequence
FunctionalDependency
AND
PAND
OR
POR
XOR
Spare
spares | null | {"directed":true,"nodes":[{"nsPrefix":"dynamicFaultTree","nsURI":"http://www.example.org/dynamicFaultTree","name":"dynamicFaultTree","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DFT","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":"TopLevelEvent","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionalDependency","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AND","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PAND","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OR","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"POR","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XOR","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spare","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"topLevelEvent","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":"dependencies","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},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"probability","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sequencePosition","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementID","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"gate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"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":"toplevelevent","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":"childGate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentGate","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":"childEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"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":false,"unique":true,"name":"parentGate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependency","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"spares","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":15,"target":18},{"source":15,"target":1},{"source":16,"target":3},{"source":16,"target":19},{"source":16,"target":1},{"source":19,"target":3},{"source":17,"target":6},{"source":17,"target":20},{"source":17,"target":1},{"source":20,"target":6},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":21,"target":25},{"source":21,"target":2},{"source":22,"target":26},{"source":22,"target":2},{"source":23,"target":27},{"source":23,"target":2},{"source":24,"target":28},{"source":24,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":29},{"source":3,"target":30},{"source":29,"target":4},{"source":29,"target":31},{"source":29,"target":3},{"source":29,"target":32},{"source":31,"target":4},{"source":30,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":32,"target":3},{"source":32,"target":37},{"source":32,"target":4},{"source":32,"target":29},{"source":37,"target":3},{"source":33,"target":4},{"source":33,"target":38},{"source":33,"target":4},{"source":33,"target":34},{"source":38,"target":4},{"source":34,"target":4},{"source":34,"target":39},{"source":34,"target":4},{"source":34,"target":33},{"source":39,"target":4},{"source":35,"target":5},{"source":35,"target":40},{"source":35,"target":4},{"source":35,"target":41},{"source":40,"target":5},{"source":36,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":41,"target":4},{"source":41,"target":44},{"source":41,"target":5},{"source":41,"target":35},{"source":44,"target":4},{"source":42,"target":6},{"source":42,"target":45},{"source":42,"target":5},{"source":42,"target":46},{"source":45,"target":6},{"source":43,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":46},{"source":6,"target":47},{"source":46,"target":5},{"source":46,"target":48},{"source":46,"target":6},{"source":46,"target":42},{"source":48,"target":5},{"source":47,"target":2},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":49},{"source":49,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":50},{"source":50,"target":6},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":51},{"source":51,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":52},{"source":52,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":53},{"source":53,"target":4},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":54},{"source":54,"target":4},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":55},{"source":55,"target":4},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":56},{"source":14,"target":57},{"source":56,"target":5},{"source":56,"target":58},{"source":56,"target":14},{"source":58,"target":5},{"source":57,"target":4}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="deployment_app" nsURI="http://deployment_app/1.0" nsPrefix="deployment_app">
<eClassifiers xsi:type="ecore:EClass" name="CloudApplication">
<eStructuralFeatures xsi:type="ecore:EReference" name="deploymentUnits" lowerBound="1"
upperBound="-1" eType="#//CloudApplicationDeploymentUnit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="#//ProgrammingLanguage"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requiredFrameworks" upperBound="-1"
eType="ecore:EClass deployment-provider.ecore#//ApplicationFramework" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hostedOnOffering" upperBound="-1"
eType="ecore:EClass deployment-provider.ecore#//CloudOffering" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requiredServices" upperBound="-1"
eType="ecore:EClass deployment-provider.ecore#//CloudService" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comprisedComponents" upperBound="-1"
eType="#//ApplicationComponent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="isConfiguredBy" upperBound="-1"
eType="#//ApplicationDescriptor"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CloudApplicationDeploymentUnit" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="isConfiguredBy" lowerBound="1"
upperBound="-1" eType="ecore:EClass deployment-provider.ecore#//DeploymentDescriptor"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="configureServices" upperBound="-1"
eType="ecore:EClass deployment-provider.ecore#//ServiceConfigurationDescriptor"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PlatformDeploymentUnitType">
<eLiterals name="WAR"/>
<eLiterals name="EAR" value="1"/>
<eLiterals name="ZIP" value="3"/>
<eLiterals name="Git" value="2"/>
<eLiterals name="SVN" value="5"/>
<eLiterals name="dotNET_Assembly" value="6"/>
<eLiterals name="Folder" value="7"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationComponent" eSuperTypes="#//CloudApplication"/>
<eClassifiers xsi:type="ecore:EEnum" name="ProgrammingLanguage">
<eLiterals name="C" value="6"/>
<eLiterals name="CSharp" value="5"/>
<eLiterals name="Go" value="4"/>
<eLiterals name="Java"/>
<eLiterals name="Python" value="1"/>
<eLiterals name="PHP" value="2"/>
<eLiterals name="Ruby" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CloudApplicationPlatformDeploymentUnit"
eSuperTypes="#//CloudApplicationDeploymentUnit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//PlatformDeploymentUnitType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CloudApplicationInfrastructureDeploymentUnit"
eSuperTypes="#//CloudApplicationDeploymentUnit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//InfrastructureDeploymentUnitType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="InfrastructureDeploymentUnitType">
<eLiterals name="OVF" value="4"/>
<eLiterals name="VHD" value="8"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationDescriptor" eSuperTypes="deployment-provider.ecore#//Descriptor"/>
</ecore:EPackage>
| github:ecore:/data/artist-project/ARTIST-Deployment_Tool/source/eu.artist.migration.deployment.model/model/PIMetamodelv0.3/deployment-app.ecore | ecore | deployment_app
CloudApplication
deploymentUnits
language
name
requiredFrameworks
hostedOnOffering
requiredServices
comprisedComponents
isConfiguredBy
CloudApplicationDeploymentUnit
isConfiguredBy
configureServices
PlatformDeploymentUnitType
WAR
WAR
EAR
EAR
ZIP
ZIP
Git
Git
SVN
SVN
dotNET_Assembly
dotNET_Assembly
Folder
Folder
ApplicationComponent
ProgrammingLanguage
C
C
CSharp
CSharp
Go
Go
Java
Java
Python
Python
PHP
PHP
Ruby
Ruby
CloudApplicationPlatformDeploymentUnit
type
CloudApplicationInfrastructureDeploymentUnit
type
InfrastructureDeploymentUnitType
OVF
OVF
VHD
VHD
ApplicationDescriptor | null | {"directed":true,"nodes":[{"nsPrefix":"deployment_app","nsURI":"http://deployment_app/1.0","name":"deployment_app","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudApplication","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudApplicationDeploymentUnit","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PlatformDeploymentUnitType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationComponent","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProgrammingLanguage","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudApplicationPlatformDeploymentUnit","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudApplicationInfrastructureDeploymentUnit","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InfrastructureDeploymentUnitType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationDescriptor","instanceClass":null,"abstract":false,"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":"deploymentUnits","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"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":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredFrameworks","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":"hostedOnOffering","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredServices","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":"comprisedComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isConfiguredBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"isConfiguredBy","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"configureServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"name":"WAR","id":30,"value":0,"literal":"WAR","eClass":"EEnumLiteral"},{"name":"EAR","id":31,"value":1,"literal":"EAR","eClass":"EEnumLiteral"},{"name":"ZIP","id":32,"value":3,"literal":"ZIP","eClass":"EEnumLiteral"},{"name":"Git","id":33,"value":2,"literal":"Git","eClass":"EEnumLiteral"},{"name":"SVN","id":34,"value":5,"literal":"SVN","eClass":"EEnumLiteral"},{"name":"dotNET_Assembly","id":35,"value":6,"literal":"dotNET_Assembly","eClass":"EEnumLiteral"},{"name":"Folder","id":36,"value":7,"literal":"Folder","eClass":"EEnumLiteral"},{"id":37,"eClass":"EGenericType"},{"name":"C","id":38,"value":6,"literal":"C","eClass":"EEnumLiteral"},{"name":"CSharp","id":39,"value":5,"literal":"CSharp","eClass":"EEnumLiteral"},{"name":"Go","id":40,"value":4,"literal":"Go","eClass":"EEnumLiteral"},{"name":"Java","id":41,"value":0,"literal":"Java","eClass":"EEnumLiteral"},{"name":"Python","id":42,"value":1,"literal":"Python","eClass":"EEnumLiteral"},{"name":"PHP","id":43,"value":2,"literal":"PHP","eClass":"EEnumLiteral"},{"name":"Ruby","id":44,"value":3,"literal":"Ruby","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"name":"OVF","id":51,"value":4,"literal":"OVF","eClass":"EEnumLiteral"},{"name":"VHD","id":52,"value":8,"literal":"VHD","eClass":"EEnumLiteral"},{"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":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":10,"target":2},{"source":10,"target":18},{"source":10,"target":1},{"source":18,"target":2},{"source":11,"target":5},{"source":11,"target":19},{"source":11,"target":1},{"source":19,"target":5},{"source":12,"target":20},{"source":12,"target":1},{"source":13,"target":21},{"source":13,"target":1},{"source":14,"target":22},{"source":14,"target":1},{"source":15,"target":23},{"source":15,"target":1},{"source":16,"target":4},{"source":16,"target":24},{"source":16,"target":1},{"source":24,"target":4},{"source":17,"target":9},{"source":17,"target":25},{"source":17,"target":1},{"source":25,"target":9},{"source":2,"target":0},{"source":2,"target":26},{"source":2,"target":27},{"source":26,"target":28},{"source":26,"target":2},{"source":27,"target":29},{"source":27,"target":2},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":30,"target":3},{"source":31,"target":3},{"source":32,"target":3},{"source":33,"target":3},{"source":34,"target":3},{"source":35,"target":3},{"source":36,"target":3},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":37},{"source":37,"target":1},{"source":5,"target":0},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":38,"target":5},{"source":39,"target":5},{"source":40,"target":5},{"source":41,"target":5},{"source":42,"target":5},{"source":43,"target":5},{"source":44,"target":5},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":45},{"source":6,"target":46},{"source":45,"target":3},{"source":45,"target":47},{"source":45,"target":6},{"source":47,"target":3},{"source":46,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":48},{"source":7,"target":49},{"source":48,"target":8},{"source":48,"target":50},{"source":48,"target":7},{"source":50,"target":8},{"source":49,"target":2},{"source":8,"target":0},{"source":8,"target":51},{"source":8,"target":52},{"source":51,"target":8},{"source":52,"target":8},{"source":9,"target":0},{"source":9,"target":53}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="description"
nsURI="http://www.evesim.org/NetworkDescription" nsPrefix="description">
<eClassifiers xsi:type="ecore:EClass" name="AccessMethodsType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="accessMethods_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessMethod" lowerBound="1"
upperBound="-1" eType="#//AccessMethodType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="accessMethod"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AccessMethodType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="accessMethod_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="uri"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionsType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="connections_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="connection" upperBound="-1"
eType="#//ConnectionType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="connection"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="connection_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" 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="description"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strength" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Byte" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="strength"/>
</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>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="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="accessMethod" upperBound="-2"
eType="#//AccessMethodType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="accessMethod"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessMethods" upperBound="-2"
eType="#//AccessMethodsType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="accessMethods"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="connection" upperBound="-2"
eType="#//ConnectionType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="connection"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-2"
eType="#//ConnectionsType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="connections"/>
<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="location" upperBound="-2"
eType="#//LocationType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="location"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="name"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="networkDescription" upperBound="-2"
eType="#//NetworkDescriptionType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="NetworkDescription"/>
<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="nodes" upperBound="-2"
eType="#//NodesType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="nodes"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="service" upperBound="-2"
eType="#//ServiceType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="service"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="servicePool" upperBound="-2"
eType="#//ServicePoolType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="servicePool"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocationType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="location_._type"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=":0"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lat" 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="lat"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lng" 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="lng"/>
</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="NetworkDescriptionType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="NetworkDescription_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" lowerBound="1" eType="#//NodesType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="nodes"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodesType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="nodes_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="node" lowerBound="1" upperBound="-1"
eType="#//NodeType" 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>
</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:EAttribute" name="name" unique="false" lowerBound="1"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="name"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessMethods" eType="#//AccessMethodsType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="accessMethods"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="location" lowerBound="1"
upperBound="-1" eType="#//LocationType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="location"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="servicePool" upperBound="-1"
eType="#//ServicePoolType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="servicePool"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-1"
eType="#//ConnectionsType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="connections"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name1" 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="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="uri"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServicePoolType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="servicePool_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1"
upperBound="-1" eType="#//ServiceType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="service"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="service_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="name"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" 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="description"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessMethods" eType="#//AccessMethodsType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="accessMethods"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Integer">
<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="name1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="uri"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/rueckerc-sbg/evesim/workspace/EveSimViz/model/network_description.ecore | ecore | description
AccessMethodsType
accessMethod
AccessMethodType
type
uri
ConnectionsType
connection
ConnectionType
description
strength
to
type
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
accessMethod
accessMethods
connection
connections
description
location
name
networkDescription
node
nodes
service
servicePool
LocationType
value
lat
lng
name
NetworkDescriptionType
nodes
NodesType
node
NodeType
name
accessMethods
location
servicePool
connections
name1
type
uri
ServicePoolType
service
type
ServiceType
name
description
accessMethods
id
name1
uri | null | {"directed":true,"nodes":[{"nsPrefix":"description","nsURI":"http://www.evesim.org/NetworkDescription","name":"description","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessMethodsType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessMethodType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionsType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocationType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetworkDescriptionType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodesType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServicePoolType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessMethod","changeable":true,"resolveProxies":false,"lowerBound":1,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"uri","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":18,"derived":false},{"id":19,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":20,"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":"strength","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"lowerBound":1,"iD":false,"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":"type","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"accessMethod","changeable":true,"resolveProxies":false,"lowerBound":0,"id":31,"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":"accessMethods","changeable":true,"resolveProxies":false,"lowerBound":0,"id":32,"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":"connection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":33,"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":"connections","changeable":true,"resolveProxies":false,"lowerBound":0,"id":34,"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":35,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"location","changeable":true,"resolveProxies":false,"lowerBound":0,"id":36,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"networkDescription","changeable":true,"resolveProxies":false,"lowerBound":0,"id":38,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"node","changeable":true,"resolveProxies":false,"lowerBound":0,"id":39,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"nodes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"service","changeable":true,"resolveProxies":false,"lowerBound":0,"id":41,"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":"servicePool","changeable":true,"resolveProxies":false,"lowerBound":0,"id":42,"derived":true},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"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":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lat","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lng","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":false,"lowerBound":1,"id":66,"derived":false},{"id":67,"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":"node","changeable":true,"resolveProxies":false,"lowerBound":1,"id":68,"derived":false},{"id":69,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessMethods","changeable":true,"resolveProxies":false,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":false,"lowerBound":1,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"servicePool","changeable":true,"resolveProxies":false,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connections","changeable":true,"resolveProxies":false,"lowerBound":0,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name1","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"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":"service","changeable":true,"resolveProxies":false,"lowerBound":1,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessMethods","changeable":true,"resolveProxies":false,"lowerBound":0,"id":92,"derived":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":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":"name1","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":12,"target":2},{"source":12,"target":13},{"source":12,"target":1},{"source":13,"target":2},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":14,"target":16},{"source":14,"target":2},{"source":15,"target":17},{"source":15,"target":2},{"source":3,"target":0},{"source":3,"target":18},{"source":18,"target":4},{"source":18,"target":19},{"source":18,"target":3},{"source":19,"target":4},{"source":4,"target":0},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":20,"target":24},{"source":20,"target":4},{"source":21,"target":25},{"source":21,"target":4},{"source":22,"target":26},{"source":22,"target":4},{"source":23,"target":27},{"source":23,"target":4},{"source":5,"target":0},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":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":28,"target":43},{"source":28,"target":5},{"source":29,"target":44},{"source":29,"target":5},{"source":30,"target":45},{"source":30,"target":5},{"source":31,"target":2},{"source":31,"target":46},{"source":31,"target":5},{"source":46,"target":2},{"source":32,"target":1},{"source":32,"target":47},{"source":32,"target":5},{"source":47,"target":1},{"source":33,"target":4},{"source":33,"target":48},{"source":33,"target":5},{"source":48,"target":4},{"source":34,"target":3},{"source":34,"target":49},{"source":34,"target":5},{"source":49,"target":3},{"source":35,"target":50},{"source":35,"target":5},{"source":36,"target":6},{"source":36,"target":51},{"source":36,"target":5},{"source":51,"target":6},{"source":37,"target":52},{"source":37,"target":5},{"source":38,"target":7},{"source":38,"target":53},{"source":38,"target":5},{"source":53,"target":7},{"source":39,"target":9},{"source":39,"target":54},{"source":39,"target":5},{"source":54,"target":9},{"source":40,"target":8},{"source":40,"target":55},{"source":40,"target":5},{"source":55,"target":8},{"source":41,"target":11},{"source":41,"target":56},{"source":41,"target":5},{"source":56,"target":11},{"source":42,"target":10},{"source":42,"target":57},{"source":42,"target":5},{"source":57,"target":10},{"source":6,"target":0},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":58,"target":62},{"source":58,"target":6},{"source":59,"target":63},{"source":59,"target":6},{"source":60,"target":64},{"source":60,"target":6},{"source":61,"target":65},{"source":61,"target":6},{"source":7,"target":0},{"source":7,"target":66},{"source":66,"target":8},{"source":66,"target":67},{"source":66,"target":7},{"source":67,"target":8},{"source":8,"target":0},{"source":8,"target":68},{"source":68,"target":9},{"source":68,"target":69},{"source":68,"target":8},{"source":69,"target":9},{"source":9,"target":0},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":9,"target":77},{"source":70,"target":78},{"source":70,"target":9},{"source":71,"target":1},{"source":71,"target":79},{"source":71,"target":9},{"source":79,"target":1},{"source":72,"target":6},{"source":72,"target":80},{"source":72,"target":9},{"source":80,"target":6},{"source":73,"target":10},{"source":73,"target":81},{"source":73,"target":9},{"source":81,"target":10},{"source":74,"target":3},{"source":74,"target":82},{"source":74,"target":9},{"source":82,"target":3},{"source":75,"target":83},{"source":75,"target":9},{"source":76,"target":84},{"source":76,"target":9},{"source":77,"target":85},{"source":77,"target":9},{"source":10,"target":0},{"source":10,"target":86},{"source":10,"target":87},{"source":86,"target":11},{"source":86,"target":88},{"source":86,"target":10},{"source":88,"target":11},{"source":87,"target":89},{"source":87,"target":10},{"source":11,"target":0},{"source":11,"target":90},{"source":11,"target":91},{"source":11,"target":92},{"source":11,"target":93},{"source":11,"target":94},{"source":11,"target":95},{"source":90,"target":96},{"source":90,"target":11},{"source":91,"target":97},{"source":91,"target":11},{"source":92,"target":1},{"source":92,"target":98},{"source":92,"target":11},{"source":98,"target":1},{"source":93,"target":99},{"source":93,"target":11},{"source":94,"target":100},{"source":94,"target":11},{"source":95,"target":101},{"source":95,"target":11}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="drules"
nsURI="http://org.eclipse.mylyn.reviews.r4e.core.model.drules.ecore/1.0" nsPrefix="org.eclipse.mylyn.reviews.r4e.core.model.drules.ecore">
<eClassifiers xsi:type="ecore:EClass" name="R4EDesignRuleCollection" eSuperTypes="../../org.eclipse.mylyn.reviews.frame.core/model/org.eclipse.mylyn.reviews.frame.core.model.ecore#//ReviewComponent ../../org.eclipse.mylyn.reviews.frame.core/model/org.eclipse.mylyn.reviews.frame.core.model.ecore#//SubModelRoot">
<eStructuralFeatures xsi:type="ecore:EReference" name="areas" upperBound="-1"
eType="#//R4EDesignRuleArea" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="folder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
transient="true" derived="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="R4EDesignRule" eSuperTypes="../../org.eclipse.mylyn.reviews.frame.core/model/org.eclipse.mylyn.reviews.frame.core.model.ecore#//ReviewComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rank" eType="#//R4EDesignRuleRank"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="#//R4EDesignRuleClass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" 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="R4EDesignRuleArea" eSuperTypes="../../org.eclipse.mylyn.reviews.frame.core/model/org.eclipse.mylyn.reviews.frame.core.model.ecore#//ReviewComponent">
<eStructuralFeatures xsi:type="ecore:EReference" name="violations" upperBound="-1"
eType="#//R4EDesignRuleViolation" 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="R4EDesignRuleViolation" eSuperTypes="../../org.eclipse.mylyn.reviews.frame.core/model/org.eclipse.mylyn.reviews.frame.core.model.ecore#//ReviewComponent">
<eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1"
eType="#//R4EDesignRule" 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:EEnum" name="R4EDesignRuleRank">
<eLiterals name="R4E_RANK_NONE"/>
<eLiterals name="R4E_RANK_MINOR" value="1" literal="R4E_RANK_MINOR"/>
<eLiterals name="R4E_RANK_MAJOR" value="2"/>
<eLiterals name="R4E_RANK_DEPRECATED" value="3" literal=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="R4EDesignRuleClass">
<eLiterals name="R4E_CLASS_ERRONEOUS"/>
<eLiterals name="R4E_CLASS_SUPERFLUOUS" value="1" literal="R4E_CLASS_SUPERFLUOUS"/>
<eLiterals name="R4E_CLASS_IMPROVEMENT" value="2"/>
<eLiterals name="R4E_CLASS_QUESTION" value="3"/>
<eLiterals name="R4E_CLASS_COMMENT" value="4"/>
<eLiterals name="R4E_CLASS_MISSING" value="5"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/eclipse/mylyn.reviews.r4e/org.eclipse.mylyn.reviews.r4e.core/model/r4e.design.rules.ecore | ecore | drules
R4EDesignRuleCollection
areas
version
folder
name
R4EDesignRule
id
rank
class
title
description
R4EDesignRuleArea
violations
name
R4EDesignRuleViolation
rules
name
R4EDesignRuleRank
R4E_RANK_NONE
R4E_RANK_NONE
R4E_RANK_MINOR
R4E_RANK_MINOR
R4E_RANK_MAJOR
R4E_RANK_MAJOR
R4E_RANK_DEPRECATED
R4EDesignRuleClass
R4E_CLASS_ERRONEOUS
R4E_CLASS_ERRONEOUS
R4E_CLASS_SUPERFLUOUS
R4E_CLASS_SUPERFLUOUS
R4E_CLASS_IMPROVEMENT
R4E_CLASS_IMPROVEMENT
R4E_CLASS_QUESTION
R4E_CLASS_QUESTION
R4E_CLASS_COMMENT
R4E_CLASS_COMMENT
R4E_CLASS_MISSING
R4E_CLASS_MISSING | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.mylyn.reviews.r4e.core.model.drules.ecore","nsURI":"http://org.eclipse.mylyn.reviews.r4e.core.model.drules.ecore/1.0","name":"drules","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"R4EDesignRuleCollection","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"R4EDesignRule","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"R4EDesignRuleArea","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"R4EDesignRuleViolation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"R4EDesignRuleRank","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"R4EDesignRuleClass","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":"areas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"folder","changeable":true,"lowerBound":0,"iD":false,"id":9,"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":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"rank","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"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":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"violations","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","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"},{"name":"R4E_RANK_NONE","id":38,"value":0,"literal":"R4E_RANK_NONE","eClass":"EEnumLiteral"},{"name":"R4E_RANK_MINOR","id":39,"value":1,"literal":"R4E_RANK_MINOR","eClass":"EEnumLiteral"},{"name":"R4E_RANK_MAJOR","id":40,"value":2,"literal":"R4E_RANK_MAJOR","eClass":"EEnumLiteral"},{"name":"R4E_RANK_DEPRECATED","id":41,"value":3,"literal":"","eClass":"EEnumLiteral"},{"name":"R4E_CLASS_ERRONEOUS","id":42,"value":0,"literal":"R4E_CLASS_ERRONEOUS","eClass":"EEnumLiteral"},{"name":"R4E_CLASS_SUPERFLUOUS","id":43,"value":1,"literal":"R4E_CLASS_SUPERFLUOUS","eClass":"EEnumLiteral"},{"name":"R4E_CLASS_IMPROVEMENT","id":44,"value":2,"literal":"R4E_CLASS_IMPROVEMENT","eClass":"EEnumLiteral"},{"name":"R4E_CLASS_QUESTION","id":45,"value":3,"literal":"R4E_CLASS_QUESTION","eClass":"EEnumLiteral"},{"name":"R4E_CLASS_COMMENT","id":46,"value":4,"literal":"R4E_CLASS_COMMENT","eClass":"EEnumLiteral"},{"name":"R4E_CLASS_MISSING","id":47,"value":5,"literal":"R4E_CLASS_MISSING","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":7,"target":3},{"source":7,"target":13},{"source":7,"target":1},{"source":13,"target":3},{"source":8,"target":14},{"source":8,"target":1},{"source":9,"target":15},{"source":9,"target":1},{"source":10,"target":16},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":17,"target":23},{"source":17,"target":2},{"source":18,"target":5},{"source":18,"target":24},{"source":18,"target":2},{"source":24,"target":5},{"source":19,"target":6},{"source":19,"target":25},{"source":19,"target":2},{"source":25,"target":6},{"source":20,"target":26},{"source":20,"target":2},{"source":21,"target":27},{"source":21,"target":2},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":28,"target":4},{"source":28,"target":31},{"source":28,"target":3},{"source":31,"target":4},{"source":29,"target":32},{"source":29,"target":3},{"source":4,"target":0},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":33,"target":2},{"source":33,"target":36},{"source":33,"target":4},{"source":36,"target":2},{"source":34,"target":37},{"source":34,"target":4},{"source":5,"target":0},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":38,"target":5},{"source":39,"target":5},{"source":40,"target":5},{"source":41,"target":5},{"source":6,"target":0},{"source":6,"target":42},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":42,"target":6},{"source":43,"target":6},{"source":44,"target":6},{"source":45,"target":6},{"source":46,"target":6},{"source":47,"target":6}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="graphdef" nsURI="http://melanee.org/graphdef" nsPrefix="graphdef">
<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="VisualizationDescriptor" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="LayoutDescriptor" abstract="true" eSuperTypes="#//VisualizationDescriptor">
<eStructuralFeatures xsi:type="ecore:EReference" name="margin" eType="#//Margin"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="padding" eType="#//Padding"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1"
eType="#//LayoutContentDescriptor" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FlowLayout" eSuperTypes="#//LayoutDescriptor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vertical" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="singleLine" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbsoluteLayout" eSuperTypes="#//LayoutDescriptor"/>
<eClassifiers xsi:type="ecore:EClass" name="TableLayout" eSuperTypes="#//LayoutDescriptor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columns" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LayoutContentDescriptor" abstract="true"
eSuperTypes="#//VisualizationDescriptor">
<eStructuralFeatures xsi:type="ecore:EReference" name="layoutInformation" eType="#//LayoutInformationDescriptor"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundColor" lowerBound="1"
eType="#//ColorConstant" defaultValueLiteral="White"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="foregroundColor" lowerBound="1"
eType="#//ColorConstant" defaultValueLiteral="Black"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShapeDescriptor" abstract="true" eSuperTypes="#//LayoutContentDescriptor">
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//LayoutDescriptor"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outline" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fill" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outlineWidth" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Circle" eSuperTypes="#//ShapeDescriptor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="radius" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rectangle" eSuperTypes="#//ShapeDescriptor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoundedRectangle" eSuperTypes="#//Rectangle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="radius" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SVGFigure" eSuperTypes="#//ShapeDescriptor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentURI" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//ShapeDescriptor">
<eOperations name="getLinkDecorationForParticipation" ordered="false" eType="#//LinkDecoration">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="let possibleDecorations:OrderedSet(LinkDecoration) = 
	self.decoration->select(d | 
		not d.participation.oclIsUndefined() and
		(
			--Is it a Link at the same level?
			d.participation = participation
			--Search for a participation that has participation.destination as instance
			or d.participation.destination.getClassificationTreeAsType()->includes(participation.destination)
		)
	)->asOrderedSet()
in
	if (possibleDecorations->size() = 0) then
		null
	else
		--There is only one possible decoration
		if (possibleDecorations->size() = 1) then
			possibleDecorations->first()
		--There are more possible decorations (connection linking the same clabject twice)
 		--Onlything that can be done here is to also use the participation name if one is existant
		else
			let possibleDecorationsByParticipationName:OrderedSet(LinkDecoration) = 
				possibleDecorations->select(d | d.participation.participationName() = participation.participationName())->asOrderedSet()
			in
				if (possibleDecorationsByParticipationName->size() = 1) then
					possibleDecorationsByParticipationName->first()
				--The last chance is to guess by using the navigability
				else	
					if (possibleDecorationsByParticipationName->size() > 1) then
						let possibleDecorationsByNavigability : OrderedSet(LinkDecoration) =
							possibleDecorationsByParticipationName->select(d | d.participation.navigable = participation.navigable)->asOrderedSet()
						in
						if (possibleDecorationsByNavigability->size() = 1) then
							possibleDecorationsByNavigability->first()
						else
							null
						endif
					else
						null
					endif
				endif
			endif
		endif"/>
</eAnnotations>
<eParameters name="participation" lowerBound="1" eType="ecore:EClass ../../org.melanee.core.models.plm/model/PLM.ecore#//Participation"/>
</eOperations>
<eOperations name="getLabelDescriptorForParticipation" ordered="false" eType="#//LabelDescriptor">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="let possibleLabels:OrderedSet(LabelDescriptor) = 
	self.label->select(l | 
		not l.participation.oclIsUndefined() and
		(
			--Is it a Link at the same level?
			l.participation = participation
			--Search for a participation that has participation.destination as instance
			or l.participation.destination.getClassificationTreeAsType()->includes(participation.destination)
		)
	)->asOrderedSet()
in
	if (possibleLabels->size() = 0) then
		null
	else
		--There is only one possible decoration
		if (possibleLabels->size() = 1) then
			possibleLabels->first()
		--There are more possible decorations (connection linking the same clabject twice)
 		--Onlything that can be done here is to also use the participation name if one is existant
		else
			let possibleLabelsByParticipationName:OrderedSet(LabelDescriptor) = 
				possibleLabels->select(l | l.participation.participationName() = participation.participationName())->asOrderedSet()
			in
				if (possibleLabelsByParticipationName->size() = 1) then
					possibleLabelsByParticipationName->first()
				--The last chance is to guess by using the navigability
				else	
					possibleLabelsByParticipationName->select(d | d.participation.navigable = participation.navigable)->asOrderedSet()->first()
				endif
		endif
	endif"/>
</eAnnotations>
<eParameters name="participation" lowerBound="1" eType="ecore:EClass ../../org.melanee.core.models.plm/model/PLM.ecore#//Participation"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="decoration" upperBound="-1"
eType="#//LinkDecoration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="label" upperBound="-1"
eType="#//LabelDescriptor" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineStyle" lowerBound="1"
eType="#//LineStyle"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FreehandShape" eSuperTypes="#//ShapeDescriptor">
<eStructuralFeatures xsi:type="ecore:EReference" name="points" lowerBound="1"
upperBound="-1" eType="#//Point" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Point">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InformationDisplayDescriptor" abstract="true"
eSuperTypes="#//LayoutContentDescriptor"/>
<eClassifiers xsi:type="ecore:EClass" name="LabelDescriptor" abstract="true" eSuperTypes="#//InformationDisplayDescriptor">
<eStructuralFeatures xsi:type="ecore:EReference" name="font" eType="#//FontDescriptor"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participation" eType="ecore:EClass ../../org.melanee.core.models.plm/model/PLM.ecore#//Participation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingLabel" eSuperTypes="#//LabelDescriptor"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionLabel" eSuperTypes="#//LabelDescriptor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FontDescriptor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontStyle" eType="#//FontStyle"
defaultValueLiteral="Normal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SpacingDescriptor" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Margin" eSuperTypes="#//SpacingDescriptor"/>
<eClassifiers xsi:type="ecore:EClass" name="Padding" eSuperTypes="#//SpacingDescriptor"/>
<eClassifiers xsi:type="ecore:EClass" name="LayoutInformationDescriptor" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="AbsoluteLayoutInformation" eSuperTypes="#//LayoutInformationDescriptor">
<eStructuralFeatures xsi:type="ecore:EReference" name="position" lowerBound="1"
eType="#//Point"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableLayoutInformation" eSuperTypes="#//LayoutInformationDescriptor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rowSpan" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columnSpan" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="grabHorizontalExcess" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="grabVerticalExcess" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalAlignment" lowerBound="1"
eType="#//Alignment" defaultValueLiteral="Begin"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalAlignment" lowerBound="1"
eType="#//Alignment" defaultValueLiteral="Begin"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BorderLayoutInformationDescriptor" eSuperTypes="#//LayoutInformationDescriptor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalAlignment" lowerBound="1"
eType="#//Alignment" defaultValueLiteral="End"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalAlignment" lowerBound="1"
eType="#//Alignment" defaultValueLiteral="Center"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalOffset" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalOffset" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LinkDecoration" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fill" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outline" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="foregroundColor" lowerBound="1"
eType="#//ColorConstant" defaultValueLiteral="Black"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundColor" lowerBound="1"
eType="#//ColorConstant" defaultValueLiteral="White"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outlineWidth" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participation" lowerBound="1"
eType="ecore:EClass ../../org.melanee.core.models.plm/model/PLM.ecore#//Participation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DefaultLinkDecoration" eSuperTypes="#//LinkDecoration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="decorationType" lowerBound="1"
eType="#//DefaultLinkDecorationTypes" defaultValueLiteral="PolygoneLineDecoration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomLinkDecoration" eSuperTypes="#//LinkDecoration">
<eStructuralFeatures xsi:type="ecore:EReference" name="points" lowerBound="1"
upperBound="-1" eType="#//Point"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DefaultLinkDecorationTypes">
<eLiterals name="PolyLineDecoration"/>
<eLiterals name="PolygoneLineDecoration" value="1"/>
<eLiterals name="NoLineDecoration" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Alignment">
<eLiterals name="Begin"/>
<eLiterals name="Center" value="1"/>
<eLiterals name="End" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ColorConstant">
<eLiterals name="Black"/>
<eLiterals name="White" value="1"/>
<eLiterals name="Blue" value="2"/>
<eLiterals name="Red" value="3"/>
<eLiterals name="Green" value="4"/>
<eLiterals name="Yellow" value="5"/>
<eLiterals name="Orange" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FontStyle">
<eLiterals name="Normal"/>
<eLiterals name="Italics"/>
<eLiterals name="Bold"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LineStyle">
<eLiterals name="Solid"/>
<eLiterals name="Dashed" value="1"/>
<eLiterals name="Dotted" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GraphicalDSLVisualizer" eSuperTypes="../../org.melanee.core.models.plm/model/PLM.ecore#//AbstractDSLVisualizer">
<eOperations name="getElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="self.oclAsType(ecore::EObject).eContainer().eContainer().oclAsType(Element)"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1"
eType="#//VisualizationDescriptor" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/graphdef.ecore | ecore | graphdef
VisualizationDescriptor
LayoutDescriptor
margin
padding
content
FlowLayout
vertical
false
singleLine
false
AbsoluteLayout
TableLayout
columns
1
LayoutContentDescriptor
layoutInformation
backgroundColor
White
foregroundColor
Black
ShapeDescriptor
layout
outline
true
fill
true
outlineWidth
1
Circle
radius
1
Rectangle
height
width
RoundedRectangle
radius
1
SVGFigure
documentURI
width
height
Link
getLinkDecorationForParticipation
participation
getLabelDescriptorForParticipation
participation
decoration
label
lineStyle
FreehandShape
points
width
0
height
0
Point
x
0
y
0
InformationDisplayDescriptor
LabelDescriptor
font
participation
MappingLabel
ExpressionLabel
expression
FontDescriptor
fontName
size
fontStyle
Normal
SpacingDescriptor
x
0
y
0
Margin
Padding
LayoutInformationDescriptor
AbsoluteLayoutInformation
position
TableLayoutInformation
rowSpan
1
columnSpan
1
grabHorizontalExcess
false
grabVerticalExcess
false
horizontalAlignment
Begin
verticalAlignment
Begin
BorderLayoutInformationDescriptor
verticalAlignment
End
horizontalAlignment
Center
verticalOffset
0
horizontalOffset
0
LinkDecoration
fill
true
outline
true
foregroundColor
Black
backgroundColor
White
outlineWidth
1
participation
DefaultLinkDecoration
decorationType
PolygoneLineDecoration
CustomLinkDecoration
points
DefaultLinkDecorationTypes
PolyLineDecoration
PolyLineDecoration
PolygoneLineDecoration
PolygoneLineDecoration
NoLineDecoration
NoLineDecoration
Alignment
Begin
Begin
Center
Center
End
End
ColorConstant
Black
Black
White
White
Blue
Blue
Red
Red
Green
Green
Yellow
Yellow
Orange
Orange
FontStyle
Normal
Normal
Italics
Italics
Bold
Bold
LineStyle
Solid
Solid
Dashed
Dashed
Dotted
Dotted
GraphicalDSLVisualizer
getElement
content | null | {"directed":true,"nodes":[{"nsPrefix":"graphdef","nsURI":"http://melanee.org/graphdef","name":"graphdef","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualizationDescriptor","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutDescriptor","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowLayout","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbsoluteLayout","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableLayout","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutContentDescriptor","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShapeDescriptor","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Circle","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rectangle","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoundedRectangle","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SVGFigure","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FreehandShape","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationDisplayDescriptor","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelDescriptor","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingLabel","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionLabel","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FontDescriptor","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpacingDescriptor","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Margin","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Padding","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutInformationDescriptor","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbsoluteLayoutInformation","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableLayoutInformation","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderLayoutInformationDescriptor","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkDecoration","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultLinkDecoration","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomLinkDecoration","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DefaultLinkDecorationTypes","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Alignment","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ColorConstant","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontStyle","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineStyle","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphicalDSLVisualizer","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"margin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"padding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"vertical","changeable":true,"lowerBound":1,"iD":false,"id":43,"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":"singleLine","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layoutInformation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"White","unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Black","unsettable":false,"transient":false,"unique":true,"name":"foregroundColor","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"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":"outline","changeable":true,"lowerBound":1,"iD":false,"id":60,"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":"fill","changeable":true,"lowerBound":1,"iD":false,"id":61,"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":"outlineWidth","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"radius","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"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":"height","changeable":true,"lowerBound":1,"iD":false,"id":71,"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":"width","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"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":"radius","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":"documentURI","changeable":true,"lowerBound":1,"iD":false,"id":79,"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":"width","changeable":true,"lowerBound":1,"iD":false,"id":80,"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":"height","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getLinkDecorationForParticipation","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getLabelDescriptorForParticipation","lowerBound":0,"id":87,"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":"decoration","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":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineStyle","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"participation","lowerBound":1,"id":93,"many":false,"required":true,"eClass":"EParameter"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"participation","lowerBound":1,"id":96,"many":false,"required":true,"eClass":"EParameter"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"points","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":109,"derived":false},{"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":"font","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participation","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"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":1,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontName","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Normal","unsettable":false,"transient":false,"unique":true,"name":"fontStyle","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"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":"rowSpan","changeable":true,"lowerBound":1,"iD":false,"id":137,"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":"columnSpan","changeable":true,"lowerBound":1,"iD":false,"id":138,"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":"grabHorizontalExcess","changeable":true,"lowerBound":1,"iD":false,"id":139,"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":"grabVerticalExcess","changeable":true,"lowerBound":1,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Begin","unsettable":false,"transient":false,"unique":true,"name":"horizontalAlignment","changeable":true,"lowerBound":1,"iD":false,"id":141,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Begin","unsettable":false,"transient":false,"unique":true,"name":"verticalAlignment","changeable":true,"lowerBound":1,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"End","unsettable":false,"transient":false,"unique":true,"name":"verticalAlignment","changeable":true,"lowerBound":1,"iD":false,"id":150,"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":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"verticalOffset","changeable":true,"lowerBound":1,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"horizontalOffset","changeable":true,"lowerBound":1,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"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":"fill","changeable":true,"lowerBound":1,"iD":false,"id":159,"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":"outline","changeable":true,"lowerBound":1,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Black","unsettable":false,"transient":false,"unique":true,"name":"foregroundColor","changeable":true,"lowerBound":1,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"White","unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"lowerBound":1,"iD":false,"id":162,"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":"outlineWidth","changeable":true,"lowerBound":1,"iD":false,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"PolygoneLineDecoration","unsettable":false,"transient":false,"unique":true,"name":"decorationType","changeable":true,"lowerBound":1,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"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":"points","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"name":"PolyLineDecoration","id":177,"value":0,"literal":"PolyLineDecoration","eClass":"EEnumLiteral"},{"name":"PolygoneLineDecoration","id":178,"value":1,"literal":"PolygoneLineDecoration","eClass":"EEnumLiteral"},{"name":"NoLineDecoration","id":179,"value":2,"literal":"NoLineDecoration","eClass":"EEnumLiteral"},{"name":"Begin","id":180,"value":0,"literal":"Begin","eClass":"EEnumLiteral"},{"name":"Center","id":181,"value":1,"literal":"Center","eClass":"EEnumLiteral"},{"name":"End","id":182,"value":2,"literal":"End","eClass":"EEnumLiteral"},{"name":"Black","id":183,"value":0,"literal":"Black","eClass":"EEnumLiteral"},{"name":"White","id":184,"value":1,"literal":"White","eClass":"EEnumLiteral"},{"name":"Blue","id":185,"value":2,"literal":"Blue","eClass":"EEnumLiteral"},{"name":"Red","id":186,"value":3,"literal":"Red","eClass":"EEnumLiteral"},{"name":"Green","id":187,"value":4,"literal":"Green","eClass":"EEnumLiteral"},{"name":"Yellow","id":188,"value":5,"literal":"Yellow","eClass":"EEnumLiteral"},{"name":"Orange","id":189,"value":6,"literal":"Orange","eClass":"EEnumLiteral"},{"name":"Normal","id":190,"value":0,"literal":"Normal","eClass":"EEnumLiteral"},{"name":"Italics","id":191,"value":0,"literal":"Italics","eClass":"EEnumLiteral"},{"name":"Bold","id":192,"value":0,"literal":"Bold","eClass":"EEnumLiteral"},{"name":"Solid","id":193,"value":0,"literal":"Solid","eClass":"EEnumLiteral"},{"name":"Dashed","id":194,"value":1,"literal":"Dashed","eClass":"EEnumLiteral"},{"name":"Dotted","id":195,"value":2,"literal":"Dotted","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"getElement","lowerBound":0,"id":196,"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":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":36,"target":21},{"source":36,"target":40},{"source":36,"target":2},{"source":40,"target":21},{"source":37,"target":22},{"source":37,"target":41},{"source":37,"target":2},{"source":41,"target":22},{"source":38,"target":6},{"source":38,"target":42},{"source":38,"target":2},{"source":42,"target":6},{"source":39,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":43,"target":46},{"source":43,"target":3},{"source":44,"target":47},{"source":44,"target":3},{"source":45,"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":2},{"source":5,"target":49},{"source":5,"target":50},{"source":49,"target":51},{"source":49,"target":5},{"source":50,"target":2},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":52,"target":23},{"source":52,"target":56},{"source":52,"target":6},{"source":56,"target":23},{"source":53,"target":32},{"source":53,"target":57},{"source":53,"target":6},{"source":57,"target":32},{"source":54,"target":32},{"source":54,"target":58},{"source":54,"target":6},{"source":58,"target":32},{"source":55,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":59,"target":2},{"source":59,"target":64},{"source":59,"target":7},{"source":64,"target":2},{"source":60,"target":65},{"source":60,"target":7},{"source":61,"target":66},{"source":61,"target":7},{"source":62,"target":67},{"source":62,"target":7},{"source":63,"target":6},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":68},{"source":8,"target":69},{"source":68,"target":70},{"source":68,"target":8},{"source":69,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":71,"target":74},{"source":71,"target":9},{"source":72,"target":75},{"source":72,"target":9},{"source":73,"target":7},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":76},{"source":10,"target":77},{"source":76,"target":78},{"source":76,"target":10},{"source":77,"target":9},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":79},{"source":11,"target":80},{"source":11,"target":81},{"source":11,"target":82},{"source":79,"target":83},{"source":79,"target":11},{"source":80,"target":84},{"source":80,"target":11},{"source":81,"target":85},{"source":81,"target":11},{"source":82,"target":7},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":86},{"source":12,"target":87},{"source":12,"target":88},{"source":12,"target":89},{"source":12,"target":90},{"source":12,"target":91},{"source":86,"target":27},{"source":86,"target":92},{"source":86,"target":12},{"source":86,"target":93},{"source":92,"target":27},{"source":93,"target":94},{"source":93,"target":86},{"source":87,"target":16},{"source":87,"target":95},{"source":87,"target":12},{"source":87,"target":96},{"source":95,"target":16},{"source":96,"target":97},{"source":96,"target":87},{"source":88,"target":27},{"source":88,"target":98},{"source":88,"target":12},{"source":98,"target":27},{"source":89,"target":16},{"source":89,"target":99},{"source":89,"target":12},{"source":99,"target":16},{"source":90,"target":34},{"source":90,"target":100},{"source":90,"target":12},{"source":100,"target":34},{"source":91,"target":7},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":101},{"source":13,"target":102},{"source":13,"target":103},{"source":13,"target":104},{"source":101,"target":14},{"source":101,"target":105},{"source":101,"target":13},{"source":105,"target":14},{"source":102,"target":106},{"source":102,"target":13},{"source":103,"target":107},{"source":103,"target":13},{"source":104,"target":7},{"source":14,"target":0},{"source":14,"target":108},{"source":14,"target":109},{"source":108,"target":110},{"source":108,"target":14},{"source":109,"target":111},{"source":109,"target":14},{"source":15,"target":0},{"source":15,"target":6},{"source":15,"target":112},{"source":112,"target":6},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":113},{"source":16,"target":114},{"source":16,"target":115},{"source":113,"target":19},{"source":113,"target":116},{"source":113,"target":16},{"source":116,"target":19},{"source":114,"target":117},{"source":114,"target":16},{"source":115,"target":15},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":118},{"source":118,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":119},{"source":18,"target":120},{"source":119,"target":121},{"source":119,"target":18},{"source":120,"target":16},{"source":19,"target":0},{"source":19,"target":122},{"source":19,"target":123},{"source":19,"target":124},{"source":122,"target":125},{"source":122,"target":19},{"source":123,"target":126},{"source":123,"target":19},{"source":124,"target":33},{"source":124,"target":127},{"source":124,"target":19},{"source":127,"target":33},{"source":20,"target":0},{"source":20,"target":128},{"source":20,"target":129},{"source":128,"target":130},{"source":128,"target":20},{"source":129,"target":131},{"source":129,"target":20},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":132},{"source":132,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":133},{"source":133,"target":20},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":134},{"source":24,"target":135},{"source":134,"target":14},{"source":134,"target":136},{"source":134,"target":24},{"source":136,"target":14},{"source":135,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":137},{"source":25,"target":138},{"source":25,"target":139},{"source":25,"target":140},{"source":25,"target":141},{"source":25,"target":142},{"source":25,"target":143},{"source":137,"target":144},{"source":137,"target":25},{"source":138,"target":145},{"source":138,"target":25},{"source":139,"target":146},{"source":139,"target":25},{"source":140,"target":147},{"source":140,"target":25},{"source":141,"target":31},{"source":141,"target":148},{"source":141,"target":25},{"source":148,"target":31},{"source":142,"target":31},{"source":142,"target":149},{"source":142,"target":25},{"source":149,"target":31},{"source":143,"target":23},{"source":26,"target":0},{"source":26,"target":23},{"source":26,"target":150},{"source":26,"target":151},{"source":26,"target":152},{"source":26,"target":153},{"source":26,"target":154},{"source":150,"target":31},{"source":150,"target":155},{"source":150,"target":26},{"source":155,"target":31},{"source":151,"target":31},{"source":151,"target":156},{"source":151,"target":26},{"source":156,"target":31},{"source":152,"target":157},{"source":152,"target":26},{"source":153,"target":158},{"source":153,"target":26},{"source":154,"target":23},{"source":27,"target":0},{"source":27,"target":159},{"source":27,"target":160},{"source":27,"target":161},{"source":27,"target":162},{"source":27,"target":163},{"source":27,"target":164},{"source":159,"target":165},{"source":159,"target":27},{"source":160,"target":166},{"source":160,"target":27},{"source":161,"target":32},{"source":161,"target":167},{"source":161,"target":27},{"source":167,"target":32},{"source":162,"target":32},{"source":162,"target":168},{"source":162,"target":27},{"source":168,"target":32},{"source":163,"target":169},{"source":163,"target":27},{"source":164,"target":170},{"source":164,"target":27},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":171},{"source":28,"target":172},{"source":171,"target":30},{"source":171,"target":173},{"source":171,"target":28},{"source":173,"target":30},{"source":172,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":174},{"source":29,"target":175},{"source":174,"target":14},{"source":174,"target":176},{"source":174,"target":29},{"source":176,"target":14},{"source":175,"target":27},{"source":30,"target":0},{"source":30,"target":177},{"source":30,"target":178},{"source":30,"target":179},{"source":177,"target":30},{"source":178,"target":30},{"source":179,"target":30},{"source":31,"target":0},{"source":31,"target":180},{"source":31,"target":181},{"source":31,"target":182},{"source":180,"target":31},{"source":181,"target":31},{"source":182,"target":31},{"source":32,"target":0},{"source":32,"target":183},{"source":32,"target":184},{"source":32,"target":185},{"source":32,"target":186},{"source":32,"target":187},{"source":32,"target":188},{"source":32,"target":189},{"source":183,"target":32},{"source":184,"target":32},{"source":185,"target":32},{"source":186,"target":32},{"source":187,"target":32},{"source":188,"target":32},{"source":189,"target":32},{"source":33,"target":0},{"source":33,"target":190},{"source":33,"target":191},{"source":33,"target":192},{"source":190,"target":33},{"source":191,"target":33},{"source":192,"target":33},{"source":34,"target":0},{"source":34,"target":193},{"source":34,"target":194},{"source":34,"target":195},{"source":193,"target":34},{"source":194,"target":34},{"source":195,"target":34},{"source":35,"target":0},{"source":35,"target":196},{"source":35,"target":197},{"source":35,"target":198},{"source":196,"target":35},{"source":197,"target":1},{"source":197,"target":199},{"source":197,"target":35},{"source":199,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="myDsl" nsURI="http://www.xtext.org/example/mydsl/MyDsl" nsPrefix="myDsl">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//Types" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Types"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Types">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="range" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="#//Types">
<eStructuralFeatures xsi:type="ecore:EReference" name="var1" eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="var2" eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EqualPlus" eSuperTypes="#//Types">
<eStructuralFeatures xsi:type="ecore:EReference" name="var1" eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="var2" eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="range" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EqualMinus" eSuperTypes="#//Types">
<eStructuralFeatures xsi:type="ecore:EReference" name="var1" eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="var2" eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="range" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotEqual" eSuperTypes="#//Types">
<eStructuralFeatures xsi:type="ecore:EReference" name="var1" eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="var2" eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotEqualPlus" eSuperTypes="#//Types">
<eStructuralFeatures xsi:type="ecore:EReference" name="var1" eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="var2" eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="range" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotEqualMinus" eSuperTypes="#//Types">
<eStructuralFeatures xsi:type="ecore:EReference" name="var1" eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="var2" eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="range" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShowAll" eSuperTypes="#//Types">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="range" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Log" eSuperTypes="#//Types">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="str" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Solve" eSuperTypes="#//Types">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="range" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/SiamH/DSLChocho/org.xtext.example.mydsl/model/generated/MyDsl.ecore | ecore | myDsl
Model
elements
Types
Variable
name
range
Equal
var1
var2
EqualPlus
var1
var2
range
EqualMinus
var1
var2
range
NotEqual
var1
var2
NotEqualPlus
var1
var2
range
NotEqualMinus
var1
var2
range
ShowAll
range
Log
str
Solve
range | null | {"directed":true,"nodes":[{"nsPrefix":"myDsl","nsURI":"http://www.xtext.org/example/mydsl/MyDsl","name":"myDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Types","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualPlus","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualMinus","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqual","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqualPlus","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqualMinus","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShowAll","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Log","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Solve","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"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},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var1","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":false,"unsettable":false,"transient":false,"unique":true,"name":"var2","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var1","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":"var2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var1","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":"var2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"range","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var1","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":"var2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var1","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":"var2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"range","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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"str","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"lowerBound":0,"iD":false,"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":1,"target":0},{"source":1,"target":13},{"source":13,"target":2},{"source":13,"target":14},{"source":13,"target":1},{"source":14,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":15,"target":18},{"source":15,"target":3},{"source":16,"target":19},{"source":16,"target":3},{"source":17,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":20,"target":3},{"source":20,"target":23},{"source":20,"target":4},{"source":23,"target":3},{"source":21,"target":3},{"source":21,"target":24},{"source":21,"target":4},{"source":24,"target":3},{"source":22,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":27},{"source":5,"target":28},{"source":25,"target":3},{"source":25,"target":29},{"source":25,"target":5},{"source":29,"target":3},{"source":26,"target":3},{"source":26,"target":30},{"source":26,"target":5},{"source":30,"target":3},{"source":27,"target":31},{"source":27,"target":5},{"source":28,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":35},{"source":32,"target":3},{"source":32,"target":36},{"source":32,"target":6},{"source":36,"target":3},{"source":33,"target":3},{"source":33,"target":37},{"source":33,"target":6},{"source":37,"target":3},{"source":34,"target":38},{"source":34,"target":6},{"source":35,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":39},{"source":7,"target":40},{"source":7,"target":41},{"source":39,"target":3},{"source":39,"target":42},{"source":39,"target":7},{"source":42,"target":3},{"source":40,"target":3},{"source":40,"target":43},{"source":40,"target":7},{"source":43,"target":3},{"source":41,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":44},{"source":8,"target":45},{"source":8,"target":46},{"source":8,"target":47},{"source":44,"target":3},{"source":44,"target":48},{"source":44,"target":8},{"source":48,"target":3},{"source":45,"target":3},{"source":45,"target":49},{"source":45,"target":8},{"source":49,"target":3},{"source":46,"target":50},{"source":46,"target":8},{"source":47,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":51},{"source":9,"target":52},{"source":9,"target":53},{"source":9,"target":54},{"source":51,"target":3},{"source":51,"target":55},{"source":51,"target":9},{"source":55,"target":3},{"source":52,"target":3},{"source":52,"target":56},{"source":52,"target":9},{"source":56,"target":3},{"source":53,"target":57},{"source":53,"target":9},{"source":54,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":58},{"source":10,"target":59},{"source":58,"target":60},{"source":58,"target":10},{"source":59,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":61},{"source":11,"target":62},{"source":61,"target":63},{"source":61,"target":11},{"source":62,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":64},{"source":12,"target":65},{"source":64,"target":66},{"source":64,"target":12},{"source":65,"target":2}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="miniJava" nsURI="http://www.example.org/minijava/MiniJava" nsPrefix="miniJava">
<eClassifiers xsi:type="ecore:EClass" name="Program">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//Import" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//TypeDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Import">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accessLevel" eType="#//AccessLevel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementz" unique="false"
upperBound="-1" eType="#//Interface"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1"
eType="#//Member" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Clazz" eSuperTypes="#//TypeDeclaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isabstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superClass" eType="#//Clazz"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//TypeDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="Member" eSuperTypes="#//TypedDeclaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="access" eType="#//AccessLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//Member">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isabstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isstatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1"
eType="#//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cache" upperBound="-1"
eType="#//ClazzToMethodMap"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//Symbol"/>
<eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="#//Member">
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AccessLevel">
<eLiterals name="PRIVATE" literal="private"/>
<eLiterals name="PROTECTED" value="1" literal="protected"/>
<eLiterals name="PUBLIC" value="2" literal="public"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="PrintStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Return" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenBlock" eType="#//Block"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBlock" eType="#//Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="declaration" eType="#//Assignment"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="progression" eType="#//Assignment"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeRef"/>
<eClassifiers xsi:type="ecore:EClass" name="SingleTypeRef" eSuperTypes="#//TypeRef"/>
<eClassifiers xsi:type="ecore:EClass" name="ClassRef" eSuperTypes="#//SingleTypeRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedClass" eType="#//TypeDeclaration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedDeclaration" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="#//TypeRef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Symbol" eSuperTypes="#//TypedDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#//Symbol #//Assignee"/>
<eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="#//Assignee"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assignee"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//Statement #//Assignee"/>
<eClassifiers xsi:type="ecore:EClass" name="ArrayTypeRef" eSuperTypes="#//TypeRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="#//SingleTypeRef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerTypeRef" eSuperTypes="#//SingleTypeRef"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanTypeRef" eSuperTypes="#//SingleTypeRef"/>
<eClassifiers xsi:type="ecore:EClass" name="StringTypeRef" eSuperTypes="#//SingleTypeRef"/>
<eClassifiers xsi:type="ecore:EClass" name="VoidTypeRef" eSuperTypes="#//SingleTypeRef"/>
<eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Equality" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Inequality" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperiorOrEqual" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InferiorOrEqual" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Superior" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Inferior" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Multiplication" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Division" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayLength" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="array" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Neg" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="field" eType="#//Field"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodCall" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="method" eType="#//Method"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringConstant" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntConstant" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BoolConstant" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="This" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="Super" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="Null" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="NewObject" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Clazz"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NewArray" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SymbolRef" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="symbol" eType="#//Symbol"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Context">
<eAnnotations source="aspect"/>
<eAnnotations source="RuntimeData"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#//SymbolBinding" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentContext" eType="#//Context"
eOpposite="#//Context/childContext"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childContext" eType="#//Context"
containment="true" eOpposite="#//Context/parentContext"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cache" upperBound="-1"
eType="#//SymbolToSymbolBindingMap"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Value">
<eAnnotations source="aspect"/>
<eAnnotations source="RuntimeData"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerValue" eSuperTypes="#//Value">
<eAnnotations source="aspect"/>
<eAnnotations source="RuntimeData"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SymbolBinding">
<eAnnotations source="aspect"/>
<eAnnotations source="RuntimeData"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Value"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="symbol" lowerBound="1"
eType="#//Symbol"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldBinding">
<eAnnotations source="aspect"/>
<eAnnotations source="RuntimeData"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="#//Field"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Value"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="#//Value">
<eAnnotations source="aspect"/>
<eAnnotations source="RuntimeData"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanValue" eSuperTypes="#//Value">
<eAnnotations source="aspect"/>
<eAnnotations source="RuntimeData"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutputStream">
<eAnnotations source="aspect"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stream" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State">
<eAnnotations source="aspect"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootFrame" eType="#//Frame"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="objectsHeap" upperBound="-1"
eType="#//ObjectInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputStream" eType="#//OutputStream"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arraysHeap" upperBound="-1"
eType="#//ArrayInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextCache" eType="#//Context"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="frameCache" eType="#//Frame"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Frame">
<eAnnotations source="aspect"/>
<eAnnotations source="RuntimeData"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="call" eType="#//Call" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="#//ObjectInstance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childFrame" eType="#//Frame"
containment="true" eOpposite="#//Frame/parentFrame"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentFrame" eType="#//Frame"
eOpposite="#//Frame/childFrame"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootContext" eType="#//Context"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" eType="#//Value"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NullValue" eSuperTypes="#//Value">
<eAnnotations source="aspect"/>
<eAnnotations source="RuntimeData"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Call" abstract="true">
<eAnnotations source="aspect"/>
<eAnnotations source="RuntimeData"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NewCall" eSuperTypes="#//Call">
<eAnnotations source="aspect"/>
<eAnnotations source="RuntimeData"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newz" lowerBound="1" eType="#//NewObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodCall2" eSuperTypes="#//Call">
<eAnnotations source="aspect"/>
<eAnnotations source="RuntimeData"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methodcall" lowerBound="1"
eType="#//MethodCall"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectInstance">
<eAnnotations source="aspect"/>
<eAnnotations source="RuntimeData"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fieldbindings" upperBound="-1"
eType="#//FieldBinding" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Clazz"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayInstance">
<eAnnotations source="aspect"/>
<eAnnotations source="RuntimeData"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1"
eType="#//Value" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectRefValue" eSuperTypes="#//Value">
<eAnnotations source="aspect"/>
<eAnnotations source="RuntimeData"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="#//ObjectInstance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayRefValue" eSuperTypes="#//Value">
<eAnnotations source="aspect"/>
<eAnnotations source="RuntimeData"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="#//ArrayInstance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SymbolToSymbolBindingMap" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//Symbol"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//SymbolBinding"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClazzToMethodMap" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//Clazz"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Method"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Modulo" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NativeExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/pjeanjean/ale-repl/languages/minijava/org.tetrabox.minijava.xtext/model/MiniJava.ecore | ecore | miniJava
Program
name
imports
classes
Import
importedNamespace
TypeDeclaration
accessLevel
implementz
members
Clazz
isabstract
superClass
Interface
Member
access
Method
isabstract
isstatic
params
body
cache
Parameter
Field
defaultValue
AccessLevel
PRIVATE
private
PROTECTED
protected
PUBLIC
public
Block
statements
Statement
PrintStatement
expression
Return
expression
IfStatement
expression
thenBlock
elseBlock
WhileStatement
condition
block
ForStatement
declaration
condition
progression
block
TypeRef
SingleTypeRef
ClassRef
referencedClass
NamedElement
name
TypedDeclaration
typeRef
Symbol
VariableDeclaration
Assignment
assignee
value
Assignee
Expression
ArrayTypeRef
typeRef
IntegerTypeRef
BooleanTypeRef
StringTypeRef
VoidTypeRef
Or
left
right
And
left
right
Equality
left
right
Inequality
left
right
SuperiorOrEqual
left
right
InferiorOrEqual
left
right
Superior
left
right
Inferior
left
right
Plus
left
right
Minus
left
right
Multiplication
left
right
Division
left
right
ArrayAccess
object
index
ArrayLength
array
Not
expression
Neg
expression
FieldAccess
receiver
field
MethodCall
receiver
method
args
StringConstant
value
IntConstant
value
BoolConstant
value
This
Super
Null
NewObject
type
args
NewArray
type
size
SymbolRef
symbol
Context
bindings
parentContext
childContext
cache
Value
IntegerValue
value
SymbolBinding
value
symbol
FieldBinding
field
value
StringValue
value
BooleanValue
value
OutputStream
stream
State
rootFrame
objectsHeap
outputStream
arraysHeap
contextCache
frameCache
Frame
call
instance
childFrame
parentFrame
rootContext
returnValue
NullValue
Call
NewCall
newz
MethodCall2
methodcall
ObjectInstance
fieldbindings
type
ArrayInstance
value
size
ObjectRefValue
instance
ArrayRefValue
instance
SymbolToSymbolBindingMap
java.util.Map$Entry
java.util.Map$Entry
key
value
ClazzToMethodMap
java.util.Map$Entry
java.util.Map$Entry
key
value
Modulo
left
right
NativeExpression
value | null | {"directed":true,"nodes":[{"nsPrefix":"miniJava","nsURI":"http://www.example.org/minijava/MiniJava","name":"miniJava","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clazz","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessLevel","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintStatement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRef","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleTypeRef","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassRef","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedDeclaration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Symbol","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignee","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayTypeRef","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerTypeRef","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanTypeRef","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringTypeRef","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidTypeRef","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equality","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inequality","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperiorOrEqual","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InferiorOrEqual","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Superior","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inferior","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiplication","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayLength","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Neg","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringConstant","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntConstant","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolConstant","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"This","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Super","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Null","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewObject","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewArray","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolRef","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolBinding","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldBinding","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputStream","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Frame","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullValue","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":true,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewCall","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall2","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectInstance","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstance","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectRefValue","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayRefValue","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"SymbolToSymbolBindingMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"ClazzToMethodMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modulo","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NativeExpression","instanceClass":null,"abstract":false,"id":81,"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":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":"imports","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":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"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":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessLevel","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":false,"unsettable":false,"transient":false,"unique":false,"name":"implementz","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":"members","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"},{"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":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"access","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"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":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":"isstatic","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"name":"PRIVATE","id":121,"value":0,"literal":"private","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":122,"value":1,"literal":"protected","eClass":"EEnumLiteral"},{"name":"PUBLIC","id":123,"value":2,"literal":"public","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"progression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignee","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"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":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":"value","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"},{"container":false,"ordered":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":278,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"childContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"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":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"resolveProxies":true,"lowerBound":1,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":306,"derived":false},{"container":false,"ordered":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":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"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":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stream","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rootFrame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectsHeap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputStream","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arraysHeap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextCache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"frameCache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"call","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childFrame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentFrame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"rootContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"newz","changeable":true,"resolveProxies":true,"lowerBound":1,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methodcall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fieldbindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":82,"target":85},{"source":82,"target":1},{"source":83,"target":2},{"source":83,"target":86},{"source":83,"target":1},{"source":86,"target":2},{"source":84,"target":3},{"source":84,"target":87},{"source":84,"target":1},{"source":87,"target":3},{"source":2,"target":0},{"source":2,"target":88},{"source":88,"target":89},{"source":88,"target":2},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":90},{"source":3,"target":91},{"source":3,"target":92},{"source":3,"target":93},{"source":90,"target":10},{"source":90,"target":94},{"source":90,"target":3},{"source":94,"target":10},{"source":91,"target":5},{"source":91,"target":95},{"source":91,"target":3},{"source":95,"target":5},{"source":92,"target":6},{"source":92,"target":96},{"source":92,"target":3},{"source":96,"target":6},{"source":93,"target":21},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":97},{"source":4,"target":98},{"source":4,"target":99},{"source":97,"target":100},{"source":97,"target":4},{"source":98,"target":4},{"source":98,"target":101},{"source":98,"target":4},{"source":101,"target":4},{"source":99,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":102},{"source":102,"target":3},{"source":6,"target":0},{"source":6,"target":22},{"source":6,"target":103},{"source":6,"target":104},{"source":103,"target":10},{"source":103,"target":105},{"source":103,"target":6},{"source":105,"target":10},{"source":104,"target":22},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":106},{"source":7,"target":107},{"source":7,"target":108},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":106,"target":112},{"source":106,"target":7},{"source":107,"target":113},{"source":107,"target":7},{"source":108,"target":8},{"source":108,"target":114},{"source":108,"target":7},{"source":114,"target":8},{"source":109,"target":11},{"source":109,"target":115},{"source":109,"target":7},{"source":115,"target":11},{"source":110,"target":79},{"source":110,"target":116},{"source":110,"target":7},{"source":116,"target":79},{"source":111,"target":6},{"source":8,"target":0},{"source":8,"target":23},{"source":8,"target":117},{"source":117,"target":23},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":118},{"source":9,"target":119},{"source":118,"target":27},{"source":118,"target":120},{"source":118,"target":9},{"source":120,"target":27},{"source":119,"target":6},{"source":10,"target":0},{"source":10,"target":121},{"source":10,"target":122},{"source":10,"target":123},{"source":121,"target":10},{"source":122,"target":10},{"source":123,"target":10},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":124},{"source":11,"target":125},{"source":124,"target":12},{"source":124,"target":126},{"source":124,"target":11},{"source":126,"target":12},{"source":125,"target":12},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":127},{"source":13,"target":128},{"source":127,"target":27},{"source":127,"target":129},{"source":127,"target":13},{"source":129,"target":27},{"source":128,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":130},{"source":14,"target":131},{"source":130,"target":27},{"source":130,"target":132},{"source":130,"target":14},{"source":132,"target":27},{"source":131,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":133},{"source":15,"target":134},{"source":15,"target":135},{"source":15,"target":136},{"source":133,"target":27},{"source":133,"target":137},{"source":133,"target":15},{"source":137,"target":27},{"source":134,"target":11},{"source":134,"target":138},{"source":134,"target":15},{"source":138,"target":11},{"source":135,"target":11},{"source":135,"target":139},{"source":135,"target":15},{"source":139,"target":11},{"source":136,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":140},{"source":16,"target":141},{"source":16,"target":142},{"source":140,"target":27},{"source":140,"target":143},{"source":140,"target":16},{"source":143,"target":27},{"source":141,"target":11},{"source":141,"target":144},{"source":141,"target":16},{"source":144,"target":11},{"source":142,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":145},{"source":17,"target":146},{"source":17,"target":147},{"source":17,"target":148},{"source":17,"target":149},{"source":145,"target":25},{"source":145,"target":150},{"source":145,"target":17},{"source":150,"target":25},{"source":146,"target":27},{"source":146,"target":151},{"source":146,"target":17},{"source":151,"target":27},{"source":147,"target":25},{"source":147,"target":152},{"source":147,"target":17},{"source":152,"target":25},{"source":148,"target":11},{"source":148,"target":153},{"source":148,"target":17},{"source":153,"target":11},{"source":149,"target":12},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":154},{"source":154,"target":18},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":155},{"source":20,"target":156},{"source":155,"target":3},{"source":155,"target":157},{"source":155,"target":20},{"source":157,"target":3},{"source":156,"target":19},{"source":21,"target":0},{"source":21,"target":158},{"source":158,"target":159},{"source":158,"target":21},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":160},{"source":22,"target":161},{"source":160,"target":18},{"source":160,"target":162},{"source":160,"target":22},{"source":162,"target":18},{"source":161,"target":21},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":163},{"source":163,"target":22},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":26},{"source":24,"target":164},{"source":24,"target":165},{"source":164,"target":23},{"source":165,"target":26},{"source":25,"target":0},{"source":25,"target":12},{"source":25,"target":166},{"source":25,"target":167},{"source":25,"target":168},{"source":166,"target":26},{"source":166,"target":169},{"source":166,"target":25},{"source":169,"target":26},{"source":167,"target":27},{"source":167,"target":170},{"source":167,"target":25},{"source":170,"target":27},{"source":168,"target":12},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":12},{"source":27,"target":26},{"source":27,"target":171},{"source":27,"target":172},{"source":171,"target":12},{"source":172,"target":26},{"source":28,"target":0},{"source":28,"target":18},{"source":28,"target":173},{"source":28,"target":174},{"source":173,"target":19},{"source":173,"target":175},{"source":173,"target":28},{"source":175,"target":19},{"source":174,"target":18},{"source":29,"target":0},{"source":29,"target":19},{"source":29,"target":176},{"source":176,"target":19},{"source":30,"target":0},{"source":30,"target":19},{"source":30,"target":177},{"source":177,"target":19},{"source":31,"target":0},{"source":31,"target":19},{"source":31,"target":178},{"source":178,"target":19},{"source":32,"target":0},{"source":32,"target":19},{"source":32,"target":179},{"source":179,"target":19},{"source":33,"target":0},{"source":33,"target":27},{"source":33,"target":180},{"source":33,"target":181},{"source":33,"target":182},{"source":180,"target":27},{"source":180,"target":183},{"source":180,"target":33},{"source":183,"target":27},{"source":181,"target":27},{"source":181,"target":184},{"source":181,"target":33},{"source":184,"target":27},{"source":182,"target":27},{"source":34,"target":0},{"source":34,"target":27},{"source":34,"target":185},{"source":34,"target":186},{"source":34,"target":187},{"source":185,"target":27},{"source":185,"target":188},{"source":185,"target":34},{"source":188,"target":27},{"source":186,"target":27},{"source":186,"target":189},{"source":186,"target":34},{"source":189,"target":27},{"source":187,"target":27},{"source":35,"target":0},{"source":35,"target":27},{"source":35,"target":190},{"source":35,"target":191},{"source":35,"target":192},{"source":190,"target":27},{"source":190,"target":193},{"source":190,"target":35},{"source":193,"target":27},{"source":191,"target":27},{"source":191,"target":194},{"source":191,"target":35},{"source":194,"target":27},{"source":192,"target":27},{"source":36,"target":0},{"source":36,"target":27},{"source":36,"target":195},{"source":36,"target":196},{"source":36,"target":197},{"source":195,"target":27},{"source":195,"target":198},{"source":195,"target":36},{"source":198,"target":27},{"source":196,"target":27},{"source":196,"target":199},{"source":196,"target":36},{"source":199,"target":27},{"source":197,"target":27},{"source":37,"target":0},{"source":37,"target":27},{"source":37,"target":200},{"source":37,"target":201},{"source":37,"target":202},{"source":200,"target":27},{"source":200,"target":203},{"source":200,"target":37},{"source":203,"target":27},{"source":201,"target":27},{"source":201,"target":204},{"source":201,"target":37},{"source":204,"target":27},{"source":202,"target":27},{"source":38,"target":0},{"source":38,"target":27},{"source":38,"target":205},{"source":38,"target":206},{"source":38,"target":207},{"source":205,"target":27},{"source":205,"target":208},{"source":205,"target":38},{"source":208,"target":27},{"source":206,"target":27},{"source":206,"target":209},{"source":206,"target":38},{"source":209,"target":27},{"source":207,"target":27},{"source":39,"target":0},{"source":39,"target":27},{"source":39,"target":210},{"source":39,"target":211},{"source":39,"target":212},{"source":210,"target":27},{"source":210,"target":213},{"source":210,"target":39},{"source":213,"target":27},{"source":211,"target":27},{"source":211,"target":214},{"source":211,"target":39},{"source":214,"target":27},{"source":212,"target":27},{"source":40,"target":0},{"source":40,"target":27},{"source":40,"target":215},{"source":40,"target":216},{"source":40,"target":217},{"source":215,"target":27},{"source":215,"target":218},{"source":215,"target":40},{"source":218,"target":27},{"source":216,"target":27},{"source":216,"target":219},{"source":216,"target":40},{"source":219,"target":27},{"source":217,"target":27},{"source":41,"target":0},{"source":41,"target":27},{"source":41,"target":220},{"source":41,"target":221},{"source":41,"target":222},{"source":220,"target":27},{"source":220,"target":223},{"source":220,"target":41},{"source":223,"target":27},{"source":221,"target":27},{"source":221,"target":224},{"source":221,"target":41},{"source":224,"target":27},{"source":222,"target":27},{"source":42,"target":0},{"source":42,"target":27},{"source":42,"target":225},{"source":42,"target":226},{"source":42,"target":227},{"source":225,"target":27},{"source":225,"target":228},{"source":225,"target":42},{"source":228,"target":27},{"source":226,"target":27},{"source":226,"target":229},{"source":226,"target":42},{"source":229,"target":27},{"source":227,"target":27},{"source":43,"target":0},{"source":43,"target":27},{"source":43,"target":230},{"source":43,"target":231},{"source":43,"target":232},{"source":230,"target":27},{"source":230,"target":233},{"source":230,"target":43},{"source":233,"target":27},{"source":231,"target":27},{"source":231,"target":234},{"source":231,"target":43},{"source":234,"target":27},{"source":232,"target":27},{"source":44,"target":0},{"source":44,"target":27},{"source":44,"target":235},{"source":44,"target":236},{"source":44,"target":237},{"source":235,"target":27},{"source":235,"target":238},{"source":235,"target":44},{"source":238,"target":27},{"source":236,"target":27},{"source":236,"target":239},{"source":236,"target":44},{"source":239,"target":27},{"source":237,"target":27},{"source":45,"target":0},{"source":45,"target":27},{"source":45,"target":240},{"source":45,"target":241},{"source":45,"target":242},{"source":240,"target":27},{"source":240,"target":243},{"source":240,"target":45},{"source":243,"target":27},{"source":241,"target":27},{"source":241,"target":244},{"source":241,"target":45},{"source":244,"target":27},{"source":242,"target":27},{"source":46,"target":0},{"source":46,"target":27},{"source":46,"target":245},{"source":46,"target":246},{"source":245,"target":27},{"source":245,"target":247},{"source":245,"target":46},{"source":247,"target":27},{"source":246,"target":27},{"source":47,"target":0},{"source":47,"target":27},{"source":47,"target":248},{"source":47,"target":249},{"source":248,"target":27},{"source":248,"target":250},{"source":248,"target":47},{"source":250,"target":27},{"source":249,"target":27},{"source":48,"target":0},{"source":48,"target":27},{"source":48,"target":251},{"source":48,"target":252},{"source":251,"target":27},{"source":251,"target":253},{"source":251,"target":48},{"source":253,"target":27},{"source":252,"target":27},{"source":49,"target":0},{"source":49,"target":27},{"source":49,"target":254},{"source":49,"target":255},{"source":49,"target":256},{"source":254,"target":27},{"source":254,"target":257},{"source":254,"target":49},{"source":257,"target":27},{"source":255,"target":9},{"source":255,"target":258},{"source":255,"target":49},{"source":258,"target":9},{"source":256,"target":27},{"source":50,"target":0},{"source":50,"target":27},{"source":50,"target":259},{"source":50,"target":260},{"source":50,"target":261},{"source":50,"target":262},{"source":259,"target":27},{"source":259,"target":263},{"source":259,"target":50},{"source":263,"target":27},{"source":260,"target":7},{"source":260,"target":264},{"source":260,"target":50},{"source":264,"target":7},{"source":261,"target":27},{"source":261,"target":265},{"source":261,"target":50},{"source":265,"target":27},{"source":262,"target":27},{"source":51,"target":0},{"source":51,"target":27},{"source":51,"target":266},{"source":51,"target":267},{"source":266,"target":268},{"source":266,"target":51},{"source":267,"target":27},{"source":52,"target":0},{"source":52,"target":27},{"source":52,"target":269},{"source":52,"target":270},{"source":269,"target":271},{"source":269,"target":52},{"source":270,"target":27},{"source":53,"target":0},{"source":53,"target":27},{"source":53,"target":272},{"source":53,"target":273},{"source":272,"target":274},{"source":272,"target":53},{"source":273,"target":27},{"source":54,"target":0},{"source":54,"target":27},{"source":54,"target":275},{"source":275,"target":27},{"source":55,"target":0},{"source":55,"target":27},{"source":55,"target":276},{"source":276,"target":27},{"source":56,"target":0},{"source":56,"target":27},{"source":56,"target":277},{"source":277,"target":27},{"source":57,"target":0},{"source":57,"target":27},{"source":57,"target":278},{"source":57,"target":279},{"source":57,"target":280},{"source":278,"target":4},{"source":278,"target":281},{"source":278,"target":57},{"source":281,"target":4},{"source":279,"target":27},{"source":279,"target":282},{"source":279,"target":57},{"source":282,"target":27},{"source":280,"target":27},{"source":58,"target":0},{"source":58,"target":27},{"source":58,"target":283},{"source":58,"target":284},{"source":58,"target":285},{"source":283,"target":18},{"source":283,"target":286},{"source":283,"target":58},{"source":286,"target":18},{"source":284,"target":27},{"source":284,"target":287},{"source":284,"target":58},{"source":287,"target":27},{"source":285,"target":27},{"source":59,"target":0},{"source":59,"target":27},{"source":59,"target":288},{"source":59,"target":289},{"source":288,"target":23},{"source":288,"target":290},{"source":288,"target":59},{"source":290,"target":23},{"source":289,"target":27},{"source":60,"target":0},{"source":60,"target":291},{"source":60,"target":292},{"source":60,"target":293},{"source":60,"target":294},{"source":291,"target":63},{"source":291,"target":295},{"source":291,"target":60},{"source":295,"target":63},{"source":292,"target":60},{"source":292,"target":296},{"source":292,"target":60},{"source":292,"target":293},{"source":296,"target":60},{"source":293,"target":60},{"source":293,"target":297},{"source":293,"target":60},{"source":293,"target":292},{"source":297,"target":60},{"source":294,"target":78},{"source":294,"target":298},{"source":294,"target":60},{"source":298,"target":78},{"source":61,"target":0},{"source":62,"target":0},{"source":62,"target":61},{"source":62,"target":299},{"source":62,"target":300},{"source":299,"target":301},{"source":299,"target":62},{"source":300,"target":61},{"source":63,"target":0},{"source":63,"target":302},{"source":63,"target":303},{"source":302,"target":61},{"source":302,"target":304},{"source":302,"target":63},{"source":304,"target":61},{"source":303,"target":23},{"source":303,"target":305},{"source":303,"target":63},{"source":305,"target":23},{"source":64,"target":0},{"source":64,"target":306},{"source":64,"target":307},{"source":306,"target":9},{"source":306,"target":308},{"source":306,"target":64},{"source":308,"target":9},{"source":307,"target":61},{"source":307,"target":309},{"source":307,"target":64},{"source":309,"target":61},{"source":65,"target":0},{"source":65,"target":61},{"source":65,"target":310},{"source":65,"target":311},{"source":310,"target":312},{"source":310,"target":65},{"source":311,"target":61},{"source":66,"target":0},{"source":66,"target":61},{"source":66,"target":313},{"source":66,"target":314},{"source":313,"target":315},{"source":313,"target":66},{"source":314,"target":61},{"source":67,"target":0},{"source":67,"target":316},{"source":316,"target":317},{"source":316,"target":67},{"source":68,"target":0},{"source":68,"target":318},{"source":68,"target":319},{"source":68,"target":320},{"source":68,"target":321},{"source":68,"target":322},{"source":68,"target":323},{"source":318,"target":69},{"source":318,"target":324},{"source":318,"target":68},{"source":324,"target":69},{"source":319,"target":74},{"source":319,"target":325},{"source":319,"target":68},{"source":325,"target":74},{"source":320,"target":67},{"source":320,"target":326},{"source":320,"target":68},{"source":326,"target":67},{"source":321,"target":75},{"source":321,"target":327},{"source":321,"target":68},{"source":327,"target":75},{"source":322,"target":60},{"source":322,"target":328},{"source":322,"target":68},{"source":328,"target":60},{"source":323,"target":69},{"source":323,"target":329},{"source":323,"target":68},{"source":329,"target":69},{"source":69,"target":0},{"source":69,"target":330},{"source":69,"target":331},{"source":69,"target":332},{"source":69,"target":333},{"source":69,"target":334},{"source":69,"target":335},{"source":330,"target":71},{"source":330,"target":336},{"source":330,"target":69},{"source":336,"target":71},{"source":331,"target":74},{"source":331,"target":337},{"source":331,"target":69},{"source":337,"target":74},{"source":332,"target":69},{"source":332,"target":338},{"source":332,"target":69},{"source":332,"target":333},{"source":338,"target":69},{"source":333,"target":69},{"source":333,"target":339},{"source":333,"target":69},{"source":333,"target":332},{"source":339,"target":69},{"source":334,"target":60},{"source":334,"target":340},{"source":334,"target":69},{"source":340,"target":60},{"source":335,"target":61},{"source":335,"target":341},{"source":335,"target":69},{"source":341,"target":61},{"source":70,"target":0},{"source":70,"target":61},{"source":70,"target":342},{"source":342,"target":61},{"source":71,"target":0},{"source":72,"target":0},{"source":72,"target":71},{"source":72,"target":343},{"source":72,"target":344},{"source":343,"target":57},{"source":343,"target":345},{"source":343,"target":72},{"source":345,"target":57},{"source":344,"target":71},{"source":73,"target":0},{"source":73,"target":71},{"source":73,"target":346},{"source":73,"target":347},{"source":346,"target":50},{"source":346,"target":348},{"source":346,"target":73},{"source":348,"target":50},{"source":347,"target":71},{"source":74,"target":0},{"source":74,"target":349},{"source":74,"target":350},{"source":349,"target":64},{"source":349,"target":351},{"source":349,"target":74},{"source":351,"target":64},{"source":350,"target":4},{"source":350,"target":352},{"source":350,"target":74},{"source":352,"target":4},{"source":75,"target":0},{"source":75,"target":353},{"source":75,"target":354},{"source":353,"target":61},{"source":353,"target":355},{"source":353,"target":75},{"source":355,"target":61},{"source":354,"target":356},{"source":354,"target":75},{"source":76,"target":0},{"source":76,"target":61},{"source":76,"target":357},{"source":76,"target":358},{"source":357,"target":74},{"source":357,"target":359},{"source":357,"target":76},{"source":359,"target":74},{"source":358,"target":61},{"source":77,"target":0},{"source":77,"target":61},{"source":77,"target":360},{"source":77,"target":361},{"source":360,"target":75},{"source":360,"target":362},{"source":360,"target":77},{"source":362,"target":75},{"source":361,"target":61},{"source":78,"target":0},{"source":78,"target":363},{"source":78,"target":364},{"source":363,"target":23},{"source":363,"target":365},{"source":363,"target":78},{"source":365,"target":23},{"source":364,"target":63},{"source":364,"target":366},{"source":364,"target":78},{"source":366,"target":63},{"source":79,"target":0},{"source":79,"target":367},{"source":79,"target":368},{"source":367,"target":4},{"source":367,"target":369},{"source":367,"target":79},{"source":369,"target":4},{"source":368,"target":7},{"source":368,"target":370},{"source":368,"target":79},{"source":370,"target":7},{"source":80,"target":0},{"source":80,"target":27},{"source":80,"target":371},{"source":80,"target":372},{"source":80,"target":373},{"source":371,"target":27},{"source":371,"target":374},{"source":371,"target":80},{"source":374,"target":27},{"source":372,"target":27},{"source":372,"target":375},{"source":372,"target":80},{"source":375,"target":27},{"source":373,"target":27},{"source":81,"target":0},{"source":81,"target":27},{"source":81,"target":376},{"source":81,"target":377},{"source":376,"target":378},{"source":376,"target":81},{"source":377,"target":27}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="railDsl" nsURI="http://www.bme.hu/iit/vke/raildsl" nsPrefix="railDsl">
<eClassifiers xsi:type="ecore:EClass" name="Station" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1"
eType="#//Declaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Declaration" abstract="true" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TrackObject" abstract="true" eSuperTypes="#//Declaration #//RouteObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//Declaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//VertexKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Segment" eSuperTypes="#//TrackObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="start" eType="#//Vertex"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="end" eType="#//Vertex"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="objects" upperBound="-1"
eType="#//SegmentObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SegmentObject" abstract="true" eSuperTypes="#//NamedElement #//RouteObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#//SegmentPosition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Derailer" eSuperTypes="#//SegmentObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LevelCrossing" eSuperTypes="#//SegmentObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="closed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//SegmentObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="distantFor" eType="#//Signal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="main" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shunting" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Platform" eSuperTypes="#//SegmentObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SegmentPosition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="atStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="atEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="position" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="side" eType="#//Side"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" eType="#//Orientation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="segment" eType="#//Segment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Point" eSuperTypes="#//TrackObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1"
eType="#//Vertex"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1"
eType="#//Vertex"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//PointKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selectedInput" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selectedOutput" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Track" eSuperTypes="#//Declaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" unique="false"
upperBound="-1" eType="#//TrackObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SpeedLimit">
<eLiterals name="Stop"/>
<eLiterals name="Speed40" value="2"/>
<eLiterals name="Speed80" value="3"/>
<eLiterals name="Speed120" value="4"/>
<eLiterals name="Max" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PointKind">
<eLiterals name="FixedCrossing"/>
<eLiterals name="SimplePoint" value="1"/>
<eLiterals name="DoublePoint" value="2"/>
<eLiterals name="SingleSlipPoint" value="3"/>
<eLiterals name="DoubleSlipPoint" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="VertexKind">
<eLiterals name="InnerVertex"/>
<eLiterals name="TrackEnd" value="1"/>
<eLiterals name="StationBorder" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Orientation">
<eLiterals name="Forwards"/>
<eLiterals name="Backwards" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Side">
<eLiterals name="Both"/>
<eLiterals name="Right" value="1"/>
<eLiterals name="Left" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Train" eSuperTypes="#//Declaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="speed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="segments" upperBound="-1"
eType="#//TrainSegment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#//SegmentPosition"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="acceleration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrainSegment">
<eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#//SegmentPosition"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RouteObject" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="speedLimit" eType="#//SpeedLimit"
defaultValueLiteral="Max"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="error" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrainRoute" eSuperTypes="#//Declaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="path" upperBound="-1" eType="#//TrainRouteObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//TrainRouteKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="startSignal" eType="#//Signal"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="endSignal" eType="#//Signal"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="protectionObjects" upperBound="-1"
eType="#//TrainRouteObject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conflictingRoutes" upperBound="-1"
eType="#//TrainRoute"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TrainRouteKind">
<eLiterals name="Main"/>
<eLiterals name="Shunting" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrainRouteObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="speedLimit" eType="#//SpeedLimit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrainRoutePoint" eSuperTypes="#//TrainRouteObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="originalPoint" eType="#//Point"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selectedInput" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selectedOutput" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrainRouteSegment" eSuperTypes="#//TrainRouteObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="originalSegment" eType="#//Segment"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/balazssimon/meta-cs/src/Test/MetaDslx.Bootstrap/RailDsl.ecore | ecore | railDsl
Station
declarations
Declaration
TrackObject
length
Vertex
kind
Segment
start
end
objects
SegmentObject
position
Derailer
active
LevelCrossing
closed
length
Signal
distantFor
main
shunting
Platform
length
SegmentPosition
atStart
atEnd
position
side
orientation
segment
Point
inputs
outputs
kind
selectedInput
selectedOutput
locked
Track
elements
SpeedLimit
Stop
Stop
Speed40
Speed40
Speed80
Speed80
Speed120
Speed120
Max
Max
PointKind
FixedCrossing
FixedCrossing
SimplePoint
SimplePoint
DoublePoint
DoublePoint
SingleSlipPoint
SingleSlipPoint
DoubleSlipPoint
DoubleSlipPoint
VertexKind
InnerVertex
InnerVertex
TrackEnd
TrackEnd
StationBorder
StationBorder
NamedElement
name
Orientation
Forwards
Forwards
Backwards
Backwards
Side
Both
Both
Right
Right
Left
Left
Train
length
speed
segments
position
acceleration
TrainSegment
position
length
RouteObject
speedLimit
Max
error
TrainRoute
path
kind
startSignal
endSignal
protectionObjects
conflictingRoutes
locked
TrainRouteKind
Main
Main
Shunting
Shunting
TrainRouteObject
speedLimit
TrainRoutePoint
originalPoint
selectedInput
selectedOutput
TrainRouteSegment
originalSegment | null | {"directed":true,"nodes":[{"nsPrefix":"railDsl","nsURI":"http://www.bme.hu/iit/vke/raildsl","name":"railDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Station","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrackObject","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Segment","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SegmentObject","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Derailer","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LevelCrossing","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Platform","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SegmentPosition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Track","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SpeedLimit","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PointKind","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VertexKind","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Orientation","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Side","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Train","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrainSegment","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RouteObject","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrainRoute","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TrainRouteKind","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrainRouteObject","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrainRoutePoint","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrainRouteSegment","instanceClass":null,"abstract":false,"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":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"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":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"start","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":"end","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"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":"closed","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"distantFor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"main","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shunting","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"},{"ordered":true,"upperBound":1,"defaultValue":0.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":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"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":"atStart","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"atEnd","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"side","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"orientation","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"segment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"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":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"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":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectedInput","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectedOutput","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locked","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"name":"Stop","id":96,"value":0,"literal":"Stop","eClass":"EEnumLiteral"},{"name":"Speed40","id":97,"value":2,"literal":"Speed40","eClass":"EEnumLiteral"},{"name":"Speed80","id":98,"value":3,"literal":"Speed80","eClass":"EEnumLiteral"},{"name":"Speed120","id":99,"value":4,"literal":"Speed120","eClass":"EEnumLiteral"},{"name":"Max","id":100,"value":5,"literal":"Max","eClass":"EEnumLiteral"},{"name":"FixedCrossing","id":101,"value":0,"literal":"FixedCrossing","eClass":"EEnumLiteral"},{"name":"SimplePoint","id":102,"value":1,"literal":"SimplePoint","eClass":"EEnumLiteral"},{"name":"DoublePoint","id":103,"value":2,"literal":"DoublePoint","eClass":"EEnumLiteral"},{"name":"SingleSlipPoint","id":104,"value":3,"literal":"SingleSlipPoint","eClass":"EEnumLiteral"},{"name":"DoubleSlipPoint","id":105,"value":4,"literal":"DoubleSlipPoint","eClass":"EEnumLiteral"},{"name":"InnerVertex","id":106,"value":0,"literal":"InnerVertex","eClass":"EEnumLiteral"},{"name":"TrackEnd","id":107,"value":1,"literal":"TrackEnd","eClass":"EEnumLiteral"},{"name":"StationBorder","id":108,"value":2,"literal":"StationBorder","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":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"name":"Forwards","id":111,"value":0,"literal":"Forwards","eClass":"EEnumLiteral"},{"name":"Backwards","id":112,"value":1,"literal":"Backwards","eClass":"EEnumLiteral"},{"name":"Both","id":113,"value":0,"literal":"Both","eClass":"EEnumLiteral"},{"name":"Right","id":114,"value":1,"literal":"Right","eClass":"EEnumLiteral"},{"name":"Left","id":115,"value":2,"literal":"Left","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":"length","changeable":true,"lowerBound":0,"iD":false,"id":116,"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":"speed","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"segments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"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":"acceleration","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Max","unsettable":false,"transient":false,"unique":true,"name":"speedLimit","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"error","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"startSignal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"endSignal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"protectionObjects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conflictingRoutes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locked","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"name":"Main","id":150,"value":0,"literal":"Main","eClass":"EEnumLiteral"},{"name":"Shunting","id":151,"value":1,"literal":"Shunting","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"speedLimit","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectedInput","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectedOutput","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalSegment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":17},{"source":1,"target":28},{"source":1,"target":29},{"source":28,"target":2},{"source":28,"target":30},{"source":28,"target":1},{"source":30,"target":2},{"source":29,"target":17},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":31},{"source":31,"target":17},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":22},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":32,"target":35},{"source":32,"target":3},{"source":33,"target":2},{"source":34,"target":22},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":36},{"source":4,"target":37},{"source":36,"target":16},{"source":36,"target":38},{"source":36,"target":4},{"source":38,"target":16},{"source":37,"target":2},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":39,"target":4},{"source":39,"target":43},{"source":39,"target":5},{"source":43,"target":4},{"source":40,"target":4},{"source":40,"target":44},{"source":40,"target":5},{"source":44,"target":4},{"source":41,"target":6},{"source":41,"target":45},{"source":41,"target":5},{"source":45,"target":6},{"source":42,"target":3},{"source":6,"target":0},{"source":6,"target":17},{"source":6,"target":22},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":46,"target":11},{"source":46,"target":49},{"source":46,"target":6},{"source":49,"target":11},{"source":47,"target":17},{"source":48,"target":22},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":50},{"source":7,"target":51},{"source":50,"target":52},{"source":50,"target":7},{"source":51,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":53,"target":56},{"source":53,"target":8},{"source":54,"target":57},{"source":54,"target":8},{"source":55,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":9,"target":61},{"source":58,"target":9},{"source":58,"target":62},{"source":58,"target":9},{"source":62,"target":9},{"source":59,"target":63},{"source":59,"target":9},{"source":60,"target":64},{"source":60,"target":9},{"source":61,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":65},{"source":10,"target":66},{"source":65,"target":67},{"source":65,"target":10},{"source":66,"target":6},{"source":11,"target":0},{"source":11,"target":68},{"source":11,"target":69},{"source":11,"target":70},{"source":11,"target":71},{"source":11,"target":72},{"source":11,"target":73},{"source":68,"target":74},{"source":68,"target":11},{"source":69,"target":75},{"source":69,"target":11},{"source":70,"target":76},{"source":70,"target":11},{"source":71,"target":19},{"source":71,"target":77},{"source":71,"target":11},{"source":77,"target":19},{"source":72,"target":18},{"source":72,"target":78},{"source":72,"target":11},{"source":78,"target":18},{"source":73,"target":5},{"source":73,"target":79},{"source":73,"target":11},{"source":79,"target":5},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":80},{"source":12,"target":81},{"source":12,"target":82},{"source":12,"target":83},{"source":12,"target":84},{"source":12,"target":85},{"source":12,"target":86},{"source":80,"target":4},{"source":80,"target":87},{"source":80,"target":12},{"source":87,"target":4},{"source":81,"target":4},{"source":81,"target":88},{"source":81,"target":12},{"source":88,"target":4},{"source":82,"target":15},{"source":82,"target":89},{"source":82,"target":12},{"source":89,"target":15},{"source":83,"target":90},{"source":83,"target":12},{"source":84,"target":91},{"source":84,"target":12},{"source":85,"target":92},{"source":85,"target":12},{"source":86,"target":3},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":93},{"source":13,"target":94},{"source":93,"target":3},{"source":93,"target":95},{"source":93,"target":13},{"source":95,"target":3},{"source":94,"target":2},{"source":14,"target":0},{"source":14,"target":96},{"source":14,"target":97},{"source":14,"target":98},{"source":14,"target":99},{"source":14,"target":100},{"source":96,"target":14},{"source":97,"target":14},{"source":98,"target":14},{"source":99,"target":14},{"source":100,"target":14},{"source":15,"target":0},{"source":15,"target":101},{"source":15,"target":102},{"source":15,"target":103},{"source":15,"target":104},{"source":15,"target":105},{"source":101,"target":15},{"source":102,"target":15},{"source":103,"target":15},{"source":104,"target":15},{"source":105,"target":15},{"source":16,"target":0},{"source":16,"target":106},{"source":16,"target":107},{"source":16,"target":108},{"source":106,"target":16},{"source":107,"target":16},{"source":108,"target":16},{"source":17,"target":0},{"source":17,"target":109},{"source":109,"target":110},{"source":109,"target":17},{"source":18,"target":0},{"source":18,"target":111},{"source":18,"target":112},{"source":111,"target":18},{"source":112,"target":18},{"source":19,"target":0},{"source":19,"target":113},{"source":19,"target":114},{"source":19,"target":115},{"source":113,"target":19},{"source":114,"target":19},{"source":115,"target":19},{"source":20,"target":0},{"source":20,"target":2},{"source":20,"target":116},{"source":20,"target":117},{"source":20,"target":118},{"source":20,"target":119},{"source":20,"target":120},{"source":20,"target":121},{"source":116,"target":122},{"source":116,"target":20},{"source":117,"target":123},{"source":117,"target":20},{"source":118,"target":21},{"source":118,"target":124},{"source":118,"target":20},{"source":124,"target":21},{"source":119,"target":11},{"source":119,"target":125},{"source":119,"target":20},{"source":125,"target":11},{"source":120,"target":126},{"source":120,"target":20},{"source":121,"target":2},{"source":21,"target":0},{"source":21,"target":127},{"source":21,"target":128},{"source":127,"target":11},{"source":127,"target":129},{"source":127,"target":21},{"source":129,"target":11},{"source":128,"target":130},{"source":128,"target":21},{"source":22,"target":0},{"source":22,"target":131},{"source":22,"target":132},{"source":131,"target":14},{"source":131,"target":133},{"source":131,"target":22},{"source":133,"target":14},{"source":132,"target":134},{"source":132,"target":22},{"source":23,"target":0},{"source":23,"target":2},{"source":23,"target":135},{"source":23,"target":136},{"source":23,"target":137},{"source":23,"target":138},{"source":23,"target":139},{"source":23,"target":140},{"source":23,"target":141},{"source":23,"target":142},{"source":135,"target":25},{"source":135,"target":143},{"source":135,"target":23},{"source":143,"target":25},{"source":136,"target":24},{"source":136,"target":144},{"source":136,"target":23},{"source":144,"target":24},{"source":137,"target":9},{"source":137,"target":145},{"source":137,"target":23},{"source":145,"target":9},{"source":138,"target":9},{"source":138,"target":146},{"source":138,"target":23},{"source":146,"target":9},{"source":139,"target":25},{"source":139,"target":147},{"source":139,"target":23},{"source":147,"target":25},{"source":140,"target":23},{"source":140,"target":148},{"source":140,"target":23},{"source":148,"target":23},{"source":141,"target":149},{"source":141,"target":23},{"source":142,"target":2},{"source":24,"target":0},{"source":24,"target":150},{"source":24,"target":151},{"source":150,"target":24},{"source":151,"target":24},{"source":25,"target":0},{"source":25,"target":152},{"source":152,"target":14},{"source":152,"target":153},{"source":152,"target":25},{"source":153,"target":14},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":154},{"source":26,"target":155},{"source":26,"target":156},{"source":26,"target":157},{"source":154,"target":12},{"source":154,"target":158},{"source":154,"target":26},{"source":158,"target":12},{"source":155,"target":159},{"source":155,"target":26},{"source":156,"target":160},{"source":156,"target":26},{"source":157,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":161},{"source":27,"target":162},{"source":161,"target":5},{"source":161,"target":163},{"source":161,"target":27},{"source":163,"target":5},{"source":162,"target":25}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="highlevelnets" nsURI="mathtech.ru/npntool/nets/" nsPrefix="nets">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An instance of TokenTypeElementNet with marking.
It corresponds to a net token in Nested Petri Nets."/>
</eAnnotations>
<eSubpackages name="marking" nsURI="http://mathtech.ru/npntool/nets/marking" nsPrefix="marking">
<eClassifiers xsi:type="ecore:EClass" name="Marking" eSuperTypes="#//common/INetElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="map" upperBound="-1"
eType="#//marking/PlaceMarking" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlaceMarking" eSuperTypes="#//common/IEntityIdentifiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="place" lowerBound="1"
eType="#//hlpn/Place"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="marking" lowerBound="1"
eType="#//tokenexpressions/TokenMultiSet" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HighLevelPetriNetMarked" eSuperTypes="#//common/INetElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//hlpn/HighLevelPetriNet"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="marking" lowerBound="1"
eType="#//marking/Marking" containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="tokentypes" nsURI="http://mathtech.ru/npntool/nets/tokentypes"
nsPrefix="tokentypes">
<eClassifiers xsi:type="ecore:EClass" name="TokenType" abstract="true" eSuperTypes="#//common/INetElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TokenTypeAtomic" eSuperTypes="#//tokentypes/TokenType">
<eStructuralFeatures xsi:type="ecore:EReference" name="instance" lowerBound="1"
eType="#//tokentypes/Atom" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="atom" lowerBound="1"
eType="#//tokentypes/TokenAtomic" containment="true" eOpposite="#//tokentypes/TokenAtomic/type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TokenTypeElementNet" eSuperTypes="#//tokentypes/TokenType">
<eOperations name="getInstanceByID" lowerBound="1">
<eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="createInstance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementNetMarkeds" upperBound="-1"
eType="#//tokentypes/ElementNetMarked" containment="true" eOpposite="#//tokentypes/ElementNetMarked/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//hlpn/HighLevelPetriNet"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tokenNets" upperBound="-1"
eType="#//tokentypes/TokenNet" containment="true" eOpposite="#//tokentypes/TokenNet/type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Token" abstract="true" eSuperTypes="#//common/INetElement">
<eOperations name="getType" lowerBound="1" eType="#//tokentypes/TokenType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1"
eType="#//tokentypes/TokenAttribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TokenAtomic" eSuperTypes="#//tokentypes/Token">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1"
eType="#//tokentypes/TokenTypeAtomic" eOpposite="#//tokentypes/TokenTypeAtomic/atom"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1"
eType="#//tokentypes/Atom"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TokenNet" eSuperTypes="#//tokentypes/Token">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1"
eType="#//tokentypes/TokenTypeElementNet" eOpposite="#//tokentypes/TokenTypeElementNet/tokenNets"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//tokentypes/ElementNetMarked"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TokenAttribute" eSuperTypes="#//common/IEntityIdentifiable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementNetMarked" eSuperTypes="#//common/INetElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1"
eType="#//tokentypes/TokenTypeElementNet" eOpposite="#//tokentypes/TokenTypeElementNet/elementNetMarkeds"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="marking" lowerBound="1"
eType="#//marking/Marking" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Atom" eSuperTypes="#//common/INetElement"/>
</eSubpackages>
<eSubpackages name="tokenexpressions" nsURI="mathtech.ru/npntool/tokenexpressions"
nsPrefix="tokenexpressions">
<eClassifiers xsi:type="ecore:EClass" name="TokenWeight" eSuperTypes="#//common/IEntityIdentifiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="token" lowerBound="1"
eType="#//tokentypes/Token"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TokenMultisetExpression" eSuperTypes="#//common/IEntityIdentifiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1"
eType="#//tokentypes/TokenType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1"
eType="#//tokenexpressions/TokenMultiSet" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TokenMultiSet" eSuperTypes="#//common/IEntityIdentifiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="weight" upperBound="-1"
eType="#//tokenexpressions/TokenWeight" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1"
eType="#//tokentypes/TokenType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//common/IEntityIdentifiable">
<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="context" unique="false"
lowerBound="1" eType="#//hlpn/ContextVariable" eOpposite="#//hlpn/ContextVariable/variables"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TokenVariadicExpression" eSuperTypes="#//common/INetElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="monoms" lowerBound="1"
upperBound="-1" eType="#//tokenexpressions/Monom" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="monomConstants" upperBound="-1"
eType="#//tokenexpressions/MonomConstant" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Monom" eSuperTypes="#//common/IEntityIdentifiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
eType="#//tokenexpressions/Variable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="power" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"
defaultValueLiteral="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TokenExpressionBinding" eSuperTypes="#//common/IEntityIdentifiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//tokenexpressions/TokenVariadicExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindingTokens" upperBound="-1"
eType="#//tokenexpressions/TokenBinding" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TokenBinding" eSuperTypes="#//common/IEntityIdentifiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
eType="#//tokenexpressions/Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1"
eType="#//tokentypes/Token"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MonomConstant" eSuperTypes="#//common/IEntityIdentifiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="constant" lowerBound="1"
eType="#//tokenexpressions/Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1"
eType="#//tokentypes/Token"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="power" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"
defaultValueLiteral="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NetConstant" eSuperTypes="#//common/INetElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="binding" lowerBound="1"
eType="#//tokenexpressions/TokenBinding" containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="hlpn" nsURI="mathtech.ru/npntool/hlpn" nsPrefix="hlpn">
<eClassifiers xsi:type="ecore:EClass" name="HighLevelPetriNet" eSuperTypes="#//common/INetElement #//hlpn/ContextVariable">
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//hlpn/Node" containment="true" eOpposite="#//hlpn/Node/net"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arcs" upperBound="-1"
eType="#//hlpn/Arc" containment="true" eOpposite="#//hlpn/Arc/net"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//hlpn/Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="outArcs" upperBound="-1"
eType="#//hlpn/ArcPT" eOpposite="#//hlpn/ArcPT/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inArcs" upperBound="-1"
eType="#//hlpn/ArcTP" eOpposite="#//hlpn/ArcTP/target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1"
eType="#//tokentypes/TokenType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//hlpn/ContextVariable #//hlpn/Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="inArcs" upperBound="-1"
eType="#//hlpn/ArcPT" eOpposite="#//hlpn/ArcPT/target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outArcs" upperBound="-1"
eType="#//hlpn/ArcTP" eOpposite="#//hlpn/ArcTP/source"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArcPT" eSuperTypes="#//hlpn/Arc">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//hlpn/Place" eOpposite="#//hlpn/Place/outArcs"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//hlpn/Transition" eOpposite="#//hlpn/Transition/inArcs"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inscription" lowerBound="1"
eType="#//tokenexpressions/TokenVariadicExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArcTP" eSuperTypes="#//hlpn/Arc">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//hlpn/Transition" eOpposite="#//hlpn/Transition/outArcs"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//hlpn/Place" eOpposite="#//hlpn/Place/inArcs"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inscription" lowerBound="1"
eType="#//tokenexpressions/TokenVariadicExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContextVariable" abstract="true" eSuperTypes="#//common/IEntityIdentifiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//tokenexpressions/Variable" containment="true" eOpposite="#//tokenexpressions/Variable/context"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//common/INetElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//hlpn/HighLevelPetriNet"
eOpposite="#//hlpn/HighLevelPetriNet/nodes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Arc" abstract="true" eSuperTypes="#//common/INetElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//hlpn/HighLevelPetriNet"
eOpposite="#//hlpn/HighLevelPetriNet/arcs"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="npnets" nsURI="mathtech.ru/npntool/npnets" nsPrefix="npnets">
<eClassifiers xsi:type="ecore:EClass" name="NPnet" eSuperTypes="#//common/INetElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="netSystem" lowerBound="1"
eType="#//hlpn/HighLevelPetriNet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeElementNet" upperBound="-1"
eType="#//tokentypes/TokenTypeElementNet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeAtomic" lowerBound="1"
eType="#//tokentypes/TokenTypeAtomic" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="netConstants" upperBound="-1"
eType="#//tokenexpressions/NetConstant" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="synchronizations" upperBound="-1"
eType="#//npnets/Synchronization" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NPnetMarked" eSuperTypes="#//common/INetElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//npnets/NPnet"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="marking" lowerBound="1"
eType="#//marking/Marking" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="diagramNetSystem" lowerBound="1"
eType="#//npndiagrams/NPNDiagramNetSystem" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Synchronization" eSuperTypes="#//common/INetElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1"
eType="#//npnets/ESynchronizationKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="involved" upperBound="-1"
eType="#//npnets/TransitionSynchronized" eOpposite="#//npnets/TransitionSynchronized/synchronization"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ESynchronizationKind">
<eLiterals name="VerticalSynchronization" value="1"/>
<eLiterals name="HorizontalSynchronization" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionSynchronized" eSuperTypes="#//hlpn/Transition">
<eStructuralFeatures xsi:type="ecore:EReference" name="synchronization" eType="#//npnets/Synchronization"
eOpposite="#//npnets/Synchronization/involved"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="common" nsURI="http:/mathtech.ru/npntool/common" nsPrefix="common">
<eClassifiers xsi:type="ecore:EClass" name="INetElement" abstract="true" eSuperTypes="#//common/IEntityIdentifiable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="targetspace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IEntityIdentifiable" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uuid" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Rectangle" instanceClassName="org.eclipse.draw2d.geometry.Rectangle"/>
<eClassifiers xsi:type="ecore:EDataType" name="Point" instanceClassName="org.eclipse.draw2d.geometry.Point"/>
</eSubpackages>
<eSubpackages name="npndiagrams" nsURI="http:/mathtech.ru/npntool/npndiagrams" nsPrefix="npndiagrams">
<eClassifiers xsi:type="ecore:EClass" name="NPNDiagramNPNMarked" eSuperTypes="#//common/IEntityIdentifiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="diagramNetSystem" lowerBound="1"
eType="#//npndiagrams/NPNDiagramNetSystem"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1"
eType="#//npnets/NPnetMarked"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NPNDiagramNetSystem" eSuperTypes="#//common/IEntityIdentifiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1"
eType="#//hlpn/HighLevelPetriNet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//npndiagrams/NPNSymbolNodeSN" containment="true" eOpposite="#//npndiagrams/NPNSymbolNodeSN/diagram"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arcs" upperBound="-1"
eType="#//npndiagrams/NPNSymbolArcSN" containment="true" eOpposite="#//npndiagrams/NPNSymbolArcSN/diagram"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NPNSymbolPlaceSN" eSuperTypes="#//npndiagrams/NPNSymbolNodeSN">
<eStructuralFeatures xsi:type="ecore:EReference" name="outArcs" upperBound="-1"
eType="#//npndiagrams/NPNSymbolArcPTSN" eOpposite="#//npndiagrams/NPNSymbolArcPTSN/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inArcs" upperBound="-1"
eType="#//npndiagrams/NPNSymbolArcTPSN" eOpposite="#//npndiagrams/NPNSymbolArcTPSN/target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tokens" upperBound="-1"
eType="#//npndiagrams/NPNSymbolTokenSN" containment="true" eOpposite="#//npndiagrams/NPNSymbolTokenSN/place"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NPNSymbolTransitionSN" eSuperTypes="#//npndiagrams/NPNSymbolNodeSN">
<eStructuralFeatures xsi:type="ecore:EReference" name="outArcs" upperBound="-1"
eType="#//npndiagrams/NPNSymbolArcTPSN" eOpposite="#//npndiagrams/NPNSymbolArcTPSN/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inArcs" upperBound="-1"
eType="#//npndiagrams/NPNSymbolArcPTSN" eOpposite="#//npndiagrams/NPNSymbolArcPTSN/target"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NPNSymbolArcPTSN" eSuperTypes="#//npndiagrams/NPNSymbolArcSN">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//npndiagrams/NPNSymbolTransitionSN" eOpposite="#//npndiagrams/NPNSymbolTransitionSN/inArcs"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//npndiagrams/NPNSymbolPlaceSN" eOpposite="#//npndiagrams/NPNSymbolPlaceSN/outArcs"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NPNSymbolArcTPSN" eSuperTypes="#//npndiagrams/NPNSymbolArcSN">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//npndiagrams/NPNSymbolPlaceSN" eOpposite="#//npndiagrams/NPNSymbolPlaceSN/inArcs"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//npndiagrams/NPNSymbolTransitionSN" eOpposite="#//npndiagrams/NPNSymbolTransitionSN/outArcs"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NPNSymbolNodeSN" abstract="true" eSuperTypes="#//common/IEntityIdentifiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="diagram" lowerBound="1"
eType="#//npndiagrams/NPNDiagramNetSystem" eOpposite="#//npndiagrams/NPNDiagramNetSystem/nodes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraints" lowerBound="1"
eType="#//common/Rectangle"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1"
eType="#//hlpn/Node"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NPNSymbolArcSN" abstract="true" eSuperTypes="#//common/IEntityIdentifiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="diagram" lowerBound="1"
eType="#//npndiagrams/NPNDiagramNetSystem" eOpposite="#//npndiagrams/NPNDiagramNetSystem/arcs"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1"
eType="#//hlpn/Arc"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bendpoints" upperBound="-1"
eType="#//common/Point"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NPNSymbolTokenSN" eSuperTypes="#//common/IEntityIdentifiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="place" lowerBound="1"
eType="#//npndiagrams/NPNSymbolPlaceSN" eOpposite="#//npndiagrams/NPNSymbolPlaceSN/tokens"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraints" lowerBound="1"
eType="#//common/Rectangle" defaultValueLiteral=""/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/Solanj/NTPNetTool/src/ru.mathtech.npntool.npnets.model/model/npnets.ecore | ecore | highlevelnets
marking
Marking
map
PlaceMarking
place
marking
HighLevelPetriNetMarked
net
marking
tokentypes
TokenType
TokenTypeAtomic
instance
atom
TokenTypeElementNet
getInstanceByID
id
createInstance
elementNetMarkeds
net
tokenNets
Token
getType
attribute
TokenAtomic
type
value
TokenNet
type
value
TokenAttribute
type
name
value
ElementNetMarked
type
marking
Atom
tokenexpressions
TokenWeight
token
weight
TokenMultisetExpression
type
value
TokenMultiSet
weight
type
Variable
name
context
TokenVariadicExpression
monoms
monomConstants
Monom
variable
power
1
TokenExpressionBinding
expression
bindingTokens
TokenBinding
variable
value
MonomConstant
constant
value
power
1
NetConstant
binding
hlpn
HighLevelPetriNet
nodes
arcs
Place
outArcs
inArcs
type
Transition
inArcs
outArcs
ArcPT
source
target
inscription
ArcTP
source
target
inscription
ContextVariable
variables
Node
net
Arc
net
npnets
NPnet
netSystem
typeElementNet
typeAtomic
netConstants
synchronizations
NPnetMarked
net
marking
diagramNetSystem
Synchronization
kind
key
involved
ESynchronizationKind
VerticalSynchronization
VerticalSynchronization
HorizontalSynchronization
HorizontalSynchronization
TransitionSynchronized
synchronization
common
INetElement
name
comment
IEntityIdentifiable
uuid
Rectangle
org.eclipse.draw2d.geometry.Rectangle
org.eclipse.draw2d.geometry.Rectangle
Point
org.eclipse.draw2d.geometry.Point
org.eclipse.draw2d.geometry.Point
npndiagrams
NPNDiagramNPNMarked
diagramNetSystem
model
NPNDiagramNetSystem
model
nodes
arcs
NPNSymbolPlaceSN
outArcs
inArcs
tokens
NPNSymbolTransitionSN
outArcs
inArcs
NPNSymbolArcPTSN
target
source
NPNSymbolArcTPSN
target
source
NPNSymbolNodeSN
diagram
constraints
model
NPNSymbolArcSN
diagram
model
bendpoints
NPNSymbolTokenSN
place
constraints
| null | {"directed":true,"nodes":[{"nsPrefix":"nets","nsURI":"mathtech.ru/npntool/nets/","name":"highlevelnets","id":0,"eClass":"EPackage"},{"nsPrefix":"marking","nsURI":"http://mathtech.ru/npntool/nets/marking","name":"marking","id":1,"eClass":"EPackage"},{"nsPrefix":"tokentypes","nsURI":"http://mathtech.ru/npntool/nets/tokentypes","name":"tokentypes","id":2,"eClass":"EPackage"},{"nsPrefix":"tokenexpressions","nsURI":"mathtech.ru/npntool/tokenexpressions","name":"tokenexpressions","id":3,"eClass":"EPackage"},{"nsPrefix":"hlpn","nsURI":"mathtech.ru/npntool/hlpn","name":"hlpn","id":4,"eClass":"EPackage"},{"nsPrefix":"npnets","nsURI":"mathtech.ru/npntool/npnets","name":"npnets","id":5,"eClass":"EPackage"},{"nsPrefix":"common","nsURI":"http:/mathtech.ru/npntool/common","name":"common","id":6,"eClass":"EPackage"},{"nsPrefix":"npndiagrams","nsURI":"http:/mathtech.ru/npntool/npndiagrams","name":"npndiagrams","id":7,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Marking","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceMarking","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HighLevelPetriNetMarked","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"INetElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"map","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IEntityIdentifiable","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"place","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"marking","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"id":20,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TokenMultiSet","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"marking","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HighLevelPetriNet","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TokenType","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TokenTypeAtomic","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TokenTypeElementNet","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TokenAtomic","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TokenNet","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TokenAttribute","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementNetMarked","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atom","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"atom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getInstanceByID","lowerBound":1,"id":45,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createInstance","lowerBound":0,"id":46,"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":"elementNetMarkeds","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tokenNets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EParameter"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getType","lowerBound":1,"id":58,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"marking","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TokenWeight","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TokenMultisetExpression","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TokenVariadicExpression","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Monom","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TokenExpressionBinding","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TokenBinding","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MonomConstant","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetConstant","instanceClass":null,"abstract":false,"id":91,"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":"token","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":1,"iD":false,"id":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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":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":103,"derived":false},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":107,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextVariable","instanceClass":null,"abstract":true,"id":111,"interface":false,"eClass":"EClass"},{"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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"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":"monoms","changeable":true,"resolveProxies":true,"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":"monomConstants","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"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":"power","changeable":true,"lowerBound":1,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindingTokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constant","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"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":"power","changeable":true,"lowerBound":1,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"binding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcPT","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcTP","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":true,"id":148,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outArcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inArcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":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":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":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":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inArcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outArcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inscription","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inscription","changeable":true,"resolveProxies":true,"lowerBound":1,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NPnet","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NPnetMarked","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synchronization","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ESynchronizationKind","instanceClass":null,"id":193,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionSynchronized","instanceClass":null,"abstract":false,"id":194,"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":"netSystem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeElementNet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeAtomic","changeable":true,"resolveProxies":true,"lowerBound":1,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"netConstants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"synchronizations","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"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"marking","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"diagramNetSystem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NPNDiagramNetSystem","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"id":213,"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":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"involved","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"synchronization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"name":"VerticalSynchronization","id":222,"value":1,"literal":"VerticalSynchronization","eClass":"EEnumLiteral"},{"name":"HorizontalSynchronization","id":223,"value":2,"literal":"HorizontalSynchronization","eClass":"EEnumLiteral"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.draw2d.geometry.Rectangle","defaultValue":null,"instanceClassName":"org.eclipse.draw2d.geometry.Rectangle","name":"Rectangle","instanceClass":null,"id":226,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.draw2d.geometry.Point","defaultValue":null,"instanceClassName":"org.eclipse.draw2d.geometry.Point","name":"Point","instanceClass":null,"id":227,"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":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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"uuid","changeable":true,"lowerBound":1,"iD":true,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NPNDiagramNPNMarked","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NPNSymbolPlaceSN","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NPNSymbolTransitionSN","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NPNSymbolArcPTSN","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NPNSymbolArcTPSN","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NPNSymbolNodeSN","instanceClass":null,"abstract":true,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NPNSymbolArcSN","instanceClass":null,"abstract":true,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NPNSymbolTokenSN","instanceClass":null,"abstract":false,"id":242,"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":"diagramNetSystem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":243,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"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":"diagram","changeable":true,"resolveProxies":true,"lowerBound":1,"id":254,"derived":false},{"id":255,"eClass":"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":"diagram","changeable":true,"resolveProxies":true,"lowerBound":1,"id":256,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outArcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inArcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":264,"derived":false},{"id":265,"eClass":"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":"place","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"transient":false,"unique":true,"name":"outArcs","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":false,"unsettable":false,"transient":false,"unique":true,"name":"inArcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"lowerBound":1,"iD":false,"id":280,"derived":false},{"container":false,"ordered":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":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":286,"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":"bendpoints","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":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"lowerBound":1,"iD":false,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":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":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":0},{"source":8,"target":1},{"source":8,"target":11},{"source":8,"target":12},{"source":8,"target":13},{"source":12,"target":9},{"source":12,"target":14},{"source":12,"target":8},{"source":14,"target":9},{"source":13,"target":11},{"source":9,"target":1},{"source":9,"target":15},{"source":9,"target":16},{"source":9,"target":17},{"source":9,"target":18},{"source":16,"target":19},{"source":16,"target":20},{"source":16,"target":9},{"source":20,"target":19},{"source":17,"target":21},{"source":17,"target":22},{"source":17,"target":9},{"source":22,"target":21},{"source":18,"target":15},{"source":10,"target":1},{"source":10,"target":11},{"source":10,"target":23},{"source":10,"target":24},{"source":10,"target":25},{"source":23,"target":26},{"source":23,"target":27},{"source":23,"target":10},{"source":27,"target":26},{"source":24,"target":8},{"source":24,"target":28},{"source":24,"target":10},{"source":28,"target":8},{"source":25,"target":11},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":0},{"source":29,"target":2},{"source":29,"target":11},{"source":29,"target":38},{"source":38,"target":11},{"source":30,"target":2},{"source":30,"target":29},{"source":30,"target":39},{"source":30,"target":40},{"source":30,"target":41},{"source":39,"target":37},{"source":39,"target":42},{"source":39,"target":30},{"source":42,"target":37},{"source":40,"target":33},{"source":40,"target":43},{"source":40,"target":30},{"source":40,"target":44},{"source":43,"target":33},{"source":41,"target":29},{"source":31,"target":2},{"source":31,"target":29},{"source":31,"target":45},{"source":31,"target":46},{"source":31,"target":47},{"source":31,"target":48},{"source":31,"target":49},{"source":31,"target":50},{"source":45,"target":31},{"source":45,"target":51},{"source":51,"target":52},{"source":51,"target":45},{"source":46,"target":31},{"source":47,"target":36},{"source":47,"target":53},{"source":47,"target":31},{"source":47,"target":54},{"source":53,"target":36},{"source":48,"target":26},{"source":48,"target":55},{"source":48,"target":31},{"source":55,"target":26},{"source":49,"target":34},{"source":49,"target":56},{"source":49,"target":31},{"source":49,"target":57},{"source":56,"target":34},{"source":50,"target":29},{"source":32,"target":2},{"source":32,"target":11},{"source":32,"target":58},{"source":32,"target":59},{"source":32,"target":60},{"source":58,"target":29},{"source":58,"target":61},{"source":58,"target":32},{"source":61,"target":29},{"source":59,"target":35},{"source":59,"target":62},{"source":59,"target":32},{"source":62,"target":35},{"source":60,"target":11},{"source":33,"target":2},{"source":33,"target":32},{"source":33,"target":44},{"source":33,"target":63},{"source":33,"target":64},{"source":44,"target":30},{"source":44,"target":65},{"source":44,"target":33},{"source":44,"target":40},{"source":65,"target":30},{"source":63,"target":37},{"source":63,"target":66},{"source":63,"target":33},{"source":66,"target":37},{"source":64,"target":32},{"source":34,"target":2},{"source":34,"target":32},{"source":34,"target":57},{"source":34,"target":67},{"source":34,"target":68},{"source":57,"target":31},{"source":57,"target":69},{"source":57,"target":34},{"source":57,"target":49},{"source":69,"target":31},{"source":67,"target":36},{"source":67,"target":70},{"source":67,"target":34},{"source":70,"target":36},{"source":68,"target":32},{"source":35,"target":2},{"source":35,"target":15},{"source":35,"target":71},{"source":35,"target":72},{"source":35,"target":73},{"source":35,"target":74},{"source":71,"target":75},{"source":71,"target":35},{"source":72,"target":76},{"source":72,"target":35},{"source":73,"target":77},{"source":73,"target":35},{"source":74,"target":15},{"source":36,"target":2},{"source":36,"target":11},{"source":36,"target":54},{"source":36,"target":78},{"source":36,"target":79},{"source":54,"target":31},{"source":54,"target":80},{"source":54,"target":36},{"source":54,"target":47},{"source":80,"target":31},{"source":78,"target":8},{"source":78,"target":81},{"source":78,"target":36},{"source":81,"target":8},{"source":79,"target":11},{"source":37,"target":2},{"source":37,"target":11},{"source":37,"target":82},{"source":82,"target":11},{"source":3,"target":83},{"source":3,"target":84},{"source":3,"target":21},{"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":0},{"source":83,"target":3},{"source":83,"target":15},{"source":83,"target":92},{"source":83,"target":93},{"source":83,"target":94},{"source":92,"target":32},{"source":92,"target":95},{"source":92,"target":83},{"source":95,"target":32},{"source":93,"target":96},{"source":93,"target":83},{"source":94,"target":15},{"source":84,"target":3},{"source":84,"target":15},{"source":84,"target":97},{"source":84,"target":98},{"source":84,"target":99},{"source":97,"target":29},{"source":97,"target":100},{"source":97,"target":84},{"source":100,"target":29},{"source":98,"target":21},{"source":98,"target":101},{"source":98,"target":84},{"source":101,"target":21},{"source":99,"target":15},{"source":21,"target":3},{"source":21,"target":15},{"source":21,"target":102},{"source":21,"target":103},{"source":21,"target":104},{"source":102,"target":83},{"source":102,"target":105},{"source":102,"target":21},{"source":105,"target":83},{"source":103,"target":29},{"source":103,"target":106},{"source":103,"target":21},{"source":106,"target":29},{"source":104,"target":15},{"source":85,"target":3},{"source":85,"target":15},{"source":85,"target":107},{"source":85,"target":108},{"source":85,"target":109},{"source":107,"target":110},{"source":107,"target":85},{"source":108,"target":111},{"source":108,"target":112},{"source":108,"target":85},{"source":108,"target":113},{"source":112,"target":111},{"source":109,"target":15},{"source":86,"target":3},{"source":86,"target":11},{"source":86,"target":114},{"source":86,"target":115},{"source":86,"target":116},{"source":114,"target":87},{"source":114,"target":117},{"source":114,"target":86},{"source":117,"target":87},{"source":115,"target":90},{"source":115,"target":118},{"source":115,"target":86},{"source":118,"target":90},{"source":116,"target":11},{"source":87,"target":3},{"source":87,"target":15},{"source":87,"target":119},{"source":87,"target":120},{"source":87,"target":121},{"source":119,"target":85},{"source":119,"target":122},{"source":119,"target":87},{"source":122,"target":85},{"source":120,"target":123},{"source":120,"target":87},{"source":121,"target":15},{"source":88,"target":3},{"source":88,"target":15},{"source":88,"target":124},{"source":88,"target":125},{"source":88,"target":126},{"source":124,"target":86},{"source":124,"target":127},{"source":124,"target":88},{"source":127,"target":86},{"source":125,"target":89},{"source":125,"target":128},{"source":125,"target":88},{"source":128,"target":89},{"source":126,"target":15},{"source":89,"target":3},{"source":89,"target":15},{"source":89,"target":129},{"source":89,"target":130},{"source":89,"target":131},{"source":129,"target":85},{"source":129,"target":132},{"source":129,"target":89},{"source":132,"target":85},{"source":130,"target":32},{"source":130,"target":133},{"source":130,"target":89},{"source":133,"target":32},{"source":131,"target":15},{"source":90,"target":3},{"source":90,"target":15},{"source":90,"target":134},{"source":90,"target":135},{"source":90,"target":136},{"source":90,"target":137},{"source":134,"target":85},{"source":134,"target":138},{"source":134,"target":90},{"source":138,"target":85},{"source":135,"target":32},{"source":135,"target":139},{"source":135,"target":90},{"source":139,"target":32},{"source":136,"target":140},{"source":136,"target":90},{"source":137,"target":15},{"source":91,"target":3},{"source":91,"target":11},{"source":91,"target":141},{"source":91,"target":142},{"source":141,"target":89},{"source":141,"target":143},{"source":141,"target":91},{"source":143,"target":89},{"source":142,"target":11},{"source":4,"target":26},{"source":4,"target":19},{"source":4,"target":144},{"source":4,"target":145},{"source":4,"target":146},{"source":4,"target":111},{"source":4,"target":147},{"source":4,"target":148},{"source":4,"target":0},{"source":26,"target":4},{"source":26,"target":11},{"source":26,"target":111},{"source":26,"target":149},{"source":26,"target":150},{"source":26,"target":151},{"source":26,"target":152},{"source":149,"target":147},{"source":149,"target":153},{"source":149,"target":26},{"source":149,"target":154},{"source":153,"target":147},{"source":150,"target":148},{"source":150,"target":155},{"source":150,"target":26},{"source":150,"target":156},{"source":155,"target":148},{"source":151,"target":11},{"source":152,"target":111},{"source":19,"target":4},{"source":19,"target":147},{"source":19,"target":157},{"source":19,"target":158},{"source":19,"target":159},{"source":19,"target":160},{"source":157,"target":145},{"source":157,"target":161},{"source":157,"target":19},{"source":157,"target":162},{"source":161,"target":145},{"source":158,"target":146},{"source":158,"target":163},{"source":158,"target":19},{"source":158,"target":164},{"source":163,"target":146},{"source":159,"target":29},{"source":159,"target":165},{"source":159,"target":19},{"source":165,"target":29},{"source":160,"target":147},{"source":144,"target":4},{"source":144,"target":111},{"source":144,"target":147},{"source":144,"target":166},{"source":144,"target":167},{"source":144,"target":168},{"source":144,"target":169},{"source":166,"target":145},{"source":166,"target":170},{"source":166,"target":144},{"source":166,"target":171},{"source":170,"target":145},{"source":167,"target":146},{"source":167,"target":172},{"source":167,"target":144},{"source":167,"target":173},{"source":172,"target":146},{"source":168,"target":111},{"source":169,"target":147},{"source":145,"target":4},{"source":145,"target":148},{"source":145,"target":162},{"source":145,"target":171},{"source":145,"target":174},{"source":145,"target":175},{"source":162,"target":19},{"source":162,"target":176},{"source":162,"target":145},{"source":162,"target":157},{"source":176,"target":19},{"source":171,"target":144},{"source":171,"target":177},{"source":171,"target":145},{"source":171,"target":166},{"source":177,"target":144},{"source":174,"target":86},{"source":174,"target":178},{"source":174,"target":145},{"source":178,"target":86},{"source":175,"target":148},{"source":146,"target":4},{"source":146,"target":148},{"source":146,"target":173},{"source":146,"target":164},{"source":146,"target":179},{"source":146,"target":180},{"source":173,"target":144},{"source":173,"target":181},{"source":173,"target":146},{"source":173,"target":167},{"source":181,"target":144},{"source":164,"target":19},{"source":164,"target":182},{"source":164,"target":146},{"source":164,"target":158},{"source":182,"target":19},{"source":179,"target":86},{"source":179,"target":183},{"source":179,"target":146},{"source":183,"target":86},{"source":180,"target":148},{"source":111,"target":4},{"source":111,"target":15},{"source":111,"target":113},{"source":111,"target":184},{"source":113,"target":85},{"source":113,"target":185},{"source":113,"target":111},{"source":113,"target":108},{"source":185,"target":85},{"source":184,"target":15},{"source":147,"target":4},{"source":147,"target":11},{"source":147,"target":154},{"source":147,"target":186},{"source":154,"target":26},{"source":154,"target":187},{"source":154,"target":147},{"source":154,"target":149},{"source":187,"target":26},{"source":186,"target":11},{"source":148,"target":4},{"source":148,"target":11},{"source":148,"target":156},{"source":148,"target":188},{"source":156,"target":26},{"source":156,"target":189},{"source":156,"target":148},{"source":156,"target":150},{"source":189,"target":26},{"source":188,"target":11},{"source":5,"target":190},{"source":5,"target":191},{"source":5,"target":192},{"source":5,"target":193},{"source":5,"target":194},{"source":5,"target":0},{"source":190,"target":5},{"source":190,"target":11},{"source":190,"target":195},{"source":190,"target":196},{"source":190,"target":197},{"source":190,"target":198},{"source":190,"target":199},{"source":190,"target":200},{"source":195,"target":26},{"source":195,"target":201},{"source":195,"target":190},{"source":201,"target":26},{"source":196,"target":31},{"source":196,"target":202},{"source":196,"target":190},{"source":202,"target":31},{"source":197,"target":30},{"source":197,"target":203},{"source":197,"target":190},{"source":203,"target":30},{"source":198,"target":91},{"source":198,"target":204},{"source":198,"target":190},{"source":204,"target":91},{"source":199,"target":192},{"source":199,"target":205},{"source":199,"target":190},{"source":205,"target":192},{"source":200,"target":11},{"source":191,"target":5},{"source":191,"target":11},{"source":191,"target":206},{"source":191,"target":207},{"source":191,"target":208},{"source":191,"target":209},{"source":206,"target":190},{"source":206,"target":210},{"source":206,"target":191},{"source":210,"target":190},{"source":207,"target":8},{"source":207,"target":211},{"source":207,"target":191},{"source":211,"target":8},{"source":208,"target":212},{"source":208,"target":213},{"source":208,"target":191},{"source":213,"target":212},{"source":209,"target":11},{"source":192,"target":5},{"source":192,"target":11},{"source":192,"target":214},{"source":192,"target":215},{"source":192,"target":216},{"source":192,"target":217},{"source":214,"target":193},{"source":214,"target":218},{"source":214,"target":192},{"source":218,"target":193},{"source":215,"target":219},{"source":215,"target":192},{"source":216,"target":194},{"source":216,"target":220},{"source":216,"target":192},{"source":216,"target":221},{"source":220,"target":194},{"source":217,"target":11},{"source":193,"target":5},{"source":193,"target":222},{"source":193,"target":223},{"source":222,"target":193},{"source":223,"target":193},{"source":194,"target":5},{"source":194,"target":144},{"source":194,"target":221},{"source":194,"target":224},{"source":221,"target":192},{"source":221,"target":225},{"source":221,"target":194},{"source":221,"target":216},{"source":225,"target":192},{"source":224,"target":144},{"source":6,"target":11},{"source":6,"target":15},{"source":6,"target":226},{"source":6,"target":227},{"source":6,"target":0},{"source":11,"target":6},{"source":11,"target":15},{"source":11,"target":228},{"source":11,"target":229},{"source":11,"target":230},{"source":228,"target":231},{"source":228,"target":11},{"source":229,"target":232},{"source":229,"target":11},{"source":230,"target":15},{"source":15,"target":6},{"source":15,"target":233},{"source":233,"target":234},{"source":233,"target":15},{"source":226,"target":6},{"source":227,"target":6},{"source":7,"target":235},{"source":7,"target":212},{"source":7,"target":236},{"source":7,"target":237},{"source":7,"target":238},{"source":7,"target":239},{"source":7,"target":240},{"source":7,"target":241},{"source":7,"target":242},{"source":7,"target":0},{"source":235,"target":7},{"source":235,"target":15},{"source":235,"target":243},{"source":235,"target":244},{"source":235,"target":245},{"source":243,"target":212},{"source":243,"target":246},{"source":243,"target":235},{"source":246,"target":212},{"source":244,"target":191},{"source":244,"target":247},{"source":244,"target":235},{"source":247,"target":191},{"source":245,"target":15},{"source":212,"target":7},{"source":212,"target":15},{"source":212,"target":248},{"source":212,"target":249},{"source":212,"target":250},{"source":212,"target":251},{"source":248,"target":26},{"source":248,"target":252},{"source":248,"target":212},{"source":252,"target":26},{"source":249,"target":240},{"source":249,"target":253},{"source":249,"target":212},{"source":249,"target":254},{"source":253,"target":240},{"source":250,"target":241},{"source":250,"target":255},{"source":250,"target":212},{"source":250,"target":256},{"source":255,"target":241},{"source":251,"target":15},{"source":236,"target":7},{"source":236,"target":240},{"source":236,"target":257},{"source":236,"target":258},{"source":236,"target":259},{"source":236,"target":260},{"source":257,"target":238},{"source":257,"target":261},{"source":257,"target":236},{"source":257,"target":262},{"source":261,"target":238},{"source":258,"target":239},{"source":258,"target":263},{"source":258,"target":236},{"source":258,"target":264},{"source":263,"target":239},{"source":259,"target":242},{"source":259,"target":265},{"source":259,"target":236},{"source":259,"target":266},{"source":265,"target":242},{"source":260,"target":240},{"source":237,"target":7},{"source":237,"target":240},{"source":237,"target":267},{"source":237,"target":268},{"source":237,"target":269},{"source":267,"target":239},{"source":267,"target":270},{"source":267,"target":237},{"source":267,"target":271},{"source":270,"target":239},{"source":268,"target":238},{"source":268,"target":272},{"source":268,"target":237},{"source":268,"target":273},{"source":272,"target":238},{"source":269,"target":240},{"source":238,"target":7},{"source":238,"target":241},{"source":238,"target":273},{"source":238,"target":262},{"source":238,"target":274},{"source":273,"target":237},{"source":273,"target":275},{"source":273,"target":238},{"source":273,"target":268},{"source":275,"target":237},{"source":262,"target":236},{"source":262,"target":276},{"source":262,"target":238},{"source":262,"target":257},{"source":276,"target":236},{"source":274,"target":241},{"source":239,"target":7},{"source":239,"target":241},{"source":239,"target":264},{"source":239,"target":271},{"source":239,"target":277},{"source":264,"target":236},{"source":264,"target":278},{"source":264,"target":239},{"source":264,"target":258},{"source":278,"target":236},{"source":271,"target":237},{"source":271,"target":279},{"source":271,"target":239},{"source":271,"target":267},{"source":279,"target":237},{"source":277,"target":241},{"source":240,"target":7},{"source":240,"target":15},{"source":240,"target":254},{"source":240,"target":280},{"source":240,"target":281},{"source":240,"target":282},{"source":254,"target":212},{"source":254,"target":283},{"source":254,"target":240},{"source":254,"target":249},{"source":283,"target":212},{"source":280,"target":226},{"source":280,"target":284},{"source":280,"target":240},{"source":284,"target":226},{"source":281,"target":147},{"source":281,"target":285},{"source":281,"target":240},{"source":285,"target":147},{"source":282,"target":15},{"source":241,"target":7},{"source":241,"target":15},{"source":241,"target":256},{"source":241,"target":286},{"source":241,"target":287},{"source":241,"target":288},{"source":256,"target":212},{"source":256,"target":289},{"source":256,"target":241},{"source":256,"target":250},{"source":289,"target":212},{"source":286,"target":148},{"source":286,"target":290},{"source":286,"target":241},{"source":290,"target":148},{"source":287,"target":227},{"source":287,"target":291},{"source":287,"target":241},{"source":291,"target":227},{"source":288,"target":15},{"source":242,"target":7},{"source":242,"target":15},{"source":242,"target":266},{"source":242,"target":292},{"source":242,"target":293},{"source":266,"target":236},{"source":266,"target":294},{"source":266,"target":242},{"source":266,"target":259},{"source":294,"target":236},{"source":292,"target":226},{"source":292,"target":295},{"source":292,"target":242},{"source":295,"target":226},{"source":293,"target":15}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fourthk" nsURI="http://www.isoe.lgi2p.ema.fr/fourthk" nsPrefix="isoe.fourthk">
<eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Type">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="cont=Namespace.types" value=""/>
<details key="kref=metadatas" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1"
eType="#//Reference" containment="true" eOpposite="#//Reference/from"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metadatas" upperBound="-1"
eType="#//EMetadata" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Datatype" eSuperTypes="#//Type">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="cont=Namespace.types" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eAnnotations source="diagraph">
<details key="label=name" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="pov" value=""/>
<details key="cont=Namespace.nested" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nested" upperBound="-1"
eType="#//Namespace" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//NamedElement">
<eAnnotations source="diagraph">
<details key="link" value=""/>
<details key="lsrc=from" value=""/>
<details key="ltrg=type" value=""/>
<details key="cont=Entity.references" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Entity"
eOpposite="#//Entity/references"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//NamedElement">
<eAnnotations source="diagraph">
<details key="node" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//NamedElement">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="cont=Entity.attributes" value=""/>
<details key="komp=Entity.*:figureEmbedded" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="datatype" eType="#//Datatype"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EMetadata" eSuperTypes="#//NamedElement">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="label=key" value=""/>
<details key="label=value" value=""/>
</eAnnotations>
<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>
</ecore:EPackage>
| github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/fourthk.ecore | ecore | fourthk
Entity
references
attributes
metadatas
Datatype
NamedElement
name
Namespace
types
nested
Reference
type
from
Type
Attribute
datatype
EMetadata
key
value | null | {"directed":true,"nodes":[{"nsPrefix":"isoe.fourthk","nsURI":"http://www.isoe.lgi2p.ema.fr/fourthk","name":"fourthk","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Datatype","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMetadata","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":"references","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":"attributes","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":"metadatas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"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"},{"container":false,"ordered":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":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":"nested","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"datatype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"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":"key","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":9,"target":5},{"source":9,"target":13},{"source":9,"target":1},{"source":9,"target":14},{"source":13,"target":5},{"source":10,"target":7},{"source":10,"target":15},{"source":10,"target":1},{"source":15,"target":7},{"source":11,"target":8},{"source":11,"target":16},{"source":11,"target":1},{"source":16,"target":8},{"source":12,"target":6},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":17},{"source":17,"target":6},{"source":3,"target":0},{"source":3,"target":18},{"source":18,"target":19},{"source":18,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":20,"target":6},{"source":20,"target":23},{"source":20,"target":4},{"source":23,"target":6},{"source":21,"target":4},{"source":21,"target":24},{"source":21,"target":4},{"source":24,"target":4},{"source":22,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":25},{"source":5,"target":14},{"source":5,"target":26},{"source":25,"target":1},{"source":25,"target":27},{"source":25,"target":5},{"source":27,"target":1},{"source":14,"target":1},{"source":14,"target":28},{"source":14,"target":5},{"source":14,"target":9},{"source":28,"target":1},{"source":26,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":29},{"source":29,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":30},{"source":7,"target":31},{"source":30,"target":2},{"source":30,"target":32},{"source":30,"target":7},{"source":32,"target":2},{"source":31,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":33},{"source":8,"target":34},{"source":8,"target":35},{"source":33,"target":36},{"source":33,"target":8},{"source":34,"target":37},{"source":34,"target":8},{"source":35,"target":3}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="DBLP" nsURI="http://dblp.com" nsPrefix="DBLP">
<eClassifiers xsi:type="ecore:EClass" name="Record" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ee" 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="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1"
eType="#//Author" eOpposite="#//Author/records"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mdate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="month" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Article" eSuperTypes="#//Record">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fromPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="journal" eType="#//Journal"
eOpposite="#//Journal/articles"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volume" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="month" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<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="records" upperBound="-1"
eType="#//Record" eOpposite="#//Record/authors"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Journal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="articles" upperBound="-1"
eType="#//Article" eOpposite="#//Article/journal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Book" eSuperTypes="#//Record">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="publisher" eType="#//Publisher"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volume" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="series" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="edition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isbn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InCollection" eSuperTypes="#//Record">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bookTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="editors" upperBound="-1"
eType="#//Editor"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fromPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sponsoredBy" eType="#//Organization"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="publisher" eType="#//Publisher"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InProceedings" eSuperTypes="#//Record">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bootitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fromPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="editors" upperBound="-1"
eType="#//Editor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="organization" eType="#//Organization"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="publisher" eType="#//Publisher"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MastersThesis" eSuperTypes="#//Record">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="school" eType="#//School"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Proceedings" eSuperTypes="#//Record">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="editors" upperBound="-1"
eType="#//Editor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="publisher" eType="#//Publisher"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sponsoredBy" upperBound="-1"
eType="#//Organization"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isbn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PhDThesis" eSuperTypes="#//Record">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="school" eType="#//School"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Www" eSuperTypes="#//Record">
<eStructuralFeatures xsi:type="ecore:EReference" name="editors" upperBound="-1"
eType="#//Editor"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Editor">
<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="Organization">
<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="Publisher">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="School">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/epsilonlabs/parallel-erl/evaluation/dblp/dblp.ecore | ecore | DBLP
Record
ee
url
key
authors
mdate
month
0
Article
title
fromPage
toPage
number
journal
volume
month
year
Author
name
records
Journal
name
articles
Book
title
year
publisher
volume
series
edition
isbn
InCollection
title
bookTitle
year
editors
fromPage
toPage
sponsoredBy
publisher
InProceedings
title
bootitle
year
fromPage
toPage
editors
organization
publisher
MastersThesis
title
year
school
Proceedings
title
year
editors
publisher
sponsoredBy
isbn
PhDThesis
title
year
school
Www
editors
title
year
Editor
name
Organization
name
Publisher
name
address
School
name
address | null | {"directed":true,"nodes":[{"nsPrefix":"DBLP","nsURI":"http://dblp.com","name":"DBLP","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Record","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Article","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Journal","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InCollection","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InProceedings","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MastersThesis","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proceedings","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhDThesis","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Www","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Editor","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Organization","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Publisher","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"School","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ee","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":"url","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":"key","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mdate","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"0","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"month","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"records","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"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":"title","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fromPage","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toPage","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"journal","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":"volume","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":"month","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"articles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"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":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"publisher","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volume","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":"series","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"edition","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isbn","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"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":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bookTitle","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"editors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fromPage","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toPage","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sponsoredBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"publisher","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bootitle","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fromPage","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toPage","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"editors","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":false,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"publisher","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"school","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,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"editors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"publisher","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sponsoredBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isbn","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"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":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"school","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"editors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","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":"year","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":16,"target":22},{"source":16,"target":1},{"source":17,"target":23},{"source":17,"target":1},{"source":18,"target":24},{"source":18,"target":1},{"source":19,"target":3},{"source":19,"target":25},{"source":19,"target":1},{"source":19,"target":26},{"source":25,"target":3},{"source":20,"target":27},{"source":20,"target":1},{"source":21,"target":28},{"source":21,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":29,"target":38},{"source":29,"target":2},{"source":30,"target":39},{"source":30,"target":2},{"source":31,"target":40},{"source":31,"target":2},{"source":32,"target":41},{"source":32,"target":2},{"source":33,"target":4},{"source":33,"target":42},{"source":33,"target":2},{"source":33,"target":43},{"source":42,"target":4},{"source":34,"target":44},{"source":34,"target":2},{"source":35,"target":45},{"source":35,"target":2},{"source":36,"target":46},{"source":36,"target":2},{"source":37,"target":1},{"source":3,"target":0},{"source":3,"target":47},{"source":3,"target":26},{"source":47,"target":48},{"source":47,"target":3},{"source":26,"target":1},{"source":26,"target":49},{"source":26,"target":3},{"source":26,"target":19},{"source":49,"target":1},{"source":4,"target":0},{"source":4,"target":50},{"source":4,"target":43},{"source":50,"target":51},{"source":50,"target":4},{"source":43,"target":2},{"source":43,"target":52},{"source":43,"target":4},{"source":43,"target":33},{"source":52,"target":2},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":53,"target":61},{"source":53,"target":5},{"source":54,"target":62},{"source":54,"target":5},{"source":55,"target":14},{"source":55,"target":63},{"source":55,"target":5},{"source":63,"target":14},{"source":56,"target":64},{"source":56,"target":5},{"source":57,"target":65},{"source":57,"target":5},{"source":58,"target":66},{"source":58,"target":5},{"source":59,"target":67},{"source":59,"target":5},{"source":60,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":68},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":68,"target":77},{"source":68,"target":6},{"source":69,"target":78},{"source":69,"target":6},{"source":70,"target":79},{"source":70,"target":6},{"source":71,"target":12},{"source":71,"target":80},{"source":71,"target":6},{"source":80,"target":12},{"source":72,"target":81},{"source":72,"target":6},{"source":73,"target":82},{"source":73,"target":6},{"source":74,"target":13},{"source":74,"target":83},{"source":74,"target":6},{"source":83,"target":13},{"source":75,"target":14},{"source":75,"target":84},{"source":75,"target":6},{"source":84,"target":14},{"source":76,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"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":7,"target":93},{"source":85,"target":94},{"source":85,"target":7},{"source":86,"target":95},{"source":86,"target":7},{"source":87,"target":96},{"source":87,"target":7},{"source":88,"target":97},{"source":88,"target":7},{"source":89,"target":98},{"source":89,"target":7},{"source":90,"target":12},{"source":90,"target":99},{"source":90,"target":7},{"source":99,"target":12},{"source":91,"target":13},{"source":91,"target":100},{"source":91,"target":7},{"source":100,"target":13},{"source":92,"target":14},{"source":92,"target":101},{"source":92,"target":7},{"source":101,"target":14},{"source":93,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":102},{"source":8,"target":103},{"source":8,"target":104},{"source":8,"target":105},{"source":102,"target":106},{"source":102,"target":8},{"source":103,"target":107},{"source":103,"target":8},{"source":104,"target":15},{"source":104,"target":108},{"source":104,"target":8},{"source":108,"target":15},{"source":105,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":109},{"source":9,"target":110},{"source":9,"target":111},{"source":9,"target":112},{"source":9,"target":113},{"source":9,"target":114},{"source":9,"target":115},{"source":109,"target":116},{"source":109,"target":9},{"source":110,"target":117},{"source":110,"target":9},{"source":111,"target":12},{"source":111,"target":118},{"source":111,"target":9},{"source":118,"target":12},{"source":112,"target":14},{"source":112,"target":119},{"source":112,"target":9},{"source":119,"target":14},{"source":113,"target":13},{"source":113,"target":120},{"source":113,"target":9},{"source":120,"target":13},{"source":114,"target":121},{"source":114,"target":9},{"source":115,"target":1},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":122},{"source":10,"target":123},{"source":10,"target":124},{"source":10,"target":125},{"source":122,"target":126},{"source":122,"target":10},{"source":123,"target":127},{"source":123,"target":10},{"source":124,"target":15},{"source":124,"target":128},{"source":124,"target":10},{"source":128,"target":15},{"source":125,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":129},{"source":11,"target":130},{"source":11,"target":131},{"source":11,"target":132},{"source":129,"target":12},{"source":129,"target":133},{"source":129,"target":11},{"source":133,"target":12},{"source":130,"target":134},{"source":130,"target":11},{"source":131,"target":135},{"source":131,"target":11},{"source":132,"target":1},{"source":12,"target":0},{"source":12,"target":136},{"source":136,"target":137},{"source":136,"target":12},{"source":13,"target":0},{"source":13,"target":138},{"source":138,"target":139},{"source":138,"target":13},{"source":14,"target":0},{"source":14,"target":140},{"source":14,"target":141},{"source":140,"target":142},{"source":140,"target":14},{"source":141,"target":143},{"source":141,"target":14},{"source":15,"target":0},{"source":15,"target":144},{"source":15,"target":145},{"source":144,"target":146},{"source":144,"target":15},{"source":145,"target":147},{"source":145,"target":15}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="emftasks" nsURI="http://eclipse.org/mylyn/tasks/emftasks/1.0"
nsPrefix="emftasks">
<eClassifiers xsi:type="ecore:EClass" name="SimpleTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="summary" 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:EAttribute" name="status" eType="#//Status"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="#//Priority"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dueDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="completionDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modificationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="collaborators" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="relatedUrl" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ranking" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="category" eType="#//Category"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Status">
<eLiterals name="New" value="1" literal="NEW"/>
<eLiterals name="Active" value="2" literal="ACTIVE"/>
<eLiterals name="Complete" value="3" literal="COMPLETE"/>
<eLiterals name="Deferred" value="4" literal="DEFERRED"/>
<eLiterals name="Invalid" value="5" literal="INVALID"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Priority">
<eLiterals name="Minor" value="10" literal="MINOR"/>
<eLiterals name="Standard" value="20" literal="STANDARD"/>
<eLiterals name="Important" value="30" literal="IMPORTANT"/>
<eLiterals name="Urgent" value="40" literal="URGENT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Category">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="summary" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaskCollection">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tasks" upperBound="-1"
eType="#//SimpleTask" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastTaskId" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/emftasks.ecore | ecore | emftasks
SimpleTask
id
summary
description
status
priority
dueDate
completionDate
creationDate
modificationDate
collaborators
relatedUrl
ranking
category
Status
New
NEW
Active
ACTIVE
Complete
COMPLETE
Deferred
DEFERRED
Invalid
INVALID
Priority
Minor
MINOR
Standard
STANDARD
Important
IMPORTANT
Urgent
URGENT
Category
summary
description
TaskCollection
label
tasks
lastTaskId
0 | null | {"directed":true,"nodes":[{"nsPrefix":"emftasks","nsURI":"http://eclipse.org/mylyn/tasks/emftasks/1.0","name":"emftasks","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleTask","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Status","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Priority","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskCollection","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"summary","changeable":true,"lowerBound":1,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"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":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":"dueDate","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":"completionDate","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationDate","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":"modificationDate","changeable":true,"lowerBound":0,"iD":false,"id":14,"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":"collaborators","changeable":true,"lowerBound":0,"iD":false,"id":15,"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":"relatedUrl","changeable":true,"lowerBound":0,"iD":false,"id":16,"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":"ranking","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":"category","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"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"name":"New","id":32,"value":1,"literal":"NEW","eClass":"EEnumLiteral"},{"name":"Active","id":33,"value":2,"literal":"ACTIVE","eClass":"EEnumLiteral"},{"name":"Complete","id":34,"value":3,"literal":"COMPLETE","eClass":"EEnumLiteral"},{"name":"Deferred","id":35,"value":4,"literal":"DEFERRED","eClass":"EEnumLiteral"},{"name":"Invalid","id":36,"value":5,"literal":"INVALID","eClass":"EEnumLiteral"},{"name":"Minor","id":37,"value":10,"literal":"MINOR","eClass":"EEnumLiteral"},{"name":"Standard","id":38,"value":20,"literal":"STANDARD","eClass":"EEnumLiteral"},{"name":"Important","id":39,"value":30,"literal":"IMPORTANT","eClass":"EEnumLiteral"},{"name":"Urgent","id":40,"value":40,"literal":"URGENT","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":"summary","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"lastTaskId","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":6,"target":19},{"source":6,"target":1},{"source":7,"target":20},{"source":7,"target":1},{"source":8,"target":21},{"source":8,"target":1},{"source":9,"target":2},{"source":9,"target":22},{"source":9,"target":1},{"source":22,"target":2},{"source":10,"target":3},{"source":10,"target":23},{"source":10,"target":1},{"source":23,"target":3},{"source":11,"target":24},{"source":11,"target":1},{"source":12,"target":25},{"source":12,"target":1},{"source":13,"target":26},{"source":13,"target":1},{"source":14,"target":27},{"source":14,"target":1},{"source":15,"target":28},{"source":15,"target":1},{"source":16,"target":29},{"source":16,"target":1},{"source":17,"target":30},{"source":17,"target":1},{"source":18,"target":4},{"source":18,"target":31},{"source":18,"target":1},{"source":31,"target":4},{"source":2,"target":0},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":32,"target":2},{"source":33,"target":2},{"source":34,"target":2},{"source":35,"target":2},{"source":36,"target":2},{"source":3,"target":0},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":37,"target":3},{"source":38,"target":3},{"source":39,"target":3},{"source":40,"target":3},{"source":4,"target":0},{"source":4,"target":41},{"source":4,"target":42},{"source":41,"target":43},{"source":41,"target":4},{"source":42,"target":44},{"source":42,"target":4},{"source":5,"target":0},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":45,"target":48},{"source":45,"target":5},{"source":46,"target":1},{"source":46,"target":49},{"source":46,"target":5},{"source":49,"target":1},{"source":47,"target":50},{"source":47,"target":5}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="netxstudio"
nsURI="http://www.netxforge.com/13042011/netxstudio" nsPrefix="netxstudio">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
			Network Data schema Copyright 2008 The schema uses
			ecore
			references syntax, but should easily map into an SQL schema.
			The
			ecore
			references, are mapped into ORM specific DLL (See
			Hibernate or
			other
			ORM). Most tables have an ID field, which
			could actually be
			removed.
			the Original intent is the use of
			an ID column, as a reference
			identifier. EMF/Hibernate
			however uses a custom mechanism.

			Don't use
			the word "Item", as this is appended to the Object
			name in the EMF
			edit model.
		


			Network Data schema Copyright 2008 The schema uses
			ecore
			references syntax, but should easily map into an SQL schema.
			The
			ecore
			references, are mapped into ORM specific DLL (See
			Hibernate or
			other
			ORM. EMF/Hibernate
			however uses a custom mechanism.

			Don't use
			the
			word
			"Item", as this is appended to the Object
			name in the EMF
			edit
			model.
			
			Validation with pattern is not used, considering the limited capabilities of XSD patterns. 
			
		


			Network Data schema Copyright 2008 The schema uses
			ecore
			references syntax, but should easily map into an SQL schema.
			The
			ecore
			references, are mapped into ORM specific DLL (See
			Hibernate or
			other
			ORM. EMF/Hibernate
			however uses a custom mechanism.

			Don't use
			the
			word
			"Item", as this is appended to the Object
			name in the EMF
			edit
			model.
			
			Validation with pattern is not used, considering the limited capabilities of XSD patterns. 
			
		

		


			Network Data schema Copyright 2008 The schema uses
			ecore
			references syntax, but should easily map into an SQL schema.
			The
			ecore
			references, are mapped into ORM specific DLL (See
			Hibernate or
			other
			ORM. EMF/Hibernate
			however uses a custom mechanism.

			Don't use
			the
			word
			"Item", as this is appended to the Object
			name in the EMF
			edit
			model.
			
			Validation with pattern is not used, considering the limited capabilities of XSD patterns. 
			
		"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Netxstudio">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Netxstudio is a container which groups all main other types. It is the root object."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Netxstudio"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="operators" upperBound="-1"
eType="ecore:EClass operators.ecore#//Operator" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Operators reference, contains 0 or more Operator type."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Operators"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="libraries" upperBound="-1"
eType="ecore:EClass library.ecore#//Library" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Libraries reference, contains 0 or more Library type."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Libraries"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="companies" upperBound="-1"
eType="ecore:EClass generics.ecore#//Company" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Companies reference, contains 0 or more Company type."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Companies"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="vendors" upperBound="-1"
eType="ecore:EClass library.ecore#//Vendor" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Companies reference, contains 0 or more Company type."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Vendors"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="users" upperBound="-1"
eType="ecore:EClass generics.ecore#//Person" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Users reference, contains 0 or more User type."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Users"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="roles" upperBound="-1"
eType="ecore:EClass generics.ecore#//Role" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Roles reference, contains 0 or more Role type."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Roles"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="countries" upperBound="-1"
eType="ecore:EClass geo.ecore#//Country" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Countries reference, contains 0 or more Country type."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Countries"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="jobs" upperBound="-1" eType="ecore:EClass scheduling.ecore#//Job"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Jobs reference, contains 0 or more Job type."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Jobs"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/dzonekl/netxstudio/model/com.netxforge.netxstudio.models/models/emf/13042011/netxstudio.ecore | ecore | netxstudio
Netxstudio
operators
libraries
companies
vendors
users
roles
countries
jobs | null | {"directed":true,"nodes":[{"nsPrefix":"netxstudio","nsURI":"http://www.netxforge.com/13042011/netxstudio","name":"netxstudio","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Netxstudio","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":"operators","changeable":true,"resolveProxies":false,"lowerBound":0,"id":2,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","changeable":true,"resolveProxies":false,"lowerBound":0,"id":3,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"companies","changeable":true,"resolveProxies":false,"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":"vendors","changeable":true,"resolveProxies":false,"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":"users","changeable":true,"resolveProxies":false,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":false,"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":"countries","changeable":true,"resolveProxies":false,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"jobs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":2,"target":10},{"source":2,"target":1},{"source":3,"target":11},{"source":3,"target":1},{"source":4,"target":12},{"source":4,"target":1},{"source":5,"target":13},{"source":5,"target":1},{"source":6,"target":14},{"source":6,"target":1},{"source":7,"target":15},{"source":7,"target":1},{"source":8,"target":16},{"source":8,"target":1},{"source":9,"target":17},{"source":9,"target":1}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="script"
nsURI="http://torusfw.org/ide/Script" nsPrefix="script">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//AbstractElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractElement"/>
<eClassifiers xsi:type="ecore:EEnum" name="NativeTypeEnum">
<eLiterals name="string" literal="string"/>
<eLiterals name="int" value="1" literal="int"/>
<eLiterals name="bool" value="2" literal="bool"/>
<eLiterals name="object" value="3" literal="object"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NativeType" eSuperTypes="#//TypeRef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//NativeTypeEnum"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeRef" eSuperTypes="#//MultiTypeRef #//ReturnTypeRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="referenced" eType="#//Interface"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multi" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiTypeRef"/>
<eClassifiers xsi:type="ecore:EClass" name="ReturnTypeRef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isVoid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageDeclaration" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//AbstractElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//AbstractElement">
<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="#//Interface"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="singleton" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//MethodDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//ReturnTypeRef"
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="args" upperBound="-1" eType="#//ArgumentDeclaration"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArgumentDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//MultiTypeRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/Script.ecore | ecore | script
Model
elements
AbstractElement
NativeTypeEnum
string
string
int
int
bool
bool
object
object
NativeType
type
TypeRef
referenced
multi
MultiTypeRef
ReturnTypeRef
isVoid
PackageDeclaration
name
elements
Import
importedNamespace
Interface
name
superType
singleton
methods
MethodDeclaration
returnType
name
args
ArgumentDeclaration
type
name | null | {"directed":true,"nodes":[{"nsPrefix":"script","nsURI":"http://torusfw.org/ide/Script","name":"script","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":"AbstractElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NativeTypeEnum","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NativeType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRef","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiTypeRef","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnTypeRef","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclaration","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentDeclaration","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"name":"string","id":15,"value":0,"literal":"string","eClass":"EEnumLiteral"},{"name":"int","id":16,"value":1,"literal":"int","eClass":"EEnumLiteral"},{"name":"bool","id":17,"value":2,"literal":"bool","eClass":"EEnumLiteral"},{"name":"object","id":18,"value":3,"literal":"object","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"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":"referenced","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":"multi","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isVoid","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"container":false,"ordered":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":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"singleton","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":13,"target":2},{"source":13,"target":14},{"source":13,"target":1},{"source":14,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":15,"target":3},{"source":16,"target":3},{"source":17,"target":3},{"source":18,"target":3},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":19},{"source":4,"target":20},{"source":19,"target":3},{"source":19,"target":21},{"source":19,"target":4},{"source":21,"target":3},{"source":20,"target":5},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":7},{"source":5,"target":22},{"source":5,"target":23},{"source":5,"target":24},{"source":5,"target":25},{"source":22,"target":10},{"source":22,"target":26},{"source":22,"target":5},{"source":26,"target":10},{"source":23,"target":27},{"source":23,"target":5},{"source":24,"target":6},{"source":25,"target":7},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":28},{"source":28,"target":29},{"source":28,"target":7},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":30},{"source":8,"target":31},{"source":8,"target":32},{"source":30,"target":33},{"source":30,"target":8},{"source":31,"target":2},{"source":31,"target":34},{"source":31,"target":8},{"source":34,"target":2},{"source":32,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":35},{"source":9,"target":36},{"source":35,"target":37},{"source":35,"target":9},{"source":36,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":38},{"source":10,"target":39},{"source":10,"target":40},{"source":10,"target":41},{"source":10,"target":42},{"source":38,"target":43},{"source":38,"target":10},{"source":39,"target":10},{"source":39,"target":44},{"source":39,"target":10},{"source":44,"target":10},{"source":40,"target":45},{"source":40,"target":10},{"source":41,"target":11},{"source":41,"target":46},{"source":41,"target":10},{"source":46,"target":11},{"source":42,"target":2},{"source":11,"target":0},{"source":11,"target":47},{"source":11,"target":48},{"source":11,"target":49},{"source":47,"target":7},{"source":47,"target":50},{"source":47,"target":11},{"source":50,"target":7},{"source":48,"target":51},{"source":48,"target":11},{"source":49,"target":12},{"source":49,"target":52},{"source":49,"target":11},{"source":52,"target":12},{"source":12,"target":0},{"source":12,"target":53},{"source":12,"target":54},{"source":53,"target":6},{"source":53,"target":55},{"source":53,"target":12},{"source":55,"target":6},{"source":54,"target":56},{"source":54,"target":12}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="arduino" nsURI="http://arduino/1.0" nsPrefix="arduino">
<eAnnotations source="gmf">
<details key="foo" value="bar"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Robo">
<eAnnotations source="gmf.diagram">
<details key="foo" value="bar"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="temAcoes" upperBound="-1"
eType="#//Acao" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="temTransicoes" upperBound="-1"
eType="#//Transicoes" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="temCondicoes" upperBound="-1"
eType="#//Condicao" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Acao" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="Transicao_de_Entrada" eType="#//Transicoes"
eOpposite="#//Transicoes/Acao_de_Saida"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Transicao_de_Saida" eType="#//Transicoes"
eOpposite="#//Transicoes/Acao_de_Entrada"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transicoes">
<eAnnotations source="gmf.link">
<details key="source" value="Acao_de_Entrada"/>
<details key="target" value="Acao_de_Saida"/>
<details key="target.decoration" value="filledclosedarrow"/>
<details key="width" value="2"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="Acao_de_Entrada" eType="#//Acao"
eOpposite="#//Acao/Transicao_de_Saida"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Acao_de_Saida" eType="#//Acao"
eOpposite="#//Acao/Transicao_de_Entrada"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Virar_Esquerda" eSuperTypes="#//Corpo">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="64,207,255"/>
<details key="color" value="64,207,255"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Virar Esquerda"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mover_Frente" eSuperTypes="#//Corpo">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="64,207,255"/>
<details key="color" value="64,207,255"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Mover Frente"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mover_Tras" eSuperTypes="#//Corpo">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="64,207,255"/>
<details key="color" value="64,207,255"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Mover Trás"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Virar_Direita" eSuperTypes="#//Corpo">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="64,207,255"/>
<details key="color" value="64,207,255"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Virar Direita"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rodar_Esquerda_Tempo" eSuperTypes="#//Corpo_Modificavel">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="64,207,255"/>
<details key="color" value="64,207,255"/>
<details key="label" value="tempo"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rodar_Direita_Tempo" eSuperTypes="#//Corpo_Modificavel">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="color" value="64,207,255"/>
<details key="label" value="tempo"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Acoes_Predefinidas" abstract="true"
eSuperTypes="#//Acao"/>
<eClassifiers xsi:type="ecore:EClass" name="Acoes_Modificaveis" abstract="true"
eSuperTypes="#//Acao"/>
<eClassifiers xsi:type="ecore:EClass" name="Mover_Frente_Tempo" eSuperTypes="#//Corpo_Modificavel">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="64,207,255"/>
<details key="color" value="64,207,255"/>
<details key="label" value="tempo"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mover_Tras_Tempo" eSuperTypes="#//Corpo_Modificavel">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="64,207,255"/>
<details key="color" value="64,207,255"/>
<details key="label" value="tempo"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Virar_para_X_Graus" eSuperTypes="#//Cabeca_Modificavel">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="255,130,253"/>
<details key="color" value="255,130,253"/>
<details key="label" value="graus"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Virar_Max_Drt" eSuperTypes="#//Cabeca">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="255,130,253"/>
<details key="color" value="255,130,253"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Virar Máx. Direita"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Virar_Max_Esq" eSuperTypes="#//Cabeca">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="255,130,253"/>
<details key="color" value="255,130,253"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Virar Máx. Esquerda"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Centrar" eSuperTypes="#//Cabeca">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="255,130,253"/>
<details key="color" value="255,130,253"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Centrar"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Virar_45_Esq" eSuperTypes="#//Cabeca">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="255,130,253"/>
<details key="color" value="255,130,253"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Virar 45 Graus Esquerda"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Virar_45_Drt" eSuperTypes="#//Cabeca">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="255,130,253"/>
<details key="color" value="255,130,253"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Virar 45 Graus Direita"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mover_Aleatoriamente" eSuperTypes="#//Corpo">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="64,207,255"/>
<details key="color" value="64,207,255"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Mover Aleatoriamente"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LED" abstract="true" eSuperTypes="#//Acoes_Predefinidas"/>
<eClassifiers xsi:type="ecore:EClass" name="Verde" abstract="true" eSuperTypes="#//LED"/>
<eClassifiers xsi:type="ecore:EClass" name="Tricolor" abstract="true" eSuperTypes="#//LED"/>
<eClassifiers xsi:type="ecore:EClass" name="Ligar_LED_Verde" eSuperTypes="#//Verde">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="255,255,64"/>
<details key="color" value="255,255,64"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Ligar LED Verde"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Desligar_LED_Verde" eSuperTypes="#//Verde">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="255,255,64"/>
<details key="color" value="255,255,64"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Desligar LED Verde"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ligar_Intermitencia" eSuperTypes="#//Verde">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="255,255,64"/>
<details key="color" value="255,255,64"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Ligar Intermitência"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Desligar_Intermitencia" eSuperTypes="#//Verde">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="255,255,64"/>
<details key="color" value="255,255,64"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Desligar Intermitência"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Varias_Cores" abstract="true" eSuperTypes="#//Tricolor"/>
<eClassifiers xsi:type="ecore:EClass" name="Unica_Cor" abstract="true" eSuperTypes="#//Tricolor"/>
<eClassifiers xsi:type="ecore:EClass" name="Ligar_Cores_Policia" eSuperTypes="#//Varias_Cores">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="255,255,64"/>
<details key="color" value="255,255,64"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Ligar Cores Polícia"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ligar_Cores_Arco_Iris" eSuperTypes="#//Varias_Cores">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="255,255,64"/>
<details key="color" value="255,255,64"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Ligar Cores Arco-Íris"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ligar_Azul" eSuperTypes="#//Unica_Cor">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="255,255,64"/>
<details key="color" value="255,255,64"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Ligar Azul"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ligar_Verde" eSuperTypes="#//Unica_Cor">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="255,255,64"/>
<details key="color" value="255,255,64"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Ligar Verde"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ligar_Vermelho" eSuperTypes="#//Unica_Cor">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="255,255,64"/>
<details key="color" value="255,255,64"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Ligar Vermelho"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Desligar_Cor" eSuperTypes="#//Unica_Cor">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="255,255,64"/>
<details key="color" value="255,255,64"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Desligar Luz"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Desligar_Cores" eSuperTypes="#//Varias_Cores">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="255,255,64"/>
<details key="color" value="255,255,64"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Desligar Cores"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Acoes_Condicionais" abstract="true"
eSuperTypes="#//Acao">
<eStructuralFeatures xsi:type="ecore:EReference" name="tem" lowerBound="1" eType="#//Condicao"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//Acoes_Condicionais">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="214,214,214"/>
<details key="color" value="214,214,214"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="While"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="corpo" lowerBound="1" eType="#//Acao">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//Acoes_Condicionais">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="214,214,214"/>
<details key="color" value="214,214,214"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="If"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="#//Acao"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Condicao" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Bumper_Pressionado" eSuperTypes="#//Condicao">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="214,214,214"/>
<details key="color" value="214,214,214"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Bumper"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Distancia_Infra_Vermelhos" eSuperTypes="#//Condicao">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="214,214,214"/>
<details key="color" value="214,214,214"/>
<details key="label" value="distancia"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="distancia" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Corpo" abstract="true" eSuperTypes="#//Acoes_Predefinidas">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="evitarObstaculo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Corpo_Modificavel" abstract="true" eSuperTypes="#//Acoes_Modificaveis">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tempo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="evitarObstaculo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cabeca" abstract="true" eSuperTypes="#//Acoes_Predefinidas"/>
<eClassifiers xsi:type="ecore:EClass" name="Cabeca_Modificavel" abstract="true"
eSuperTypes="#//Acoes_Modificaveis">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="graus" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Inicio" eSuperTypes="#//Acao">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="0,255,0"/>
<details key="color" value="0,255,0"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
<details key="label.icon" value="false"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Início"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="evitarObstaculo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Fim" eSuperTypes="#//Acao">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="255,0,0"/>
<details key="color" value="255,0,0"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
<details key="label.icon" value="false"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Fim"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parar" eSuperTypes="#//Corpo">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="64,207,255"/>
<details key="color" value="64,207,255"/>
<details key="label" value="nome"/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Parar"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parar_Tempo" eSuperTypes="#//Corpo_Modificavel">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="border.color" value="64,207,255"/>
<details key="color" value="64,207,255"/>
<details key="label" value="tempo"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/pedrorleonardo/teseVisualino/eclipse project/workspace_pessoaldsls/LDE/metamodel/lde.ecore | ecore | arduino
Robo
temAcoes
temTransicoes
Nome
temCondicoes
Acao
Transicao_de_Entrada
Transicao_de_Saida
Transicoes
Acao_de_Entrada
Acao_de_Saida
Virar_Esquerda
nome
Virar Esquerda
Mover_Frente
nome
Mover Frente
Mover_Tras
nome
Mover Trás
Virar_Direita
nome
Virar Direita
Rodar_Esquerda_Tempo
Rodar_Direita_Tempo
Acoes_Predefinidas
Acoes_Modificaveis
Mover_Frente_Tempo
Mover_Tras_Tempo
Virar_para_X_Graus
Virar_Max_Drt
nome
Virar Máx. Direita
Virar_Max_Esq
nome
Virar Máx. Esquerda
Centrar
nome
Centrar
Virar_45_Esq
nome
Virar 45 Graus Esquerda
Virar_45_Drt
nome
Virar 45 Graus Direita
Mover_Aleatoriamente
nome
Mover Aleatoriamente
LED
Verde
Tricolor
Ligar_LED_Verde
nome
Ligar LED Verde
Desligar_LED_Verde
nome
Desligar LED Verde
Ligar_Intermitencia
nome
Ligar Intermitência
Desligar_Intermitencia
nome
Desligar Intermitência
Varias_Cores
Unica_Cor
Ligar_Cores_Policia
nome
Ligar Cores Polícia
Ligar_Cores_Arco_Iris
nome
Ligar Cores Arco-Íris
Ligar_Azul
nome
Ligar Azul
Ligar_Verde
nome
Ligar Verde
Ligar_Vermelho
nome
Ligar Vermelho
Desligar_Cor
nome
Desligar Luz
Desligar_Cores
nome
Desligar Cores
Acoes_Condicionais
tem
While
nome
While
corpo
If
nome
If
then
Condicao
Bumper_Pressionado
nome
Bumper
Distancia_Infra_Vermelhos
distancia
Corpo
evitarObstaculo
Corpo_Modificavel
tempo
evitarObstaculo
Cabeca
Cabeca_Modificavel
graus
Inicio
nome
Início
evitarObstaculo
Fim
nome
Fim
Parar
nome
Parar
Parar_Tempo | null | {"directed":true,"nodes":[{"nsPrefix":"arduino","nsURI":"http://arduino/1.0","name":"arduino","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Robo","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Acao","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transicoes","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Virar_Esquerda","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mover_Frente","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mover_Tras","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Virar_Direita","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rodar_Esquerda_Tempo","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rodar_Direita_Tempo","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Acoes_Predefinidas","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Acoes_Modificaveis","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mover_Frente_Tempo","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mover_Tras_Tempo","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Virar_para_X_Graus","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Virar_Max_Drt","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Virar_Max_Esq","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Centrar","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Virar_45_Esq","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Virar_45_Drt","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mover_Aleatoriamente","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LED","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Verde","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tricolor","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ligar_LED_Verde","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Desligar_LED_Verde","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ligar_Intermitencia","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Desligar_Intermitencia","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Varias_Cores","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unica_Cor","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ligar_Cores_Policia","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ligar_Cores_Arco_Iris","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ligar_Azul","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ligar_Verde","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ligar_Vermelho","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Desligar_Cor","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Desligar_Cores","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Acoes_Condicionais","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condicao","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bumper_Pressionado","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Distancia_Infra_Vermelhos","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Corpo","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Corpo_Modificavel","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cabeca","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cabeca_Modificavel","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inicio","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fim","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parar","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parar_Tempo","instanceClass":null,"abstract":false,"id":50,"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":"temAcoes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"temTransicoes","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":"Nome","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"temCondicoes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Transicao_de_Entrada","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Transicao_de_Saida","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Acao_de_Saida","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Acao_de_Entrada","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Virar Esquerda","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Virar Esquerda","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Mover Frente","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Mover Frente","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Mover Trás","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Mover Trás","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Virar Direita","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Virar Direita","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Virar Máx. Direita","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Virar Máx. Direita","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Virar Máx. Esquerda","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Virar Máx. Esquerda","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Centrar","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Centrar","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Virar 45 Graus Esquerda","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Virar 45 Graus Esquerda","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Virar 45 Graus Direita","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Virar 45 Graus Direita","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Mover Aleatoriamente","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Mover Aleatoriamente","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Ligar LED Verde","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Ligar LED Verde","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Desligar LED Verde","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Desligar LED Verde","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Ligar Intermitência","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Ligar Intermitência","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Desligar Intermitência","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Desligar Intermitência","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Ligar Cores Polícia","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Ligar Cores Polícia","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Ligar Cores Arco-Íris","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Ligar Cores Arco-Íris","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Ligar Azul","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Ligar Azul","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Ligar Verde","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Ligar Verde","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Ligar Vermelho","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Ligar Vermelho","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Desligar Luz","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Desligar Luz","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Desligar Cores","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Desligar Cores","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"While","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"While","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"corpo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"If","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"If","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Bumper","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Bumper","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"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":"distancia","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"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":"evitarObstaculo","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"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":"tempo","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"evitarObstaculo","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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"graus","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Início","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Início","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"evitarObstaculo","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Fim","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Fim","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Parar","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Parar","unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":1,"target":0},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":51,"target":2},{"source":51,"target":55},{"source":51,"target":1},{"source":55,"target":2},{"source":52,"target":3},{"source":52,"target":56},{"source":52,"target":1},{"source":56,"target":3},{"source":53,"target":57},{"source":53,"target":1},{"source":54,"target":40},{"source":54,"target":58},{"source":54,"target":1},{"source":58,"target":40},{"source":2,"target":0},{"source":2,"target":59},{"source":2,"target":60},{"source":59,"target":3},{"source":59,"target":61},{"source":59,"target":2},{"source":59,"target":62},{"source":61,"target":3},{"source":60,"target":3},{"source":60,"target":63},{"source":60,"target":2},{"source":60,"target":64},{"source":63,"target":3},{"source":3,"target":0},{"source":3,"target":64},{"source":3,"target":62},{"source":64,"target":2},{"source":64,"target":65},{"source":64,"target":3},{"source":64,"target":60},{"source":65,"target":2},{"source":62,"target":2},{"source":62,"target":66},{"source":62,"target":3},{"source":62,"target":59},{"source":66,"target":2},{"source":4,"target":0},{"source":4,"target":43},{"source":4,"target":67},{"source":4,"target":68},{"source":67,"target":69},{"source":67,"target":4},{"source":68,"target":43},{"source":5,"target":0},{"source":5,"target":43},{"source":5,"target":70},{"source":5,"target":71},{"source":70,"target":72},{"source":70,"target":5},{"source":71,"target":43},{"source":6,"target":0},{"source":6,"target":43},{"source":6,"target":73},{"source":6,"target":74},{"source":73,"target":75},{"source":73,"target":6},{"source":74,"target":43},{"source":7,"target":0},{"source":7,"target":43},{"source":7,"target":76},{"source":7,"target":77},{"source":76,"target":78},{"source":76,"target":7},{"source":77,"target":43},{"source":8,"target":0},{"source":8,"target":44},{"source":8,"target":79},{"source":79,"target":44},{"source":9,"target":0},{"source":9,"target":44},{"source":9,"target":80},{"source":80,"target":44},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":81},{"source":81,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":82},{"source":82,"target":2},{"source":12,"target":0},{"source":12,"target":44},{"source":12,"target":83},{"source":83,"target":44},{"source":13,"target":0},{"source":13,"target":44},{"source":13,"target":84},{"source":84,"target":44},{"source":14,"target":0},{"source":14,"target":46},{"source":14,"target":85},{"source":85,"target":46},{"source":15,"target":0},{"source":15,"target":45},{"source":15,"target":86},{"source":15,"target":87},{"source":86,"target":88},{"source":86,"target":15},{"source":87,"target":45},{"source":16,"target":0},{"source":16,"target":45},{"source":16,"target":89},{"source":16,"target":90},{"source":89,"target":91},{"source":89,"target":16},{"source":90,"target":45},{"source":17,"target":0},{"source":17,"target":45},{"source":17,"target":92},{"source":17,"target":93},{"source":92,"target":94},{"source":92,"target":17},{"source":93,"target":45},{"source":18,"target":0},{"source":18,"target":45},{"source":18,"target":95},{"source":18,"target":96},{"source":95,"target":97},{"source":95,"target":18},{"source":96,"target":45},{"source":19,"target":0},{"source":19,"target":45},{"source":19,"target":98},{"source":19,"target":99},{"source":98,"target":100},{"source":98,"target":19},{"source":99,"target":45},{"source":20,"target":0},{"source":20,"target":43},{"source":20,"target":101},{"source":20,"target":102},{"source":101,"target":103},{"source":101,"target":20},{"source":102,"target":43},{"source":21,"target":0},{"source":21,"target":10},{"source":21,"target":104},{"source":104,"target":10},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":105},{"source":105,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":106},{"source":106,"target":21},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":107},{"source":24,"target":108},{"source":107,"target":109},{"source":107,"target":24},{"source":108,"target":22},{"source":25,"target":0},{"source":25,"target":22},{"source":25,"target":110},{"source":25,"target":111},{"source":110,"target":112},{"source":110,"target":25},{"source":111,"target":22},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":113},{"source":26,"target":114},{"source":113,"target":115},{"source":113,"target":26},{"source":114,"target":22},{"source":27,"target":0},{"source":27,"target":22},{"source":27,"target":116},{"source":27,"target":117},{"source":116,"target":118},{"source":116,"target":27},{"source":117,"target":22},{"source":28,"target":0},{"source":28,"target":23},{"source":28,"target":119},{"source":119,"target":23},{"source":29,"target":0},{"source":29,"target":23},{"source":29,"target":120},{"source":120,"target":23},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":121},{"source":30,"target":122},{"source":121,"target":123},{"source":121,"target":30},{"source":122,"target":28},{"source":31,"target":0},{"source":31,"target":28},{"source":31,"target":124},{"source":31,"target":125},{"source":124,"target":126},{"source":124,"target":31},{"source":125,"target":28},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":127},{"source":32,"target":128},{"source":127,"target":129},{"source":127,"target":32},{"source":128,"target":29},{"source":33,"target":0},{"source":33,"target":29},{"source":33,"target":130},{"source":33,"target":131},{"source":130,"target":132},{"source":130,"target":33},{"source":131,"target":29},{"source":34,"target":0},{"source":34,"target":29},{"source":34,"target":133},{"source":34,"target":134},{"source":133,"target":135},{"source":133,"target":34},{"source":134,"target":29},{"source":35,"target":0},{"source":35,"target":29},{"source":35,"target":136},{"source":35,"target":137},{"source":136,"target":138},{"source":136,"target":35},{"source":137,"target":29},{"source":36,"target":0},{"source":36,"target":28},{"source":36,"target":139},{"source":36,"target":140},{"source":139,"target":141},{"source":139,"target":36},{"source":140,"target":28},{"source":37,"target":0},{"source":37,"target":2},{"source":37,"target":142},{"source":37,"target":143},{"source":142,"target":40},{"source":142,"target":144},{"source":142,"target":37},{"source":144,"target":40},{"source":143,"target":2},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":145},{"source":38,"target":146},{"source":38,"target":147},{"source":145,"target":148},{"source":145,"target":38},{"source":146,"target":2},{"source":146,"target":149},{"source":146,"target":38},{"source":149,"target":2},{"source":147,"target":37},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":150},{"source":39,"target":151},{"source":39,"target":152},{"source":150,"target":153},{"source":150,"target":39},{"source":151,"target":2},{"source":151,"target":154},{"source":151,"target":39},{"source":154,"target":2},{"source":152,"target":37},{"source":40,"target":0},{"source":41,"target":0},{"source":41,"target":40},{"source":41,"target":155},{"source":41,"target":156},{"source":155,"target":157},{"source":155,"target":41},{"source":156,"target":40},{"source":42,"target":0},{"source":42,"target":40},{"source":42,"target":158},{"source":42,"target":159},{"source":158,"target":160},{"source":158,"target":42},{"source":159,"target":40},{"source":43,"target":0},{"source":43,"target":10},{"source":43,"target":161},{"source":43,"target":162},{"source":161,"target":163},{"source":161,"target":43},{"source":162,"target":10},{"source":44,"target":0},{"source":44,"target":11},{"source":44,"target":164},{"source":44,"target":165},{"source":44,"target":166},{"source":164,"target":167},{"source":164,"target":44},{"source":165,"target":168},{"source":165,"target":44},{"source":166,"target":11},{"source":45,"target":0},{"source":45,"target":10},{"source":45,"target":169},{"source":169,"target":10},{"source":46,"target":0},{"source":46,"target":11},{"source":46,"target":170},{"source":46,"target":171},{"source":170,"target":172},{"source":170,"target":46},{"source":171,"target":11},{"source":47,"target":0},{"source":47,"target":2},{"source":47,"target":173},{"source":47,"target":174},{"source":47,"target":175},{"source":173,"target":176},{"source":173,"target":47},{"source":174,"target":177},{"source":174,"target":47},{"source":175,"target":2},{"source":48,"target":0},{"source":48,"target":2},{"source":48,"target":178},{"source":48,"target":179},{"source":178,"target":180},{"source":178,"target":48},{"source":179,"target":2},{"source":49,"target":0},{"source":49,"target":43},{"source":49,"target":181},{"source":49,"target":182},{"source":181,"target":183},{"source":181,"target":49},{"source":182,"target":43},{"source":50,"target":0},{"source":50,"target":44},{"source":50,"target":184},{"source":184,"target":44}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="el" nsURI="http://de.hub.el/EL/1.0" nsPrefix="el">
<eClassifiers xsi:type="ecore:EClass" name="ELPackage" eSuperTypes="#//ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//ELClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELClass" eSuperTypes="#//ELNamedElement">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dXywQiknEemoEoNTCLil9Q" value="_dXywQyknEemoEoNTCLil9Q"/>
</eAnnotations>
<details key="_dXvF4iknEemoEoNTCLil9Q" value="_dXvF4yknEemoEoNTCLil9Q"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//ELMethod" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//ELField" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superClases" upperBound="-1"
eType="#//ELClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="innerClasses" upperBound="-1"
eType="#//ELClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELVariable" eSuperTypes="#//ELTypedElement">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dX0lciknEemoEoNTCLil9Q" value="_dX0lcyknEemoEoNTCLil9Q"/>
</eAnnotations>
<details key="_dXrbgCknEemoEoNTCLil9Q" value="_dXrbgSknEemoEoNTCLil9Q"/>
<details key="_dXywQCknEemoEoNTCLil9Q" value="_dXywQSknEemoEoNTCLil9Q"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELMethod" eSuperTypes="#//ELTypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//ELVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="localVariables" upperBound="-1"
eType="#//ELVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//ELBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELField" eSuperTypes="#//ELVariable"/>
<eClassifiers xsi:type="ecore:EClass" name="ELStatement">
<eOperations name="_dXw7ECknEemoEoNTCLil9Q" ordered="false" unique="false" lowerBound="97"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlock">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//ELStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELExpression" eSuperTypes="#//ELStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELLiteral" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELOpCall" eSuperTypes="#//ELCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELOp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELCall" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//ELExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//ELMethod">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dXsCkCknEemoEoNTCLil9Q" value="_dXsCkSknEemoEoNTCLil9Q"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="thisArgument" eType="#//ELExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELAccess" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//ELVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStatement" eSuperTypes="#//ELStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1"
eType="#//ELBlock" containment="true">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<eAnnotations source="_dXzXUCknEemoEoNTCLil9Q"/>
<details key="_dXqNYCknEemoEoNTCLil9Q" value="_dXqNYSknEemoEoNTCLil9Q"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELBlockStarementKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//ELExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELOp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ELOpKind">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dXqNYiknEemoEoNTCLil9Q" value="_dXqNYyknEemoEoNTCLil9Q"/>
<contents/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operands" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precedence" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="_dXt3wCknEemoEoNTCLil9Q">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dXvF4CknEemoEoNTCLil9Q" value="_dXvF4SknEemoEoNTCLil9Q"/>
</eAnnotations>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELDataType" eSuperTypes="#//ELClass"/>
<eClassifiers xsi:type="ecore:EClass" name="ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dXtQsiknEemoEoNTCLil9Q" value="_dXtQsyknEemoEoNTCLil9Q"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELTypedElement" eSuperTypes="#//ELNamedElement">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dXspoCknEemoEoNTCLil9Q" value="_dXspoSknEemoEoNTCLil9Q"/>
<details key="_dXvs8CknEemoEoNTCLil9Q" value="_dXvs8SknEemoEoNTCLil9Q"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ELClass">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dXwUACknEemoEoNTCLil9Q" value="_dXwUASknEemoEoNTCLil9Q"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="array" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStarementKind">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dXyJMCknEemoEoNTCLil9Q" value="_dXyJMSknEemoEoNTCLil9Q"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blocks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expressions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELModel" eSuperTypes="#//ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1"
eType="#//ELPackage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ops" upperBound="-1" eType="#//ELOp"
containment="true">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dXtQsCknEemoEoNTCLil9Q" value="_dXtQsSknEemoEoNTCLil9Q"/>
</eAnnotations>
<details key="_dXq0cCknEemoEoNTCLil9Q" value="_dXq0cSknEemoEoNTCLil9Q"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1"
eType="#//ELBlockStarementKind" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ELOpKind">
<eLiterals name="infix" literal="infix"/>
<eLiterals name="suffix">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dX0lcCknEemoEoNTCLil9Q" value="_dX0lcSknEemoEoNTCLil9Q"/>
</eAnnotations>
</eLiterals>
<eLiterals name="prefix"/>
<eLiterals name="syntax" literal="syntax"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELAssignment" eSuperTypes="#//ELStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ELExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="#//ELVariable"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/bestWeight136/75_a0.ecore | ecore | el
ELPackage
classes
ELClass
methods
fields
superClases
innerClasses
ELVariable
ELMethod
parameters
localVariables
block
ELField
ELStatement
_dXw7ECknEemoEoNTCLil9Q
ELBlock
statements
ELExpression
ELLiteral
value
ELOpCall
kind
ELCall
arguments
callee
thisArgument
ELAccess
variable
ELBlockStatement
block
kind
expressions
ELOp
kind
syntax
operands
precedence
ELDataType
ELNamedElement
name
ELTypedElement
type
array
ELBlockStarementKind
syntax
blocks
expressions
ELModel
packages
ops
blocks
ELOpKind
infix
infix
suffix
suffix
prefix
prefix
syntax
syntax
ELAssignment
expr
assignee | null | {"directed":true,"nodes":[{"nsPrefix":"el","nsURI":"http://de.hub.el/EL/1.0","name":"el","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELPackage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELVariable","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELMethod","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELField","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELStatement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlock","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELExpression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELLiteral","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOpCall","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELCall","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAccess","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStatement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOp","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELDataType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELNamedElement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELTypedElement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStarementKind","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELModel","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ELOpKind","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAssignment","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"container":false,"ordered":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":22,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClases","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":"innerClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":false,"name":"_dXw7ECknEemoEoNTCLil9Q","lowerBound":97,"id":43,"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":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operands","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precedence","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EObject"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ops","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":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"name":"infix","id":100,"value":0,"literal":"infix","eClass":"EEnumLiteral"},{"name":"suffix","id":101,"value":0,"literal":"suffix","eClass":"EEnumLiteral"},{"name":"prefix","id":102,"value":0,"literal":"prefix","eClass":"EEnumLiteral"},{"name":"syntax","id":103,"value":0,"literal":"syntax","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":22},{"source":1,"target":23},{"source":22,"target":2},{"source":22,"target":24},{"source":22,"target":1},{"source":24,"target":2},{"source":23,"target":16},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":25,"target":4},{"source":25,"target":30},{"source":25,"target":2},{"source":30,"target":4},{"source":26,"target":5},{"source":26,"target":31},{"source":26,"target":2},{"source":31,"target":5},{"source":27,"target":2},{"source":27,"target":32},{"source":27,"target":2},{"source":32,"target":2},{"source":28,"target":2},{"source":28,"target":33},{"source":28,"target":2},{"source":33,"target":2},{"source":29,"target":16},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":34},{"source":34,"target":17},{"source":4,"target":0},{"source":4,"target":17},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":35,"target":3},{"source":35,"target":39},{"source":35,"target":4},{"source":39,"target":3},{"source":36,"target":3},{"source":36,"target":40},{"source":36,"target":4},{"source":40,"target":3},{"source":37,"target":7},{"source":37,"target":41},{"source":37,"target":4},{"source":41,"target":7},{"source":38,"target":17},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":42},{"source":42,"target":3},{"source":6,"target":0},{"source":6,"target":43},{"source":43,"target":6},{"source":7,"target":0},{"source":7,"target":44},{"source":44,"target":6},{"source":44,"target":45},{"source":44,"target":7},{"source":45,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":46},{"source":46,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":47},{"source":9,"target":48},{"source":47,"target":49},{"source":47,"target":9},{"source":48,"target":8},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":50},{"source":10,"target":51},{"source":50,"target":14},{"source":50,"target":52},{"source":50,"target":10},{"source":52,"target":14},{"source":51,"target":11},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":53},{"source":11,"target":54},{"source":11,"target":55},{"source":11,"target":56},{"source":53,"target":8},{"source":53,"target":57},{"source":53,"target":11},{"source":57,"target":8},{"source":54,"target":4},{"source":54,"target":58},{"source":54,"target":11},{"source":58,"target":4},{"source":55,"target":8},{"source":55,"target":59},{"source":55,"target":11},{"source":59,"target":8},{"source":56,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":60},{"source":12,"target":61},{"source":60,"target":3},{"source":60,"target":62},{"source":60,"target":12},{"source":62,"target":3},{"source":61,"target":8},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":63},{"source":13,"target":64},{"source":13,"target":65},{"source":13,"target":66},{"source":63,"target":7},{"source":63,"target":67},{"source":63,"target":13},{"source":67,"target":7},{"source":64,"target":18},{"source":64,"target":68},{"source":64,"target":13},{"source":68,"target":18},{"source":65,"target":8},{"source":65,"target":69},{"source":65,"target":13},{"source":69,"target":8},{"source":66,"target":6},{"source":14,"target":0},{"source":14,"target":70},{"source":14,"target":71},{"source":14,"target":72},{"source":14,"target":73},{"source":70,"target":20},{"source":70,"target":74},{"source":70,"target":14},{"source":74,"target":20},{"source":71,"target":76},{"source":71,"target":14},{"source":72,"target":77},{"source":72,"target":14},{"source":73,"target":78},{"source":73,"target":14},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":79},{"source":79,"target":2},{"source":16,"target":0},{"source":16,"target":80},{"source":80,"target":81},{"source":80,"target":16},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":82},{"source":17,"target":83},{"source":17,"target":84},{"source":82,"target":2},{"source":82,"target":85},{"source":82,"target":17},{"source":85,"target":2},{"source":83,"target":86},{"source":83,"target":17},{"source":84,"target":16},{"source":18,"target":0},{"source":18,"target":87},{"source":18,"target":88},{"source":18,"target":89},{"source":87,"target":90},{"source":87,"target":18},{"source":88,"target":91},{"source":88,"target":18},{"source":89,"target":92},{"source":89,"target":18},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":93},{"source":19,"target":94},{"source":19,"target":95},{"source":19,"target":96},{"source":93,"target":1},{"source":93,"target":97},{"source":93,"target":19},{"source":97,"target":1},{"source":94,"target":14},{"source":94,"target":98},{"source":94,"target":19},{"source":98,"target":14},{"source":95,"target":18},{"source":95,"target":99},{"source":95,"target":19},{"source":99,"target":18},{"source":96,"target":16},{"source":20,"target":0},{"source":20,"target":100},{"source":20,"target":101},{"source":20,"target":102},{"source":20,"target":103},{"source":100,"target":20},{"source":101,"target":20},{"source":102,"target":20},{"source":103,"target":20},{"source":21,"target":0},{"source":21,"target":6},{"source":21,"target":104},{"source":21,"target":105},{"source":21,"target":106},{"source":104,"target":8},{"source":104,"target":107},{"source":104,"target":21},{"source":107,"target":8},{"source":105,"target":3},{"source":105,"target":108},{"source":105,"target":21},{"source":108,"target":3},{"source":106,"target":6}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="net"
nsURI="http://www.ibm.com/ccl/soa/deploy/net/1.0.0/" nsPrefix="net">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
		 The Topology Definition Model (TDM) defines a core set of concepts to describe
		 Enterprise Architectures from the Software Applications down to the hardware 
		 requirements. The model is inherently extensible, allowing technology specific
		 domains to define their own types. At a high level, the model is orgainzed into
		 {@link Topology topologies}, which contain {@link Unit}s. A Unit contain 
		 {@link Capability capabilities}, {@Requirement requirements}, and four types 
		 of links ({@link DependencyLink dependency links}, {@link HostingLink hosting links},
		 {@link ConstraintLink constraint links}, {@link MemberLink member links}. In 
		 addition, the model defines the notion of {@link Constraint constraints} which 
		 can be added to Units or Contraint Links in order to describe requirements on 
		 target application or environment. 
		

				An object that can be part of a deployable module. See {@link FileArtifact}.
			"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EEnum" name="DuplexType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DuplexType"/>
</eAnnotations>
<eLiterals name="HalfDuplex"/>
<eLiterals name="FullDuplex" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DuplexTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DuplexType:Object"/>
<details key="baseType" value="DuplexType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IpInterface" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Capability">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="IpInterface"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gateway" 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="gateway"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ipV4Address" 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 IPv4 address string, in IPV4 Dot notation.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ipV4Address"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ipV6Address" 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 IPv6 address string, in IpV6 , in the format specified by the ipv6NotationType attribute, or IPv6 Colon Notation by default.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ipV6Address"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ipv6NotationType" eType="#//IPv6AddressNotationType"
defaultValueLiteral="IPv6ColonNotation" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
							Enumeration. "IPv6ColonNotation" or "IPv6ByteNotation"
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ipv6NotationType"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="l2InterfaceName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
							Name of the associated L2 interface. This can vary depending on the Operating System and how
							the data is collected. SNMP - This field corresponds to the ifName Windows - This attribute
							corresponds to the "Name" column on the Network Connections panel. The "Device Name" column
							should not be used since a Computer System may have more than one adapter with the same
							Device Name. The "Name" column is globally unique. For Unix based systems this atttribute
							corresponds to the ifConfig value. It should be something like en0.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="l2InterfaceName"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="netmask" 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 netmask, for example 255.255.255.0, or similar for IPv6"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="netmask"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subnetAddress" 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 network part e.g. 10.2.3.0, or similar for IPv6"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="subnetAddress"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IpInterfaceUnit" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Unit">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				In CDM, the IPInterface is contained by the computer system. It should be contained by the
				OperatingSystem, and this should map to hosting on an OperatingSystemUnit. The IpInterfaceUnit should be
				a configuration unit
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="IpInterfaceUnit"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="IPv6AddressNotationType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="IPv6AddressNotationType"/>
</eAnnotations>
<eLiterals name="IPv6ColonNotation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
						e.g. "2001:0db8:0000:0000:0000:0000:1428:57ab" or "2001:db8::1428:57ab"
					"/>
</eAnnotations>
</eLiterals>
<eLiterals name="IPv6MixedNotation" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="e.g. "E3D7::51F4:9BC8:192.168.100.32""/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="IPv6AddressNotationTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="IPv6AddressNotationType:Object"/>
<details key="baseType" value="IPv6AddressNotationType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="L2Interface" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Capability">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="L2Interface"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="autoNegotiation" 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="802.3 autonegotation setting for ethernet interfaces."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="autoNegotiation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="broadcast" 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="Is the interface capable of broadcasting frames or not?"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="broadcast"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duplex" eType="#//DuplexType"
defaultValueLiteral="HalfDuplex" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Enumeration - HalfDuplex, FullDuplex"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="duplex"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="encapsulation" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Interface encapsulation (e.g. ethernet, loopback etc...)"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="encapsulation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hwAddress" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Hardware address e.g. MAC address"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="hwAddress"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="TODO"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="index"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="l2InterfaceName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
							Name of the interface. This can vary depending on the Operating System and how the data is
							collected. SNMP - This field corresponds to the ifName Windows - This attribute corresponds
							to the "Name" column on the Network Connections panel. The "Device Name" column should not
							be used since a Computer System may have more than one adapter with the same Device Name.
							The "Name" column is globally unique. For Unix based systems this atttribute corresponds to
							the ifConfig value. It should be something like en0.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="l2InterfaceName"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="loopback" 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="Is this a loopback interface?"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="loopback"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mtu" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
							The Maximum Transmission Unit (aka) frame size that the interface supports
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="mtu"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="private" 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="
							Is this a private interface? Private interfaces can send data but are never exported into
							routing tables.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="private"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="promiscuous" 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="Is the interface in promiscuous mode?"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="promiscuous"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="speed" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Speed the interface is running on in bits/s."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="speed"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="L2InterfaceUnit" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Unit">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				In CDM, the L2Interface is contained by the computer system. This relationship maps to hosting on a
				ServerUnit/ComputerSystemUnit. The L2InterfaceUnit should be a configuration unit
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="L2InterfaceUnit"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NetRoot">
<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="capabilityIpInterface"
upperBound="-2" eType="#//IpInterface" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="capability.ipInterface"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="capabilityL2Interface"
upperBound="-2" eType="#//L2Interface" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="capability.l2Interface"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="unitIpInterfaceUnit" upperBound="-2"
eType="#//IpInterfaceUnit" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="unit.ipInterfaceUnit"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#unit"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="unitL2InterfaceUnit" upperBound="-2"
eType="#//L2InterfaceUnit" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="unit.l2InterfaceUnit"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#unit"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/kalapriyakannan/UMLONT/com.ibm.ccl.soa.deploy.net/models/ecore/net.ecore | ecore | net
DuplexType
HalfDuplex
HalfDuplex
FullDuplex
FullDuplex
DuplexTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
IpInterface
gateway
ipV4Address
ipV6Address
ipv6NotationType
IPv6ColonNotation
l2InterfaceName
netmask
subnetAddress
IpInterfaceUnit
IPv6AddressNotationType
IPv6ColonNotation
IPv6ColonNotation
IPv6MixedNotation
IPv6MixedNotation
IPv6AddressNotationTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
L2Interface
autoNegotiation
broadcast
duplex
HalfDuplex
encapsulation
hwAddress
index
l2InterfaceName
loopback
mtu
private
promiscuous
speed
L2InterfaceUnit
NetRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
capabilityIpInterface
capabilityL2Interface
unitIpInterfaceUnit
unitL2InterfaceUnit | null | {"directed":true,"nodes":[{"nsPrefix":"net","nsURI":"http://www.ibm.com/ccl/soa/deploy/net/1.0.0/","name":"net","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"DuplexType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"DuplexTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IpInterface","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IpInterfaceUnit","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IPv6AddressNotationType","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":"IPv6AddressNotationTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L2Interface","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L2InterfaceUnit","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetRoot","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"name":"HalfDuplex","id":10,"value":0,"literal":"HalfDuplex","eClass":"EEnumLiteral"},{"name":"FullDuplex","id":11,"value":1,"literal":"FullDuplex","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":"gateway","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ipV4Address","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":"ipV6Address","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"IPv6ColonNotation","unsettable":true,"transient":false,"unique":true,"name":"ipv6NotationType","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":"l2InterfaceName","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":"netmask","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":"subnetAddress","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"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"name":"IPv6ColonNotation","id":28,"value":0,"literal":"IPv6ColonNotation","eClass":"EEnumLiteral"},{"name":"IPv6MixedNotation","id":29,"value":1,"literal":"IPv6MixedNotation","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"autoNegotiation","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"broadcast","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"HalfDuplex","unsettable":true,"transient":false,"unique":true,"name":"duplex","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"encapsulation","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":"hwAddress","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"index","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":"l2InterfaceName","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"loopback","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"mtu","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"private","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"promiscuous","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"speed","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"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":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":58,"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":"capabilityIpInterface","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":"capabilityL2Interface","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"unitIpInterfaceUnit","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"unitL2InterfaceUnit","changeable":true,"resolveProxies":false,"lowerBound":0,"id":62,"derived":true},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":10,"target":1},{"source":11,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":12},{"source":3,"target":13},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":12,"target":20},{"source":12,"target":3},{"source":13,"target":21},{"source":13,"target":3},{"source":14,"target":22},{"source":14,"target":3},{"source":15,"target":5},{"source":15,"target":23},{"source":15,"target":3},{"source":23,"target":5},{"source":16,"target":24},{"source":16,"target":3},{"source":17,"target":25},{"source":17,"target":3},{"source":18,"target":26},{"source":18,"target":3},{"source":4,"target":0},{"source":4,"target":27},{"source":5,"target":0},{"source":5,"target":28},{"source":5,"target":29},{"source":28,"target":5},{"source":29,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":30},{"source":7,"target":31},{"source":7,"target":32},{"source":7,"target":33},{"source":7,"target":34},{"source":7,"target":35},{"source":7,"target":36},{"source":7,"target":37},{"source":7,"target":38},{"source":7,"target":39},{"source":7,"target":40},{"source":7,"target":41},{"source":7,"target":42},{"source":30,"target":43},{"source":30,"target":7},{"source":31,"target":44},{"source":31,"target":7},{"source":32,"target":1},{"source":32,"target":45},{"source":32,"target":7},{"source":45,"target":1},{"source":33,"target":46},{"source":33,"target":7},{"source":34,"target":47},{"source":34,"target":7},{"source":35,"target":48},{"source":35,"target":7},{"source":36,"target":49},{"source":36,"target":7},{"source":37,"target":50},{"source":37,"target":7},{"source":38,"target":51},{"source":38,"target":7},{"source":39,"target":52},{"source":39,"target":7},{"source":40,"target":53},{"source":40,"target":7},{"source":41,"target":54},{"source":41,"target":7},{"source":8,"target":0},{"source":8,"target":55},{"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":56,"target":63},{"source":56,"target":9},{"source":57,"target":64},{"source":57,"target":9},{"source":58,"target":65},{"source":58,"target":9},{"source":59,"target":3},{"source":59,"target":66},{"source":59,"target":9},{"source":66,"target":3},{"source":60,"target":7},{"source":60,"target":67},{"source":60,"target":9},{"source":67,"target":7},{"source":61,"target":4},{"source":61,"target":68},{"source":61,"target":9},{"source":68,"target":4},{"source":62,"target":8},{"source":62,"target":69},{"source":62,"target":9},{"source":69,"target":8}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="crudAngularGenerator" nsURI="http://www.example.org/crudAngularGenerator">
<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="services" lowerBound="1"
upperBound="-1" eType="#//Service" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cruds" lowerBound="1" upperBound="-1"
eType="#//Crud" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Crud">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="allowCreate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="allowRead" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="allowUpdate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="allowDelete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1"
eType="#//Service"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//Field" containment="true"/>
</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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filters" upperBound="-1"
eType="#//Field"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Field">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMultiple" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="component" eType="#//UIComponent"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRequired" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dataType" eType="#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relatedService" eType="#//Service"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DataType">
<eLiterals name="int"/>
<eLiterals name="string" value="1"/>
<eLiterals name="text" value="2"/>
<eLiterals name="decimal" value="3"/>
<eLiterals name="date" value="4"/>
<eLiterals name="dateTime" value="5"/>
<eLiterals name="relation" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="UIComponent">
<eLiterals name="select"/>
<eLiterals name="selectList" value="1"/>
<eLiterals name="radioButton" value="2"/>
<eLiterals name="autocomplete" value="3"/>
<eLiterals name="selectListMultiple" value="4"/>
<eLiterals name="checkbox" value="5"/>
<eLiterals name="autocompleteMultiple" value="6"/>
<eLiterals name="primitive" value="7"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/jairud-garcia/uniandes_crud_generator/crudGenerator/metamodels/crudAngularGenerator.ecore | ecore | crudAngularGenerator
Application
name
services
cruds
Crud
allowCreate
true
allowRead
true
allowUpdate
true
allowDelete
true
service
fields
Service
name
url
filters
Field
key
isMultiple
component
isRequired
dataType
relatedService
DataType
int
int
string
string
text
text
decimal
decimal
date
date
dateTime
dateTime
relation
relation
UIComponent
select
select
selectList
selectList
radioButton
radioButton
autocomplete
autocomplete
selectListMultiple
selectListMultiple
checkbox
checkbox
autocompleteMultiple
autocompleteMultiple
primitive
primitive | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":"http://www.example.org/crudAngularGenerator","name":"crudAngularGenerator","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Application","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Crud","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":"Field","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UIComponent","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":7,"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":"services","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"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":"cruds","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"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":"allowCreate","changeable":true,"lowerBound":0,"iD":false,"id":13,"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":"allowRead","changeable":true,"lowerBound":0,"iD":false,"id":14,"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":"allowUpdate","changeable":true,"lowerBound":0,"iD":false,"id":15,"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":"allowDelete","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","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":false,"unsettable":false,"transient":false,"unique":true,"name":"filters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","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":null,"unsettable":false,"transient":false,"unique":true,"name":"isMultiple","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":"component","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isRequired","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"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":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":"relatedService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"name":"int","id":43,"value":0,"literal":"int","eClass":"EEnumLiteral"},{"name":"string","id":44,"value":1,"literal":"string","eClass":"EEnumLiteral"},{"name":"text","id":45,"value":2,"literal":"text","eClass":"EEnumLiteral"},{"name":"decimal","id":46,"value":3,"literal":"decimal","eClass":"EEnumLiteral"},{"name":"date","id":47,"value":4,"literal":"date","eClass":"EEnumLiteral"},{"name":"dateTime","id":48,"value":5,"literal":"dateTime","eClass":"EEnumLiteral"},{"name":"relation","id":49,"value":6,"literal":"relation","eClass":"EEnumLiteral"},{"name":"select","id":50,"value":0,"literal":"select","eClass":"EEnumLiteral"},{"name":"selectList","id":51,"value":1,"literal":"selectList","eClass":"EEnumLiteral"},{"name":"radioButton","id":52,"value":2,"literal":"radioButton","eClass":"EEnumLiteral"},{"name":"autocomplete","id":53,"value":3,"literal":"autocomplete","eClass":"EEnumLiteral"},{"name":"selectListMultiple","id":54,"value":4,"literal":"selectListMultiple","eClass":"EEnumLiteral"},{"name":"checkbox","id":55,"value":5,"literal":"checkbox","eClass":"EEnumLiteral"},{"name":"autocompleteMultiple","id":56,"value":6,"literal":"autocompleteMultiple","eClass":"EEnumLiteral"},{"name":"primitive","id":57,"value":7,"literal":"primitive","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":7,"target":10},{"source":7,"target":1},{"source":8,"target":3},{"source":8,"target":11},{"source":8,"target":1},{"source":11,"target":3},{"source":9,"target":2},{"source":9,"target":12},{"source":9,"target":1},{"source":12,"target":2},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":13,"target":19},{"source":13,"target":2},{"source":14,"target":20},{"source":14,"target":2},{"source":15,"target":21},{"source":15,"target":2},{"source":16,"target":22},{"source":16,"target":2},{"source":17,"target":3},{"source":17,"target":23},{"source":17,"target":2},{"source":23,"target":3},{"source":18,"target":4},{"source":18,"target":24},{"source":18,"target":2},{"source":24,"target":4},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":25,"target":28},{"source":25,"target":3},{"source":26,"target":29},{"source":26,"target":3},{"source":27,"target":4},{"source":27,"target":30},{"source":27,"target":3},{"source":30,"target":4},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":31,"target":37},{"source":31,"target":4},{"source":32,"target":38},{"source":32,"target":4},{"source":33,"target":6},{"source":33,"target":39},{"source":33,"target":4},{"source":39,"target":6},{"source":34,"target":40},{"source":34,"target":4},{"source":35,"target":5},{"source":35,"target":41},{"source":35,"target":4},{"source":41,"target":5},{"source":36,"target":3},{"source":36,"target":42},{"source":36,"target":4},{"source":42,"target":3},{"source":5,"target":0},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":43,"target":5},{"source":44,"target":5},{"source":45,"target":5},{"source":46,"target":5},{"source":47,"target":5},{"source":48,"target":5},{"source":49,"target":5},{"source":6,"target":0},{"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":50,"target":6},{"source":51,"target":6},{"source":52,"target":6},{"source":53,"target":6},{"source":54,"target":6},{"source":55,"target":6},{"source":56,"target":6},{"source":57,"target":6}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="geographicalCode" nsURI="http://fr.inria.atlanmod/discovered/geographicalCode"
nsPrefix="discog">
<eClassifiers xsi:type="ecore:EClass" name="geographicalCodeInput">
<eAnnotations source="coverage">
<details key="totalFound" value="1"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="address" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="coverage">
<details key="totalFound" value="1"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sensor" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="coverage">
<details key="totalFound" value="1"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="geographicalCodeOutput"
lowerBound="1" eType="#//GeographicalCodeOutput" containment="true">
<eAnnotations source="coverage">
<details key="totalFound" value="1"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Result">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="address_components" lowerBound="1"
upperBound="-1" eType="#//Address_component" containment="true">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="formatted_address" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="geometry" lowerBound="1"
eType="#//Geometry" containment="true">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="types" lowerBound="1" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Northeast">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lat" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lng" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeographicalCodeOutput">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="results" lowerBound="1"
upperBound="-1" eType="#//Result" containment="true">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Location">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lat" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lng" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Geometry">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="location" lowerBound="1"
eType="#//Location" containment="true">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location_type" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="viewport" lowerBound="1"
eType="#//Viewport" containment="true">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Viewport">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="northeast" lowerBound="1"
eType="#//Northeast" containment="true">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="southwest" lowerBound="1"
eType="#//Southwest" containment="true">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Address_component">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="long_name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="short_name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="types" lowerBound="1" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Southwest">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lat" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lng" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="coverage">
<details key="totalFound" value="2"/>
<details key="ratioTotalFound" value="1.0"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/SOM-Research/jsonDiscoverer/jsondiscoverer.zoo/zoo/googleMaps/source3/source3.ecore | ecore | geographicalCode
geographicalCodeInput
address
sensor
geographicalCodeOutput
Result
address_components
formatted_address
geometry
types
Northeast
lat
lng
GeographicalCodeOutput
results
status
Location
lat
lng
Geometry
location
location_type
viewport
Viewport
northeast
southwest
Address_component
long_name
short_name
types
Southwest
lat
lng | null | {"directed":true,"nodes":[{"nsPrefix":"discog","nsURI":"http://fr.inria.atlanmod/discovered/geographicalCode","name":"geographicalCode","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"geographicalCodeInput","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Result","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Northeast","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeographicalCodeOutput","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Location","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Geometry","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Viewport","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address_component","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Southwest","instanceClass":null,"abstract":false,"id":9,"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":"address","changeable":true,"lowerBound":1,"iD":false,"id":10,"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":"sensor","changeable":true,"lowerBound":1,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"geographicalCodeOutput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"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":"address_components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formatted_address","changeable":true,"lowerBound":1,"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":"geometry","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"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":"types","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lat","changeable":true,"lowerBound":1,"iD":false,"id":24,"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":"lng","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"results","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"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":"lat","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lng","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":"location","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location_type","changeable":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"viewport","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"northeast","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"southwest","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"long_name","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"short_name","changeable":true,"lowerBound":1,"iD":false,"id":47,"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":"types","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"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":"lat","changeable":true,"lowerBound":1,"iD":false,"id":52,"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":"lng","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":10,"target":13},{"source":10,"target":1},{"source":11,"target":14},{"source":11,"target":1},{"source":12,"target":4},{"source":12,"target":15},{"source":12,"target":1},{"source":15,"target":4},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"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":18,"target":6},{"source":18,"target":22},{"source":18,"target":2},{"source":22,"target":6},{"source":19,"target":23},{"source":19,"target":2},{"source":3,"target":0},{"source":3,"target":24},{"source":3,"target":25},{"source":24,"target":26},{"source":24,"target":3},{"source":25,"target":27},{"source":25,"target":3},{"source":4,"target":0},{"source":4,"target":28},{"source":4,"target":29},{"source":28,"target":2},{"source":28,"target":30},{"source":28,"target":4},{"source":30,"target":2},{"source":29,"target":31},{"source":29,"target":4},{"source":5,"target":0},{"source":5,"target":32},{"source":5,"target":33},{"source":32,"target":34},{"source":32,"target":5},{"source":33,"target":35},{"source":33,"target":5},{"source":6,"target":0},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":36,"target":5},{"source":36,"target":39},{"source":36,"target":6},{"source":39,"target":5},{"source":37,"target":40},{"source":37,"target":6},{"source":38,"target":7},{"source":38,"target":41},{"source":38,"target":6},{"source":41,"target":7},{"source":7,"target":0},{"source":7,"target":42},{"source":7,"target":43},{"source":42,"target":3},{"source":42,"target":44},{"source":42,"target":7},{"source":44,"target":3},{"source":43,"target":9},{"source":43,"target":45},{"source":43,"target":7},{"source":45,"target":9},{"source":8,"target":0},{"source":8,"target":46},{"source":8,"target":47},{"source":8,"target":48},{"source":46,"target":49},{"source":46,"target":8},{"source":47,"target":50},{"source":47,"target":8},{"source":48,"target":51},{"source":48,"target":8},{"source":9,"target":0},{"source":9,"target":52},{"source":9,"target":53},{"source":52,"target":54},{"source":52,"target":9},{"source":53,"target":55},{"source":53,"target":9}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="mathCompiler" nsURI="http://www.xtext.org/example/mydsl/MathCompiler"
nsPrefix="mathCompiler">
<eClassifiers xsi:type="ecore:EClass" name="MathExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractExpression" upperBound="-1"
eType="#//AbstractExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mult" 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="Div" 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="Pow" 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="Mod" 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="Var" 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="Let" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="binding" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Num" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/danielvs1234/Assignment-3/org.xtext.example.mathcompiler/model/generated/MathCompiler.ecore | ecore | mathCompiler
MathExp
abstractExpression
AbstractExpression
label
exp
Expression
Plus
left
right
Minus
left
right
Mult
left
right
Div
left
right
Pow
left
right
Mod
left
right
Var
id
Let
id
binding
body
Num
value | null | {"directed":true,"nodes":[{"nsPrefix":"mathCompiler","nsURI":"http://www.xtext.org/example/mydsl/MathCompiler","name":"mathCompiler","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MathExp","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractExpression","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mult","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pow","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mod","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Var","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Let","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Num","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"abstractExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"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":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"binding","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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":13,"target":2},{"source":13,"target":14},{"source":13,"target":1},{"source":14,"target":2},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":15,"target":17},{"source":15,"target":2},{"source":16,"target":3},{"source":16,"target":18},{"source":16,"target":2},{"source":18,"target":3},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":19,"target":3},{"source":19,"target":22},{"source":19,"target":4},{"source":22,"target":3},{"source":20,"target":3},{"source":20,"target":23},{"source":20,"target":4},{"source":23,"target":3},{"source":21,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":24,"target":3},{"source":24,"target":27},{"source":24,"target":5},{"source":27,"target":3},{"source":25,"target":3},{"source":25,"target":28},{"source":25,"target":5},{"source":28,"target":3},{"source":26,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":29},{"source":6,"target":30},{"source":6,"target":31},{"source":29,"target":3},{"source":29,"target":32},{"source":29,"target":6},{"source":32,"target":3},{"source":30,"target":3},{"source":30,"target":33},{"source":30,"target":6},{"source":33,"target":3},{"source":31,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":34},{"source":7,"target":35},{"source":7,"target":36},{"source":34,"target":3},{"source":34,"target":37},{"source":34,"target":7},{"source":37,"target":3},{"source":35,"target":3},{"source":35,"target":38},{"source":35,"target":7},{"source":38,"target":3},{"source":36,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":39},{"source":8,"target":40},{"source":8,"target":41},{"source":39,"target":3},{"source":39,"target":42},{"source":39,"target":8},{"source":42,"target":3},{"source":40,"target":3},{"source":40,"target":43},{"source":40,"target":8},{"source":43,"target":3},{"source":41,"target":3},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":44},{"source":9,"target":45},{"source":9,"target":46},{"source":44,"target":3},{"source":44,"target":47},{"source":44,"target":9},{"source":47,"target":3},{"source":45,"target":3},{"source":45,"target":48},{"source":45,"target":9},{"source":48,"target":3},{"source":46,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":49},{"source":10,"target":50},{"source":49,"target":51},{"source":49,"target":10},{"source":50,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":52},{"source":11,"target":53},{"source":11,"target":54},{"source":11,"target":55},{"source":52,"target":56},{"source":52,"target":11},{"source":53,"target":3},{"source":53,"target":57},{"source":53,"target":11},{"source":57,"target":3},{"source":54,"target":3},{"source":54,"target":58},{"source":54,"target":11},{"source":58,"target":3},{"source":55,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":59},{"source":12,"target":60},{"source":59,"target":61},{"source":59,"target":12},{"source":60,"target":3}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="context" nsURI="urn:oasis:names:tc:xacml:1.0:context" nsPrefix="context">
<eClassifiers xsi:type="ecore:EClass" name="ActionType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1"
eType="#//AttributeType" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Attribute"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeValue" lowerBound="1"
eType="#//AttributeValueType" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="AttributeValue"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeId" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="AttributeId"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dataType" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="DataType"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="issueInstant" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="IssueInstant"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="issuer" 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="Issuer"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeValueType">
<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="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##any"/>
<details key="name" value=":2"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DecisionType">
<eLiterals name="Permit"/>
<eLiterals name="Deny" value="1"/>
<eLiterals name="Indeterminate" value="2"/>
<eLiterals name="NotApplicable" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DecisionTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"/>
<eClassifiers xsi:type="ecore:EClass" name="DocumentRoot">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<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"
containment="true">
<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"
containment="true">
<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="-1"
eType="#//ActionType" volatile="true" containment="true">
<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="attribute" upperBound="-1"
eType="#//AttributeType" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Attribute"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeValue" upperBound="-1"
eType="#//AttributeValueType" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="AttributeValue"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="decision" unique="false"
upperBound="-1" eType="#//DecisionType" volatile="true" transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Decision"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="environment" upperBound="-1"
eType="#//EnvironmentType" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Environment"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="request" upperBound="-1"
eType="#//RequestType" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Request"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="resource" upperBound="-1"
eType="#//ResourceType" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Resource"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceContent" upperBound="-1"
eType="#//ResourceContentType" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ResourceContent"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="response" upperBound="-1"
eType="#//ResponseType" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Response"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="result" upperBound="-1"
eType="#//ResultType" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Result"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="status" upperBound="-1"
eType="#//StatusType" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Status"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="statusCode" upperBound="-1"
eType="#//StatusCodeType" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="StatusCode"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="statusDetail" upperBound="-1"
eType="#//StatusDetailType" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="StatusDetail"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="statusMessage" 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="StatusMessage"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="subject" upperBound="-1"
eType="#//SubjectType" containment="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>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnvironmentType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1"
eType="#//AttributeType" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Attribute"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequestType">
<eStructuralFeatures xsi:type="ecore:EReference" name="subject" lowerBound="1"
upperBound="-1" eType="#//SubjectType" containment="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="resource" lowerBound="1"
eType="#//ResourceType" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Resource"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1"
eType="#//ActionType" containment="true">
<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="environment" eType="#//EnvironmentType"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Environment"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceContentType">
<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="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##any"/>
<details key="name" value=":2"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceType">
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceContent" eType="#//ResourceContentType"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ResourceContent"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1"
eType="#//AttributeType" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Attribute"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResponseType">
<eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1"
upperBound="-1" eType="#//ResultType" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Result"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResultType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="decision" lowerBound="1"
eType="#//DecisionType" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Decision"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="status" lowerBound="1"
eType="#//StatusType" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Status"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceId" 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="ResourceId"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StatusCodeType">
<eStructuralFeatures xsi:type="ecore:EReference" name="statusCode" eType="#//StatusCodeType"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="StatusCode"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StatusDetailType">
<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>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StatusType">
<eStructuralFeatures xsi:type="ecore:EReference" name="statusCode" lowerBound="1"
eType="#//StatusCodeType" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="StatusCode"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="statusMessage" 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="StatusMessage"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="statusDetail" eType="#//StatusDetailType"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="StatusDetail"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubjectType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1"
eType="#//AttributeType" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Attribute"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subjectCategory" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"
defaultValueLiteral="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="SubjectCategory"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/atlanmod/ACPolicies/XACML/metamodels/context.ecore | ecore | context
ActionType
attribute
AttributeType
attributeValue
attributeId
dataType
issueInstant
issuer
AttributeValueType
mixed
any
anyAttribute
DecisionType
Permit
Permit
Deny
Deny
Indeterminate
Indeterminate
NotApplicable
NotApplicable
DecisionTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
action
attribute
attributeValue
decision
environment
request
resource
resourceContent
response
result
status
statusCode
statusDetail
statusMessage
subject
EnvironmentType
attribute
RequestType
subject
resource
action
environment
id
ResourceContentType
mixed
any
anyAttribute
ResourceType
resourceContent
attribute
ResponseType
result
ResultType
decision
status
resourceId
StatusCodeType
statusCode
value
StatusDetailType
any
StatusType
statusCode
statusMessage
statusDetail
SubjectType
attribute
subjectCategory
urn:oasis:names:tc:xacml:1.0:subject-category:access-subject | null | {"directed":true,"nodes":[{"nsPrefix":"context","nsURI":"urn:oasis:names:tc:xacml:1.0:context","name":"context","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":"AttributeType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValueType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DecisionType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"DecisionTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnvironmentType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequestType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceContentType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResponseType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatusCodeType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatusDetailType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatusType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubjectType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeValue","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":"attributeId","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"issueInstant","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":"issuer","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"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":29,"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":30,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"name":"Permit","id":35,"value":0,"literal":"Permit","eClass":"EEnumLiteral"},{"name":"Deny","id":36,"value":1,"literal":"Deny","eClass":"EEnumLiteral"},{"name":"Indeterminate","id":37,"value":2,"literal":"Indeterminate","eClass":"EEnumLiteral"},{"name":"NotApplicable","id":38,"value":3,"literal":"NotApplicable","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"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":"decision","changeable":true,"lowerBound":0,"iD":false,"id":45,"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":"environment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"request","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resource","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":"resourceContent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"response","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statusCode","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":"statusDetail","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"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":"statusMessage","changeable":true,"lowerBound":0,"iD":false,"id":55,"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":"subject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"environment","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":"id","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"},{"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":87,"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":88,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceContent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"decision","changeable":true,"lowerBound":1,"iD":false,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceId","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statusCode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statusCode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"statusMessage","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statusDetail","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"urn:oasis:names:tc:xacml:1.0:subject-category:access-subject","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"urn:oasis:names:tc:xacml:1.0:subject-category:access-subject","unsettable":true,"transient":false,"unique":true,"name":"subjectCategory","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":17,"target":2},{"source":17,"target":18},{"source":17,"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":2,"target":23},{"source":19,"target":3},{"source":19,"target":24},{"source":19,"target":2},{"source":24,"target":3},{"source":20,"target":25},{"source":20,"target":2},{"source":21,"target":26},{"source":21,"target":2},{"source":22,"target":27},{"source":22,"target":2},{"source":23,"target":28},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":29,"target":32},{"source":29,"target":3},{"source":30,"target":33},{"source":30,"target":3},{"source":31,"target":34},{"source":31,"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},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":39},{"source":6,"target":40},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":39,"target":57},{"source":39,"target":6},{"source":40,"target":58},{"source":40,"target":6},{"source":41,"target":59},{"source":41,"target":6},{"source":42,"target":1},{"source":42,"target":60},{"source":42,"target":6},{"source":60,"target":1},{"source":43,"target":2},{"source":43,"target":61},{"source":43,"target":6},{"source":61,"target":2},{"source":44,"target":3},{"source":44,"target":62},{"source":44,"target":6},{"source":62,"target":3},{"source":45,"target":4},{"source":45,"target":63},{"source":45,"target":6},{"source":63,"target":4},{"source":46,"target":7},{"source":46,"target":64},{"source":46,"target":6},{"source":64,"target":7},{"source":47,"target":8},{"source":47,"target":65},{"source":47,"target":6},{"source":65,"target":8},{"source":48,"target":10},{"source":48,"target":66},{"source":48,"target":6},{"source":66,"target":10},{"source":49,"target":9},{"source":49,"target":67},{"source":49,"target":6},{"source":67,"target":9},{"source":50,"target":11},{"source":50,"target":68},{"source":50,"target":6},{"source":68,"target":11},{"source":51,"target":12},{"source":51,"target":69},{"source":51,"target":6},{"source":69,"target":12},{"source":52,"target":15},{"source":52,"target":70},{"source":52,"target":6},{"source":70,"target":15},{"source":53,"target":13},{"source":53,"target":71},{"source":53,"target":6},{"source":71,"target":13},{"source":54,"target":14},{"source":54,"target":72},{"source":54,"target":6},{"source":72,"target":14},{"source":55,"target":73},{"source":55,"target":6},{"source":56,"target":16},{"source":56,"target":74},{"source":56,"target":6},{"source":74,"target":16},{"source":7,"target":0},{"source":7,"target":75},{"source":75,"target":2},{"source":75,"target":76},{"source":75,"target":7},{"source":76,"target":2},{"source":8,"target":0},{"source":8,"target":77},{"source":8,"target":78},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"source":77,"target":16},{"source":77,"target":82},{"source":77,"target":8},{"source":82,"target":16},{"source":78,"target":10},{"source":78,"target":83},{"source":78,"target":8},{"source":83,"target":10},{"source":79,"target":1},{"source":79,"target":84},{"source":79,"target":8},{"source":84,"target":1},{"source":80,"target":7},{"source":80,"target":85},{"source":80,"target":8},{"source":85,"target":7},{"source":81,"target":86},{"source":81,"target":8},{"source":9,"target":0},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":87,"target":90},{"source":87,"target":9},{"source":88,"target":91},{"source":88,"target":9},{"source":89,"target":92},{"source":89,"target":9},{"source":10,"target":0},{"source":10,"target":93},{"source":10,"target":94},{"source":93,"target":9},{"source":93,"target":95},{"source":93,"target":10},{"source":95,"target":9},{"source":94,"target":2},{"source":94,"target":96},{"source":94,"target":10},{"source":96,"target":2},{"source":11,"target":0},{"source":11,"target":97},{"source":97,"target":12},{"source":97,"target":98},{"source":97,"target":11},{"source":98,"target":12},{"source":12,"target":0},{"source":12,"target":99},{"source":12,"target":100},{"source":12,"target":101},{"source":99,"target":4},{"source":99,"target":102},{"source":99,"target":12},{"source":102,"target":4},{"source":100,"target":15},{"source":100,"target":103},{"source":100,"target":12},{"source":103,"target":15},{"source":101,"target":104},{"source":101,"target":12},{"source":13,"target":0},{"source":13,"target":105},{"source":13,"target":106},{"source":105,"target":13},{"source":105,"target":107},{"source":105,"target":13},{"source":107,"target":13},{"source":106,"target":108},{"source":106,"target":13},{"source":14,"target":0},{"source":14,"target":109},{"source":109,"target":110},{"source":109,"target":14},{"source":15,"target":0},{"source":15,"target":111},{"source":15,"target":112},{"source":15,"target":113},{"source":111,"target":13},{"source":111,"target":114},{"source":111,"target":15},{"source":114,"target":13},{"source":112,"target":115},{"source":112,"target":15},{"source":113,"target":14},{"source":113,"target":116},{"source":113,"target":15},{"source":116,"target":14},{"source":16,"target":0},{"source":16,"target":117},{"source":16,"target":118},{"source":117,"target":2},{"source":117,"target":119},{"source":117,"target":16},{"source":119,"target":2},{"source":118,"target":120},{"source":118,"target":16}],"multigraph":true} |
false | <?xml version="1.0" encoding="ASCII"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="garage" nsURI="garage" nsPrefix="garage">
<eClassifiers xsi:type="ecore:EClass" name="Garage">
<eStructuralFeatures xsi:type="ecore:EReference" name="employees" lowerBound="1" upperBound="-1" eType="//Employee" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="vehicles" lowerBound="1" upperBound="-1" eType="//Vehicle" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clients" lowerBound="1" upperBound="-1" eType="//Client" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Employee">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ticket">
<eStructuralFeatures xsi:type="ecore:EReference" name="employee" lowerBound="1" eType="//Employee"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="price" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="requiere" lowerBound="1" upperBound="-1" eType="//RepairAction"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isopen" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepairAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Motorbike" eSuperTypes="//Vehicle"/>
<eClassifiers xsi:type="ecore:EClass" name="Vehicle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="model" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="brand" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="registration" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="tickets" lowerBound="1" upperBound="-1" eType="//Ticket" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedBy" lowerBound="1" eType="//Client"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Truck" eSuperTypes="//Vehicle"/>
<eClassifiers xsi:type="ecore:EClass" name="Car" eSuperTypes="//Vehicle"/>
<eClassifiers xsi:type="ecore:EClass" name="Client">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="number" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/SaraPerezSoler/SOCIO/old/projects/Telegram/14419070/garage/vehicleContainsTickets/vehicleContainsTickets.ecore | ecore | garage
Garage
employees
vehicles
clients
Employee
id
Ticket
employee
description
price
requiere
isopen
RepairAction
Motorbike
Vehicle
model
brand
color
registration
tickets
ownedBy
Truck
Car
Client
name
number | null | {"directed":true,"nodes":[{"nsPrefix":"garage","nsURI":"garage","name":"garage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Garage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ticket","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepairAction","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Motorbike","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vehicle","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Truck","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Car","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Client","instanceClass":null,"abstract":false,"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":"employees","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vehicles","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"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":"clients","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"employee","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"description","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"price","changeable":true,"lowerBound":1,"iD":false,"id":20,"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":"requiere","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"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":"isopen","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"brand","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":"color","changeable":true,"lowerBound":1,"iD":false,"id":31,"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":"registration","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tickets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownedBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":10,"target":2},{"source":10,"target":13},{"source":10,"target":1},{"source":13,"target":2},{"source":11,"target":6},{"source":11,"target":14},{"source":11,"target":1},{"source":14,"target":6},{"source":12,"target":9},{"source":12,"target":15},{"source":12,"target":1},{"source":15,"target":9},{"source":2,"target":0},{"source":2,"target":16},{"source":16,"target":17},{"source":16,"target":2},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":18,"target":2},{"source":18,"target":23},{"source":18,"target":3},{"source":23,"target":2},{"source":19,"target":24},{"source":19,"target":3},{"source":20,"target":25},{"source":20,"target":3},{"source":21,"target":4},{"source":21,"target":26},{"source":21,"target":3},{"source":26,"target":4},{"source":22,"target":27},{"source":22,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":28},{"source":28,"target":6},{"source":6,"target":0},{"source":6,"target":29},{"source":6,"target":30},{"source":6,"target":31},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":29,"target":35},{"source":29,"target":6},{"source":30,"target":36},{"source":30,"target":6},{"source":31,"target":37},{"source":31,"target":6},{"source":32,"target":38},{"source":32,"target":6},{"source":33,"target":3},{"source":33,"target":39},{"source":33,"target":6},{"source":39,"target":3},{"source":34,"target":9},{"source":34,"target":40},{"source":34,"target":6},{"source":40,"target":9},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":41},{"source":41,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":42},{"source":42,"target":6},{"source":9,"target":0},{"source":9,"target":43},{"source":9,"target":44},{"source":43,"target":45},{"source":43,"target":9},{"source":44,"target":46},{"source":44,"target":9}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="BZ" nsURI="http://BZ/1.0" nsPrefix="BZ">
<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="BZRepo">
<eStructuralFeatures xsi:type="ecore:EReference" name="products" upperBound="-1"
eType="#//BZProduct" containment="true" eOpposite="#//BZProduct/repo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1"
eType="#//BZComponent" eOpposite="#//BZComponent/repo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="issues" upperBound="-1"
eType="#//BZIssue" eOpposite="#//BZIssue/repo"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="repoURL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BZProduct">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="productId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="productDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="productURL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="repo" lowerBound="1" eType="#//BZRepo"
eOpposite="#//BZRepo/products"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1"
eType="#//BZComponent" containment="true" eOpposite="#//BZComponent/product"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="issues" ordered="false"
upperBound="-1" eType="#//BZIssue" eOpposite="#//BZIssue/product"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BZComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="componentId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="componentURL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="componentDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultAssignee" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="issues" upperBound="-1"
eType="#//BZIssue" containment="true" eOpposite="#//BZIssue/component"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="product" lowerBound="1"
eType="#//BZProduct" eOpposite="#//BZProduct/components"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="repo" lowerBound="1" eType="#//BZRepo"
eOpposite="#//BZRepo/components"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BZIssue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="issueId" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="issueTitle" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="issueURL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="productName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="componentName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="classification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="platform" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="milestone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="assignedTo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keywords" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceURL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dependsOn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blocks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reportedBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reportedByUsername" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reportedOn" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastModifiedOn" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ccList" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="seeAlso" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="latestCommit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="versionFixedIn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="repo" lowerBound="1" eType="#//BZRepo"
eOpposite="#//BZRepo/issues"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#//BZComment" containment="true" eOpposite="#//BZComment/issue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1"
eType="#//BZEvent" containment="true" eOpposite="#//BZEvent/issue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="component" lowerBound="1"
eType="#//BZComponent" eOpposite="#//BZComponent/issues"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="product" lowerBound="1"
eType="#//BZProduct" eOpposite="#//BZProduct/issues"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BZComment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="issueId" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentAuthor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentHTML" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="issue" lowerBound="1" eType="#//BZIssue"
eOpposite="#//BZIssue/comments"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BZEvent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="field" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="issueId" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="issue" lowerBound="1" eType="#//BZIssue"
eOpposite="#//BZIssue/events"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/tue-mdse/ocl-dataset/dataset/repos/DECENTSoftwareAssessment/DECENT.Meta/model/BZ.ecore | ecore | BZ
BZRepo
products
components
issues
repoURL
BZProduct
productId
productDescription
productURL
repo
components
issues
BZComponent
componentId
componentURL
componentDescription
defaultAssignee
issues
product
repo
BZIssue
issueId
issueTitle
issueURL
status
productName
componentName
classification
version
platform
importance
milestone
assignedTo
keywords
referenceURL
dependsOn
blocks
reportedBy
reportedByUsername
reportedOn
lastModifiedOn
ccList
seeAlso
latestCommit
versionFixedIn
repo
comments
events
component
product
BZComment
issueId
commentId
commentAuthor
commentTime
commentHTML
commentText
issue
BZEvent
author
date
field
oldValue
newValue
issueId
issue | null | {"directed":true,"nodes":[{"nsPrefix":"BZ","nsURI":"http://BZ/1.0","name":"BZ","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BZRepo","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BZProduct","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BZComponent","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BZIssue","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BZComment","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BZEvent","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":"products","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"issues","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":"repoURL","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"repo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"repo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"repo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"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":"productId","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":"productDescription","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"productURL","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"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":"issues","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"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"product","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"product","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":"componentId","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":"componentURL","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"componentDescription","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":"defaultAssignee","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"issues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"issueId","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"issueTitle","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"issueURL","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","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":"productName","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":"componentName","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":"classification","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":"version","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":"platform","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":"importance","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":"milestone","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":"assignedTo","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":"keywords","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":"referenceURL","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dependsOn","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reportedBy","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reportedByUsername","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reportedOn","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastModifiedOn","changeable":true,"lowerBound":1,"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":"ccList","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":"seeAlso","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":"latestCommit","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":"versionFixedIn","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":"comments","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":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"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"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"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":"issue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"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":"issue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"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":"issueId","changeable":true,"lowerBound":1,"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":"commentId","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":"commentAuthor","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commentTime","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":"commentHTML","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":"commentText","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"lowerBound":0,"iD":false,"id":118,"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":"issueId","changeable":true,"lowerBound":1,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":7,"target":2},{"source":7,"target":11},{"source":7,"target":1},{"source":7,"target":12},{"source":11,"target":2},{"source":8,"target":3},{"source":8,"target":13},{"source":8,"target":1},{"source":8,"target":14},{"source":13,"target":3},{"source":9,"target":4},{"source":9,"target":15},{"source":9,"target":1},{"source":9,"target":16},{"source":15,"target":4},{"source":10,"target":17},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":12},{"source":2,"target":21},{"source":2,"target":22},{"source":18,"target":23},{"source":18,"target":2},{"source":19,"target":24},{"source":19,"target":2},{"source":20,"target":25},{"source":20,"target":2},{"source":12,"target":1},{"source":12,"target":26},{"source":12,"target":2},{"source":12,"target":7},{"source":26,"target":1},{"source":21,"target":3},{"source":21,"target":27},{"source":21,"target":2},{"source":21,"target":28},{"source":27,"target":3},{"source":22,"target":4},{"source":22,"target":29},{"source":22,"target":2},{"source":22,"target":30},{"source":29,"target":4},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":28},{"source":3,"target":14},{"source":31,"target":36},{"source":31,"target":3},{"source":32,"target":37},{"source":32,"target":3},{"source":33,"target":38},{"source":33,"target":3},{"source":34,"target":39},{"source":34,"target":3},{"source":35,"target":4},{"source":35,"target":40},{"source":35,"target":3},{"source":35,"target":41},{"source":40,"target":4},{"source":28,"target":2},{"source":28,"target":42},{"source":28,"target":3},{"source":28,"target":21},{"source":42,"target":2},{"source":14,"target":1},{"source":14,"target":43},{"source":14,"target":3},{"source":14,"target":8},{"source":43,"target":1},{"source":4,"target":0},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":16},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":41},{"source":4,"target":30},{"source":44,"target":70},{"source":44,"target":4},{"source":45,"target":71},{"source":45,"target":4},{"source":46,"target":72},{"source":46,"target":4},{"source":47,"target":73},{"source":47,"target":4},{"source":48,"target":74},{"source":48,"target":4},{"source":49,"target":75},{"source":49,"target":4},{"source":50,"target":76},{"source":50,"target":4},{"source":51,"target":77},{"source":51,"target":4},{"source":52,"target":78},{"source":52,"target":4},{"source":53,"target":79},{"source":53,"target":4},{"source":54,"target":80},{"source":54,"target":4},{"source":55,"target":81},{"source":55,"target":4},{"source":56,"target":82},{"source":56,"target":4},{"source":57,"target":83},{"source":57,"target":4},{"source":58,"target":84},{"source":58,"target":4},{"source":59,"target":85},{"source":59,"target":4},{"source":60,"target":86},{"source":60,"target":4},{"source":61,"target":87},{"source":61,"target":4},{"source":62,"target":88},{"source":62,"target":4},{"source":63,"target":89},{"source":63,"target":4},{"source":64,"target":90},{"source":64,"target":4},{"source":65,"target":91},{"source":65,"target":4},{"source":66,"target":92},{"source":66,"target":4},{"source":67,"target":93},{"source":67,"target":4},{"source":16,"target":1},{"source":16,"target":94},{"source":16,"target":4},{"source":16,"target":9},{"source":94,"target":1},{"source":68,"target":5},{"source":68,"target":95},{"source":68,"target":4},{"source":68,"target":96},{"source":95,"target":5},{"source":69,"target":6},{"source":69,"target":97},{"source":69,"target":4},{"source":69,"target":98},{"source":97,"target":6},{"source":41,"target":3},{"source":41,"target":99},{"source":41,"target":4},{"source":41,"target":35},{"source":99,"target":3},{"source":30,"target":2},{"source":30,"target":100},{"source":30,"target":4},{"source":30,"target":22},{"source":100,"target":2},{"source":5,"target":0},{"source":5,"target":101},{"source":5,"target":102},{"source":5,"target":103},{"source":5,"target":104},{"source":5,"target":105},{"source":5,"target":106},{"source":5,"target":96},{"source":101,"target":107},{"source":101,"target":5},{"source":102,"target":108},{"source":102,"target":5},{"source":103,"target":109},{"source":103,"target":5},{"source":104,"target":110},{"source":104,"target":5},{"source":105,"target":111},{"source":105,"target":5},{"source":106,"target":112},{"source":106,"target":5},{"source":96,"target":4},{"source":96,"target":113},{"source":96,"target":5},{"source":96,"target":68},{"source":113,"target":4},{"source":6,"target":0},{"source":6,"target":114},{"source":6,"target":115},{"source":6,"target":116},{"source":6,"target":117},{"source":6,"target":118},{"source":6,"target":119},{"source":6,"target":98},{"source":114,"target":120},{"source":114,"target":6},{"source":115,"target":121},{"source":115,"target":6},{"source":116,"target":122},{"source":116,"target":6},{"source":117,"target":123},{"source":117,"target":6},{"source":118,"target":124},{"source":118,"target":6},{"source":119,"target":125},{"source":119,"target":6},{"source":98,"target":4},{"source":98,"target":126},{"source":98,"target":6},{"source":98,"target":69},{"source":126,"target":4}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="core" nsURI="http://www.storydriven.org/core/0.3.1" nsPrefix="core">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The core package is the root package for the storydriven core meta-model. It defines several abstract super classes which implement an extension mechanism as well as recurring structural features like, e.g., names of elements. The classes in this package are intended to be sub-classed by any meta-model element."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="CommentableElement" abstract="true"
eSuperTypes="#//ExtendableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abstract super class for all meta-model elements that may carry a comment in form of a string."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""no comment provided"">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The comment string that can be used to attach arbitrary information to CommentableElements."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtendableElement" abstract="true" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abstract base class for the whole story diagram model. The ExtendableElement specifies the extension mechanism that can be used to extend an object by an Extension containing additional attributes and references."/>
</eAnnotations>
<eOperations name="getExtension" ordered="false" lowerBound="1" eType="#//Extension">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return ExtendableElementOperations.getExtension(this, type);"/>
<details key="documentation" value="Finds the registered extension of the provided type."/>
</eAnnotations>
<eParameters name="type" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The type that identifies the Extension to return."/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="provideExtension" ordered="false" lowerBound="1" eType="#//Extension">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return ExtendableElementOperations.provideExtension(this, type);"/>
<details key="documentation" value="Creates and registers a new Extension of the provided type."/>
</eAnnotations>
<eParameters name="type" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The type of the new Extension."/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="getAnnotation" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAnnotation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return ExtendableElementOperations.getAnnotation(this, source);"/>
<details key="documentation" value="Finds the EAnnotation for the provided source."/>
</eAnnotations>
<eParameters name="source" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The source that identifies the EAnnotation to return."/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="provideAnnotation" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAnnotation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return ExtendableElementOperations.provideAnnotation(this, source);"/>
<details key="documentation" value="Creates and registers a new EAnnotation with the provided source."/>
</eAnnotations>
<eParameters name="source" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The source for the new EAnnotation."/>
</eAnnotations>
<details key="documentation" value="The source that identifies the EAnnotation to return."/>
</eAnnotations>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" ordered="false"
upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAnnotation"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Extendable Elements can be annotated by an EAnnotation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="extension" ordered="false"
upperBound="-1" eType="#//Extension" containment="true" eOpposite="#//Extension/extendableBase">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Extendable Elements can be extended by an Extension."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Extension" abstract="true" eSuperTypes="#//ExtendableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abstract super class for an Extension that can be defined for an object."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base" ordered="false" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" changeable="false"
volatile="true" transient="true" derived="true">
<eAnnotations source="union"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The model element that embeds the owning annotation, or null."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelBase" ordered="false"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EModelElement"
volatile="true" transient="true" unsettable="true" derived="true">
<eAnnotations source="subsets" references="#//Extension/base"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The model element that embeds the owning annotation, or null."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningAnnotation" ordered="false"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAnnotation" volatile="true"
transient="true" unsettable="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The annotation with source "http://www.storydriven.org/core/extension" that embeds this extension, or null."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="extendableBase" ordered="false"
eType="#//ExtendableElement" eOpposite="#//ExtendableElement/extension">
<eAnnotations source="subsets" references="#//Extension/base"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The extendable element that is extended by this extension."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//ExtendableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abstract super class for all meta-model elements that carry a name. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name attribute of a meta-model element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//ExtendableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abstract super class for all meta-model elements that are typed by means of an EClassifier or an EGenericType."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClassifier"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="union"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Not used currently - returns always null."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="genericType" ordered="false"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EGenericType"
unsettable="true" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The EMF EGenericType that is used to type this typed element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Repository" abstract="true" eSuperTypes="#//NamedElement #//CommentableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Repositories are used for grouping model elements that may be reused in different contexts."/>
</eAnnotations>
</eClassifiers>
<eSubpackages name="expressions" nsURI="http://www.storydriven.org/core/expressions/0.3.1"
nsPrefix="expr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The base package for all expressions that can be used for modeling activities and patterns."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//CommentableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents any expression in an embedded textual language, e.g. OCL or Java. An expression's type is dynamically derived by an external mechanism (see TypedElement)."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextualExpression" eSuperTypes="#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents any expression in a textual language embedded into Story Diagrams, e.g. OCL or Java ."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expressionText" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Holds the expression, e.g. in OCL or Java."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="String representation of the used language which has to be unique. Examples are OCL and Java."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="languageVersion" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="String representation of the used language's version. The format is <Major>.<Minor>[.<Revision>[.<Build>]]
Examples: 1.4 or 3.0.1 or 1.0.2.20101208."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eSubpackages name="common" nsURI="http://www.storydriven.org/core/expressions/common/0.3.1"
nsPrefix="sdcec">
<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>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The package for all common expressions that can be used for modeling activities and patterns."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EEnum" name="LogicOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the operators for binary logic expressions."/>
</eAnnotations>
<eLiterals name="AND"/>
<eLiterals name="OR" value="1"/>
<eLiterals name="XOR" value="2"/>
<eLiterals name="IMPLY" value="3"/>
<eLiterals name="EQUIVALENT" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ComparingOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the operators for comparing expressions. The operators LESS, LESS_OR_EQUAL, EQUAL,
GREATER_OR_EQUAL, GREATER, and UNEQUAL have their usual semantics.
The operator REGULAR_EXPRESSION enables to compare a String contained in the
left hand side of a ComparisonExpression with a regular expression contained in the 
right hand side of the ComparisonExpression."/>
</eAnnotations>
<eLiterals name="LESS"/>
<eLiterals name="LESS_OR_EQUAL" value="1"/>
<eLiterals name="EQUAL" value="2"/>
<eLiterals name="GREATER_OR_EQUAL" value="3"/>
<eLiterals name="GREATER" value="4"/>
<eLiterals name="UNEQUAL" value="5"/>
<eLiterals name="REGULAR_EXPRESSION" value="6">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="For comparison of a String with a regular expression."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ArithmeticOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the operators for arithmetic expressions."/>
</eAnnotations>
<eLiterals name="PLUS"/>
<eLiterals name="MINUS" value="1"/>
<eLiterals name="TIMES" value="2"/>
<eLiterals name="DIVIDE" value="3"/>
<eLiterals name="MODULO" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="UnaryOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The operator type used to specify unary logic expressions."/>
</eAnnotations>
<eLiterals name="NOT"/>
<eLiterals name="MINUS" value="2"/>
<eLiterals name="INCREMENT" value="3"/>
<eLiterals name="DECREMENT" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents an unary expression."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="enclosedExpression"
ordered="false" lowerBound="1" eType="#//expressions/Expression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents the operand of a NotExpression, e.g. a < 5 in NOT (a < 5)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//expressions/common/UnaryOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents the operator of the expression."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" abstract="true"
eSuperTypes="#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents any binary expression like v < 5 or x + 7."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftExpression" ordered="false"
lowerBound="1" eType="#//expressions/Expression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents the first operand of a binary expression, e.g. x in the expression x < 5."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightExpression" ordered="false"
lowerBound="1" eType="#//expressions/Expression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents the second operand of a binary expression, e.g. 5 in the expression x < 5."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComparisonExpression" eSuperTypes="#//expressions/common/BinaryExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents comparing expressions like a < 5 or a >= 7."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
lowerBound="1" eType="#//expressions/common/ComparingOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies the expression's comparing operator, e.g. <, >=, !=."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArithmeticExpression" eSuperTypes="#//expressions/common/BinaryExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents arithmetic expressions like a + 5 or a * 7."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
lowerBound="1" eType="#//expressions/common/ArithmeticOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies the expression's arithmetic operator, e.g. +, -, *, /, or MODULO."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LogicalExpression" eSuperTypes="#//expressions/common/BinaryExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents binary, logic expressions like a AND b and a OR b."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
lowerBound="1" eType="#//expressions/common/LogicOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies the expression's logic operator, e.g. AND, OR, or XOR."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LiteralExpression" eSuperTypes="#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents any literal, i.e. a value whose type is an EDataType. Literals are, for example, 5, 3.14, 'c', "text", true."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="String representation of the value, e.g. "5", "3.14", "c", "text", or "true"."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</eSubpackages>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/fraunhofer-iem/mechatronicuml/Core/org.muml.core.migrator/model/core-0.4.ecore | ecore | core
CommentableElement
comment
"no comment provided"
ExtendableElement
getExtension
type
provideExtension
type
getAnnotation
source
provideAnnotation
source
annotation
extension
Extension
base
modelBase
owningAnnotation
extendableBase
NamedElement
name
TypedElement
type
genericType
Repository
expressions
Expression
TextualExpression
expressionText
language
languageVersion
common
LogicOperator
AND
AND
OR
OR
XOR
XOR
IMPLY
IMPLY
EQUIVALENT
EQUIVALENT
ComparingOperator
LESS
LESS
LESS_OR_EQUAL
LESS_OR_EQUAL
EQUAL
EQUAL
GREATER_OR_EQUAL
GREATER_OR_EQUAL
GREATER
GREATER
UNEQUAL
UNEQUAL
REGULAR_EXPRESSION
REGULAR_EXPRESSION
ArithmeticOperator
PLUS
PLUS
MINUS
MINUS
TIMES
TIMES
DIVIDE
DIVIDE
MODULO
MODULO
UnaryOperator
NOT
NOT
MINUS
MINUS
INCREMENT
INCREMENT
DECREMENT
DECREMENT
UnaryExpression
enclosedExpression
operator
BinaryExpression
leftExpression
rightExpression
ComparisonExpression
operator
ArithmeticExpression
operator
LogicalExpression
operator
LiteralExpression
value | null | {"directed":true,"nodes":[{"nsPrefix":"core","nsURI":"http://www.storydriven.org/core/0.3.1","name":"core","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommentableElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendableElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","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":"TypedElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repository","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"nsPrefix":"expr","nsURI":"http://www.storydriven.org/core/expressions/0.3.1","name":"expressions","id":7,"eClass":"EPackage"},{"ordered":false,"upperBound":1,"defaultValue":"\"no comment provided\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"no comment provided\"","unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getExtension","lowerBound":1,"id":11,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"provideExtension","lowerBound":1,"id":12,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getAnnotation","lowerBound":1,"id":13,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"provideAnnotation","lowerBound":1,"id":14,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"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":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":19,"many":false,"required":true,"eClass":"EParameter"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":22,"many":false,"required":true,"eClass":"EParameter"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"source","lowerBound":1,"id":25,"many":false,"required":true,"eClass":"EParameter"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"source","lowerBound":1,"id":28,"many":false,"required":true,"eClass":"EParameter"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"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":"extendableBase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"base","changeable":false,"resolveProxies":true,"lowerBound":1,"id":33,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":true,"unique":true,"name":"modelBase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":true,"unique":true,"name":"owningAnnotation","changeable":true,"resolveProxies":true,"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"},{"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":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"type","changeable":false,"resolveProxies":true,"lowerBound":0,"id":44,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"genericType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextualExpression","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"nsPrefix":"sdcec","nsURI":"http://www.storydriven.org/core/expressions/common/0.3.1","name":"common","id":53,"eClass":"EPackage"},{"id":54,"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":"expressionText","changeable":true,"lowerBound":1,"iD":false,"id":55,"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":"language","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"languageVersion","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"},{"instanceTypeName":null,"instanceClassName":null,"name":"LogicOperator","instanceClass":null,"id":62,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComparingOperator","instanceClass":null,"id":63,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArithmeticOperator","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"id":65,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparisonExpression","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArithmeticExpression","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalExpression","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExpression","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"name":"AND","id":72,"value":0,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":73,"value":1,"literal":"OR","eClass":"EEnumLiteral"},{"name":"XOR","id":74,"value":2,"literal":"XOR","eClass":"EEnumLiteral"},{"name":"IMPLY","id":75,"value":3,"literal":"IMPLY","eClass":"EEnumLiteral"},{"name":"EQUIVALENT","id":76,"value":4,"literal":"EQUIVALENT","eClass":"EEnumLiteral"},{"name":"LESS","id":77,"value":0,"literal":"LESS","eClass":"EEnumLiteral"},{"name":"LESS_OR_EQUAL","id":78,"value":1,"literal":"LESS_OR_EQUAL","eClass":"EEnumLiteral"},{"name":"EQUAL","id":79,"value":2,"literal":"EQUAL","eClass":"EEnumLiteral"},{"name":"GREATER_OR_EQUAL","id":80,"value":3,"literal":"GREATER_OR_EQUAL","eClass":"EEnumLiteral"},{"name":"GREATER","id":81,"value":4,"literal":"GREATER","eClass":"EEnumLiteral"},{"name":"UNEQUAL","id":82,"value":5,"literal":"UNEQUAL","eClass":"EEnumLiteral"},{"name":"REGULAR_EXPRESSION","id":83,"value":6,"literal":"REGULAR_EXPRESSION","eClass":"EEnumLiteral"},{"name":"PLUS","id":84,"value":0,"literal":"PLUS","eClass":"EEnumLiteral"},{"name":"MINUS","id":85,"value":1,"literal":"MINUS","eClass":"EEnumLiteral"},{"name":"TIMES","id":86,"value":2,"literal":"TIMES","eClass":"EEnumLiteral"},{"name":"DIVIDE","id":87,"value":3,"literal":"DIVIDE","eClass":"EEnumLiteral"},{"name":"MODULO","id":88,"value":4,"literal":"MODULO","eClass":"EEnumLiteral"},{"name":"NOT","id":89,"value":0,"literal":"NOT","eClass":"EEnumLiteral"},{"name":"MINUS","id":90,"value":2,"literal":"MINUS","eClass":"EEnumLiteral"},{"name":"INCREMENT","id":91,"value":3,"literal":"INCREMENT","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":92,"value":4,"literal":"DECREMENT","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enclosedExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"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":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"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":"leftExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"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":"rightExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":false,"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":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":false,"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":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":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":2},{"source":1,"target":8},{"source":1,"target":9},{"source":8,"target":10},{"source":8,"target":1},{"source":9,"target":2},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":11,"target":3},{"source":11,"target":18},{"source":11,"target":2},{"source":11,"target":19},{"source":18,"target":3},{"source":19,"target":20},{"source":19,"target":11},{"source":12,"target":3},{"source":12,"target":21},{"source":12,"target":2},{"source":12,"target":22},{"source":21,"target":3},{"source":22,"target":23},{"source":22,"target":12},{"source":13,"target":24},{"source":13,"target":2},{"source":13,"target":25},{"source":25,"target":26},{"source":25,"target":13},{"source":14,"target":27},{"source":14,"target":2},{"source":14,"target":28},{"source":28,"target":29},{"source":28,"target":14},{"source":15,"target":30},{"source":15,"target":2},{"source":16,"target":3},{"source":16,"target":31},{"source":16,"target":2},{"source":16,"target":32},{"source":31,"target":3},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":32},{"source":3,"target":36},{"source":33,"target":37},{"source":33,"target":3},{"source":34,"target":38},{"source":34,"target":3},{"source":35,"target":39},{"source":35,"target":3},{"source":32,"target":2},{"source":32,"target":40},{"source":32,"target":3},{"source":32,"target":16},{"source":40,"target":2},{"source":36,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":41},{"source":4,"target":42},{"source":41,"target":43},{"source":41,"target":4},{"source":42,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":44,"target":47},{"source":44,"target":5},{"source":45,"target":48},{"source":45,"target":5},{"source":46,"target":2},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":1},{"source":6,"target":49},{"source":6,"target":50},{"source":49,"target":4},{"source":50,"target":1},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":0},{"source":51,"target":7},{"source":51,"target":1},{"source":51,"target":54},{"source":54,"target":1},{"source":52,"target":7},{"source":52,"target":51},{"source":52,"target":55},{"source":52,"target":56},{"source":52,"target":57},{"source":52,"target":58},{"source":55,"target":59},{"source":55,"target":52},{"source":56,"target":60},{"source":56,"target":52},{"source":57,"target":61},{"source":57,"target":52},{"source":58,"target":51},{"source":53,"target":62},{"source":53,"target":63},{"source":53,"target":64},{"source":53,"target":65},{"source":53,"target":66},{"source":53,"target":67},{"source":53,"target":68},{"source":53,"target":69},{"source":53,"target":70},{"source":53,"target":71},{"source":53,"target":7},{"source":62,"target":53},{"source":62,"target":72},{"source":62,"target":73},{"source":62,"target":74},{"source":62,"target":75},{"source":62,"target":76},{"source":72,"target":62},{"source":73,"target":62},{"source":74,"target":62},{"source":75,"target":62},{"source":76,"target":62},{"source":63,"target":53},{"source":63,"target":77},{"source":63,"target":78},{"source":63,"target":79},{"source":63,"target":80},{"source":63,"target":81},{"source":63,"target":82},{"source":63,"target":83},{"source":77,"target":63},{"source":78,"target":63},{"source":79,"target":63},{"source":80,"target":63},{"source":81,"target":63},{"source":82,"target":63},{"source":83,"target":63},{"source":64,"target":53},{"source":64,"target":84},{"source":64,"target":85},{"source":64,"target":86},{"source":64,"target":87},{"source":64,"target":88},{"source":84,"target":64},{"source":85,"target":64},{"source":86,"target":64},{"source":87,"target":64},{"source":88,"target":64},{"source":65,"target":53},{"source":65,"target":89},{"source":65,"target":90},{"source":65,"target":91},{"source":65,"target":92},{"source":89,"target":65},{"source":90,"target":65},{"source":91,"target":65},{"source":92,"target":65},{"source":66,"target":53},{"source":66,"target":51},{"source":66,"target":93},{"source":66,"target":94},{"source":66,"target":95},{"source":93,"target":51},{"source":93,"target":96},{"source":93,"target":66},{"source":96,"target":51},{"source":94,"target":65},{"source":94,"target":97},{"source":94,"target":66},{"source":97,"target":65},{"source":95,"target":51},{"source":67,"target":53},{"source":67,"target":51},{"source":67,"target":98},{"source":67,"target":99},{"source":67,"target":100},{"source":98,"target":51},{"source":98,"target":101},{"source":98,"target":67},{"source":101,"target":51},{"source":99,"target":51},{"source":99,"target":102},{"source":99,"target":67},{"source":102,"target":51},{"source":100,"target":51},{"source":68,"target":53},{"source":68,"target":67},{"source":68,"target":103},{"source":68,"target":104},{"source":103,"target":63},{"source":103,"target":105},{"source":103,"target":68},{"source":105,"target":63},{"source":104,"target":67},{"source":69,"target":53},{"source":69,"target":67},{"source":69,"target":106},{"source":69,"target":107},{"source":106,"target":64},{"source":106,"target":108},{"source":106,"target":69},{"source":108,"target":64},{"source":107,"target":67},{"source":70,"target":53},{"source":70,"target":67},{"source":70,"target":109},{"source":70,"target":110},{"source":109,"target":62},{"source":109,"target":111},{"source":109,"target":70},{"source":111,"target":62},{"source":110,"target":67},{"source":71,"target":53},{"source":71,"target":51},{"source":71,"target":112},{"source":71,"target":113},{"source":112,"target":114},{"source":112,"target":71},{"source":113,"target":51}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bjoernercomplete" nsURI="http://bjoernercomplete/1.0.0.qualifier"
nsPrefix="bjoernercomplete">
<eClassifiers xsi:type="ecore:EClass" name="Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasUnits" upperBound="-1"
eType="#//Unit" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasC1" lowerBound="1" eType="#//Connector"
eOpposite="#//Connector/hasUnit1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasC2" lowerBound="1" eType="#//Connector"
eOpposite="#//Connector/hasUnit2"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Track" eSuperTypes="#//Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasSignals" upperBound="2"
eType="#//Signal" eOpposite="#//Signal/placedOnTrack"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasSignal" upperBound="2"
eType="#//Signal"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasTrackDirection" lowerBound="1"
upperBound="2" eType="#//Direction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Point" eSuperTypes="#//Unit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pointName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasC3_Point" lowerBound="1"
eType="#//Connector"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasPointDirection" lowerBound="2"
upperBound="4" eType="#//Direction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Connector">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasUnit1" eType="#//Unit"
eOpposite="#//Unit/hasC1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasPoint" upperBound="2"
eType="#//Point"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasUnit2" eType="#//Unit"
eOpposite="#//Unit/hasC2"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Path">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasPC2" lowerBound="1"
eType="#//Connector"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasPC1" lowerBound="1"
eType="#//Connector"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnitPathPair">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasPath" lowerBound="1"
eType="#//Path"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasUnit" lowerBound="1"
eType="#//Unit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Signal">
<eStructuralFeatures xsi:type="ecore:EReference" name="controlsRoutes" upperBound="-1"
eType="#//RouteName" eOpposite="#//RouteName/controlledBySignal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="placedOnTrack" lowerBound="1"
eType="#//Track" eOpposite="#//Track/hasSignals"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="placedAtConnector" lowerBound="1"
eType="#//Connector"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="placedAt" lowerBound="1"
eType="#//Track"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasDirection" lowerBound="1"
eType="#//Direction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RouteName">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasUPPs" upperBound="-1"
eType="#//UnitPathPair"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="controlledBySignal" lowerBound="1"
eType="#//Signal" eOpposite="#//Signal/controlsRoutes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasNormalPoints" upperBound="-1"
eType="#//Point"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasReversePoints" upperBound="-1"
eType="#//Point"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associatedWith" lowerBound="1"
eType="#//TopologicalRoute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlTable">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasRoutes" upperBound="-1"
eType="#//RouteName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasEntry" upperBound="-1"
eType="#//ControlTableEntry"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SchemePlan">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasUnits" upperBound="-1"
eType="#//Unit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasConnectors" upperBound="-1"
eType="#//Connector" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasSignals" upperBound="-1"
eType="#//Signal" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasControlTable" lowerBound="1"
eType="#//ControlTable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Crossing" eSuperTypes="#//Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasC3_Crossing" lowerBound="1"
eType="#//Connector"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasC4_Crossing" lowerBound="1"
eType="#//Connector"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasCrossingDirection" lowerBound="2"
upperBound="4" eType="#//Direction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Terminal" eSuperTypes="#//Track">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasTerminalSignal" lowerBound="1"
eType="#//Signal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Direction">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasConnectors" lowerBound="2"
upperBound="2" eType="#//Connector"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlTableEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasControlTable" eType="#//ControlTable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasRouteName" lowerBound="1"
eType="#//RouteName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dfgfgfd" eType="#//ClearUnits"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hdghf" eType="#//RouteName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasClearUnits" lowerBound="1"
eType="#//ClearUnits" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasNormalPoints" lowerBound="1"
eType="#//NormalPoints" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasReversePoints" lowerBound="1"
eType="#//ReversePoints" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClearUnits">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasClearUnits" lowerBound="1"
eType="#//ControlTableEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasUnits" upperBound="-1"
eType="#//Unit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NormalPoints">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasNormalPoints" lowerBound="1"
eType="#//ControlTableEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasNPoints" upperBound="-1"
eType="#//Point"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReversePoints">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasRPoints" upperBound="-1"
eType="#//Point"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FixedSignal" eSuperTypes="#//Signal"/>
<eClassifiers xsi:type="ecore:EClass" name="RouteSignal" eSuperTypes="#//Signal"/>
<eClassifiers xsi:type="ecore:EClass" name="TopologicalRoute">
<eStructuralFeatures xsi:type="ecore:EReference" name="exitSignal" eType="#//Signal"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entrySignal" lowerBound="1"
eType="#//RouteSignal"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasDirectedUnits" upperBound="-1"
eType="#//DirectedUnit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DirectedUnit">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasUnitDirectiom" lowerBound="1"
eType="#//Direction" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasUnit" lowerBound="1"
eType="#//Unit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="belongsTo" upperBound="-1"
eType="#//TopologicalRoute"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/CSP-B/OnTrack/Bjoerner_Complete/model/BjoernerComplete.ecore | ecore | bjoernercomplete
Node
hasUnits
Unit
hasC1
hasC2
name
length
Track
hasSignals
hasSignal
hasTrackDirection
Point
pointName
hasC3_Point
hasPointDirection
Connector
hasUnit1
hasPoint
hasUnit2
ID
Path
hasPC2
hasPC1
UnitPathPair
hasPath
hasUnit
Signal
controlsRoutes
name
placedOnTrack
placedAtConnector
placedAt
hasDirection
RouteName
hasUPPs
controlledBySignal
name
hasNormalPoints
hasReversePoints
associatedWith
ControlTable
hasRoutes
hasEntry
SchemePlan
hasUnits
hasConnectors
hasSignals
hasControlTable
Crossing
hasC3_Crossing
hasC4_Crossing
hasCrossingDirection
Terminal
hasTerminalSignal
Direction
hasConnectors
ControlTableEntry
hasControlTable
hasRouteName
dfgfgfd
hdghf
hasClearUnits
hasNormalPoints
hasReversePoints
ClearUnits
hasClearUnits
hasUnits
NormalPoints
hasNormalPoints
hasNPoints
ReversePoints
hasRPoints
FixedSignal
RouteSignal
TopologicalRoute
exitSignal
entrySignal
hasDirectedUnits
DirectedUnit
hasUnitDirectiom
hasUnit
belongsTo | null | {"directed":true,"nodes":[{"nsPrefix":"bjoernercomplete","nsURI":"http://bjoernercomplete/1.0.0.qualifier","name":"bjoernercomplete","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Track","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Path","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitPathPair","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RouteName","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlTable","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SchemePlan","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Crossing","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Terminal","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Direction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlTableEntry","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearUnits","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormalPoints","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReversePoints","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FixedSignal","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RouteSignal","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopologicalRoute","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedUnit","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasUnits","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasC1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasC2","changeable":true,"resolveProxies":true,"lowerBound":1,"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},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasUnit1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasUnit2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasSignals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasSignal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasTrackDirection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"placedOnTrack","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pointName","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasC3_Point","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasPointDirection","changeable":true,"resolveProxies":true,"lowerBound":2,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"ID","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasPC2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasPC1","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasPath","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasUnit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"controlsRoutes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"placedAtConnector","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":"placedAt","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasDirection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"controlledBySignal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasUPPs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasNormalPoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasReversePoints","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":false,"unsettable":false,"transient":false,"unique":true,"name":"associatedWith","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasRoutes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasEntry","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":"hasUnits","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":"hasConnectors","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":"hasSignals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasControlTable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasC3_Crossing","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasC4_Crossing","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasCrossingDirection","changeable":true,"resolveProxies":true,"lowerBound":2,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasTerminalSignal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasConnectors","changeable":true,"resolveProxies":true,"lowerBound":2,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasControlTable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasRouteName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dfgfgfd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hdghf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasClearUnits","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasNormalPoints","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasReversePoints","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasClearUnits","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasUnits","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasNormalPoints","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasNPoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasRPoints","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exitSignal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entrySignal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasDirectedUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasUnitDirectiom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasUnit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"belongsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":1,"target":0},{"source":1,"target":23},{"source":23,"target":2},{"source":23,"target":24},{"source":23,"target":1},{"source":24,"target":2},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":25,"target":5},{"source":25,"target":29},{"source":25,"target":2},{"source":25,"target":30},{"source":29,"target":5},{"source":26,"target":5},{"source":26,"target":31},{"source":26,"target":2},{"source":26,"target":32},{"source":31,"target":5},{"source":27,"target":33},{"source":27,"target":2},{"source":28,"target":34},{"source":28,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":35,"target":8},{"source":35,"target":39},{"source":35,"target":3},{"source":35,"target":40},{"source":39,"target":8},{"source":36,"target":8},{"source":36,"target":41},{"source":36,"target":3},{"source":41,"target":8},{"source":37,"target":14},{"source":37,"target":42},{"source":37,"target":3},{"source":42,"target":14},{"source":38,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":43,"target":47},{"source":43,"target":4},{"source":44,"target":5},{"source":44,"target":48},{"source":44,"target":4},{"source":48,"target":5},{"source":45,"target":14},{"source":45,"target":49},{"source":45,"target":4},{"source":49,"target":14},{"source":46,"target":2},{"source":5,"target":0},{"source":5,"target":30},{"source":5,"target":50},{"source":5,"target":32},{"source":5,"target":51},{"source":30,"target":2},{"source":30,"target":52},{"source":30,"target":5},{"source":30,"target":25},{"source":52,"target":2},{"source":50,"target":4},{"source":50,"target":53},{"source":50,"target":5},{"source":53,"target":4},{"source":32,"target":2},{"source":32,"target":54},{"source":32,"target":5},{"source":32,"target":26},{"source":54,"target":2},{"source":51,"target":55},{"source":51,"target":5},{"source":6,"target":0},{"source":6,"target":56},{"source":6,"target":57},{"source":56,"target":5},{"source":56,"target":58},{"source":56,"target":6},{"source":58,"target":5},{"source":57,"target":5},{"source":57,"target":59},{"source":57,"target":6},{"source":59,"target":5},{"source":7,"target":0},{"source":7,"target":60},{"source":7,"target":61},{"source":60,"target":6},{"source":60,"target":62},{"source":60,"target":7},{"source":62,"target":6},{"source":61,"target":2},{"source":61,"target":63},{"source":61,"target":7},{"source":63,"target":2},{"source":8,"target":0},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":40},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":64,"target":9},{"source":64,"target":69},{"source":64,"target":8},{"source":64,"target":70},{"source":69,"target":9},{"source":65,"target":71},{"source":65,"target":8},{"source":40,"target":3},{"source":40,"target":72},{"source":40,"target":8},{"source":40,"target":35},{"source":72,"target":3},{"source":66,"target":5},{"source":66,"target":73},{"source":66,"target":8},{"source":73,"target":5},{"source":67,"target":3},{"source":67,"target":74},{"source":67,"target":8},{"source":74,"target":3},{"source":68,"target":14},{"source":68,"target":75},{"source":68,"target":8},{"source":75,"target":14},{"source":9,"target":0},{"source":9,"target":76},{"source":9,"target":70},{"source":9,"target":77},{"source":9,"target":78},{"source":9,"target":79},{"source":9,"target":80},{"source":76,"target":7},{"source":76,"target":81},{"source":76,"target":9},{"source":81,"target":7},{"source":70,"target":8},{"source":70,"target":82},{"source":70,"target":9},{"source":70,"target":64},{"source":82,"target":8},{"source":77,"target":83},{"source":77,"target":9},{"source":78,"target":4},{"source":78,"target":84},{"source":78,"target":9},{"source":84,"target":4},{"source":79,"target":4},{"source":79,"target":85},{"source":79,"target":9},{"source":85,"target":4},{"source":80,"target":21},{"source":80,"target":86},{"source":80,"target":9},{"source":86,"target":21},{"source":10,"target":0},{"source":10,"target":87},{"source":10,"target":88},{"source":87,"target":9},{"source":87,"target":89},{"source":87,"target":10},{"source":89,"target":9},{"source":88,"target":15},{"source":88,"target":90},{"source":88,"target":10},{"source":90,"target":15},{"source":11,"target":0},{"source":11,"target":91},{"source":11,"target":92},{"source":11,"target":93},{"source":11,"target":94},{"source":91,"target":2},{"source":91,"target":95},{"source":91,"target":11},{"source":95,"target":2},{"source":92,"target":5},{"source":92,"target":96},{"source":92,"target":11},{"source":96,"target":5},{"source":93,"target":8},{"source":93,"target":97},{"source":93,"target":11},{"source":97,"target":8},{"source":94,"target":10},{"source":94,"target":98},{"source":94,"target":11},{"source":98,"target":10},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":99},{"source":12,"target":100},{"source":12,"target":101},{"source":12,"target":102},{"source":99,"target":5},{"source":99,"target":103},{"source":99,"target":12},{"source":103,"target":5},{"source":100,"target":5},{"source":100,"target":104},{"source":100,"target":12},{"source":104,"target":5},{"source":101,"target":14},{"source":101,"target":105},{"source":101,"target":12},{"source":105,"target":14},{"source":102,"target":2},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":106},{"source":13,"target":107},{"source":106,"target":8},{"source":106,"target":108},{"source":106,"target":13},{"source":108,"target":8},{"source":107,"target":3},{"source":14,"target":0},{"source":14,"target":109},{"source":109,"target":5},{"source":109,"target":110},{"source":109,"target":14},{"source":110,"target":5},{"source":15,"target":0},{"source":15,"target":111},{"source":15,"target":112},{"source":15,"target":113},{"source":15,"target":114},{"source":15,"target":115},{"source":15,"target":116},{"source":15,"target":117},{"source":111,"target":10},{"source":111,"target":118},{"source":111,"target":15},{"source":118,"target":10},{"source":112,"target":9},{"source":112,"target":119},{"source":112,"target":15},{"source":119,"target":9},{"source":113,"target":16},{"source":113,"target":120},{"source":113,"target":15},{"source":120,"target":16},{"source":114,"target":9},{"source":114,"target":121},{"source":114,"target":15},{"source":121,"target":9},{"source":115,"target":16},{"source":115,"target":122},{"source":115,"target":15},{"source":122,"target":16},{"source":116,"target":17},{"source":116,"target":123},{"source":116,"target":15},{"source":123,"target":17},{"source":117,"target":18},{"source":117,"target":124},{"source":117,"target":15},{"source":124,"target":18},{"source":16,"target":0},{"source":16,"target":125},{"source":16,"target":126},{"source":125,"target":15},{"source":125,"target":127},{"source":125,"target":16},{"source":127,"target":15},{"source":126,"target":2},{"source":126,"target":128},{"source":126,"target":16},{"source":128,"target":2},{"source":17,"target":0},{"source":17,"target":129},{"source":17,"target":130},{"source":129,"target":15},{"source":129,"target":131},{"source":129,"target":17},{"source":131,"target":15},{"source":130,"target":4},{"source":130,"target":132},{"source":130,"target":17},{"source":132,"target":4},{"source":18,"target":0},{"source":18,"target":133},{"source":133,"target":4},{"source":133,"target":134},{"source":133,"target":18},{"source":134,"target":4},{"source":19,"target":0},{"source":19,"target":8},{"source":19,"target":135},{"source":135,"target":8},{"source":20,"target":0},{"source":20,"target":8},{"source":20,"target":136},{"source":136,"target":8},{"source":21,"target":0},{"source":21,"target":137},{"source":21,"target":138},{"source":21,"target":139},{"source":137,"target":8},{"source":137,"target":140},{"source":137,"target":21},{"source":140,"target":8},{"source":138,"target":20},{"source":138,"target":141},{"source":138,"target":21},{"source":141,"target":20},{"source":139,"target":22},{"source":139,"target":142},{"source":139,"target":21},{"source":142,"target":22},{"source":22,"target":0},{"source":22,"target":143},{"source":22,"target":144},{"source":22,"target":145},{"source":143,"target":14},{"source":143,"target":146},{"source":143,"target":22},{"source":146,"target":14},{"source":144,"target":2},{"source":144,"target":147},{"source":144,"target":22},{"source":147,"target":2},{"source":145,"target":21},{"source":145,"target":148},{"source":145,"target":22},{"source":148,"target":21}],"multigraph":true} |
false | <?xml version="1.0" encoding="ASCII"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Sudoku" nsURI="Sudoku" nsPrefix="Sudoku">
<eClassifiers xsi:type="ecore:EClass" name="Board">
<eOperations name="getField"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="BoardRows_Row_role_rows" lowerBound="9" upperBound="9" eType="//Row" eOpposite="//Row/BoardRows_Board"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="BoardColumns_Column_role_columns" lowerBound="9" upperBound="9" eType="//Column" eOpposite="//Column/BoardColumns_Board"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="BoardSquares_Square_role_squares" lowerBound="9" upperBound="9" eType="//Square" eOpposite="//Square/BoardSquares_Board"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="BoardFields_Field_role_fields" lowerBound="81" upperBound="81" eType="//Field" eOpposite="//Field/BoardFields_Board"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Row">
<eOperations name="getValues"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="BoardRows_Board" lowerBound="1" eType="//Board" eOpposite="//Board/BoardRows_Row_role_rows"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="RowFields_Field_role_fields" lowerBound="9" upperBound="9" eType="//Field" eOpposite="//Field/RowFields_Row"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Column">
<eOperations name="getValues"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="BoardColumns_Board" lowerBound="1" eType="//Board" eOpposite="//Board/BoardColumns_Column_role_columns"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ColumnFields_Field_role_fields" lowerBound="9" upperBound="9" eType="//Field" eOpposite="//Field/ColumnFields_Column"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Square">
<eOperations name="getValues"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="BoardSquares_Board" lowerBound="1" eType="//Board" eOpposite="//Board/BoardSquares_Square_role_squares"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="SquareFields_Field_role_fields" lowerBound="9" upperBound="9" eType="//Field" eOpposite="//Field/SquareFields_Square"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Field">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="BoardFields_Board" lowerBound="1" eType="//Board" eOpposite="//Board/BoardFields_Field_role_fields"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="RowFields_Row" lowerBound="1" eType="//Row" eOpposite="//Row/RowFields_Field_role_fields"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ColumnFields_Column" lowerBound="1" eType="//Column" eOpposite="//Column/ColumnFields_Field_role_fields"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="SquareFields_Square" lowerBound="1" eType="//Square" eOpposite="//Square/SquareFields_Field_role_fields"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/przigoda/model-finder/de.agra.emf.modelfinder.applications.debugging.tests/models/use2ecore/Sudoku.ecore | ecore | Sudoku
Board
getField
BoardRows_Row_role_rows
BoardColumns_Column_role_columns
BoardSquares_Square_role_squares
BoardFields_Field_role_fields
Row
getValues
index
BoardRows_Board
RowFields_Field_role_fields
Column
getValues
index
BoardColumns_Board
ColumnFields_Field_role_fields
Square
getValues
index
BoardSquares_Board
SquareFields_Field_role_fields
Field
value
BoardFields_Board
RowFields_Row
ColumnFields_Column
SquareFields_Square | null | {"directed":true,"nodes":[{"nsPrefix":"Sudoku","nsURI":"Sudoku","name":"Sudoku","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Board","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Row","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":"Square","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getField","lowerBound":0,"id":6,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":9,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"BoardRows_Row_role_rows","changeable":true,"resolveProxies":true,"lowerBound":9,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":9,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"BoardColumns_Column_role_columns","changeable":true,"resolveProxies":true,"lowerBound":9,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":9,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"BoardSquares_Square_role_squares","changeable":true,"resolveProxies":true,"lowerBound":9,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":81,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"BoardFields_Field_role_fields","changeable":true,"resolveProxies":true,"lowerBound":81,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"BoardRows_Board","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"BoardColumns_Board","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"BoardSquares_Board","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"BoardFields_Board","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getValues","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":9,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"RowFields_Field_role_fields","changeable":true,"resolveProxies":true,"lowerBound":9,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"RowFields_Row","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getValues","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":9,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ColumnFields_Field_role_fields","changeable":true,"resolveProxies":true,"lowerBound":9,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ColumnFields_Column","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getValues","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":9,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SquareFields_Field_role_fields","changeable":true,"resolveProxies":true,"lowerBound":9,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SquareFields_Square","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":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":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":6,"target":1},{"source":7,"target":2},{"source":7,"target":11},{"source":7,"target":1},{"source":7,"target":12},{"source":11,"target":2},{"source":8,"target":3},{"source":8,"target":13},{"source":8,"target":1},{"source":8,"target":14},{"source":13,"target":3},{"source":9,"target":4},{"source":9,"target":15},{"source":9,"target":1},{"source":9,"target":16},{"source":15,"target":4},{"source":10,"target":5},{"source":10,"target":17},{"source":10,"target":1},{"source":10,"target":18},{"source":17,"target":5},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":12},{"source":2,"target":21},{"source":19,"target":2},{"source":20,"target":22},{"source":20,"target":2},{"source":12,"target":1},{"source":12,"target":23},{"source":12,"target":2},{"source":12,"target":7},{"source":23,"target":1},{"source":21,"target":5},{"source":21,"target":24},{"source":21,"target":2},{"source":21,"target":25},{"source":24,"target":5},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":14},{"source":3,"target":28},{"source":26,"target":3},{"source":27,"target":29},{"source":27,"target":3},{"source":14,"target":1},{"source":14,"target":30},{"source":14,"target":3},{"source":14,"target":8},{"source":30,"target":1},{"source":28,"target":5},{"source":28,"target":31},{"source":28,"target":3},{"source":28,"target":32},{"source":31,"target":5},{"source":4,"target":0},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":16},{"source":4,"target":35},{"source":33,"target":4},{"source":34,"target":36},{"source":34,"target":4},{"source":16,"target":1},{"source":16,"target":37},{"source":16,"target":4},{"source":16,"target":9},{"source":37,"target":1},{"source":35,"target":5},{"source":35,"target":38},{"source":35,"target":4},{"source":35,"target":39},{"source":38,"target":5},{"source":5,"target":0},{"source":5,"target":40},{"source":5,"target":18},{"source":5,"target":25},{"source":5,"target":32},{"source":5,"target":39},{"source":40,"target":41},{"source":40,"target":5},{"source":18,"target":1},{"source":18,"target":42},{"source":18,"target":5},{"source":18,"target":10},{"source":42,"target":1},{"source":25,"target":2},{"source":25,"target":43},{"source":25,"target":5},{"source":25,"target":21},{"source":43,"target":2},{"source":32,"target":3},{"source":32,"target":44},{"source":32,"target":5},{"source":32,"target":28},{"source":44,"target":3},{"source":39,"target":4},{"source":39,"target":45},{"source":39,"target":5},{"source":39,"target":35},{"source":45,"target":4}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="commands" nsURI="http://www.eclipse.org/ecl/data/commands.ecore"
nsPrefix="dataCommands">
<eClassifiers xsi:type="ecore:EClass" name="ReadCsvFile" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Parses given csv file. Fails if file is not found or format is invalid.
Learn more about <a href = "http://xored.freshdesk.com/solution/articles/78219-assert-the-whole-table">Asserting the whole table contents.</a>"/>
<details key="returns" value="<code>Table</code> EMF Object. "/>
<details key="example" value="with [get-window Preferences] {
	get-tree | select "Java/Installed JREs"
	get-table | get-table-data | eq [read-csv-file "workspace:/assertData/table.csv"] | 
		assert-true "Data in table does not match input file" 
	get-button OK | click
}

//Let's say we need to write ErrorLog info to csv file 'table.csv'.
//ECL script should look like this:
 
get-view "Error Log" | get-tree | expand-all
get-view "Error Log" | get-tree | get-table-data | write-csv-file "workspace:/MyProject/AssertData/table.csv
 
//Note: 
//<a href="#expand-all">Expand-all</a>command may be useful in case of hierarchical tree - otherwise non-expanded levels won't be written. 
//You should have MyProject/AssertData on your workspace (you may do it easily with a workspace context) to let you csv file to be created there. 
 
//In case you want to specify which columns/rows should be written you may use 
//<a href="#select-columns">select-columns</a>/<a href="#exclude-columns">exclude-columns</a> and <a href="#select-rows">select-rows</a>/<a href="#exclude-rows">exclude-rows</a> commands:
 
get-view "Error Log" | get-tree | get-table-data | select-columns "Message" | write-csv-file "workspace:/MyProject/AssertData/table.csv" 
get-view "Error Log" | get-tree | get-table-data | exclude-columns "Message" "Plug-in" | write-csv-file "workspace:/MyProject/AssertData/table.csv"
get-view "Error Log" | get-tree | get-table-data | select-rows -column "Message" -value "Execution of early startup handlers completed." | write-csv-file "workspace:/MyProject/AssertData/table.csv"
 
//To compare table data to already written csv file you may use <a href="#read-csv-file">read-csv-file</a> command:
 
get-view "Error Log" | get-tree | get-table-data | select-columns "Plug-in" | eq [read-csv-file "workspace:/MyProject/AssertData/table.csv"] | assert-true "Data in table does not match input file" "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="URI to a file to read. Currently supported schemes are workspace:/ for files in workspace and file:/ for files on local file system"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Print" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Takes a list of objects from input pipe and prints them as a plain-text table into output pipe."/>
<details key="returns" value="Series of string objects"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/ecl/internal"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="input" unique="false" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WriteCsvFile" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Writes given table into csv file. Fails if file is not accessible.
Learn more about <a href = "http://xored.freshdesk.com/solution/articles/78219-assert-the-whole-table">Asserting the whole table contents.</a>"/>
<details key="returns" value="The value of <code>table</code> argument."/>
<details key="example" value="with [get-window Preferences] {
	get-tree | select "Java/Installed JREs"
	get-table | get-table-data | write-csv-file "workspace:/assertData/table.csv"
	get-button OK | click
}

//Let's say we need to write ErrorLog info to csv file 'table.csv'.
//ECL script should look like this:
 
get-view "Error Log" | get-tree | expand-all
get-view "Error Log" | get-tree | get-table-data | write-csv-file "workspace:/MyProject/AssertData/table.csv
 
//Note: 
//<a href="#expand-all">Expand-all</a>command may be useful in case of hierarchical tree - otherwise non-expanded levels won't be written. 
//You should have MyProject/AssertData on your workspace (you may do it easily with a workspace context) to let you csv file to be created there. 
 
//In case you want to specify which columns/rows should be written you may use 
//<a href="#select-columns">select-columns</a>/<a href="#exclude-columns">exclude-columns</a> and <a href="#select-rows">select-rows</a>/<a href="#exclude-rows">exclude-rows</a> commands:
 
get-view "Error Log" | get-tree | get-table-data | select-columns "Message" | write-csv-file "workspace:/MyProject/AssertData/table.csv" 
get-view "Error Log" | get-tree | get-table-data | exclude-columns "Message" "Plug-in" | write-csv-file "workspace:/MyProject/AssertData/table.csv"
get-view "Error Log" | get-tree | get-table-data | select-rows -column "Message" -value "Execution of early startup handlers completed." | write-csv-file "workspace:/MyProject/AssertData/table.csv"
 
//To compare table data to already written csv file you may use <a href="#read-csv-file">read-csv-file</a> command:
 
get-view "Error Log" | get-tree | get-table-data | select-columns "Plug-in" | eq [read-csv-file "workspace:/MyProject/AssertData/table.csv"] | assert-true "Data in table does not match input file" "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="ecore:EClass objects.ecore#//Table">
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Table to write"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="URI to write CSV data to. Currently supported schemes are workspace:/ for files in workspace and file:/ for files on local file system"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExcludeColumns" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Takes a table from input and returns the same table which has some columns excluded. "/>
<details key="returns" value="Copy of input table object without columns with names listed in <code>columns</code>"/>
<details key="example" value="get-view "Error Log" | get-tree | get-table-data | exclude-columns "Message" "Plug-in" | write-csv-file "workspace:/MyProject/AssertData/table.csv""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="ecore:EClass objects.ecore#//Table">
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Table to exclude columns from"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columns" upperBound="-1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Column names to exclude from table. It is OK to pass column names which are not present in table"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectColumns" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Takes a table from input and returns the table containing only columns passed into <code>columns</code> argument."/>
<details key="returns" value="Copy of input table object with only columns with names listed in <code>columns</code>"/>
<details key="example" value="get-view "Error Log" | get-tree | get-table-data | select-columns "Message" | write-csv-file "workspace:/MyProject/AssertData/table.csv" "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="ecore:EClass objects.ecore#//Table">
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Table to take columns from"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columns" upperBound="-1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Column names to take from table. If given column name is not present in input table, command fails"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssertTablesMatch" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Compares contents of two tables. If contents are not the same, fails with a descriptive message"/>
<details key="example" value="assert-tables-match [get-editor "context" | get-section Parameters | get-table | get-table-data ]
 [get-editor "context2" | get-section Parameters | get-table | get-table-data]"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="ecore:EClass objects.ecore#//Table"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="ecore:EClass objects.ecore#//Table"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreColumnOrder" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="When true, column order is not taken into account"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreMissingColumns" eType="#//IgnoreColumnsMode"
defaultValueLiteral="NONE">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Describes the comparison behaviour in case when one of tables contains a column which is not present in other table:
<ul>
<li><b>NONE</b> &ndash; all columns must be present in both tables</li>
<li><b>LEFT</b> &ndash; columns from right table which are not present in left, are ignored</li>
<li><b>RIGHT</b> &ndash; columns from left table which are not present in right, are ignored</li>
<li><b>BOTH</b> &ndash; comparison performed only on columns present in both tables</li>
<p>Another way to interpret this argument is that it is an answer on question &quot;Which column can have less columns?&quot;</p>
<p>The primary reasoning for this argument is to provide smooth migration when presentation is changed – consider this scenario: we have a CSV file with table data, and we have UI table. If we add or remove extra columns in the UI, we can keep existing sample data file and just correct the <code>ignoreMissingColumns</code> argument</p>
"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="IgnoreColumnsMode">
<eLiterals name="NONE"/>
<eLiterals name="LEFT" value="1"/>
<eLiterals name="RIGHT" value="2"/>
<eLiterals name="BOTH" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WriteLines" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Reads objects from input pipe and writes them into file line-by-line as strings"/>
<details key="example" value="//writes a list of launch configuration into a file line-by-line
list-launch-configurations | write-lines -uri "workspace:/Project/Folder/file.txt"
// appends "New line" into a file. 
str "New line" | write-lines -uri "workspace:/Project/Folder/file.txt" -append
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="URI to write lines to. Currently supported schemes are workspace:/ for files in workspace and file:/ for files on local file system"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="append" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Whether to append given lines into file. Default value is false"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReadLines" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Reads lines from file identified by uri and writes them one-by-one into output pipe"/>
<details key="example" value="//Displays alert with lines count
show-alert [concat "The number of lines is "[read-lines -uri "workspace:/Project/Folder/file.txt" | length | str]]

"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="URI to read lines from. Currently supported schemes are workspace:/ for files in workspace and file:/ for files on local file system"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectRows" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Takes a table from input and returns the table with rows filtered by column and criteria."/>
<details key="returns" value="Copy of input table object with filtered rows."/>
<details key="example" value="select-rows -column "columnName" -value "value" -match exact|glob|regex"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="ecore:EClass objects.ecore#//Table">
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Table to take columns from"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="column" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Column named to filter rows by."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Pattern to match rows to."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="match" eType="#//RowMatchMode">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Describes the matching behaviour for rows.
<ul>
<li><b>glob</b> &ndash; wildcard matching</li>
<li><b>exact</b> &ndash; value should be equals to pattern</li>
<li><b>regext</b> &ndash; value must match java regular expression</li>
</ul>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RowMatchMode">
<eLiterals name="exact"/>
<eLiterals name="glob" value="1"/>
<eLiterals name="regexp" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExcludeRows" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Takes a table from input and returns the table with rows filtered by column and criteria."/>
<details key="returns" value="Copy of input table object with filtered rows."/>
<details key="example" value="exclude-rows -column "columnName" -value "value" -match exact|glob|regex"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="ecore:EClass objects.ecore#//Table">
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Table to take columns from"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="column" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Column named to filter rows by."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Pattern to match rows to."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="match" eType="#//RowMatchMode">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Describes the matching behaviour for rows.
<ul>
<li><b>glob</b> &ndash; wildcard matching</li>
<li><b>exact</b> &ndash; value should be equals to pattern</li>
<li><b>regext</b> &ndash; value must match java regular expression</li>
</ul>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AsTableData" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Converts its input to table data format, exactly the same as <code>get-table-data</code> returns."/>
<details key="returns" value="Table data."/>
<details key="example" value="get-log -levels error | as-table-data | write-csv-file "workspace:/Project/file2.csv""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="input" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Object(s) to convert from."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReadProperties" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Parses given .properties file. Fails if file is not found or format is invalid"/>
<details key="returns" value="ECL map with values from properties file"/>
<details key="example" value="...get-item "General Registers/pc" | get-property "values[\'Value\']"
| matches [format "%s.*" [read-properties -uri "file:/C:/Users/Administrator/Desktop/p.properties" | get myKey]] | verify-true
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="URI to a file to read. Currently supported schemes are workspace:/ for files in workspace and file:/ for files on local file system"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/xored/ecl/plugins/org.eclipse.ecl.data/model/commands.ecore | ecore | commands
ReadCsvFile
uri
Print
input
WriteCsvFile
table
uri
ExcludeColumns
table
columns
SelectColumns
table
columns
AssertTablesMatch
left
right
ignoreColumnOrder
false
ignoreMissingColumns
NONE
IgnoreColumnsMode
NONE
NONE
LEFT
LEFT
RIGHT
RIGHT
BOTH
BOTH
WriteLines
uri
append
false
ReadLines
uri
SelectRows
table
column
value
match
RowMatchMode
exact
exact
glob
glob
regexp
regexp
ExcludeRows
table
column
value
match
AsTableData
input
ReadProperties
uri | null | {"directed":true,"nodes":[{"nsPrefix":"dataCommands","nsURI":"http://www.eclipse.org/ecl/data/commands.ecore","name":"commands","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadCsvFile","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Print","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteCsvFile","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExcludeColumns","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectColumns","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertTablesMatch","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IgnoreColumnsMode","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLines","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLines","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectRows","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RowMatchMode","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExcludeRows","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AsTableData","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadProperties","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","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":"uri","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"ignoreColumnOrder","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NONE","unsettable":false,"transient":false,"unique":true,"name":"ignoreMissingColumns","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"name":"NONE","id":45,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"LEFT","id":46,"value":1,"literal":"LEFT","eClass":"EEnumLiteral"},{"name":"RIGHT","id":47,"value":2,"literal":"RIGHT","eClass":"EEnumLiteral"},{"name":"BOTH","id":48,"value":3,"literal":"BOTH","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":"uri","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":"false","unsettable":false,"transient":false,"unique":true,"name":"append","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"match","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"},{"name":"exact","id":66,"value":0,"literal":"exact","eClass":"EEnumLiteral"},{"name":"glob","id":67,"value":1,"literal":"glob","eClass":"EEnumLiteral"},{"name":"regexp","id":68,"value":2,"literal":"regexp","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":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"match","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":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":15,"target":17},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":18,"target":20},{"source":18,"target":2},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":21,"target":24},{"source":21,"target":3},{"source":22,"target":25},{"source":22,"target":3},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":26,"target":29},{"source":26,"target":4},{"source":27,"target":30},{"source":27,"target":4},{"source":5,"target":0},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":31,"target":34},{"source":31,"target":5},{"source":32,"target":35},{"source":32,"target":5},{"source":6,"target":0},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":40},{"source":36,"target":41},{"source":36,"target":6},{"source":37,"target":42},{"source":37,"target":6},{"source":38,"target":43},{"source":38,"target":6},{"source":39,"target":7},{"source":39,"target":44},{"source":39,"target":6},{"source":44,"target":7},{"source":7,"target":0},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":7,"target":48},{"source":45,"target":7},{"source":46,"target":7},{"source":47,"target":7},{"source":48,"target":7},{"source":8,"target":0},{"source":8,"target":49},{"source":8,"target":50},{"source":8,"target":51},{"source":49,"target":52},{"source":49,"target":8},{"source":50,"target":53},{"source":50,"target":8},{"source":9,"target":0},{"source":9,"target":54},{"source":9,"target":55},{"source":54,"target":56},{"source":54,"target":9},{"source":10,"target":0},{"source":10,"target":57},{"source":10,"target":58},{"source":10,"target":59},{"source":10,"target":60},{"source":10,"target":61},{"source":57,"target":62},{"source":57,"target":10},{"source":58,"target":63},{"source":58,"target":10},{"source":59,"target":64},{"source":59,"target":10},{"source":60,"target":11},{"source":60,"target":65},{"source":60,"target":10},{"source":65,"target":11},{"source":11,"target":0},{"source":11,"target":66},{"source":11,"target":67},{"source":11,"target":68},{"source":66,"target":11},{"source":67,"target":11},{"source":68,"target":11},{"source":12,"target":0},{"source":12,"target":69},{"source":12,"target":70},{"source":12,"target":71},{"source":12,"target":72},{"source":12,"target":73},{"source":69,"target":74},{"source":69,"target":12},{"source":70,"target":75},{"source":70,"target":12},{"source":71,"target":76},{"source":71,"target":12},{"source":72,"target":11},{"source":72,"target":77},{"source":72,"target":12},{"source":77,"target":11},{"source":13,"target":0},{"source":13,"target":78},{"source":13,"target":79},{"source":78,"target":80},{"source":78,"target":13},{"source":14,"target":0},{"source":14,"target":81},{"source":14,"target":82},{"source":81,"target":83},{"source":81,"target":14}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sculptorguimetamodel"
nsURI="http://sculptor.org/sculptorgui" nsPrefix="sc">
<eClassifiers xsi:type="ecore:EClass" name="GuiApplication" eSuperTypes="sculptormetamodel.ecore#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="guiForApplication" lowerBound="1"
eType="ecore:EClass sculptormetamodel.ecore#//Application"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modules" lowerBound="1"
upperBound="-1" eType="#//GuiModule" containment="true" eOpposite="#//GuiModule/application"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="basePackage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GuiModule" eSuperTypes="sculptormetamodel.ecore#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="userTasks" lowerBound="1"
upperBound="-1" eType="#//UserTask" containment="true" eOpposite="#//UserTask/module"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="basePackage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="application" eType="#//GuiApplication"
eOpposite="#//GuiApplication/modules"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="for" eType="ecore:EClass sculptormetamodel.ecore#//Module"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UserTask" eSuperTypes="sculptormetamodel.ecore#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="subTaskTransitions" upperBound="-1"
eType="#//SubTaskTransition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="for" lowerBound="1" eType="ecore:EClass sculptormetamodel.ecore#//DomainObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//GuiModule"
eOpposite="#//GuiModule/userTasks"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="taskType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="viewProperties" upperBound="-1"
eType="#//ViewDataProperty" containment="true" eOpposite="#//ViewDataProperty/userTask"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conversationRoot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gapClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateTask" eSuperTypes="#//UserTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="createDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="populateDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UpdateTask" eSuperTypes="#//UserTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="findDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="updateDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="populateDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ViewTask" eSuperTypes="#//UserTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="findDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListTask" eSuperTypes="#//UserTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="searchDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteTask" eSuperTypes="#//UserTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="findDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="deleteDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubTaskTransition" eSuperTypes="sculptormetamodel.ecore#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//UserTask"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="forReference" lowerBound="1"
eType="ecore:EClass sculptormetamodel.ecore#//Reference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//UserTask"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ViewDataProperty" eSuperTypes="sculptormetamodel.ecore#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="userTask" eType="#//UserTask"
eOpposite="#//UserTask/viewProperties"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="messageKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TmpReferenceHolder">
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass sculptormetamodel.ecore#//Reference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subTaskTransitionHolders"
upperBound="-1" eType="#//TmpSubTaskTransitionHolder" containment="true" eOpposite="#//TmpSubTaskTransitionHolder/referenceHoler"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TmpSubTaskTransitionHolder">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toTaskType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="ecore:EClass sculptormetamodel.ecore#//DomainObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceHoler" lowerBound="1"
eType="#//TmpReferenceHolder" eOpposite="#//TmpReferenceHolder/subTaskTransitionHolders"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceTarget">
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass sculptormetamodel.ecore#//Reference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass sculptormetamodel.ecore#//DomainObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceViewProperty" eSuperTypes="#//ViewDataProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="relatedTransitions" upperBound="-1"
eType="#//SubTaskTransition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass sculptormetamodel.ecore#//Reference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass sculptormetamodel.ecore#//DomainObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="base" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="previewProperties" upperBound="-1"
eType="#//ViewDataProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeViewProperty" eSuperTypes="#//ViewDataProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="ecore:EClass sculptormetamodel.ecore#//Attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BasicTypeViewProperty" eSuperTypes="#//ViewDataProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass sculptormetamodel.ecore#//Reference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="ecore:EClass sculptormetamodel.ecore#//Attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumViewProperty" eSuperTypes="#//ViewDataProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass sculptormetamodel.ecore#//Reference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BasicTypeEnumViewProperty" eSuperTypes="#//EnumViewProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="basicTypeReference" eType="ecore:EClass sculptormetamodel.ecore#//Reference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UserTaskGroup">
<eStructuralFeatures xsi:type="ecore:EReference" name="userTasks" upperBound="-1"
eType="#//UserTask"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="for" eType="ecore:EClass sculptormetamodel.ecore#//DomainObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//GuiModule"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DerivedReferenceViewProperty" eSuperTypes="#//ReferenceViewProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="derivedFrom" lowerBound="1"
eType="#//ReferenceViewProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddTask" eSuperTypes="#//UserTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="findDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/sculptor/base/sculptor-eclipse/sculptor-metamodel/model/sculptorguimetamodel.ecore | ecore | sculptorguimetamodel
GuiApplication
guiForApplication
modules
basePackage
GuiModule
userTasks
basePackage
application
for
UserTask
subTaskTransitions
for
abstract
module
taskType
viewProperties
conversationRoot
gapClass
CreateTask
createDOWith
populateDOWith
UpdateTask
findDOWith
updateDOWith
populateDOWith
ViewTask
findDOWith
ListTask
searchDOWith
DeleteTask
findDOWith
deleteDOWith
SubTaskTransition
to
forReference
from
ViewDataProperty
userTask
messageKey
TmpReferenceHolder
reference
subTaskTransitionHolders
TmpSubTaskTransitionHolder
toTaskType
to
referenceHoler
ReferenceTarget
reference
target
ReferenceViewProperty
relatedTransitions
reference
target
base
previewProperties
AttributeViewProperty
attribute
BasicTypeViewProperty
reference
attribute
EnumViewProperty
reference
BasicTypeEnumViewProperty
basicTypeReference
UserTaskGroup
userTasks
for
module
DerivedReferenceViewProperty
derivedFrom
AddTask
findDOWith | null | {"directed":true,"nodes":[{"nsPrefix":"sc","nsURI":"http://sculptor.org/sculptorgui","name":"sculptorguimetamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuiApplication","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuiModule","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserTask","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateTask","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateTask","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewTask","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListTask","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteTask","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubTaskTransition","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewDataProperty","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TmpReferenceHolder","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TmpSubTaskTransitionHolder","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceTarget","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceViewProperty","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeViewProperty","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicTypeViewProperty","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumViewProperty","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicTypeEnumViewProperty","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserTaskGroup","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedReferenceViewProperty","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddTask","instanceClass":null,"abstract":false,"id":21,"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":"guiForApplication","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modules","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":"basePackage","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"application","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"userTasks","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":"basePackage","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"for","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"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":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subTaskTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"for","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"taskType","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"viewProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conversationRoot","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gapClass","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"userTask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"createDOWith","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":false,"unsettable":false,"transient":false,"unique":true,"name":"populateDOWith","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":"findDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updateDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"populateDOWith","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"findDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"searchDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"findDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"deleteDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","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":false,"unsettable":false,"transient":false,"unique":true,"name":"forReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"messageKey","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","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":"subTaskTransitionHolders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referenceHoler","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":"toTaskType","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","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":"base","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previewProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"basicTypeReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"userTasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"for","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":false,"unsettable":false,"transient":false,"unique":true,"name":"module","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"derivedFrom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"findDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":1,"target":0},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":22,"target":26},{"source":22,"target":1},{"source":23,"target":2},{"source":23,"target":27},{"source":23,"target":1},{"source":23,"target":28},{"source":27,"target":2},{"source":24,"target":29},{"source":24,"target":1},{"source":2,"target":0},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":28},{"source":2,"target":32},{"source":2,"target":33},{"source":30,"target":3},{"source":30,"target":34},{"source":30,"target":2},{"source":30,"target":35},{"source":34,"target":3},{"source":31,"target":36},{"source":31,"target":2},{"source":28,"target":1},{"source":28,"target":37},{"source":28,"target":2},{"source":28,"target":23},{"source":37,"target":1},{"source":32,"target":38},{"source":32,"target":2},{"source":3,"target":0},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":35},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":39,"target":9},{"source":39,"target":47},{"source":39,"target":3},{"source":47,"target":9},{"source":40,"target":48},{"source":40,"target":3},{"source":41,"target":49},{"source":41,"target":3},{"source":35,"target":2},{"source":35,"target":50},{"source":35,"target":3},{"source":35,"target":30},{"source":50,"target":2},{"source":42,"target":51},{"source":42,"target":3},{"source":43,"target":10},{"source":43,"target":52},{"source":43,"target":3},{"source":43,"target":53},{"source":52,"target":10},{"source":44,"target":54},{"source":44,"target":3},{"source":45,"target":55},{"source":45,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":56,"target":59},{"source":56,"target":4},{"source":57,"target":60},{"source":57,"target":4},{"source":58,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":61,"target":65},{"source":61,"target":5},{"source":62,"target":66},{"source":62,"target":5},{"source":63,"target":67},{"source":63,"target":5},{"source":64,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":68},{"source":6,"target":69},{"source":68,"target":70},{"source":68,"target":6},{"source":69,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":71},{"source":7,"target":72},{"source":71,"target":73},{"source":71,"target":7},{"source":72,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":74,"target":77},{"source":74,"target":8},{"source":75,"target":78},{"source":75,"target":8},{"source":76,"target":3},{"source":9,"target":0},{"source":9,"target":79},{"source":9,"target":80},{"source":9,"target":81},{"source":9,"target":82},{"source":79,"target":3},{"source":79,"target":83},{"source":79,"target":9},{"source":83,"target":3},{"source":80,"target":84},{"source":80,"target":9},{"source":81,"target":3},{"source":81,"target":85},{"source":81,"target":9},{"source":85,"target":3},{"source":10,"target":0},{"source":10,"target":53},{"source":10,"target":86},{"source":10,"target":87},{"source":53,"target":3},{"source":53,"target":88},{"source":53,"target":10},{"source":53,"target":43},{"source":88,"target":3},{"source":86,"target":89},{"source":86,"target":10},{"source":11,"target":0},{"source":11,"target":90},{"source":11,"target":91},{"source":90,"target":92},{"source":90,"target":11},{"source":91,"target":12},{"source":91,"target":93},{"source":91,"target":11},{"source":91,"target":94},{"source":93,"target":12},{"source":12,"target":0},{"source":12,"target":95},{"source":12,"target":96},{"source":12,"target":94},{"source":95,"target":97},{"source":95,"target":12},{"source":96,"target":98},{"source":96,"target":12},{"source":94,"target":11},{"source":94,"target":99},{"source":94,"target":12},{"source":94,"target":91},{"source":99,"target":11},{"source":13,"target":0},{"source":13,"target":100},{"source":13,"target":101},{"source":100,"target":102},{"source":100,"target":13},{"source":101,"target":103},{"source":101,"target":13},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":104},{"source":14,"target":105},{"source":14,"target":106},{"source":14,"target":107},{"source":14,"target":108},{"source":14,"target":109},{"source":104,"target":9},{"source":104,"target":110},{"source":104,"target":14},{"source":110,"target":9},{"source":105,"target":111},{"source":105,"target":14},{"source":106,"target":112},{"source":106,"target":14},{"source":107,"target":113},{"source":107,"target":14},{"source":108,"target":10},{"source":108,"target":114},{"source":108,"target":14},{"source":114,"target":10},{"source":109,"target":10},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":115},{"source":15,"target":116},{"source":115,"target":117},{"source":115,"target":15},{"source":116,"target":10},{"source":16,"target":0},{"source":16,"target":10},{"source":16,"target":118},{"source":16,"target":119},{"source":16,"target":120},{"source":118,"target":121},{"source":118,"target":16},{"source":119,"target":122},{"source":119,"target":16},{"source":120,"target":10},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":123},{"source":17,"target":124},{"source":123,"target":125},{"source":123,"target":17},{"source":124,"target":10},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":126},{"source":18,"target":127},{"source":126,"target":128},{"source":126,"target":18},{"source":127,"target":17},{"source":19,"target":0},{"source":19,"target":129},{"source":19,"target":130},{"source":19,"target":131},{"source":129,"target":3},{"source":129,"target":132},{"source":129,"target":19},{"source":132,"target":3},{"source":130,"target":133},{"source":130,"target":19},{"source":131,"target":2},{"source":131,"target":134},{"source":131,"target":19},{"source":134,"target":2},{"source":20,"target":0},{"source":20,"target":14},{"source":20,"target":135},{"source":20,"target":136},{"source":135,"target":14},{"source":135,"target":137},{"source":135,"target":20},{"source":137,"target":14},{"source":136,"target":14},{"source":21,"target":0},{"source":21,"target":3},{"source":21,"target":138},{"source":21,"target":139},{"source":138,"target":140},{"source":138,"target":21},{"source":139,"target":3}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" nsURI="http://www.eclipse.org/" nsPrefix="eavp">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Get the value of the specified rendering property."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="MeshCache">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A MeshCache is a central repository for data objects of type T, where T is a data object specific to the rendering engine associated with the cache. The cache will be responsible for creating and maintaining these objects. The MeshCache will supply references to them to Meshes on request, allowing multiple Meshes to draw from the same data object as a part of the Flyweight pattern. "/>
</eAnnotations>
<eTypeParameters name="T"/>
<eOperations name="getMesh">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Get the mesh for a given type, creating it if it does not already exist. It is assummed that all shapes of the type will make use of the same mesh, possibly transformed geometriclly, for rendering. For example, all shapes of type "RECTANGULAR_PRISM" might use the same eight pointed mesh, with each one distinguished by a differing position in three dimensional space or by changing its dimensions. The operation will return null for types which do not have such a prototypical mesh. In this case, getMesh(EEList<Triangle>) should be used instead."/>
<details key="body" value="// For the base implementation, assume that the cache was loaded during
// initialization.
return typeCache.get(type);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//MeshCache/T"/>
<eParameters name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getMesh">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Get the mesh specified by the given triangles, creating it if it does not already exist. "/>
<details key="body" value="// The ID of the triangle list
int ID = -1;

// Whether the triangle list has been found in the cache
boolean found = false;

// Convert the list to a set
Set<Triangle> triangleSet = new HashSet(triangles);

// Check each set in the cache for a match
for (int i : sourceTriangleCache.keySet()) {
	ID = i;

	// If a match is found, stop the search
	if (triangleSet.equals(sourceTriangleCache.get(i))) {
		found = true;
		break;
	}
}

// If the list was found, return the mesh with the same ID
if (found) {
	return triangleCache.get(ID);
}

// If the list was not found, create a mesh based on it and insert both
// into the caches.
else {
	sourceTriangleCache.put(ID, triangleSet);
	T mesh = createMesh(triangles);
	triangleCache.put(ID, mesh);
	return mesh;
}"/>
</eAnnotations>
<eGenericType eTypeParameter="#//MeshCache/T"/>
<eParameters name="triangles">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="#//Triangle"/>
</eGenericType>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RenderObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The object responsible for maintaining the base mesh which will be used to render an INode. This mesh, of type T that is native to the graphical engine, will be retrieved from the MeshCache based on the properties of the source INode."/>
</eAnnotations>
<eTypeParameters name="T"/>
<eOperations name="getMesh">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return render;"/>
</eAnnotations>
<eGenericType eTypeParameter="#//RenderObject/T"/>
</eOperations>
<eOperations name="registerOption">
<eParameters name="option" eType="#//DisplayOption"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="meshCache">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache from which the mesh will be pulled. It is intended that all RenderObjects in the same context should share the same meshCache."/>
</eAnnotations>
<eGenericType eClassifier="#//MeshCache">
<eTypeArguments/>
</eGenericType>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="render">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The rendered object which can be provided to the graphics engine in order for a shape to be drawn."/>
<details key="suppressedSetVisibility" value="true"/>
</eAnnotations>
<eGenericType eTypeParameter="#//RenderObject/T"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="#//INode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The wrapped source object whose data will be used to render a shape in the graphics engine."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The rendered objects corresponding to the souorce object's children."/>
</eAnnotations>
<eGenericType eClassifier="#//IRenderElement">
<eTypeArguments eTypeParameter="#//RenderObject/T"/>
</eGenericType>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="displayOptions" upperBound="-1"
containment="true">
<eGenericType eClassifier="#//DisplayOption">
<eTypeArguments/>
</eGenericType>
</eStructuralFeatures>
<eGenericSuperTypes eClassifier="#//IRenderElement">
<eTypeArguments eTypeParameter="#//RenderObject/T"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IRenderElement" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An element in the geometry which will be rendered inside the graphical engine. T is to be some data type native to the graphical engine."/>
</eAnnotations>
<eTypeParameters name="T"/>
<eOperations name="getMesh">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Get the rendered object."/>
</eAnnotations>
<eGenericType eTypeParameter="#//IRenderElement/T"/>
</eOperations>
<eOperations name="getBase" eType="#//INode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Get the source data object on whose properties the render is based. If the IRenderElement's direct source is another IRenderElement, the INode at the bottom of the sequence of IRenderElements will be returned."/>
</eAnnotations>
</eOperations>
<eOperations name="handleChildren">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Handle the source object's children by applying them to the mesh in accordance to the object's type. "/>
</eAnnotations>
<eParameters name="children">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="#//IRenderElement">
<eTypeArguments eTypeParameter="#//IRenderElement/T"/>
</eTypeArguments>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="getProperty" eType="#//Object">
<eParameters name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="setProperty">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set the given rendering property to the new value."/>
</eAnnotations>
<eParameters name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="value" eType="#//Object"/>
</eOperations>
<eOperations name="copy">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Makes this object into a deep copy of the source object, if it is an appropriate type."/>
</eAnnotations>
<eParameters name="source" eType="#//Object"/>
</eOperations>
<eOperations name="clone" eType="#//Object">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Make a new copy of this object."/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="INode" instanceClassName="org.eclipse.january.geometry.INode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a file path on the file system."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Triangle" instanceClassName="org.eclipse.january.geometry.Triangle"/>
<eClassifiers xsi:type="ecore:EDataType" name="Object" instanceTypeName="newDataType3"/>
<eClassifiers xsi:type="ecore:EClass" name="DisplayOption">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class contains additional optional rendering information that will be applied to the containing RenderObject's data. A DisplayOption will offer addional functionality beyond that provided by the RenderObject simply specifiyng the geometry for the shape."/>
</eAnnotations>
<eTypeParameters name="T"/>
<eOperations name="modify">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Apply this option's modifications to the given mesh."/>
</eAnnotations>
<eParameters name="element">
<eGenericType eTypeParameter="#//DisplayOption/T"/>
</eParameters>
</eOperations>
<eOperations name="getDefaultProperties">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eTypeArguments eClassifier="#//Object"/>
</eGenericType>
</eOperations>
<eOperations name="getDisplayOptionData" eType="#//IDisplayOptionData"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether the option is currently active. If false, the DisplayOption will not have any effect, the same as if it were not in the RenderObject's list of options. If true, it will apply its changes to the RenderObject's mesh."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optionGroup" 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 option group to which this DisplayOption belongs. The option group will determing the name under which the DisplayOption's controls will be published to users and will allow conceptually related options to share the same control."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent">
<eGenericType eClassifier="#//RenderObject">
<eTypeArguments/>
</eGenericType>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//DisplayOptionType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The type of control which best corresponds to this class's configuraiton options."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpacityOption">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An option that will allow the RenderObject to display with a non-default opacity. "/>
</eAnnotations>
<eTypeParameters name="T"/>
<eGenericSuperTypes eClassifier="#//DisplayOption">
<eTypeArguments eTypeParameter="#//OpacityOption/T"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScaleOption">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A DisplayOption which will control the size at which the object is displayed."/>
</eAnnotations>
<eTypeParameters name="T"/>
<eGenericSuperTypes eClassifier="#//DisplayOption">
<eTypeArguments eTypeParameter="#//ScaleOption/T"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WireframeOption">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An option which allows a mesh to be rendered as a wireframe."/>
</eAnnotations>
<eTypeParameters name="T"/>
<eGenericSuperTypes eClassifier="#//DisplayOption">
<eTypeArguments eTypeParameter="#//WireframeOption/T"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColorOption">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An option which will set the mesh's color. "/>
</eAnnotations>
<eTypeParameters name="T"/>
<eGenericSuperTypes eClassifier="#//DisplayOption">
<eTypeArguments eTypeParameter="#//ColorOption/T"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DisplayOptionType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The type of control which a DisplayOption will be associated with."/>
</eAnnotations>
<eLiterals name="COMBO" literal="COMBO"/>
<eLiterals name="DOUBLE_TEXT" value="1" literal="DOUBLE_TEXT"/>
<eLiterals name="INTEGER_TEXT" value="2" literal="INTEGER_TEXT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IDisplayOptionData" abstract="true"
interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This interface is for objects which contain information on the configuration data for a DisplayOption."/>
</eAnnotations>
<eOperations name="getDisplayOptionType" eType="#//DisplayOptionType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="displayOption">
<eGenericType eClassifier="#//DisplayOption">
<eTypeArguments/>
</eGenericType>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComboDisplayOptionData" eSuperTypes="#//IDisplayOptionData">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textToPropertyValuesMap"
transient="true">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eTypeArguments eClassifier="#//Object"/>
</eTypeArguments>
</eGenericType>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoubleTextDisplayOptionData" eSuperTypes="#//IDisplayOptionData">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyToValueMap" transient="true">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eTypeArguments eClassifier="#//Double"/>
</eGenericType>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyMinValues" transient="true">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eTypeArguments eClassifier="#//Double"/>
</eGenericType>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyMaxValues" transient="true">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eTypeArguments eClassifier="#//Double"/>
</eGenericType>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="java.lang.Double"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Integer"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerTextDisplayOptionData" eSuperTypes="#//IDisplayOptionData">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyToValueMap" transient="true">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eTypeArguments eClassifier="#//Integer"/>
</eGenericType>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyMinValues" transient="true">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eTypeArguments eClassifier="#//Integer"/>
</eGenericType>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyMaxValues" transient="true">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eTypeArguments eClassifier="#//Integer"/>
</eGenericType>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/>
</ecore:EPackage>
| github:ecore:/data/eclipse/eavp/org.eclipse.eavp.geometry.view.model/model/org.eclipse.eavp.geometry.view.model.ecore | ecore | model
MeshCache
T
getMesh
type
getMesh
triangles
RenderObject
T
getMesh
registerOption
option
meshCache
render
source
children
displayOptions
IRenderElement
T
getMesh
getBase
handleChildren
children
getProperty
property
setProperty
property
value
copy
source
clone
INode
org.eclipse.january.geometry.INode
org.eclipse.january.geometry.INode
Triangle
org.eclipse.january.geometry.Triangle
org.eclipse.january.geometry.Triangle
Object
java.lang.Object
newDataType3
DisplayOption
T
modify
element
getDefaultProperties
getDisplayOptionData
active
true
optionGroup
parent
type
OpacityOption
T
ScaleOption
T
WireframeOption
T
ColorOption
T
DisplayOptionType
COMBO
COMBO
DOUBLE_TEXT
DOUBLE_TEXT
INTEGER_TEXT
INTEGER_TEXT
IDisplayOptionData
getDisplayOptionType
displayOption
ComboDisplayOptionData
textToPropertyValuesMap
DoubleTextDisplayOptionData
propertyToValueMap
propertyMinValues
propertyMaxValues
Double
java.lang.Double
java.lang.Double
Integer
java.lang.Integer
java.lang.Integer
IntegerTextDisplayOptionData
propertyToValueMap
propertyMinValues
propertyMaxValues
Boolean
java.lang.Boolean
java.lang.Boolean | null | {"directed":true,"nodes":[{"nsPrefix":"eavp","nsURI":"http://www.eclipse.org/","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeshCache","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenderObject","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IRenderElement","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.january.geometry.INode","defaultValue":null,"instanceClassName":"org.eclipse.january.geometry.INode","name":"INode","instanceClass":null,"id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.january.geometry.Triangle","defaultValue":null,"instanceClassName":"org.eclipse.january.geometry.Triangle","name":"Triangle","instanceClass":null,"id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"newDataType3","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Object","instanceClass":"java.lang.Object","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisplayOption","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpacityOption","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScaleOption","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WireframeOption","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColorOption","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DisplayOptionType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IDisplayOptionData","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComboDisplayOptionData","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleTextDisplayOptionData","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"Double","instanceClass":"java.lang.Double","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerTextDisplayOptionData","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":19,"serializable":true,"eClass":"EDataType"},{"name":"T","id":20,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMesh","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMesh","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EParameter"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"triangles","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EParameter"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"name":"T","id":30,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMesh","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerOption","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meshCache","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":"render","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":"source","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":true,"unsettable":false,"transient":false,"unique":true,"name":"displayOptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"option","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EParameter"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"name":"T","id":51,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMesh","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBase","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"handleChildren","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProperty","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setProperty","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"copy","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"clone","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"children","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EParameter"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EParameter"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EParameter"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EParameter"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"name":"T","id":75,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modify","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDefaultProperties","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDisplayOptionData","lowerBound":0,"id":78,"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":"active","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optionGroup","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"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":82,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EParameter"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"name":"T","id":94,"eClass":"ETypeParameter"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"name":"T","id":97,"eClass":"ETypeParameter"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"name":"T","id":100,"eClass":"ETypeParameter"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"name":"T","id":103,"eClass":"ETypeParameter"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"name":"COMBO","id":106,"value":0,"literal":"COMBO","eClass":"EEnumLiteral"},{"name":"DOUBLE_TEXT","id":107,"value":1,"literal":"DOUBLE_TEXT","eClass":"EEnumLiteral"},{"name":"INTEGER_TEXT","id":108,"value":2,"literal":"INTEGER_TEXT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDisplayOptionType","lowerBound":0,"id":109,"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":"displayOption","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"textToPropertyValuesMap","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"propertyToValueMap","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"propertyMinValues","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"propertyMaxValues","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"propertyToValueMap","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":true,"unique":true,"name":"propertyMinValues","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":true,"unique":true,"name":"propertyMaxValues","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":21,"target":23},{"source":21,"target":1},{"source":21,"target":24},{"source":23,"target":20},{"source":24,"target":25},{"source":24,"target":21},{"source":22,"target":26},{"source":22,"target":1},{"source":22,"target":27},{"source":26,"target":20},{"source":27,"target":28},{"source":27,"target":22},{"source":28,"target":29},{"source":29,"target":5},{"source":2,"target":0},{"source":2,"target":30},{"source":2,"target":3},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":31,"target":39},{"source":31,"target":2},{"source":39,"target":30},{"source":32,"target":2},{"source":32,"target":40},{"source":40,"target":7},{"source":40,"target":41},{"source":40,"target":32},{"source":41,"target":7},{"source":33,"target":1},{"source":33,"target":42},{"source":33,"target":2},{"source":42,"target":43},{"source":42,"target":1},{"source":34,"target":44},{"source":34,"target":2},{"source":44,"target":30},{"source":35,"target":4},{"source":35,"target":45},{"source":35,"target":2},{"source":45,"target":4},{"source":36,"target":3},{"source":36,"target":46},{"source":36,"target":2},{"source":46,"target":47},{"source":46,"target":3},{"source":47,"target":30},{"source":37,"target":7},{"source":37,"target":48},{"source":37,"target":2},{"source":48,"target":49},{"source":48,"target":7},{"source":38,"target":50},{"source":38,"target":3},{"source":50,"target":30},{"source":3,"target":0},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":52,"target":59},{"source":52,"target":3},{"source":59,"target":51},{"source":53,"target":4},{"source":53,"target":60},{"source":53,"target":3},{"source":60,"target":4},{"source":54,"target":3},{"source":54,"target":61},{"source":61,"target":62},{"source":61,"target":54},{"source":62,"target":63},{"source":63,"target":64},{"source":63,"target":3},{"source":64,"target":51},{"source":55,"target":6},{"source":55,"target":65},{"source":55,"target":3},{"source":55,"target":66},{"source":65,"target":6},{"source":66,"target":67},{"source":66,"target":55},{"source":56,"target":3},{"source":56,"target":68},{"source":56,"target":69},{"source":68,"target":70},{"source":68,"target":56},{"source":69,"target":6},{"source":69,"target":71},{"source":69,"target":56},{"source":71,"target":6},{"source":57,"target":3},{"source":57,"target":72},{"source":72,"target":6},{"source":72,"target":73},{"source":72,"target":57},{"source":73,"target":6},{"source":58,"target":6},{"source":58,"target":74},{"source":58,"target":3},{"source":74,"target":6},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":75},{"source":7,"target":76},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":81},{"source":7,"target":82},{"source":76,"target":7},{"source":76,"target":83},{"source":83,"target":84},{"source":83,"target":76},{"source":84,"target":75},{"source":77,"target":85},{"source":77,"target":7},{"source":85,"target":86},{"source":85,"target":87},{"source":87,"target":6},{"source":78,"target":13},{"source":78,"target":88},{"source":78,"target":7},{"source":88,"target":13},{"source":79,"target":89},{"source":79,"target":7},{"source":80,"target":90},{"source":80,"target":7},{"source":81,"target":2},{"source":81,"target":91},{"source":81,"target":7},{"source":91,"target":92},{"source":91,"target":2},{"source":82,"target":12},{"source":82,"target":93},{"source":82,"target":7},{"source":93,"target":12},{"source":8,"target":0},{"source":8,"target":94},{"source":8,"target":7},{"source":8,"target":95},{"source":95,"target":96},{"source":95,"target":7},{"source":96,"target":94},{"source":9,"target":0},{"source":9,"target":97},{"source":9,"target":7},{"source":9,"target":98},{"source":98,"target":99},{"source":98,"target":7},{"source":99,"target":97},{"source":10,"target":0},{"source":10,"target":100},{"source":10,"target":7},{"source":10,"target":101},{"source":101,"target":102},{"source":101,"target":7},{"source":102,"target":100},{"source":11,"target":0},{"source":11,"target":103},{"source":11,"target":7},{"source":11,"target":104},{"source":104,"target":105},{"source":104,"target":7},{"source":105,"target":103},{"source":12,"target":0},{"source":12,"target":106},{"source":12,"target":107},{"source":12,"target":108},{"source":106,"target":12},{"source":107,"target":12},{"source":108,"target":12},{"source":13,"target":0},{"source":13,"target":109},{"source":13,"target":110},{"source":109,"target":12},{"source":109,"target":111},{"source":109,"target":13},{"source":111,"target":12},{"source":110,"target":7},{"source":110,"target":112},{"source":110,"target":13},{"source":112,"target":113},{"source":112,"target":7},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":114},{"source":14,"target":115},{"source":114,"target":116},{"source":114,"target":14},{"source":116,"target":117},{"source":116,"target":118},{"source":118,"target":119},{"source":118,"target":120},{"source":120,"target":6},{"source":115,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":121},{"source":15,"target":122},{"source":15,"target":123},{"source":15,"target":124},{"source":121,"target":125},{"source":121,"target":15},{"source":125,"target":126},{"source":125,"target":127},{"source":127,"target":16},{"source":122,"target":128},{"source":122,"target":15},{"source":128,"target":129},{"source":128,"target":130},{"source":130,"target":16},{"source":123,"target":131},{"source":123,"target":15},{"source":131,"target":132},{"source":131,"target":133},{"source":133,"target":16},{"source":124,"target":13},{"source":16,"target":0},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":134},{"source":18,"target":135},{"source":18,"target":136},{"source":18,"target":137},{"source":134,"target":138},{"source":134,"target":18},{"source":138,"target":139},{"source":138,"target":140},{"source":140,"target":17},{"source":135,"target":141},{"source":135,"target":18},{"source":141,"target":142},{"source":141,"target":143},{"source":143,"target":17},{"source":136,"target":144},{"source":136,"target":18},{"source":144,"target":145},{"source":144,"target":146},{"source":146,"target":17},{"source":137,"target":13},{"source":19,"target":0}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="finiteEnumerations" nsURI="http:///hlpn.finiteEnumerations.ecore"
nsPrefix="finiteEnumerations">
<eClassifiers xsi:type="ecore:EClass" name="FiniteEnumeration" eSuperTypes="terms.ecore#//BuiltInSort">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="finiteenumeration"/>
<details key="kind" value="son"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/methods/SORT">
<details key="signature" value="boolean equalSorts(Sort sort)"/>
<details key="body" value="boolean isEqual = false;
		if (this.eClass().getName().equalsIgnoreCase(sort.eClass().getName())) {
			if (this.getContainerNamedSort() != null
					&& sort.getContainerNamedSort() != null) {
				isEqual = this.getContainerNamedSort().getName()
						.equalsIgnoreCase(
								sort.getContainerNamedSort().getName());
			} else {
				if ("FiniteEnumeration".equalsIgnoreCase(this.eClass().getName())) {
					FiniteEnumeration myFE = (FiniteEnumeration) this;
					FiniteEnumeration thatFE = (FiniteEnumeration) sort;
					List<FEConstant> myConstants = myFE.getElements();
					List<FEConstant> thoseConstants = thatFE.getElements();
					int i = 0;
					int j = 0;
					
					for (; i < myConstants.size() && j < thoseConstants.size(); i++, j++) {
						if (myConstants
								.get(i)
								.getName()
								.equalsIgnoreCase(
										thoseConstants.get(j).getName())) {
							isEqual = true;
						} else {
							isEqual = false;
							break;
						}
					}
				}
			}
		}
		return isEqual;"/>
<details key="documentation" value="/**
 * Returns true if this sort and argument sort are actually 
 * semantically the same sort, even in two different objects.
 * Ex: two FiniteEnumerations or two Integers.
 * @return true if so. 
 * @param sort the sort to which we compare this one. 
 */"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//FEConstant" containment="true" eOpposite="#//FEConstant/sort">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FEConstant" eSuperTypes="terms.ecore#//OperatorDecl">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="feconstant"/>
<details key="kind" value="son"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sort" ordered="false" lowerBound="1"
eType="#//FiniteEnumeration" eOpposite="#//FiniteEnumeration/elements"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/lip6/pnmlframework/pnmlFw-Low_Level_API_Generation/model/high-level-net/finiteEnumerations.ecore | ecore | finiteEnumerations
FiniteEnumeration
elements
FEConstant
sort | null | {"directed":true,"nodes":[{"nsPrefix":"finiteEnumerations","nsURI":"http:///hlpn.finiteEnumerations.ecore","name":"finiteEnumerations","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FiniteEnumeration","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FEConstant","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"id":5,"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":"sort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":3,"target":2},{"source":3,"target":5},{"source":3,"target":1},{"source":3,"target":6},{"source":5,"target":2},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":7},{"source":6,"target":1},{"source":6,"target":8},{"source":6,"target":2},{"source":6,"target":3},{"source":8,"target":1}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="owl"
nsURI="http://www.w3.org/2002/07/owl" nsPrefix="OWL">
<eClassifiers xsi:type="ecore:EClass" name="Ontology" eSuperTypes="../../com.emf4sw.rdf/model/rdf.ecore#//DocumentGraph #//AnnotatedElement">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#Ontology"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//OWLClass" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="group" value="#nodes"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataProperties" upperBound="-1"
eType="#//DataProperty" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="group" value="#nodes"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="objectProperties" upperBound="-1"
eType="#//ObjectProperty" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="group" value="#nodes"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataRanges" upperBound="-1"
eType="#//DataRange" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="group" value="#nodes"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="classExpressions" upperBound="-1"
eType="#//ClassExpression" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="group" value="#nodes"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="owlDatatypes" upperBound="-1"
eType="#//OWLDatatype" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="group" value="#nodes"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotatedElement" abstract="true">
<eOperations name="addAnnotation">
<eParameters name="property" eType="#//AnnotationProperty"/>
<eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//Annotation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassExpression" abstract="true" eSuperTypes="../../com.emf4sw.rdf/model/rdf.ecore#//SubjectNode #//AnnotatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="keys" upperBound="-1" eType="#//OWLProperty"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subClassOf" upperBound="-1"
eType="#//ClassExpression" eOpposite="#//ClassExpression/superClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superClass" upperBound="-1"
eType="#//ClassExpression" eOpposite="#//ClassExpression/subClassOf"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="disjointClasses" upperBound="-1"
eType="#//ClassExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="equivalentClasses" upperBound="-1"
eType="#//ClassExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OWLClass" eSuperTypes="../../com.emf4sw.rdf/model/rdf.ecore#//Resource #//ClassExpression">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2000/01/rdf-schema#Class"/>
</eAnnotations>
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#Class"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectUnionOf" eSuperTypes="#//ClassExpression ../../com.emf4sw.rdf/model/rdf.ecore#//BlankNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="unionOf" upperBound="-1"
eType="#//ClassExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectIntersectionOf" eSuperTypes="#//ClassExpression ../../com.emf4sw.rdf/model/rdf.ecore#//BlankNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="intersectionOf" upperBound="-1"
eType="#//ClassExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectComplementOf" eSuperTypes="#//ClassExpression ../../com.emf4sw.rdf/model/rdf.ecore#//BlankNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="complementOf" upperBound="-1"
eType="#//ClassExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectOneOf" eSuperTypes="#//ClassExpression ../../com.emf4sw.rdf/model/rdf.ecore#//BlankNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="oneOf" upperBound="-1"
eType="ecore:EClass ../../com.emf4sw.rdf/model/rdf.ecore#//Resource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectPropertyRestriction" abstract="true"
eSuperTypes="#//ClassExpression ../../com.emf4sw.rdf/model/rdf.ecore#//BlankNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="property" eType="#//ObjectProperty">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#onProperty"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectSomeValuesFrom" eSuperTypes="#//ObjectPropertyRestriction">
<eStructuralFeatures xsi:type="ecore:EReference" name="someValuesFrom" eType="#//ClassExpression">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#someValuesFrom"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectAllValuesFrom" eSuperTypes="#//ObjectPropertyRestriction">
<eStructuralFeatures xsi:type="ecore:EReference" name="allValuesFrom" eType="#//ClassExpression">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#allValuesFrom"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectHasValue" eSuperTypes="#//ObjectPropertyRestriction">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasValue" eType="ecore:EClass ../../com.emf4sw.rdf/model/rdf.ecore#//Resource">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#hasValue"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectHasSelf" eSuperTypes="#//ObjectPropertyRestriction"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectExactCardinality" eSuperTypes="#//ObjectPropertyRestriction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#cardinality"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="onClass" eType="#//ClassExpression">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#onClass"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectMaxCardinality" eSuperTypes="#//ObjectPropertyRestriction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#maxCardinality"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="onClass" eType="#//ClassExpression">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#onClass"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectMinCardinality" eSuperTypes="#//ObjectPropertyRestriction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#minCardinality"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="onClass" eType="#//ClassExpression">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#onClass"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataPropertyRestriction" abstract="true"
eSuperTypes="#//ClassExpression ../../com.emf4sw.rdf/model/rdf.ecore#//BlankNode"/>
<eClassifiers xsi:type="ecore:EClass" name="DataSomeValuesFrom" eSuperTypes="#//DataPropertyRestriction">
<eStructuralFeatures xsi:type="ecore:EReference" name="someValuesFrom" eType="#//DataRange">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#someValuesFrom"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//DataProperty">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#onProperty"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataAllValuesFrom" eSuperTypes="#//DataPropertyRestriction">
<eStructuralFeatures xsi:type="ecore:EReference" name="allValuesFrom" eType="#//DataRange">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#allValuesFrom"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//DataProperty">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#onProperty"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataHasValue" eSuperTypes="#//DataPropertyRestriction">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasValue" eType="ecore:EClass ../../com.emf4sw.rdf/model/rdf.ecore#//Literal">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#hasValue"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" eType="#//DataProperty">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#onProperty"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataExactCardinality" eSuperTypes="#//DataPropertyRestriction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#cardinality"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataRange" eType="#//DataRange">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#onDataRange"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" eType="#//DataProperty">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#onProperty"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataMaxCardinality" eSuperTypes="#//DataPropertyRestriction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#maxCardinality"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataRange" eType="#//DataRange">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#onDataRange"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" eType="#//DataProperty">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#onProperty"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataMinCardinality" eSuperTypes="#//DataPropertyRestriction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#minCardinality"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataRange" eType="#//DataRange">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#onDataRange"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" eType="#//DataProperty">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#onProperty"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OWLProperty" abstract="true" eSuperTypes="../../com.emf4sw.rdf/model/rdf.ecore#//Resource #//AnnotatedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ClassProperty" abstract="true" eSuperTypes="#//OWLProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isFunctional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="domain" upperBound="-1"
eType="#//ClassExpression">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2000/01/rdf-schema#domain"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataProperty" eSuperTypes="#//ClassProperty">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="range" upperBound="-1"
eType="#//DataRange">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2000/01/rdf-schema#range"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="equivalentProperties" upperBound="-1"
eType="#//DataProperty"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subPropertyOf" upperBound="-1"
eType="#//DataProperty"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="disjointProperties" upperBound="-1"
eType="#//DataProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectProperty" eSuperTypes="#//ClassProperty">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isInverseFunctional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSymmetric" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAsymmetric" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isTransitive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isReflexive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isIrreflexive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inverseOf" upperBound="-1"
eType="#//ObjectProperty"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="range" upperBound="-1"
eType="#//ClassExpression">
<eAnnotations source="emf4sw.OWLClass">
<details key="uri" value="http://www.w3.org/2000/01/rdf-schema#range"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="equivalentProperties" upperBound="-1"
eType="#//ObjectProperty"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subPropertyOf" upperBound="-1"
eType="#//ObjectProperty"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="disjointProperties" upperBound="-1"
eType="#//ObjectProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectPropertyChain" eSuperTypes="#//ObjectProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//ObjectProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationProperty" eSuperTypes="#//OWLProperty"/>
<eClassifiers xsi:type="ecore:EClass" name="DataRange" abstract="true" eSuperTypes="../../com.emf4sw.rdf/model/rdf.ecore#//SubjectNode #//AnnotatedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OWLDatatype" eSuperTypes="../../com.emf4sw.rdf/model/rdf.ecore#//Datatype #//DataRange"/>
<eClassifiers xsi:type="ecore:EClass" name="DataComplementOf" eSuperTypes="#//DataRange">
<eStructuralFeatures xsi:type="ecore:EReference" name="dataRange" eType="#//DataRange"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataUnionOf" eSuperTypes="#//DataRange">
<eStructuralFeatures xsi:type="ecore:EReference" name="dataRanges" upperBound="-1"
eType="#//DataRange"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataIntersectionOf" eSuperTypes="#//DataRange">
<eStructuralFeatures xsi:type="ecore:EReference" name="dataRanges" upperBound="-1"
eType="#//DataRange"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataOneOf" eSuperTypes="#//DataRange">
<eStructuralFeatures xsi:type="ecore:EReference" name="oneOf" upperBound="-1"
eType="ecore:EClass ../../com.emf4sw.rdf/model/rdf.ecore#//Literal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DatatypeRestriction" eSuperTypes="#//DataRange">
<eStructuralFeatures xsi:type="ecore:EReference" name="datatype" eType="#//DataRange"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="restrictions" upperBound="-1"
eType="#//FacetRestriction" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DatatypeDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="dataRange" lowerBound="1"
eType="#//DataRange"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="datatype" lowerBound="1"
eType="#//OWLDatatype"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FacetRestriction">
<eStructuralFeatures xsi:type="ecore:EReference" name="datatype" eType="#//DataRange"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass ../../com.emf4sw.rdf/model/rdf.ecore#//Literal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//AnnotatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="property" eType="#//AnnotationProperty"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass ../../com.emf4sw.rdf/model/rdf.ecore#//Literal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Individual" eSuperTypes="../../com.emf4sw.rdf/model/rdf.ecore#//Resource">
<eOperations name="getClasses" upperBound="-1" eType="#//ClassExpression"/>
<eOperations name="addObjectValue">
<eParameters name="property" eType="#//ObjectProperty"/>
<eParameters name="value" eType="#//Individual"/>
</eOperations>
<eOperations name="addObjectValues">
<eParameters name="property" eType="#//ObjectProperty"/>
<eParameters name="values" upperBound="-1" eType="#//Individual"/>
</eOperations>
<eOperations name="addDataValue">
<eParameters name="property" eType="#//DataProperty"/>
<eParameters name="value" eType="ecore:EClass ../../com.emf4sw.rdf/model/rdf.ecore#//Literal"/>
</eOperations>
<eOperations name="addDataValues">
<eParameters name="property" eType="#//DataProperty"/>
<eParameters name="values" upperBound="-1" eType="ecore:EClass ../../com.emf4sw.rdf/model/rdf.ecore#//Literal"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="sameAs" upperBound="-1"
eType="#//Individual"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="differentFrom" upperBound="-1"
eType="#//Individual"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/srirammails/emftriple/tags/0.7/plugins/com.emf4sw.owl/model/owl2.ecore | ecore | owl
Ontology
classes
dataProperties
objectProperties
dataRanges
classExpressions
owlDatatypes
AnnotatedElement
addAnnotation
property
value
annotations
ClassExpression
keys
subClassOf
superClass
disjointClasses
equivalentClasses
OWLClass
ObjectUnionOf
unionOf
ObjectIntersectionOf
intersectionOf
ObjectComplementOf
complementOf
ObjectOneOf
oneOf
ObjectPropertyRestriction
property
ObjectSomeValuesFrom
someValuesFrom
ObjectAllValuesFrom
allValuesFrom
ObjectHasValue
hasValue
ObjectHasSelf
ObjectExactCardinality
cardinality
onClass
ObjectMaxCardinality
cardinality
onClass
ObjectMinCardinality
cardinality
onClass
DataPropertyRestriction
DataSomeValuesFrom
someValuesFrom
properties
DataAllValuesFrom
allValuesFrom
properties
DataHasValue
hasValue
property
DataExactCardinality
cardinality
dataRange
property
DataMaxCardinality
cardinality
dataRange
property
DataMinCardinality
cardinality
dataRange
property
OWLProperty
ClassProperty
isFunctional
domain
DataProperty
range
equivalentProperties
subPropertyOf
disjointProperties
ObjectProperty
isInverseFunctional
isSymmetric
isAsymmetric
isTransitive
isReflexive
isIrreflexive
inverseOf
range
equivalentProperties
subPropertyOf
disjointProperties
ObjectPropertyChain
properties
AnnotationProperty
DataRange
OWLDatatype
DataComplementOf
dataRange
DataUnionOf
dataRanges
DataIntersectionOf
dataRanges
DataOneOf
oneOf
DatatypeRestriction
datatype
restrictions
DatatypeDefinition
dataRange
datatype
FacetRestriction
datatype
value
Annotation
property
value
Individual
getClasses
addObjectValue
property
value
addObjectValues
property
values
addDataValue
property
value
addDataValues
property
values
sameAs
differentFrom | null | {"directed":true,"nodes":[{"nsPrefix":"OWL","nsURI":"http://www.w3.org/2002/07/owl","name":"owl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ontology","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotatedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassExpression","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OWLClass","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectUnionOf","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectIntersectionOf","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectComplementOf","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectOneOf","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectPropertyRestriction","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectSomeValuesFrom","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectAllValuesFrom","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectHasValue","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectHasSelf","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectExactCardinality","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectMaxCardinality","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectMinCardinality","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataPropertyRestriction","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSomeValuesFrom","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataAllValuesFrom","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataHasValue","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataExactCardinality","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataMaxCardinality","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataMinCardinality","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OWLProperty","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassProperty","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataProperty","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectProperty","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectPropertyChain","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationProperty","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataRange","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OWLDatatype","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataComplementOf","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataUnionOf","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataIntersectionOf","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataOneOf","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeRestriction","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeDefinition","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FacetRestriction","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Individual","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"classes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":41,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"dataProperties","changeable":true,"resolveProxies":false,"lowerBound":0,"id":42,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"objectProperties","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"dataRanges","changeable":true,"resolveProxies":false,"lowerBound":0,"id":44,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"classExpressions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":45,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"owlDatatypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":46,"derived":true},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addAnnotation","lowerBound":0,"id":55,"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":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EParameter"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"keys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subClassOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"disjointClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"equivalentClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unionOf","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":"intersectionOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"complementOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oneOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"someValuesFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"allValuesFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"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":"cardinality","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"onClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"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":"cardinality","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"onClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"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":"cardinality","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"onClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"someValuesFrom","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":false,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"allValuesFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"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":"cardinality","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataRange","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"property","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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cardinality","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataRange","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cardinality","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataRange","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isFunctional","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"equivalentProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subPropertyOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"disjointProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInverseFunctional","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":"isSymmetric","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":"isAsymmetric","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":"isTransitive","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isReflexive","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":"isIrreflexive","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inverseOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"equivalentProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subPropertyOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"disjointProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataRange","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataRanges","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"dataRanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oneOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"datatype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"restrictions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataRange","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"datatype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"datatype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getClasses","lowerBound":0,"id":236,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addObjectValue","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addObjectValues","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addDataValue","lowerBound":0,"id":239,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addDataValues","lowerBound":0,"id":240,"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":"sameAs","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":false,"unsettable":false,"transient":false,"unique":true,"name":"differentFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":245,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","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":"property","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"values","lowerBound":0,"id":250,"many":true,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","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":"property","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"values","lowerBound":0,"id":258,"many":true,"required":false,"eClass":"EParameter"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":1,"target":0},{"source":1,"target":2},{"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":41,"target":4},{"source":41,"target":49},{"source":41,"target":1},{"source":49,"target":4},{"source":42,"target":26},{"source":42,"target":50},{"source":42,"target":1},{"source":50,"target":26},{"source":43,"target":27},{"source":43,"target":51},{"source":43,"target":1},{"source":51,"target":27},{"source":44,"target":30},{"source":44,"target":52},{"source":44,"target":1},{"source":52,"target":30},{"source":45,"target":3},{"source":45,"target":53},{"source":45,"target":1},{"source":53,"target":3},{"source":46,"target":31},{"source":46,"target":54},{"source":46,"target":1},{"source":54,"target":31},{"source":48,"target":2},{"source":2,"target":0},{"source":2,"target":55},{"source":2,"target":56},{"source":55,"target":2},{"source":55,"target":57},{"source":55,"target":58},{"source":57,"target":29},{"source":57,"target":59},{"source":57,"target":55},{"source":59,"target":29},{"source":58,"target":60},{"source":58,"target":55},{"source":56,"target":39},{"source":56,"target":61},{"source":56,"target":2},{"source":61,"target":39},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":62},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":65},{"source":3,"target":66},{"source":3,"target":67},{"source":3,"target":68},{"source":62,"target":24},{"source":62,"target":69},{"source":62,"target":3},{"source":69,"target":24},{"source":63,"target":3},{"source":63,"target":70},{"source":63,"target":3},{"source":63,"target":64},{"source":70,"target":3},{"source":64,"target":3},{"source":64,"target":71},{"source":64,"target":3},{"source":64,"target":63},{"source":71,"target":3},{"source":65,"target":3},{"source":65,"target":72},{"source":65,"target":3},{"source":72,"target":3},{"source":66,"target":3},{"source":66,"target":73},{"source":66,"target":3},{"source":73,"target":3},{"source":68,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":74},{"source":4,"target":75},{"source":75,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":76,"target":3},{"source":76,"target":79},{"source":76,"target":5},{"source":79,"target":3},{"source":77,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":80},{"source":6,"target":81},{"source":6,"target":82},{"source":80,"target":3},{"source":80,"target":83},{"source":80,"target":6},{"source":83,"target":3},{"source":81,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":84},{"source":7,"target":85},{"source":7,"target":86},{"source":84,"target":3},{"source":84,"target":87},{"source":84,"target":7},{"source":87,"target":3},{"source":85,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":88},{"source":8,"target":89},{"source":8,"target":90},{"source":88,"target":91},{"source":88,"target":8},{"source":89,"target":3},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":92},{"source":9,"target":93},{"source":9,"target":94},{"source":92,"target":27},{"source":92,"target":95},{"source":92,"target":9},{"source":95,"target":27},{"source":93,"target":3},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":96},{"source":10,"target":97},{"source":96,"target":3},{"source":96,"target":98},{"source":96,"target":10},{"source":98,"target":3},{"source":97,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":99},{"source":11,"target":100},{"source":99,"target":3},{"source":99,"target":101},{"source":99,"target":11},{"source":101,"target":3},{"source":100,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":102},{"source":12,"target":103},{"source":102,"target":104},{"source":102,"target":12},{"source":103,"target":9},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":105},{"source":105,"target":9},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":106},{"source":14,"target":107},{"source":14,"target":108},{"source":106,"target":109},{"source":106,"target":14},{"source":107,"target":3},{"source":107,"target":110},{"source":107,"target":14},{"source":110,"target":3},{"source":108,"target":9},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":111},{"source":15,"target":112},{"source":15,"target":113},{"source":111,"target":114},{"source":111,"target":15},{"source":112,"target":3},{"source":112,"target":115},{"source":112,"target":15},{"source":115,"target":3},{"source":113,"target":9},{"source":16,"target":0},{"source":16,"target":9},{"source":16,"target":116},{"source":16,"target":117},{"source":16,"target":118},{"source":116,"target":119},{"source":116,"target":16},{"source":117,"target":3},{"source":117,"target":120},{"source":117,"target":16},{"source":120,"target":3},{"source":118,"target":9},{"source":17,"target":0},{"source":17,"target":3},{"source":17,"target":121},{"source":17,"target":122},{"source":121,"target":3},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":123},{"source":18,"target":124},{"source":18,"target":125},{"source":123,"target":30},{"source":123,"target":126},{"source":123,"target":18},{"source":126,"target":30},{"source":124,"target":26},{"source":124,"target":127},{"source":124,"target":18},{"source":127,"target":26},{"source":125,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":128},{"source":19,"target":129},{"source":19,"target":130},{"source":128,"target":30},{"source":128,"target":131},{"source":128,"target":19},{"source":131,"target":30},{"source":129,"target":26},{"source":129,"target":132},{"source":129,"target":19},{"source":132,"target":26},{"source":130,"target":17},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":133},{"source":20,"target":134},{"source":20,"target":135},{"source":133,"target":136},{"source":133,"target":20},{"source":134,"target":26},{"source":134,"target":137},{"source":134,"target":20},{"source":137,"target":26},{"source":135,"target":17},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":138},{"source":21,"target":139},{"source":21,"target":140},{"source":21,"target":141},{"source":138,"target":142},{"source":138,"target":21},{"source":139,"target":30},{"source":139,"target":143},{"source":139,"target":21},{"source":143,"target":30},{"source":140,"target":26},{"source":140,"target":144},{"source":140,"target":21},{"source":144,"target":26},{"source":141,"target":17},{"source":22,"target":0},{"source":22,"target":17},{"source":22,"target":145},{"source":22,"target":146},{"source":22,"target":147},{"source":22,"target":148},{"source":145,"target":149},{"source":145,"target":22},{"source":146,"target":30},{"source":146,"target":150},{"source":146,"target":22},{"source":150,"target":30},{"source":147,"target":26},{"source":147,"target":151},{"source":147,"target":22},{"source":151,"target":26},{"source":148,"target":17},{"source":23,"target":0},{"source":23,"target":17},{"source":23,"target":152},{"source":23,"target":153},{"source":23,"target":154},{"source":23,"target":155},{"source":152,"target":156},{"source":152,"target":23},{"source":153,"target":30},{"source":153,"target":157},{"source":153,"target":23},{"source":157,"target":30},{"source":154,"target":26},{"source":154,"target":158},{"source":154,"target":23},{"source":158,"target":26},{"source":155,"target":17},{"source":24,"target":0},{"source":24,"target":2},{"source":24,"target":159},{"source":24,"target":160},{"source":160,"target":2},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":161},{"source":25,"target":162},{"source":25,"target":163},{"source":161,"target":164},{"source":161,"target":25},{"source":162,"target":3},{"source":162,"target":165},{"source":162,"target":25},{"source":165,"target":3},{"source":163,"target":24},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":166},{"source":26,"target":167},{"source":26,"target":168},{"source":26,"target":169},{"source":26,"target":170},{"source":166,"target":30},{"source":166,"target":171},{"source":166,"target":26},{"source":171,"target":30},{"source":167,"target":26},{"source":167,"target":172},{"source":167,"target":26},{"source":172,"target":26},{"source":168,"target":26},{"source":168,"target":173},{"source":168,"target":26},{"source":173,"target":26},{"source":169,"target":26},{"source":169,"target":174},{"source":169,"target":26},{"source":174,"target":26},{"source":170,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":175},{"source":27,"target":176},{"source":27,"target":177},{"source":27,"target":178},{"source":27,"target":179},{"source":27,"target":180},{"source":27,"target":181},{"source":27,"target":182},{"source":27,"target":183},{"source":27,"target":184},{"source":27,"target":185},{"source":27,"target":186},{"source":175,"target":187},{"source":175,"target":27},{"source":176,"target":188},{"source":176,"target":27},{"source":177,"target":189},{"source":177,"target":27},{"source":178,"target":190},{"source":178,"target":27},{"source":179,"target":191},{"source":179,"target":27},{"source":180,"target":192},{"source":180,"target":27},{"source":181,"target":27},{"source":181,"target":193},{"source":181,"target":27},{"source":193,"target":27},{"source":182,"target":3},{"source":182,"target":194},{"source":182,"target":27},{"source":194,"target":3},{"source":183,"target":27},{"source":183,"target":195},{"source":183,"target":27},{"source":195,"target":27},{"source":184,"target":27},{"source":184,"target":196},{"source":184,"target":27},{"source":196,"target":27},{"source":185,"target":27},{"source":185,"target":197},{"source":185,"target":27},{"source":197,"target":27},{"source":186,"target":25},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":198},{"source":28,"target":199},{"source":198,"target":27},{"source":198,"target":200},{"source":198,"target":28},{"source":200,"target":27},{"source":199,"target":27},{"source":29,"target":0},{"source":29,"target":24},{"source":29,"target":201},{"source":201,"target":24},{"source":30,"target":0},{"source":30,"target":2},{"source":30,"target":202},{"source":30,"target":203},{"source":203,"target":2},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":204},{"source":31,"target":205},{"source":205,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":206},{"source":32,"target":207},{"source":206,"target":30},{"source":206,"target":208},{"source":206,"target":32},{"source":208,"target":30},{"source":207,"target":30},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":209},{"source":33,"target":210},{"source":209,"target":30},{"source":209,"target":211},{"source":209,"target":33},{"source":211,"target":30},{"source":210,"target":30},{"source":34,"target":0},{"source":34,"target":30},{"source":34,"target":212},{"source":34,"target":213},{"source":212,"target":30},{"source":212,"target":214},{"source":212,"target":34},{"source":214,"target":30},{"source":213,"target":30},{"source":35,"target":0},{"source":35,"target":30},{"source":35,"target":215},{"source":35,"target":216},{"source":215,"target":217},{"source":215,"target":35},{"source":216,"target":30},{"source":36,"target":0},{"source":36,"target":30},{"source":36,"target":218},{"source":36,"target":219},{"source":36,"target":220},{"source":218,"target":30},{"source":218,"target":221},{"source":218,"target":36},{"source":221,"target":30},{"source":219,"target":38},{"source":219,"target":222},{"source":219,"target":36},{"source":222,"target":38},{"source":220,"target":30},{"source":37,"target":0},{"source":37,"target":223},{"source":37,"target":224},{"source":223,"target":30},{"source":223,"target":225},{"source":223,"target":37},{"source":225,"target":30},{"source":224,"target":31},{"source":224,"target":226},{"source":224,"target":37},{"source":226,"target":31},{"source":38,"target":0},{"source":38,"target":227},{"source":38,"target":228},{"source":227,"target":30},{"source":227,"target":229},{"source":227,"target":38},{"source":229,"target":30},{"source":228,"target":230},{"source":228,"target":38},{"source":39,"target":0},{"source":39,"target":2},{"source":39,"target":231},{"source":39,"target":232},{"source":39,"target":233},{"source":231,"target":29},{"source":231,"target":234},{"source":231,"target":39},{"source":234,"target":29},{"source":232,"target":235},{"source":232,"target":39},{"source":233,"target":2},{"source":40,"target":0},{"source":40,"target":236},{"source":40,"target":237},{"source":40,"target":238},{"source":40,"target":239},{"source":40,"target":240},{"source":40,"target":241},{"source":40,"target":242},{"source":40,"target":243},{"source":236,"target":3},{"source":236,"target":244},{"source":236,"target":40},{"source":244,"target":3},{"source":237,"target":40},{"source":237,"target":245},{"source":237,"target":246},{"source":245,"target":27},{"source":245,"target":247},{"source":245,"target":237},{"source":247,"target":27},{"source":246,"target":40},{"source":246,"target":248},{"source":246,"target":237},{"source":248,"target":40},{"source":238,"target":40},{"source":238,"target":249},{"source":238,"target":250},{"source":249,"target":27},{"source":249,"target":251},{"source":249,"target":238},{"source":251,"target":27},{"source":250,"target":40},{"source":250,"target":252},{"source":250,"target":238},{"source":252,"target":40},{"source":239,"target":40},{"source":239,"target":253},{"source":239,"target":254},{"source":253,"target":26},{"source":253,"target":255},{"source":253,"target":239},{"source":255,"target":26},{"source":254,"target":256},{"source":254,"target":239},{"source":240,"target":40},{"source":240,"target":257},{"source":240,"target":258},{"source":257,"target":26},{"source":257,"target":259},{"source":257,"target":240},{"source":259,"target":26},{"source":258,"target":260},{"source":258,"target":240},{"source":241,"target":40},{"source":241,"target":261},{"source":241,"target":40},{"source":261,"target":40},{"source":242,"target":40},{"source":242,"target":262},{"source":242,"target":40},{"source":262,"target":40}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="oOTPrimitives"
nsURI="http://www.postfinance.ch/zvis/dsl/OOTPrimitives" nsPrefix="oOTPrimitives">
<eClassifiers xsi:type="ecore:EClass" name="PrimPkgModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toolVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceToolDbName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="packageDescription" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//PackageDescription"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codeDirectorySpec" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="templateFile" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//TemplateFile"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="absTypeFilespec" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptionText" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//Text"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concreteTypeDescs" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//ConcreteTypeDescList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateFile">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="directorySpec" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConcreteTypeDescList">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//ConcreteTypeDesc"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConcreteTypeDesc">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="adaId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptionText" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//Text"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constructedImpl" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//ConstructedImpl"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstructedImpl">
<eStructuralFeatures xsi:type="ecore:EReference" name="cnstrInvocation" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//CnstrInvocation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="literals" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//LiteralList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="excludedOps" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//ExcludedOpList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concreteOpSpecs" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//ConcreteOpSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concreteAdaImpl" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//ConcreteAdaImpl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeCodeGenerationFlags"
upperBound="-1" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//TypeCodeGenerationFlagList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="overrideAdaImpls" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//OverrideAdaImplList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concreteAdaBodies" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//ConcreteAdaBodyList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConcreteAdaImpl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="adaRepKind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageAdaId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CnstrInvocation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstractTypeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constructorName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cnstrActuals" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//CnStrActualList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CnStrActualList">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//CnStrActual"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CnStrActual">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="formalName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EEnum platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//CnStrActualType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CnStrActualValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CnStrActualKeyword">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keywordName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CnStrActualTypeValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeValueName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="packageRef" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//PackageRef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageRef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageAdaId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceToolDbName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primCodeGenRef" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//PrimCodeGenRef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimCodeGenRef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="directorySpec" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageRelFilespec" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OverrideAdaImplList">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//OverrideAdaImpl"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OverrideAdaImpl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="adaOpBody" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//AdaOpBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AdaOpBody">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="external" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bodyText" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//Text"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LiteralList">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//Literal"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enumLiteralId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="representationInteger"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConcreteAdaBodyList">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//ConcreteAdaBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConcreteAdaBody">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="adaOpBody" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//AdaOpBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConcreteOpSpec">
<eStructuralFeatures xsi:type="ecore:EReference" name="opSpecs" upperBound="-1"
eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//OpSpec"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codeNameTextLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="procedureSpec" upperBound="-1"
eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//ProcedureSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionSpec" upperBound="-1"
eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//FunctionSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constantSpec" upperBound="-1"
eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//ConstantSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptionText" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//Text"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="formals" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//FunctionSpecFormalList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnCtype" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//CType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionSpecFormalList">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//FunctionSpecFormal"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionSpecFormal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="adaID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cType" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//CType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultTextLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcedureSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="adaID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="formals" upperBound="-1"
eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//ProcedureSpecFormal"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcedureSpecFormal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="adaID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cType" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//CType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="ecore:EEnum platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//Mode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="adaID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cType" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//CType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="self" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="externalAdaName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ctypeStandardType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeCodeGenerationFlagList">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//TypeCodeGenerationFlag"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeCodeGenerationFlag">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeCodeGenerationFlag"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExcludedOpList">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootprimitives/src-gen/ch/postfinance/zvis/dsl/OOTPrimitives.ecore#//ExcludedOp"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExcludedOp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Mode">
<eLiterals name="IN" literal="'in"/>
<eLiterals name="OUT" value="1" literal="'out"/>
<eLiterals name="INOUT" value="2" literal="'in-out"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CnStrActualType">
<eLiterals name="VALUE" literal="'value"/>
<eLiterals name="KEYWORD" value="1" literal="'keyword"/>
<eLiterals name="TYPE_VALUE" value="2" literal="'type-value"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Text">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/OOTPrimitives.ecore | ecore | oOTPrimitives
PrimPkgModel
toolVersion
sourceToolDbName
packageDescription
PackageDescription
name
codeDirectorySpec
templateFile
absTypeFilespec
descriptionText
concreteTypeDescs
TemplateFile
directorySpec
fileType
ConcreteTypeDescList
elements
ConcreteTypeDesc
adaId
descriptionText
constructedImpl
ConstructedImpl
cnstrInvocation
literals
excludedOps
concreteOpSpecs
concreteAdaImpl
typeCodeGenerationFlags
overrideAdaImpls
concreteAdaBodies
ConcreteAdaImpl
adaRepKind
packageAdaId
CnstrInvocation
abstractTypeName
constructorName
cnstrActuals
CnStrActualList
elements
CnStrActual
formalName
type
value
CnStrActualValue
text
CnStrActualKeyword
keywordName
CnStrActualTypeValue
typeValueName
packageRef
PackageRef
packageAdaId
sourceToolDbName
primCodeGenRef
PrimCodeGenRef
directorySpec
packageRelFilespec
OverrideAdaImplList
elements
OverrideAdaImpl
operationId
adaOpBody
AdaOpBody
external
bodyText
LiteralList
elements
Literal
enumLiteralId
representationInteger
ConcreteAdaBodyList
elements
ConcreteAdaBody
operationId
adaOpBody
ConcreteOpSpec
opSpecs
OpSpec
codeNameTextLine
procedureSpec
functionSpec
constantSpec
descriptionText
FunctionSpec
operationID
formals
returnCtype
FunctionSpecFormalList
elements
FunctionSpecFormal
adaID
cType
defaultTextLine
ProcedureSpec
adaID
formals
ProcedureSpecFormal
adaID
cType
mode
ConstantSpec
adaID
cType
CType
self
externalAdaName
ctypeStandardType
TypeCodeGenerationFlagList
elements
TypeCodeGenerationFlag
typeCodeGenerationFlag
ExcludedOpList
elements
ExcludedOp
opName
Mode
IN
'in
OUT
'out
INOUT
'in-out
CnStrActualType
VALUE
'value
KEYWORD
'keyword
TYPE_VALUE
'type-value
Text
text | null | {"directed":true,"nodes":[{"nsPrefix":"oOTPrimitives","nsURI":"http://www.postfinance.ch/zvis/dsl/OOTPrimitives","name":"oOTPrimitives","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimPkgModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDescription","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateFile","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteTypeDescList","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteTypeDesc","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructedImpl","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteAdaImpl","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CnstrInvocation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CnStrActualList","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CnStrActual","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CnStrActualValue","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CnStrActualKeyword","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CnStrActualTypeValue","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageRef","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimCodeGenRef","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OverrideAdaImplList","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OverrideAdaImpl","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdaOpBody","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralList","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteAdaBodyList","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteAdaBody","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteOpSpec","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpSpec","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionSpec","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionSpecFormalList","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionSpecFormal","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcedureSpec","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcedureSpecFormal","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantSpec","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CType","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeCodeGenerationFlagList","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeCodeGenerationFlag","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExcludedOpList","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExcludedOp","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Mode","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CnStrActualType","instanceClass":null,"id":37,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":38,"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":"toolVersion","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceToolDbName","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codeDirectorySpec","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateFile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"absTypeFilespec","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptionText","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concreteTypeDescs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"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":"directorySpec","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileType","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"adaId","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptionText","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constructedImpl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cnstrInvocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"excludedOps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concreteOpSpecs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concreteAdaImpl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCodeGenerationFlags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"overrideAdaImpls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concreteAdaBodies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"adaRepKind","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packageAdaId","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstractTypeName","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constructorName","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":"cnstrActuals","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formalName","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keywordName","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeValueName","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packageAdaId","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceToolDbName","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primCodeGenRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"directorySpec","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packageRelFilespec","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operationId","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":"adaOpBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"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":"external","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyText","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"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":"enumLiteralId","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"representationInteger","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"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":"operationId","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":true,"unsettable":false,"transient":false,"unique":true,"name":"adaOpBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"opSpecs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codeNameTextLine","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"procedureSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constantSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptionText","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operationID","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formals","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":"returnCtype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"adaID","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultTextLine","changeable":true,"lowerBound":0,"iD":false,"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":"adaID","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"adaID","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":"cType","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":"mode","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"adaID","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"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":"self","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":"externalAdaName","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ctypeStandardType","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeCodeGenerationFlag","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"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":"elements","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":"opName","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"name":"IN","id":197,"value":0,"literal":"'in","eClass":"EEnumLiteral"},{"name":"OUT","id":198,"value":1,"literal":"'out","eClass":"EEnumLiteral"},{"name":"INOUT","id":199,"value":2,"literal":"'in-out","eClass":"EEnumLiteral"},{"name":"VALUE","id":200,"value":0,"literal":"'value","eClass":"EEnumLiteral"},{"name":"KEYWORD","id":201,"value":1,"literal":"'keyword","eClass":"EEnumLiteral"},{"name":"TYPE_VALUE","id":202,"value":2,"literal":"'type-value","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":"text","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":1,"target":0},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":39,"target":42},{"source":39,"target":1},{"source":40,"target":43},{"source":40,"target":1},{"source":41,"target":44},{"source":41,"target":1},{"source":2,"target":0},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":45,"target":51},{"source":45,"target":2},{"source":46,"target":52},{"source":46,"target":2},{"source":47,"target":53},{"source":47,"target":2},{"source":48,"target":54},{"source":48,"target":2},{"source":49,"target":55},{"source":49,"target":2},{"source":50,"target":56},{"source":50,"target":2},{"source":3,"target":0},{"source":3,"target":57},{"source":3,"target":58},{"source":57,"target":59},{"source":57,"target":3},{"source":58,"target":60},{"source":58,"target":3},{"source":4,"target":0},{"source":4,"target":61},{"source":61,"target":62},{"source":61,"target":4},{"source":5,"target":0},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":63,"target":66},{"source":63,"target":5},{"source":64,"target":67},{"source":64,"target":5},{"source":65,"target":68},{"source":65,"target":5},{"source":6,"target":0},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":69,"target":77},{"source":69,"target":6},{"source":70,"target":78},{"source":70,"target":6},{"source":71,"target":79},{"source":71,"target":6},{"source":72,"target":80},{"source":72,"target":6},{"source":73,"target":81},{"source":73,"target":6},{"source":74,"target":82},{"source":74,"target":6},{"source":75,"target":83},{"source":75,"target":6},{"source":76,"target":84},{"source":76,"target":6},{"source":7,"target":0},{"source":7,"target":85},{"source":7,"target":86},{"source":85,"target":87},{"source":85,"target":7},{"source":86,"target":88},{"source":86,"target":7},{"source":8,"target":0},{"source":8,"target":89},{"source":8,"target":90},{"source":8,"target":91},{"source":89,"target":92},{"source":89,"target":8},{"source":90,"target":93},{"source":90,"target":8},{"source":91,"target":94},{"source":91,"target":8},{"source":9,"target":0},{"source":9,"target":95},{"source":95,"target":96},{"source":95,"target":9},{"source":10,"target":0},{"source":10,"target":97},{"source":10,"target":98},{"source":10,"target":99},{"source":97,"target":100},{"source":97,"target":10},{"source":98,"target":101},{"source":98,"target":10},{"source":99,"target":102},{"source":99,"target":10},{"source":11,"target":0},{"source":11,"target":103},{"source":103,"target":104},{"source":103,"target":11},{"source":12,"target":0},{"source":12,"target":105},{"source":105,"target":106},{"source":105,"target":12},{"source":13,"target":0},{"source":13,"target":107},{"source":13,"target":108},{"source":107,"target":109},{"source":107,"target":13},{"source":108,"target":110},{"source":108,"target":13},{"source":14,"target":0},{"source":14,"target":111},{"source":14,"target":112},{"source":14,"target":113},{"source":111,"target":114},{"source":111,"target":14},{"source":112,"target":115},{"source":112,"target":14},{"source":113,"target":116},{"source":113,"target":14},{"source":15,"target":0},{"source":15,"target":117},{"source":15,"target":118},{"source":117,"target":119},{"source":117,"target":15},{"source":118,"target":120},{"source":118,"target":15},{"source":16,"target":0},{"source":16,"target":121},{"source":121,"target":122},{"source":121,"target":16},{"source":17,"target":0},{"source":17,"target":123},{"source":17,"target":124},{"source":123,"target":125},{"source":123,"target":17},{"source":124,"target":126},{"source":124,"target":17},{"source":18,"target":0},{"source":18,"target":127},{"source":18,"target":128},{"source":127,"target":129},{"source":127,"target":18},{"source":128,"target":130},{"source":128,"target":18},{"source":19,"target":0},{"source":19,"target":131},{"source":131,"target":132},{"source":131,"target":19},{"source":20,"target":0},{"source":20,"target":133},{"source":20,"target":134},{"source":133,"target":135},{"source":133,"target":20},{"source":134,"target":136},{"source":134,"target":20},{"source":21,"target":0},{"source":21,"target":137},{"source":137,"target":138},{"source":137,"target":21},{"source":22,"target":0},{"source":22,"target":139},{"source":22,"target":140},{"source":139,"target":141},{"source":139,"target":22},{"source":140,"target":142},{"source":140,"target":22},{"source":23,"target":0},{"source":23,"target":143},{"source":143,"target":144},{"source":143,"target":23},{"source":24,"target":0},{"source":24,"target":145},{"source":24,"target":146},{"source":24,"target":147},{"source":24,"target":148},{"source":24,"target":149},{"source":145,"target":150},{"source":145,"target":24},{"source":146,"target":151},{"source":146,"target":24},{"source":147,"target":152},{"source":147,"target":24},{"source":148,"target":153},{"source":148,"target":24},{"source":149,"target":154},{"source":149,"target":24},{"source":25,"target":0},{"source":25,"target":155},{"source":25,"target":156},{"source":25,"target":157},{"source":155,"target":158},{"source":155,"target":25},{"source":156,"target":159},{"source":156,"target":25},{"source":157,"target":160},{"source":157,"target":25},{"source":26,"target":0},{"source":26,"target":161},{"source":161,"target":162},{"source":161,"target":26},{"source":27,"target":0},{"source":27,"target":163},{"source":27,"target":164},{"source":27,"target":165},{"source":163,"target":166},{"source":163,"target":27},{"source":164,"target":167},{"source":164,"target":27},{"source":165,"target":168},{"source":165,"target":27},{"source":28,"target":0},{"source":28,"target":169},{"source":28,"target":170},{"source":169,"target":171},{"source":169,"target":28},{"source":170,"target":172},{"source":170,"target":28},{"source":29,"target":0},{"source":29,"target":173},{"source":29,"target":174},{"source":29,"target":175},{"source":173,"target":176},{"source":173,"target":29},{"source":174,"target":177},{"source":174,"target":29},{"source":175,"target":178},{"source":175,"target":29},{"source":30,"target":0},{"source":30,"target":179},{"source":30,"target":180},{"source":179,"target":181},{"source":179,"target":30},{"source":180,"target":182},{"source":180,"target":30},{"source":31,"target":0},{"source":31,"target":183},{"source":31,"target":184},{"source":31,"target":185},{"source":183,"target":186},{"source":183,"target":31},{"source":184,"target":187},{"source":184,"target":31},{"source":185,"target":188},{"source":185,"target":31},{"source":32,"target":0},{"source":32,"target":189},{"source":189,"target":190},{"source":189,"target":32},{"source":33,"target":0},{"source":33,"target":191},{"source":191,"target":192},{"source":191,"target":33},{"source":34,"target":0},{"source":34,"target":193},{"source":193,"target":194},{"source":193,"target":34},{"source":35,"target":0},{"source":35,"target":195},{"source":195,"target":196},{"source":195,"target":35},{"source":36,"target":0},{"source":36,"target":197},{"source":36,"target":198},{"source":36,"target":199},{"source":197,"target":36},{"source":198,"target":36},{"source":199,"target":36},{"source":37,"target":0},{"source":37,"target":200},{"source":37,"target":201},{"source":37,"target":202},{"source":200,"target":37},{"source":201,"target":37},{"source":202,"target":37},{"source":38,"target":0},{"source":38,"target":203},{"source":203,"target":204},{"source":203,"target":38}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="context" nsURI="http://www.palladiosimulator.org/pcm/confidentiality/0.1/"
nsPrefix="context">
<eClassifiers xsi:type="ecore:EClass" name="ConfidentialAccessSpecification">
<eStructuralFeatures xsi:type="ecore:EReference" name="setContainer" lowerBound="1"
upperBound="-1" eType="#//set/ContextSetContainer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextContainer" lowerBound="1"
upperBound="-1" eType="#//model/ContextContainer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeContainer" lowerBound="1"
eType="#//model/TypeContainer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pcmspecificationcontainer"
lowerBound="1" eType="#//specification/PCMSpecificationContainer" containment="true"/>
</eClassifiers>
<eSubpackages name="model" nsURI="http://www.palladiosimulator.org/pcm/confidentiality/context/model/0.1/"
nsPrefix="model">
<eClassifiers xsi:type="ecore:EClass" name="HierarchicalContext" eSuperTypes="#//model/ContextAttribute">
<eStructuralFeatures xsi:type="ecore:EReference" name="including" upperBound="-1"
eType="#//model/ContextAttribute"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//model/IncludeDirection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleAttributeContext" eSuperTypes="#//model/ContextAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="RelatedContextSet" eSuperTypes="#//model/ContextAttribute">
<eStructuralFeatures xsi:type="ecore:EReference" name="contextset" lowerBound="1"
eType="#//set/ContextSet"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContextAttribute" abstract="true"
eSuperTypes="platform:/plugin/org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eOperations name="checkAccessRight" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Checks wheter the the given Contextattribute would fullfill this contextattribute
@param context ContextAttribute to check
@return true if ContextAttribute context fullfills it
"/>
</eAnnotations>
<eParameters name="context" eType="#//model/ContextAttribute"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="contexttype" eType="#//model/ContextType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContextContainer" eSuperTypes="platform:/plugin/org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="context" upperBound="-1"
eType="#//model/ContextAttribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContextType" eSuperTypes="platform:/plugin/org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//model/ContextType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="IncludeDirection">
<eLiterals name="TOP_DOWN"/>
<eLiterals name="BOTTOM_UP" value="1"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="set" nsURI="http://www.palladiosimulator.org/pcm/confidentiality/context/set/0.1/"
nsPrefix="set">
<eClassifiers xsi:type="ecore:EClass" name="ContextSetContainer" eSuperTypes="platform:/plugin/org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="policies" upperBound="-1"
eType="#//set/ContextSet" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContextSet" eSuperTypes="platform:/plugin/org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eOperations name="checkAccessRight" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eParameters name="set" eType="#//set/ContextSet"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="contexts" upperBound="-1"
eType="#//model/ContextAttribute"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="specification" nsURI="http://www.palladiosimulator.org/pcm/confidentiality/context/specification/0.1/"
nsPrefix="specification">
<eClassifiers xsi:type="ecore:EClass" name="ContextSpecification" eSuperTypes="platform:/plugin/org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="contextset" lowerBound="1"
eType="#//set/ContextSet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entrylevelsystemcall"
eType="ecore:EClass platform:/plugin/org.palladiosimulator.pcm/model/pcm.ecore#//usagemodel/EntryLevelSystemCall"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="usagescenario" eType="ecore:EClass platform:/plugin/org.palladiosimulator.pcm/model/pcm.ecore#//usagemodel/UsageScenario"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="missageUse" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PolicySpecification" eSuperTypes="platform:/plugin/org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="policy" lowerBound="1"
upperBound="-1" eType="#//set/ContextSet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourcedemandingbehaviour"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.palladiosimulator.pcm/model/pcm.ecore#//seff/ResourceDemandingBehaviour"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PCMSpecificationContainer" eSuperTypes="platform:/plugin/org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="policyspecification"
upperBound="-1" eType="#//specification/PolicySpecification" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextspecification"
upperBound="-1" eType="#//specification/ContextSpecification" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeprovider" upperBound="-1"
eType="#//specification/assembly/AttributeProvider" containment="true"/>
</eClassifiers>
<eSubpackages name="assembly" nsURI="http://www.palladiosimulator.org/pcm/confidentiality/context/specification/assembly/0.1/"
nsPrefix="asembly">
<eClassifiers xsi:type="ecore:EClass" name="SystemPolicySpecification" eSuperTypes="#//specification/PolicySpecification">
<eStructuralFeatures xsi:type="ecore:EReference" name="assemblycontext" eType="ecore:EClass platform:/plugin/org.palladiosimulator.pcm/model/pcm.ecore#//core/composition/AssemblyContext"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourcecontainer"
eType="ecore:EClass platform:/plugin/org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/ResourceContainer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methodspecification"
eType="#//specification/assembly/MethodSpecification" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkingresource" eType="ecore:EClass platform:/plugin/org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/LinkingResource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeProvider" eSuperTypes="platform:/plugin/org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="resourcecontainer"
eType="ecore:EClass platform:/plugin/org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/ResourceContainer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assemblycontext" eType="ecore:EClass platform:/plugin/org.palladiosimulator.pcm/model/pcm.ecore#//core/composition/AssemblyContext"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextset" eType="#//set/ContextSet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkingresource" eType="ecore:EClass platform:/plugin/org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/LinkingResource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodSpecification">
<eStructuralFeatures xsi:type="ecore:EReference" name="connector" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.palladiosimulator.pcm/model/pcm.ecore#//core/composition/Connector"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="signature" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.palladiosimulator.pcm/model/pcm.ecore#//repository/Signature"/>
</eClassifiers>
</eSubpackages>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/Trust40-Project/Palladio-Addons-ContextConfidentiality-Metamodel/bundles/org.palladiosimulator.pcm.confidentiality.context/model/context.ecore | ecore | context
ConfidentialAccessSpecification
setContainer
contextContainer
typeContainer
pcmspecificationcontainer
model
HierarchicalContext
including
direction
SingleAttributeContext
RelatedContextSet
contextset
ContextAttribute
checkAccessRight
context
contexttype
ContextContainer
context
ContextType
unique
false
TypeContainer
types
IncludeDirection
TOP_DOWN
TOP_DOWN
BOTTOM_UP
BOTTOM_UP
set
ContextSetContainer
policies
ContextSet
checkAccessRight
set
contexts
specification
ContextSpecification
contextset
entrylevelsystemcall
usagescenario
missageUse
PolicySpecification
policy
resourcedemandingbehaviour
PCMSpecificationContainer
policyspecification
contextspecification
attributeprovider
assembly
SystemPolicySpecification
assemblycontext
resourcecontainer
methodspecification
linkingresource
AttributeProvider
resourcecontainer
assemblycontext
contextset
linkingresource
MethodSpecification
connector
signature | null | {"directed":true,"nodes":[{"nsPrefix":"context","nsURI":"http://www.palladiosimulator.org/pcm/confidentiality/0.1/","name":"context","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfidentialAccessSpecification","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"nsPrefix":"model","nsURI":"http://www.palladiosimulator.org/pcm/confidentiality/context/model/0.1/","name":"model","id":2,"eClass":"EPackage"},{"nsPrefix":"set","nsURI":"http://www.palladiosimulator.org/pcm/confidentiality/context/set/0.1/","name":"set","id":3,"eClass":"EPackage"},{"nsPrefix":"specification","nsURI":"http://www.palladiosimulator.org/pcm/confidentiality/context/specification/0.1/","name":"specification","id":4,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"setContainer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":5,"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":"contextContainer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeContainer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pcmspecificationcontainer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextSetContainer","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"id":10,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextContainer","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"id":12,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeContainer","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"id":14,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PCMSpecificationContainer","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"id":16,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HierarchicalContext","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleAttributeContext","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelatedContextSet","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextAttribute","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IncludeDirection","instanceClass":null,"id":22,"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":"including","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextset","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextSet","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkAccessRight","lowerBound":0,"id":33,"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":"contexttype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"name":"TOP_DOWN","id":48,"value":0,"literal":"TOP_DOWN","eClass":"EEnumLiteral"},{"name":"BOTTOM_UP","id":49,"value":1,"literal":"BOTTOM_UP","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":"policies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkAccessRight","lowerBound":0,"id":53,"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":"contexts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"set","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EParameter"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextSpecification","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolicySpecification","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"nsPrefix":"asembly","nsURI":"http://www.palladiosimulator.org/pcm/confidentiality/context/specification/assembly/0.1/","name":"assembly","id":62,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextset","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entrylevelsystemcall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagescenario","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"missageUse","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"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":"policy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourcedemandingbehaviour","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"policyspecification","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":"contextspecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeprovider","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeProvider","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"id":84,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemPolicySpecification","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodSpecification","instanceClass":null,"abstract":false,"id":86,"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":"assemblycontext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourcecontainer","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":"methodspecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkingresource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourcecontainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assemblycontext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkingresource","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":10},{"source":5,"target":1},{"source":10,"target":9},{"source":6,"target":11},{"source":6,"target":12},{"source":6,"target":1},{"source":12,"target":11},{"source":7,"target":13},{"source":7,"target":14},{"source":7,"target":1},{"source":14,"target":13},{"source":8,"target":15},{"source":8,"target":16},{"source":8,"target":1},{"source":16,"target":15},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":11},{"source":2,"target":21},{"source":2,"target":13},{"source":2,"target":22},{"source":2,"target":0},{"source":17,"target":2},{"source":17,"target":20},{"source":17,"target":23},{"source":17,"target":24},{"source":17,"target":25},{"source":23,"target":20},{"source":23,"target":26},{"source":23,"target":17},{"source":26,"target":20},{"source":24,"target":22},{"source":24,"target":27},{"source":24,"target":17},{"source":27,"target":22},{"source":25,"target":20},{"source":18,"target":2},{"source":18,"target":20},{"source":18,"target":28},{"source":28,"target":20},{"source":19,"target":2},{"source":19,"target":20},{"source":19,"target":29},{"source":19,"target":30},{"source":29,"target":31},{"source":29,"target":32},{"source":29,"target":19},{"source":32,"target":31},{"source":30,"target":20},{"source":20,"target":2},{"source":20,"target":33},{"source":20,"target":34},{"source":20,"target":35},{"source":33,"target":36},{"source":33,"target":20},{"source":33,"target":37},{"source":37,"target":20},{"source":37,"target":38},{"source":37,"target":33},{"source":38,"target":20},{"source":34,"target":21},{"source":34,"target":39},{"source":34,"target":20},{"source":39,"target":21},{"source":11,"target":2},{"source":11,"target":40},{"source":11,"target":41},{"source":40,"target":20},{"source":40,"target":42},{"source":40,"target":11},{"source":42,"target":20},{"source":21,"target":2},{"source":21,"target":43},{"source":21,"target":44},{"source":43,"target":45},{"source":43,"target":21},{"source":13,"target":2},{"source":13,"target":46},{"source":46,"target":21},{"source":46,"target":47},{"source":46,"target":13},{"source":47,"target":21},{"source":22,"target":2},{"source":22,"target":48},{"source":22,"target":49},{"source":48,"target":22},{"source":49,"target":22},{"source":3,"target":9},{"source":3,"target":31},{"source":3,"target":0},{"source":9,"target":3},{"source":9,"target":50},{"source":9,"target":51},{"source":50,"target":31},{"source":50,"target":52},{"source":50,"target":9},{"source":52,"target":31},{"source":31,"target":3},{"source":31,"target":53},{"source":31,"target":54},{"source":31,"target":55},{"source":53,"target":56},{"source":53,"target":31},{"source":53,"target":57},{"source":57,"target":31},{"source":57,"target":58},{"source":57,"target":53},{"source":58,"target":31},{"source":54,"target":20},{"source":54,"target":59},{"source":54,"target":31},{"source":59,"target":20},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":15},{"source":4,"target":62},{"source":4,"target":0},{"source":60,"target":4},{"source":60,"target":63},{"source":60,"target":64},{"source":60,"target":65},{"source":60,"target":66},{"source":60,"target":67},{"source":63,"target":31},{"source":63,"target":68},{"source":63,"target":60},{"source":68,"target":31},{"source":64,"target":69},{"source":64,"target":60},{"source":65,"target":70},{"source":65,"target":60},{"source":66,"target":71},{"source":66,"target":60},{"source":61,"target":4},{"source":61,"target":72},{"source":61,"target":73},{"source":61,"target":74},{"source":72,"target":31},{"source":72,"target":75},{"source":72,"target":61},{"source":75,"target":31},{"source":73,"target":76},{"source":73,"target":61},{"source":15,"target":4},{"source":15,"target":77},{"source":15,"target":78},{"source":15,"target":79},{"source":15,"target":80},{"source":77,"target":61},{"source":77,"target":81},{"source":77,"target":15},{"source":81,"target":61},{"source":78,"target":60},{"source":78,"target":82},{"source":78,"target":15},{"source":82,"target":60},{"source":79,"target":83},{"source":79,"target":84},{"source":79,"target":15},{"source":84,"target":83},{"source":62,"target":85},{"source":62,"target":83},{"source":62,"target":86},{"source":62,"target":4},{"source":85,"target":62},{"source":85,"target":61},{"source":85,"target":87},{"source":85,"target":88},{"source":85,"target":89},{"source":85,"target":90},{"source":85,"target":91},{"source":87,"target":92},{"source":87,"target":85},{"source":88,"target":93},{"source":88,"target":85},{"source":89,"target":86},{"source":89,"target":94},{"source":89,"target":85},{"source":94,"target":86},{"source":90,"target":95},{"source":90,"target":85},{"source":91,"target":61},{"source":83,"target":62},{"source":83,"target":96},{"source":83,"target":97},{"source":83,"target":98},{"source":83,"target":99},{"source":83,"target":100},{"source":96,"target":101},{"source":96,"target":83},{"source":97,"target":102},{"source":97,"target":83},{"source":98,"target":31},{"source":98,"target":103},{"source":98,"target":83},{"source":103,"target":31},{"source":99,"target":104},{"source":99,"target":83},{"source":86,"target":62},{"source":86,"target":105},{"source":86,"target":106},{"source":105,"target":107},{"source":105,"target":86},{"source":106,"target":108},{"source":106,"target":86}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="contacts"
nsURI="http://www.eclipse.org/e4/ui/demo/contacts.ecore" nsPrefix="contacts">
<eClassifiers xsi:type="ecore:EClass" name="Contact">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="#//NameString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="middleName" eType="#//NameString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="#//NameString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="company" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="jobTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="#//EmailAddress"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="webPage" eType="#//URI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="workAddress" eType="#//Address"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="phone" eType="#//PhoneNumber"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mobile" eType="#//PhoneNumber"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="note" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="image" eType="#//URI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="homeAddress" eType="#//Address"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Address">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="street" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="#//Country"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zipCode" eType="#//DigitsString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Country" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="EmailAddress" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EClass" name="PhoneNumber">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="#//Country"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddressBook">
<eStructuralFeatures xsi:type="ecore:EReference" name="contacts" upperBound="-1"
eType="#//Contact" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UoD">
<eStructuralFeatures xsi:type="ecore:EReference" name="allAddressBooks" upperBound="-1"
eType="#//AddressBook" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="NameString" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="DigitsString" instanceClassName="java.lang.String"/>
</ecore:EPackage>
| github:ecore:/data/hallvard/playtrd/org.eclipse.e4.tm.examples/contacts/contacts.ecore | ecore | contacts
Contact
firstName
middleName
lastName
title
company
jobTitle
email
webPage
workAddress
phone
mobile
note
image
homeAddress
Address
street
city
state
country
zipCode
Country
java.lang.String
java.lang.String
URI
java.lang.String
java.lang.String
EmailAddress
java.lang.String
java.lang.String
PhoneNumber
number
country
AddressBook
contacts
UoD
allAddressBooks
NameString
java.lang.String
java.lang.String
DigitsString
java.lang.String
java.lang.String | null | {"directed":true,"nodes":[{"nsPrefix":"contacts","nsURI":"http://www.eclipse.org/e4/ui/demo/contacts.ecore","name":"contacts","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contact","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Country","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"URI","instanceClass":"java.lang.String","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EmailAddress","instanceClass":"java.lang.String","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhoneNumber","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddressBook","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UoD","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"NameString","instanceClass":"java.lang.String","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"DigitsString","instanceClass":"java.lang.String","id":10,"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":"firstName","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":"middleName","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastName","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":"title","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":"company","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":"jobTitle","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":"email","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":"webPage","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"workAddress","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"phone","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":"mobile","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":"note","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":"image","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":true,"unsettable":false,"transient":false,"unique":true,"name":"homeAddress","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"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"street","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"city","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":"state","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"country","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zipCode","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":0,"iD":false,"id":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":"country","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allAddressBooks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":11,"target":9},{"source":11,"target":25},{"source":11,"target":1},{"source":25,"target":9},{"source":12,"target":9},{"source":12,"target":26},{"source":12,"target":1},{"source":26,"target":9},{"source":13,"target":9},{"source":13,"target":27},{"source":13,"target":1},{"source":27,"target":9},{"source":14,"target":28},{"source":14,"target":1},{"source":15,"target":29},{"source":15,"target":1},{"source":16,"target":30},{"source":16,"target":1},{"source":17,"target":5},{"source":17,"target":31},{"source":17,"target":1},{"source":31,"target":5},{"source":18,"target":4},{"source":18,"target":32},{"source":18,"target":1},{"source":32,"target":4},{"source":19,"target":2},{"source":19,"target":33},{"source":19,"target":1},{"source":33,"target":2},{"source":20,"target":6},{"source":20,"target":34},{"source":20,"target":1},{"source":34,"target":6},{"source":21,"target":6},{"source":21,"target":35},{"source":21,"target":1},{"source":35,"target":6},{"source":22,"target":36},{"source":22,"target":1},{"source":23,"target":4},{"source":23,"target":37},{"source":23,"target":1},{"source":37,"target":4},{"source":24,"target":2},{"source":24,"target":38},{"source":24,"target":1},{"source":38,"target":2},{"source":2,"target":0},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":39,"target":44},{"source":39,"target":2},{"source":40,"target":45},{"source":40,"target":2},{"source":41,"target":46},{"source":41,"target":2},{"source":42,"target":3},{"source":42,"target":47},{"source":42,"target":2},{"source":47,"target":3},{"source":43,"target":10},{"source":43,"target":48},{"source":43,"target":2},{"source":48,"target":10},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":49},{"source":6,"target":50},{"source":49,"target":51},{"source":49,"target":6},{"source":50,"target":3},{"source":50,"target":52},{"source":50,"target":6},{"source":52,"target":3},{"source":7,"target":0},{"source":7,"target":53},{"source":53,"target":1},{"source":53,"target":54},{"source":53,"target":7},{"source":54,"target":1},{"source":8,"target":0},{"source":8,"target":55},{"source":55,"target":7},{"source":55,"target":56},{"source":55,"target":8},{"source":56,"target":7},{"source":9,"target":0},{"source":10,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="seronetExtension" nsURI="http://www.ecore.org/component/SeronetExtension"
nsPrefix="SeronetExtension">
<eClassifiers xsi:type="ecore:EClass" name="SupportedMiddleware" eSuperTypes="../../org.ecore.component.componentDefinition/model/componentDefinition.ecore#//ComponentPortExtension">
<eStructuralFeatures xsi:type="ecore:EReference" name="middleware" lowerBound="1"
eType="ecore:EClass ../../org.ecore.service.roboticMiddleware/model/roboticMiddleware.ecore#//RoboticMiddleware"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlainOpcUaPort" abstract="true" eSuperTypes="../../org.ecore.component.componentDefinition/model/componentDefinition.ecore#//AbstractComponentElement ../../org.ecore.base.mixedport/model/mixedport.ecore#//MixedPortOpcUaBase"/>
<eClassifiers xsi:type="ecore:EClass" name="OpcUaDeviceClient" eSuperTypes="#//PlainOpcUaPort">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="autoConnect" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deviceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rootObjectPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Server"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcuaXmlFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpcUaReadServer" eSuperTypes="#//PlainOpcUaPort">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPort" lowerBound="1"
eType="ecore:EClass ../../org.ecore.component.componentDefinition/model/componentDefinition.ecore#//OutputPort"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="portNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="4840"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpcUaClientLink" eSuperTypes="../../org.ecore.component.componentDefinition/model/componentDefinition.ecore#//AbstractComponentLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="client" lowerBound="1"
eType="#//OpcUaDeviceClient"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MixedPortROS" eSuperTypes="../../org.ecore.component.componentDefinition/model/componentDefinition.ecore#//DerivedComponentElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="port" lowerBound="1" eType="ecore:EClass ../../org.ecore.base.mixedport/model/mixedport.ecore#//MixedPortROSBase"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MixedPortYARP" eSuperTypes="../../org.ecore.component.componentDefinition/model/componentDefinition.ecore#//DerivedComponentElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="port" lowerBound="1" eType="ecore:EClass ../../org.ecore.base.mixedport/model/mixedport.ecore#//MixedPortYARPBase"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MixedPortROSLink" eSuperTypes="../../org.ecore.component.componentDefinition/model/componentDefinition.ecore#//AbstractComponentLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="mixedportros" lowerBound="1"
eType="#//MixedPortROS"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Servicerobotics-Ulm/SmartMDSD-Toolchain/org.ecore.metamodels/org.ecore.component/org.ecore.component.seronetExtension/model/seronetExtension.ecore | ecore | seronetExtension
SupportedMiddleware
middleware
default
PlainOpcUaPort
OpcUaDeviceClient
autoConnect
false
deviceURI
rootObjectPath
Server
opcuaXmlFile
OpcUaReadServer
outPort
portNumber
4840
OpcUaClientLink
client
MixedPortROS
port
MixedPortYARP
port
MixedPortROSLink
mixedportros | null | {"directed":true,"nodes":[{"nsPrefix":"SeronetExtension","nsURI":"http://www.ecore.org/component/SeronetExtension","name":"seronetExtension","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupportedMiddleware","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlainOpcUaPort","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpcUaDeviceClient","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpcUaReadServer","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpcUaClientLink","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MixedPortROS","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MixedPortYARP","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MixedPortROSLink","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"middleware","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"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":"default","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"autoConnect","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deviceURI","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Server","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Server","unsettable":false,"transient":false,"unique":true,"name":"rootObjectPath","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":"opcuaXmlFile","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"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":"outPort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":4840,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"4840","unsettable":false,"transient":false,"unique":true,"name":"portNumber","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"client","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mixedportros","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":9,"target":12},{"source":9,"target":1},{"source":10,"target":13},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":16,"target":21},{"source":16,"target":3},{"source":17,"target":22},{"source":17,"target":3},{"source":18,"target":23},{"source":18,"target":3},{"source":19,"target":24},{"source":19,"target":3},{"source":20,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":25,"target":28},{"source":25,"target":4},{"source":26,"target":29},{"source":26,"target":4},{"source":27,"target":2},{"source":5,"target":0},{"source":5,"target":30},{"source":5,"target":31},{"source":30,"target":3},{"source":30,"target":32},{"source":30,"target":5},{"source":32,"target":3},{"source":6,"target":0},{"source":6,"target":33},{"source":6,"target":34},{"source":33,"target":35},{"source":33,"target":6},{"source":7,"target":0},{"source":7,"target":36},{"source":7,"target":37},{"source":36,"target":38},{"source":36,"target":7},{"source":8,"target":0},{"source":8,"target":39},{"source":8,"target":40},{"source":39,"target":6},{"source":39,"target":41},{"source":39,"target":8},{"source":41,"target":6}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="etlMetaModel" nsURI="etlMetaModel" nsPrefix="">
<eClassifiers xsi:type="ecore:EClass" name="MofNamedElement">
<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="MofType" eSuperTypes="#//MofNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="typedElements" upperBound="-1"
eType="#//MofTypedElement" containment="true" eOpposite="#//MofTypedElement/type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MofClass" eSuperTypes="#//MofType">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedProperties" upperBound="-1"
eType="#//MofProperty" containment="true" eOpposite="#//MofProperty/clazz"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superclasses" upperBound="-1"
eType="#//MofClass" eOpposite="#//MofClass/clazz"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clazz" upperBound="-1"
eType="#//MofClass" eOpposite="#//MofClass/superclasses"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MofTypedElement" eSuperTypes="#//MofNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//MofType"
eOpposite="#//MofType/typedElements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MofMultiplicityElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MofProperty" eSuperTypes="#//MofTypedElement #//MofMultiplicityElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="clazz" eType="#//MofClass"
eOpposite="#//MofClass/ownedProperties"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="association" eType="#//MofAssociation"
eOpposite="#//MofAssociation/memberEnds"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MofAssociation">
<eStructuralFeatures xsi:type="ecore:EReference" name="memberEnds" lowerBound="2"
upperBound="-1" eType="#//MofProperty" eOpposite="#//MofProperty/association"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MofPrimitiveType" eSuperTypes="#//MofType"/>
<eClassifiers xsi:type="ecore:EClass" name="MofBoolean" eSuperTypes="#//MofPrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="MofInteger" eSuperTypes="#//MofPrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="MofString" eSuperTypes="#//MofPrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="EtlModule" eSuperTypes="#//EolLibraryModule">
<eStructuralFeatures xsi:type="ecore:EReference" name="mofClassesSource" upperBound="-1"
eType="#//MofClass" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mofAssociationsSource"
upperBound="-1" eType="#//MofAssociation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mofClassesTarget" upperBound="-1"
eType="#//MofClass" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mofAssociationsTarget"
upperBound="-1" eType="#//MofAssociation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pre" eType="#//ErlNamedRule"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transformationRules" upperBound="-1"
eType="#//EtlTransformationRule" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="post" eType="#//ErlNamedRule"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#//EolOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ErlNamedRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//EolStatementBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EtlTransformationRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="guardName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extendsRules" upperBound="-1"
eType="#//EtlTransformationRule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceParameter" lowerBound="1"
eType="#//EolMofClassFormalParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetParameters" lowerBound="1"
upperBound="-1" eType="#//EolMofClassFormalParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//EolLogicalExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//EolStatementBlock"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstractt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lazy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="primary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="greedy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolLibraryModule"/>
<eClassifiers xsi:type="ecore:EClass" name="EolOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//EolAnnotation" 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="formalParameters" upperBound="-1"
eType="#//EolFormalParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//EolType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//EolStatement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//EolType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolFormalParameter" 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="EolMofClassFormalParameter" eSuperTypes="#//EolFormalParameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="referenced" eType="#//MofClass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSequence" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolAnnotation" abstract="true" eSuperTypes="#//EolExecuteableAnnotation">
<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="EolExecuteableAnnotation">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//EolLogicalExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleAnnotation">
<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="EolType" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="EolAnyType" abstract="true" eSuperTypes="#//EolType"/>
<eClassifiers xsi:type="ecore:EClass" name="ModelElementType" eSuperTypes="#//EolType #//EolPrimitiveExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="model" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolNative" eSuperTypes="#//EolType #//EolPrimitiveExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolPrimitiveType" abstract="true" eSuperTypes="#//EolType"/>
<eClassifiers xsi:type="ecore:EClass" name="EolBooleanType" eSuperTypes="#//EolPrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="EolRealType" eSuperTypes="#//EolPrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="EolIntegerType" eSuperTypes="#//EolRealType"/>
<eClassifiers xsi:type="ecore:EClass" name="EolStringType" eSuperTypes="#//EolPrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="EolMapType" eSuperTypes="#//EolType"/>
<eClassifiers xsi:type="ecore:EClass" name="EolCollectionType" abstract="true" eSuperTypes="#//EolType #//EolPrimitiveExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="EolOrderedSetType" eSuperTypes="#//EolCollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="EolSetType" eSuperTypes="#//EolCollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="EolBagType" eSuperTypes="#//EolCollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="EolSequenceType" eSuperTypes="#//EolCollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="EolExpressionOrStatementBlock"/>
<eClassifiers xsi:type="ecore:EClass" name="EolLogicalExpression" eSuperTypes="#//EolExpressionOrStatementBlock">
<eStructuralFeatures xsi:type="ecore:EReference" name="relationalExpression" lowerBound="1"
eType="#//EolRelationalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="chainedLogicalExpression"
eType="#//EolChainedLogicalExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolChainedLogicalExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="logicalOperator" lowerBound="1"
eType="#//EolLogicalOperator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logicalExpression" lowerBound="1"
eType="#//EolLogicalExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EolLogicalOperator">
<eLiterals name="and"/>
<eLiterals name="or" value="1"/>
<eLiterals name="not" value="2"/>
<eLiterals name="implies" value="3"/>
<eLiterals name="xor" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolRelationalExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="additiveExpression" lowerBound="1"
eType="#//EolAdditiveExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="chainedRelationalExpression"
eType="#//EolGenericChainedRelationalExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolGenericChainedRelationalExpression"
abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="EolChainedRelationalExpression" eSuperTypes="#//EolGenericChainedRelationalExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="relationalOperator" lowerBound="1"
eType="#//EolRelationalOperator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationalExpression" lowerBound="1"
eType="#//EolRelationalExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EolRelationalOperator">
<eLiterals name="equal"/>
<eLiterals name="assignment" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolComparingToAdditiveRelationalExpression"
eSuperTypes="#//EolGenericChainedRelationalExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="additiveComparisonOperator"
lowerBound="1" eType="#//EolAdditiveComparisonOperator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="additiveExpression" lowerBound="1"
eType="#//EolAdditiveExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EolAdditiveComparisonOperator">
<eLiterals name="notEqual"/>
<eLiterals name="greaterThan" value="1"/>
<eLiterals name="smallerThan" value="2"/>
<eLiterals name="greaterOrEqual" value="3"/>
<eLiterals name="smallerOrEqual" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolAdditiveExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="multiplicativeExpression"
lowerBound="1" eType="#//EolMultiplicativeExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="chainedAdditiveExpression"
eType="#//EolChainedAdditiveExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolChainedAdditiveExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="additiveArithmeticalOperator"
lowerBound="1" eType="#//EolAdditiveArithmeticalOperator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="additiveExpression" lowerBound="1"
eType="#//EolAdditiveExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EolAdditiveArithmeticalOperator">
<eLiterals name="plus"/>
<eLiterals name="minus" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolMultiplicativeExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="unaryExpression" lowerBound="1"
eType="#//EolUnaryExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="chainedMultiplicativeExpression"
eType="#//EolChainedMultiplicativeExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolChainedMultiplicativeExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicativeArithmeticalOperator"
lowerBound="1" eType="#//EolMultiplicativeArithmeticalOperator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unaryExpression" lowerBound="1"
eType="#//EolUnaryExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EolMultiplicativeArithmeticalOperator">
<eLiterals name="multiply"/>
<eLiterals name="divide" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolUnaryExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="unaryOperatorNullable"
eType="#//EolUnaryOpratorNullable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="PostfixExpression" lowerBound="1"
eType="#//EolPostfixExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolUnaryOpratorNullable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unaryOperator" lowerBound="1"
eType="#//EolUnaryOprator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EolUnaryOprator">
<eLiterals name="minusUnary"/>
<eLiterals name="not" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolPostfixExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="itemSelectorExpression"
lowerBound="1" eType="#//EolItemSelectorExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="chainedFeatureCallPostfixExpression"
eType="#//EolChainedFeatureCallPostfixExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolChainedFeatureCallPostfixExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="featureCall" lowerBound="1"
eType="#//EolFeatureCall" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureCallAdditionalLogicalExpression"
eType="#//EolLogicalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="chainedFeatureCallPostfixExpression"
eType="#//EolChainedFeatureCallPostfixExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolItemSelectorExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="primitiveExpression" lowerBound="1"
eType="#//EolPrimitiveExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="additionalPrimitiveExpression"
eType="#//EolPrimitiveExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolFeatureCall" abstract="true" eSuperTypes="#//EolPrimitiveExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="EolSimpleFeatureCall" eSuperTypes="#//EolFeatureCall">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterList" eType="#//EolParameterList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolMofPropertyFeatureCall" eSuperTypes="#//EolFeatureCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedMofProperty"
lowerBound="1" eType="#//MofProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EtlEquivalentMethodFeatureCall" eSuperTypes="#//EolFeatureCall"/>
<eClassifiers xsi:type="ecore:EClass" name="EolIsTypeOfSourceMofClassFeatureCall"
eSuperTypes="#//EolFeatureCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedMofClass" eType="#//MofClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolParameterList">
<eStructuralFeatures xsi:type="ecore:EReference" name="logicalExpressions" lowerBound="1"
upperBound="-1" eType="#//EolLogicalExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolNewExpression" eSuperTypes="#//EolPrimitiveExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="instantiatedMofClass" lowerBound="1"
eType="#//MofClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolVariableDeclarationExpression" eSuperTypes="#//EolPrimitiveExpression">
<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="EolPrimitiveExpression" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="EolLiteral" abstract="true" eSuperTypes="#//EolPrimitiveExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="EolStringLiteral" eSuperTypes="#//EolPrimitiveExpression">
<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="EolReferenceExpression" abstract="true"
eSuperTypes="#//EolPrimitiveExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="EolFormalParameterReferenceExpression"
eSuperTypes="#//EolReferenceExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedFormalParameter"
lowerBound="1" eType="#//EolFormalParameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolVariableReferenceExpression" eSuperTypes="#//EolReferenceExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedVarableDeclaration"
lowerBound="1" eType="#//EolVariableDeclarationExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolStatementBlock" eSuperTypes="#//EolExpressionOrStatementBlock">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//EolStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolStatement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="EolAssignmentStatement" eSuperTypes="#//EolStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSpecial" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logicalExpressionLeft"
eType="#//EolLogicalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logicalExpressionRight"
eType="#//EolLogicalExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolExpressionStatement" abstract="true"
eSuperTypes="#//EolStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="EolAssignmentExpressionStatement" eSuperTypes="#//EolExpressionStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="postfixExpressionLeft"
eType="#//EolPostfixExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logicalExpressionRight"
eType="#//EolLogicalExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolLogicalExpressionStatement" eSuperTypes="#//EolExpressionStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="logicalExpression" eType="#//EolLogicalExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EolFor" eSuperTypes="#//EolStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="formalParameter" lowerBound="1"
eType="#//EolFormalParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iteratedSequence" lowerBound="1"
eType="#//EolLogicalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statementBlock" lowerBound="1"
eType="#//EolStatementBlock" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/KuehneThomas/model-to-model-transformation-generator/src/MetaModels.Etl/etlMetaModel.ecore | ecore | etlMetaModel
MofNamedElement
name
MofType
typedElements
MofClass
ownedProperties
superclasses
clazz
MofTypedElement
type
MofMultiplicityElement
upper
lower
MofProperty
clazz
association
isComposite
MofAssociation
memberEnds
MofPrimitiveType
MofBoolean
MofInteger
MofString
EtlModule
mofClassesSource
mofAssociationsSource
mofClassesTarget
mofAssociationsTarget
pre
transformationRules
post
operations
ErlNamedRule
name
body
EtlTransformationRule
name
guardName
extendsRules
sourceParameter
targetParameters
guard
body
abstractt
lazy
primary
greedy
EolLibraryModule
EolOperation
annotations
name
formalParameters
context
body
returnType
EolFormalParameter
name
EolMofClassFormalParameter
referenced
isSequence
EolAnnotation
name
EolExecuteableAnnotation
expression
SimpleAnnotation
value
EolType
EolAnyType
ModelElementType
model
type
EolNative
implementation
EolPrimitiveType
EolBooleanType
EolRealType
EolIntegerType
EolStringType
EolMapType
EolCollectionType
EolOrderedSetType
EolSetType
EolBagType
EolSequenceType
EolExpressionOrStatementBlock
EolLogicalExpression
relationalExpression
chainedLogicalExpression
EolChainedLogicalExpression
logicalOperator
logicalExpression
EolLogicalOperator
and
and
or
or
not
not
implies
implies
xor
xor
EolRelationalExpression
additiveExpression
chainedRelationalExpression
EolGenericChainedRelationalExpression
EolChainedRelationalExpression
relationalOperator
relationalExpression
EolRelationalOperator
equal
equal
assignment
assignment
EolComparingToAdditiveRelationalExpression
additiveComparisonOperator
additiveExpression
EolAdditiveComparisonOperator
notEqual
notEqual
greaterThan
greaterThan
smallerThan
smallerThan
greaterOrEqual
greaterOrEqual
smallerOrEqual
smallerOrEqual
EolAdditiveExpression
multiplicativeExpression
chainedAdditiveExpression
EolChainedAdditiveExpression
additiveArithmeticalOperator
additiveExpression
EolAdditiveArithmeticalOperator
plus
plus
minus
minus
EolMultiplicativeExpression
unaryExpression
chainedMultiplicativeExpression
EolChainedMultiplicativeExpression
multiplicativeArithmeticalOperator
unaryExpression
EolMultiplicativeArithmeticalOperator
multiply
multiply
divide
divide
EolUnaryExpression
unaryOperatorNullable
PostfixExpression
EolUnaryOpratorNullable
unaryOperator
EolUnaryOprator
minusUnary
minusUnary
not
not
EolPostfixExpression
itemSelectorExpression
chainedFeatureCallPostfixExpression
EolChainedFeatureCallPostfixExpression
featureCall
featureCallAdditionalLogicalExpression
chainedFeatureCallPostfixExpression
EolItemSelectorExpression
primitiveExpression
additionalPrimitiveExpression
EolFeatureCall
EolSimpleFeatureCall
name
parameterList
EolMofPropertyFeatureCall
referencedMofProperty
EtlEquivalentMethodFeatureCall
EolIsTypeOfSourceMofClassFeatureCall
referencedMofClass
EolParameterList
logicalExpressions
EolNewExpression
instantiatedMofClass
EolVariableDeclarationExpression
name
EolPrimitiveExpression
EolLiteral
EolStringLiteral
value
EolReferenceExpression
EolFormalParameterReferenceExpression
referencedFormalParameter
EolVariableReferenceExpression
referencedVarableDeclaration
EolStatementBlock
statements
EolStatement
EolAssignmentStatement
isSpecial
logicalExpressionLeft
logicalExpressionRight
EolExpressionStatement
EolAssignmentExpressionStatement
postfixExpressionLeft
logicalExpressionRight
EolLogicalExpressionStatement
logicalExpression
EolFor
formalParameter
iteratedSequence
statementBlock | null | {"directed":true,"nodes":[{"nsPrefix":"","nsURI":"etlMetaModel","name":"etlMetaModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MofNamedElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MofType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MofClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MofTypedElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MofMultiplicityElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MofProperty","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MofAssociation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MofPrimitiveType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MofBoolean","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MofInteger","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MofString","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EtlModule","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErlNamedRule","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EtlTransformationRule","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolLibraryModule","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolOperation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolFormalParameter","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolMofClassFormalParameter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolAnnotation","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolExecuteableAnnotation","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleAnnotation","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolType","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolAnyType","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolNative","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolPrimitiveType","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolBooleanType","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolRealType","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolIntegerType","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolStringType","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolMapType","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolCollectionType","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolOrderedSetType","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolSetType","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolBagType","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolSequenceType","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolExpressionOrStatementBlock","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolLogicalExpression","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolChainedLogicalExpression","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EolLogicalOperator","instanceClass":null,"id":40,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolRelationalExpression","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolGenericChainedRelationalExpression","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolChainedRelationalExpression","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EolRelationalOperator","instanceClass":null,"id":44,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolComparingToAdditiveRelationalExpression","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EolAdditiveComparisonOperator","instanceClass":null,"id":46,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolAdditiveExpression","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolChainedAdditiveExpression","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EolAdditiveArithmeticalOperator","instanceClass":null,"id":49,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolMultiplicativeExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolChainedMultiplicativeExpression","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EolMultiplicativeArithmeticalOperator","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolUnaryExpression","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolUnaryOpratorNullable","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EolUnaryOprator","instanceClass":null,"id":55,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolPostfixExpression","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolChainedFeatureCallPostfixExpression","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolItemSelectorExpression","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolFeatureCall","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolSimpleFeatureCall","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolMofPropertyFeatureCall","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EtlEquivalentMethodFeatureCall","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolIsTypeOfSourceMofClassFeatureCall","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolParameterList","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolNewExpression","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolVariableDeclarationExpression","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolPrimitiveExpression","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolLiteral","instanceClass":null,"abstract":true,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolStringLiteral","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolReferenceExpression","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolFormalParameterReferenceExpression","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolVariableReferenceExpression","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolStatementBlock","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolStatement","instanceClass":null,"abstract":true,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolAssignmentStatement","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolExpressionStatement","instanceClass":null,"abstract":true,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolAssignmentExpressionStatement","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolLogicalExpressionStatement","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EolFor","instanceClass":null,"abstract":false,"id":79,"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":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superclasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clazz","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"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":"clazz","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"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":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":"lower","changeable":true,"lowerBound":0,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"association","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":"isComposite","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"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":"memberEnds","changeable":true,"resolveProxies":true,"lowerBound":2,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mofClassesSource","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":"mofAssociationsSource","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":true,"unsettable":false,"transient":false,"unique":true,"name":"mofClassesTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mofAssociationsTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pre","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transformationRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"post","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","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"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"body","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":"name","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":"guardName","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extendsRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetParameters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":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":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstractt","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lazy","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"primary","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":null,"unsettable":false,"transient":false,"unique":true,"name":"greedy","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"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":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","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":"context","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":"body","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":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referenced","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"isSequence","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":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"},{"container":false,"ordered":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":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"model","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":"type","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationalExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"chainedLogicalExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"logicalOperator","changeable":true,"lowerBound":1,"iD":false,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logicalExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"name":"and","id":214,"value":0,"literal":"and","eClass":"EEnumLiteral"},{"name":"or","id":215,"value":1,"literal":"or","eClass":"EEnumLiteral"},{"name":"not","id":216,"value":2,"literal":"not","eClass":"EEnumLiteral"},{"name":"implies","id":217,"value":3,"literal":"implies","eClass":"EEnumLiteral"},{"name":"xor","id":218,"value":4,"literal":"xor","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":"additiveExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"chainedRelationalExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relationalOperator","changeable":true,"lowerBound":1,"iD":false,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationalExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"name":"equal","id":228,"value":0,"literal":"equal","eClass":"EEnumLiteral"},{"name":"assignment","id":229,"value":1,"literal":"assignment","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"additiveComparisonOperator","changeable":true,"lowerBound":1,"iD":false,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additiveExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"name":"notEqual","id":235,"value":0,"literal":"notEqual","eClass":"EEnumLiteral"},{"name":"greaterThan","id":236,"value":1,"literal":"greaterThan","eClass":"EEnumLiteral"},{"name":"smallerThan","id":237,"value":2,"literal":"smallerThan","eClass":"EEnumLiteral"},{"name":"greaterOrEqual","id":238,"value":3,"literal":"greaterOrEqual","eClass":"EEnumLiteral"},{"name":"smallerOrEqual","id":239,"value":4,"literal":"smallerOrEqual","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":"multiplicativeExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"chainedAdditiveExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"additiveArithmeticalOperator","changeable":true,"lowerBound":1,"iD":false,"id":244,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additiveExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"name":"plus","id":248,"value":0,"literal":"plus","eClass":"EEnumLiteral"},{"name":"minus","id":249,"value":1,"literal":"minus","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":"unaryExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"chainedMultiplicativeExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiplicativeArithmeticalOperator","changeable":true,"lowerBound":1,"iD":false,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unaryExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"name":"multiply","id":258,"value":0,"literal":"multiply","eClass":"EEnumLiteral"},{"name":"divide","id":259,"value":1,"literal":"divide","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":"unaryOperatorNullable","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"PostfixExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unaryOperator","changeable":true,"lowerBound":1,"iD":false,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"name":"minusUnary","id":266,"value":0,"literal":"minusUnary","eClass":"EEnumLiteral"},{"name":"not","id":267,"value":1,"literal":"not","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":"itemSelectorExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"chainedFeatureCallPostfixExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureCall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureCallAdditionalLogicalExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"chainedFeatureCallPostfixExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primitiveExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalPrimitiveExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedMofProperty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedMofClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logicalExpressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instantiatedMofClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"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":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedFormalParameter","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":"referencedVarableDeclaration","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":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSpecial","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logicalExpressionLeft","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logicalExpressionRight","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"postfixExpressionLeft","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logicalExpressionRight","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logicalExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":333,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iteratedSequence","changeable":true,"resolveProxies":true,"lowerBound":1,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statementBlock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":1,"target":80},{"source":80,"target":81},{"source":80,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":82},{"source":2,"target":83},{"source":82,"target":4},{"source":82,"target":84},{"source":82,"target":2},{"source":82,"target":85},{"source":84,"target":4},{"source":83,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":3,"target":89},{"source":86,"target":6},{"source":86,"target":90},{"source":86,"target":3},{"source":86,"target":91},{"source":90,"target":6},{"source":87,"target":3},{"source":87,"target":92},{"source":87,"target":3},{"source":87,"target":88},{"source":92,"target":3},{"source":88,"target":3},{"source":88,"target":93},{"source":88,"target":3},{"source":88,"target":87},{"source":93,"target":3},{"source":89,"target":2},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":85},{"source":4,"target":94},{"source":85,"target":2},{"source":85,"target":95},{"source":85,"target":4},{"source":85,"target":82},{"source":95,"target":2},{"source":94,"target":1},{"source":5,"target":0},{"source":5,"target":96},{"source":5,"target":97},{"source":96,"target":98},{"source":96,"target":5},{"source":97,"target":99},{"source":97,"target":5},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":5},{"source":6,"target":91},{"source":6,"target":100},{"source":6,"target":101},{"source":6,"target":102},{"source":6,"target":103},{"source":91,"target":3},{"source":91,"target":104},{"source":91,"target":6},{"source":91,"target":86},{"source":104,"target":3},{"source":100,"target":7},{"source":100,"target":105},{"source":100,"target":6},{"source":100,"target":106},{"source":105,"target":7},{"source":101,"target":107},{"source":101,"target":6},{"source":102,"target":4},{"source":103,"target":5},{"source":7,"target":0},{"source":7,"target":106},{"source":106,"target":6},{"source":106,"target":108},{"source":106,"target":7},{"source":106,"target":100},{"source":108,"target":6},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":109},{"source":109,"target":2},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":110},{"source":110,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":111},{"source":111,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":112},{"source":112,"target":8},{"source":12,"target":0},{"source":12,"target":15},{"source":12,"target":113},{"source":12,"target":114},{"source":12,"target":115},{"source":12,"target":116},{"source":12,"target":117},{"source":12,"target":118},{"source":12,"target":119},{"source":12,"target":120},{"source":12,"target":121},{"source":113,"target":3},{"source":113,"target":122},{"source":113,"target":12},{"source":122,"target":3},{"source":114,"target":7},{"source":114,"target":123},{"source":114,"target":12},{"source":123,"target":7},{"source":115,"target":3},{"source":115,"target":124},{"source":115,"target":12},{"source":124,"target":3},{"source":116,"target":7},{"source":116,"target":125},{"source":116,"target":12},{"source":125,"target":7},{"source":117,"target":13},{"source":117,"target":126},{"source":117,"target":12},{"source":126,"target":13},{"source":118,"target":14},{"source":118,"target":127},{"source":118,"target":12},{"source":127,"target":14},{"source":119,"target":13},{"source":119,"target":128},{"source":119,"target":12},{"source":128,"target":13},{"source":120,"target":16},{"source":120,"target":129},{"source":120,"target":12},{"source":129,"target":16},{"source":121,"target":15},{"source":13,"target":0},{"source":13,"target":130},{"source":13,"target":131},{"source":130,"target":132},{"source":130,"target":13},{"source":131,"target":73},{"source":131,"target":133},{"source":131,"target":13},{"source":133,"target":73},{"source":14,"target":0},{"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":134,"target":145},{"source":134,"target":14},{"source":135,"target":146},{"source":135,"target":14},{"source":136,"target":14},{"source":136,"target":147},{"source":136,"target":14},{"source":147,"target":14},{"source":137,"target":18},{"source":137,"target":148},{"source":137,"target":14},{"source":148,"target":18},{"source":138,"target":18},{"source":138,"target":149},{"source":138,"target":14},{"source":149,"target":18},{"source":139,"target":38},{"source":139,"target":150},{"source":139,"target":14},{"source":150,"target":38},{"source":140,"target":73},{"source":140,"target":151},{"source":140,"target":14},{"source":151,"target":73},{"source":141,"target":152},{"source":141,"target":14},{"source":142,"target":153},{"source":142,"target":14},{"source":143,"target":154},{"source":143,"target":14},{"source":144,"target":155},{"source":144,"target":14},{"source":15,"target":0},{"source":16,"target":0},{"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":156,"target":19},{"source":156,"target":162},{"source":156,"target":16},{"source":162,"target":19},{"source":157,"target":163},{"source":157,"target":16},{"source":158,"target":17},{"source":158,"target":164},{"source":158,"target":16},{"source":164,"target":17},{"source":159,"target":22},{"source":159,"target":165},{"source":159,"target":16},{"source":165,"target":22},{"source":160,"target":74},{"source":160,"target":166},{"source":160,"target":16},{"source":166,"target":74},{"source":161,"target":22},{"source":161,"target":167},{"source":161,"target":16},{"source":167,"target":22},{"source":17,"target":0},{"source":17,"target":168},{"source":168,"target":169},{"source":168,"target":17},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":170},{"source":18,"target":171},{"source":18,"target":172},{"source":170,"target":3},{"source":170,"target":173},{"source":170,"target":18},{"source":173,"target":3},{"source":171,"target":174},{"source":171,"target":18},{"source":172,"target":17},{"source":19,"target":0},{"source":19,"target":20},{"source":19,"target":175},{"source":19,"target":176},{"source":175,"target":177},{"source":175,"target":19},{"source":176,"target":20},{"source":20,"target":0},{"source":20,"target":178},{"source":178,"target":38},{"source":178,"target":179},{"source":178,"target":20},{"source":179,"target":38},{"source":21,"target":0},{"source":21,"target":180},{"source":180,"target":181},{"source":180,"target":21},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":182},{"source":182,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":67},{"source":24,"target":183},{"source":24,"target":184},{"source":24,"target":185},{"source":24,"target":186},{"source":183,"target":187},{"source":183,"target":24},{"source":184,"target":188},{"source":184,"target":24},{"source":185,"target":22},{"source":186,"target":67},{"source":25,"target":0},{"source":25,"target":22},{"source":25,"target":67},{"source":25,"target":189},{"source":25,"target":190},{"source":25,"target":191},{"source":189,"target":192},{"source":189,"target":25},{"source":190,"target":22},{"source":191,"target":67},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":193},{"source":193,"target":22},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":194},{"source":194,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":195},{"source":195,"target":26},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":196},{"source":196,"target":28},{"source":30,"target":0},{"source":30,"target":26},{"source":30,"target":197},{"source":197,"target":26},{"source":31,"target":0},{"source":31,"target":22},{"source":31,"target":198},{"source":198,"target":22},{"source":32,"target":0},{"source":32,"target":22},{"source":32,"target":67},{"source":32,"target":199},{"source":32,"target":200},{"source":199,"target":22},{"source":200,"target":67},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":201},{"source":201,"target":32},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":202},{"source":202,"target":32},{"source":35,"target":0},{"source":35,"target":32},{"source":35,"target":203},{"source":203,"target":32},{"source":36,"target":0},{"source":36,"target":32},{"source":36,"target":204},{"source":204,"target":32},{"source":37,"target":0},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":205},{"source":38,"target":206},{"source":38,"target":207},{"source":205,"target":41},{"source":205,"target":208},{"source":205,"target":38},{"source":208,"target":41},{"source":206,"target":39},{"source":206,"target":209},{"source":206,"target":38},{"source":209,"target":39},{"source":207,"target":37},{"source":39,"target":0},{"source":39,"target":210},{"source":39,"target":211},{"source":210,"target":40},{"source":210,"target":212},{"source":210,"target":39},{"source":212,"target":40},{"source":211,"target":38},{"source":211,"target":213},{"source":211,"target":39},{"source":213,"target":38},{"source":40,"target":0},{"source":40,"target":214},{"source":40,"target":215},{"source":40,"target":216},{"source":40,"target":217},{"source":40,"target":218},{"source":214,"target":40},{"source":215,"target":40},{"source":216,"target":40},{"source":217,"target":40},{"source":218,"target":40},{"source":41,"target":0},{"source":41,"target":219},{"source":41,"target":220},{"source":219,"target":47},{"source":219,"target":221},{"source":219,"target":41},{"source":221,"target":47},{"source":220,"target":42},{"source":220,"target":222},{"source":220,"target":41},{"source":222,"target":42},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":223},{"source":43,"target":224},{"source":43,"target":225},{"source":223,"target":44},{"source":223,"target":226},{"source":223,"target":43},{"source":226,"target":44},{"source":224,"target":41},{"source":224,"target":227},{"source":224,"target":43},{"source":227,"target":41},{"source":225,"target":42},{"source":44,"target":0},{"source":44,"target":228},{"source":44,"target":229},{"source":228,"target":44},{"source":229,"target":44},{"source":45,"target":0},{"source":45,"target":42},{"source":45,"target":230},{"source":45,"target":231},{"source":45,"target":232},{"source":230,"target":46},{"source":230,"target":233},{"source":230,"target":45},{"source":233,"target":46},{"source":231,"target":47},{"source":231,"target":234},{"source":231,"target":45},{"source":234,"target":47},{"source":232,"target":42},{"source":46,"target":0},{"source":46,"target":235},{"source":46,"target":236},{"source":46,"target":237},{"source":46,"target":238},{"source":46,"target":239},{"source":235,"target":46},{"source":236,"target":46},{"source":237,"target":46},{"source":238,"target":46},{"source":239,"target":46},{"source":47,"target":0},{"source":47,"target":240},{"source":47,"target":241},{"source":240,"target":50},{"source":240,"target":242},{"source":240,"target":47},{"source":242,"target":50},{"source":241,"target":48},{"source":241,"target":243},{"source":241,"target":47},{"source":243,"target":48},{"source":48,"target":0},{"source":48,"target":244},{"source":48,"target":245},{"source":244,"target":49},{"source":244,"target":246},{"source":244,"target":48},{"source":246,"target":49},{"source":245,"target":47},{"source":245,"target":247},{"source":245,"target":48},{"source":247,"target":47},{"source":49,"target":0},{"source":49,"target":248},{"source":49,"target":249},{"source":248,"target":49},{"source":249,"target":49},{"source":50,"target":0},{"source":50,"target":250},{"source":50,"target":251},{"source":250,"target":53},{"source":250,"target":252},{"source":250,"target":50},{"source":252,"target":53},{"source":251,"target":51},{"source":251,"target":253},{"source":251,"target":50},{"source":253,"target":51},{"source":51,"target":0},{"source":51,"target":254},{"source":51,"target":255},{"source":254,"target":52},{"source":254,"target":256},{"source":254,"target":51},{"source":256,"target":52},{"source":255,"target":53},{"source":255,"target":257},{"source":255,"target":51},{"source":257,"target":53},{"source":52,"target":0},{"source":52,"target":258},{"source":52,"target":259},{"source":258,"target":52},{"source":259,"target":52},{"source":53,"target":0},{"source":53,"target":260},{"source":53,"target":261},{"source":260,"target":54},{"source":260,"target":262},{"source":260,"target":53},{"source":262,"target":54},{"source":261,"target":56},{"source":261,"target":263},{"source":261,"target":53},{"source":263,"target":56},{"source":54,"target":0},{"source":54,"target":264},{"source":264,"target":55},{"source":264,"target":265},{"source":264,"target":54},{"source":265,"target":55},{"source":55,"target":0},{"source":55,"target":266},{"source":55,"target":267},{"source":266,"target":55},{"source":267,"target":55},{"source":56,"target":0},{"source":56,"target":268},{"source":56,"target":269},{"source":268,"target":58},{"source":268,"target":270},{"source":268,"target":56},{"source":270,"target":58},{"source":269,"target":57},{"source":269,"target":271},{"source":269,"target":56},{"source":271,"target":57},{"source":57,"target":0},{"source":57,"target":272},{"source":57,"target":273},{"source":57,"target":274},{"source":272,"target":59},{"source":272,"target":275},{"source":272,"target":57},{"source":275,"target":59},{"source":273,"target":38},{"source":273,"target":276},{"source":273,"target":57},{"source":276,"target":38},{"source":274,"target":57},{"source":274,"target":277},{"source":274,"target":57},{"source":277,"target":57},{"source":58,"target":0},{"source":58,"target":278},{"source":58,"target":279},{"source":278,"target":67},{"source":278,"target":280},{"source":278,"target":58},{"source":280,"target":67},{"source":279,"target":67},{"source":279,"target":281},{"source":279,"target":58},{"source":281,"target":67},{"source":59,"target":0},{"source":59,"target":67},{"source":59,"target":282},{"source":282,"target":67},{"source":60,"target":0},{"source":60,"target":59},{"source":60,"target":283},{"source":60,"target":284},{"source":60,"target":285},{"source":283,"target":286},{"source":283,"target":60},{"source":284,"target":64},{"source":284,"target":287},{"source":284,"target":60},{"source":287,"target":64},{"source":285,"target":59},{"source":61,"target":0},{"source":61,"target":59},{"source":61,"target":288},{"source":61,"target":289},{"source":288,"target":6},{"source":288,"target":290},{"source":288,"target":61},{"source":290,"target":6},{"source":289,"target":59},{"source":62,"target":0},{"source":62,"target":59},{"source":62,"target":291},{"source":291,"target":59},{"source":63,"target":0},{"source":63,"target":59},{"source":63,"target":292},{"source":63,"target":293},{"source":292,"target":3},{"source":292,"target":294},{"source":292,"target":63},{"source":294,"target":3},{"source":293,"target":59},{"source":64,"target":0},{"source":64,"target":295},{"source":295,"target":38},{"source":295,"target":296},{"source":295,"target":64},{"source":296,"target":38},{"source":65,"target":0},{"source":65,"target":67},{"source":65,"target":297},{"source":65,"target":298},{"source":297,"target":3},{"source":297,"target":299},{"source":297,"target":65},{"source":299,"target":3},{"source":298,"target":67},{"source":66,"target":0},{"source":66,"target":67},{"source":66,"target":300},{"source":66,"target":301},{"source":300,"target":302},{"source":300,"target":66},{"source":301,"target":67},{"source":67,"target":0},{"source":68,"target":0},{"source":68,"target":67},{"source":68,"target":303},{"source":303,"target":67},{"source":69,"target":0},{"source":69,"target":67},{"source":69,"target":304},{"source":69,"target":305},{"source":304,"target":306},{"source":304,"target":69},{"source":305,"target":67},{"source":70,"target":0},{"source":70,"target":67},{"source":70,"target":307},{"source":307,"target":67},{"source":71,"target":0},{"source":71,"target":70},{"source":71,"target":308},{"source":71,"target":309},{"source":308,"target":17},{"source":308,"target":310},{"source":308,"target":71},{"source":310,"target":17},{"source":309,"target":70},{"source":72,"target":0},{"source":72,"target":70},{"source":72,"target":311},{"source":72,"target":312},{"source":311,"target":66},{"source":311,"target":313},{"source":311,"target":72},{"source":313,"target":66},{"source":312,"target":70},{"source":73,"target":0},{"source":73,"target":37},{"source":73,"target":314},{"source":73,"target":315},{"source":314,"target":74},{"source":314,"target":316},{"source":314,"target":73},{"source":316,"target":74},{"source":315,"target":37},{"source":74,"target":0},{"source":75,"target":0},{"source":75,"target":74},{"source":75,"target":317},{"source":75,"target":318},{"source":75,"target":319},{"source":75,"target":320},{"source":317,"target":321},{"source":317,"target":75},{"source":318,"target":38},{"source":318,"target":322},{"source":318,"target":75},{"source":322,"target":38},{"source":319,"target":38},{"source":319,"target":323},{"source":319,"target":75},{"source":323,"target":38},{"source":320,"target":74},{"source":76,"target":0},{"source":76,"target":74},{"source":76,"target":324},{"source":324,"target":74},{"source":77,"target":0},{"source":77,"target":76},{"source":77,"target":325},{"source":77,"target":326},{"source":77,"target":327},{"source":325,"target":56},{"source":325,"target":328},{"source":325,"target":77},{"source":328,"target":56},{"source":326,"target":38},{"source":326,"target":329},{"source":326,"target":77},{"source":329,"target":38},{"source":327,"target":76},{"source":78,"target":0},{"source":78,"target":76},{"source":78,"target":330},{"source":78,"target":331},{"source":330,"target":38},{"source":330,"target":332},{"source":330,"target":78},{"source":332,"target":38},{"source":331,"target":76},{"source":79,"target":0},{"source":79,"target":74},{"source":79,"target":333},{"source":79,"target":334},{"source":79,"target":335},{"source":79,"target":336},{"source":333,"target":17},{"source":333,"target":337},{"source":333,"target":79},{"source":337,"target":17},{"source":334,"target":38},{"source":334,"target":338},{"source":334,"target":79},{"source":338,"target":38},{"source":335,"target":73},{"source":335,"target":339},{"source":335,"target":79},{"source":339,"target":73},{"source":336,"target":74}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="recipes" nsURI="http://www.eclipse.org/viatra/query/rete/recipes"
nsPrefix="recipes">
<eClassifiers xsi:type="ecore:EClass" name="ReteRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Container for Rete recipes."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="recipeNodes" upperBound="-1"
eType="#//ReteNodeRecipe" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReteNodeRecipe" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abstract base class for model elements that represent "Rete node recipes",
that is DTOs that carry information for Rete network construction."/>
</eAnnotations>
<eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" The width of tuples contained by this node."/>
<details key="body" value="throw new <%java.lang.UnsupportedOperationException%>();"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="traceInfo" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Temporary construct for storing traceability information."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleParentNodeRecipe" abstract="true"
eSuperTypes="#//ReteNodeRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abstract base class for single-parent node recipes."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//ReteNodeRecipe"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AlphaRecipe" abstract="true" eSuperTypes="#//SingleParentNodeRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abstract base class for alpha node recipes."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiParentNodeRecipe" abstract="true"
eSuperTypes="#//ReteNodeRecipe">
<eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="<%org.eclipse.emf.common.util.EList%><<%org.eclipse.viatra.query.runtime.rete.recipes.ReteNodeRecipe%>> _parents = this.getParents();
<%org.eclipse.viatra.query.runtime.rete.recipes.ReteNodeRecipe%> _get = _parents.get(0);
return _get.getArity();"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parents" upperBound="-1"
eType="#//ReteNodeRecipe"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UniquenessEnforcerRecipe" eSuperTypes="#//MultiParentNodeRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents nodes that enforce tuple uniqueness, i.e. filter out
duplicate input tuples for output."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProductionRecipe" eSuperTypes="#//MultiParentNodeRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The production node represents the output of the Rete network,
from which the results of a query can be read."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappedIndices" upperBound="-1"
eType="#//StringIndexMapEntry" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="String -> Index map.
Indicates the positions of parameters."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Traceability link to defining pattern object (from EMFPatternLanguage)
TODO unused?"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="patternFQN" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IndexerRecipe" abstract="true" eSuperTypes="#//SingleParentNodeRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents a node that indexes the contents of a parent based on a projection defined by a Mask."/>
</eAnnotations>
<eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="<%org.eclipse.viatra.query.runtime.rete.recipes.Mask%> _mask = this.getMask();
return _mask.getSourceArity();"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="mask" eType="#//Mask" containment="true"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectionIndexerRecipe" eSuperTypes="#//IndexerRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents helper nodes that provide projection indexing for Beta nodes and user queries."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AggregatorIndexerRecipe" eSuperTypes="#//IndexerRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attached to an aggregator node, provides the aggregated values for outer join."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BetaRecipe" abstract="true" eSuperTypes="#//ReteNodeRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abstract base class for Beta node recipes."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftParent" eType="#//ProjectionIndexerRecipe"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightParent" eType="#//IndexerRecipe"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" can be an AggregatorIndexer"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mask">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A mask defines the set of tuple variables that need to be taken into consideration for operations."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceIndices" unique="false"
upperBound="-1" eType="#//Index">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The indices that are relevant for tuple operations."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceArity" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The arity of tuples."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Index" instanceClassName="java.lang.Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Indexes tell which variable of tuples are relevant for a given operation.
TODO: is this necessary at all?"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringIndexMapEntry" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" eType="#//Index"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputRecipe" eSuperTypes="#//ReteNodeRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents input nodes for the Rete network, i.e. nodes
that generate input tuples for processing."/>
</eAnnotations>
<eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return getKeyArity();"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inputKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keyID" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Temporary construct for identifying types over the wire.
TODO improve type references"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keyArity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantRecipe" eSuperTypes="#//ReteNodeRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Simple node that stores constant values."/>
</eAnnotations>
<eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="<%org.eclipse.emf.common.util.EList%><<%java.lang.Object%>> _constantValues = this.getConstantValues();
return ((<%java.lang.Object%>[])org.eclipse.xtext.xbase.lib.Conversions.unwrapArray(_constantValues, <%java.lang.Object%>.class)).length;"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constantValues" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Stores constant values. May be empty.

TODO store constants as strings instead? (for easier serialization)"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitiveClosureRecipe" eSuperTypes="#//AlphaRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents transitive closure."/>
</eAnnotations>
<eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return 2;"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilterRecipe" abstract="true" eSuperTypes="#//AlphaRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abstract base class for nodes that implement filtering operations."/>
</eAnnotations>
<eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="<%org.eclipse.viatra.query.runtime.rete.recipes.ReteNodeRecipe%> _parent = this.getParent();
return _parent.getArity();"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InequalityFilterRecipe" eSuperTypes="#//FilterRecipe">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subject" unique="false"
eType="#//Index"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inequals" unique="false"
upperBound="-1" eType="#//Index"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EqualityFilterRecipe" eSuperTypes="#//FilterRecipe">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="indices" unique="false"
upperBound="-1" eType="#//Index"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransparentRecipe" eSuperTypes="#//FilterRecipe"/>
<eClassifiers xsi:type="ecore:EClass" name="TrimmerRecipe" eSuperTypes="#//AlphaRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Implements projection without uniqueness checking."/>
</eAnnotations>
<eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="<%org.eclipse.viatra.query.runtime.rete.recipes.Mask%> _mask = this.getMask();
<%org.eclipse.emf.common.util.EList%><<%java.lang.Integer%>> _sourceIndices = _mask.getSourceIndices();
return _sourceIndices.size();"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="mask" eType="#//Mask" containment="true"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="evaluator" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionEnforcerRecipe" abstract="true"
eSuperTypes="#//AlphaRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="type RuntimeExpressionEvaluator wraps org.eclipse.viatra.query.runtime.matchers.psystem.IExpressionEvaluator
class RuntimeExpressionDefinition extends ExpressionDefinition {
	RuntimeExpressionEvaluator evaluator
}"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//ExpressionDefinition"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Provides traceability to expression representation."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappedIndices" upperBound="-1"
eType="#//StringIndexMapEntry" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="String -> Index map.
Maps variable names in the expression to tuple indices."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CheckRecipe" eSuperTypes="#//ExpressionEnforcerRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Computes the result of the boolean expression evaluation and
only passes tuples for which the result is true."/>
</eAnnotations>
<eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="<%org.eclipse.viatra.query.runtime.rete.recipes.ReteNodeRecipe%> _parent = this.getParent();
return _parent.getArity();"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvalRecipe" eSuperTypes="#//ExpressionEnforcerRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Computes the result of expression evaluation and suffixes the result
to output tuples as the last element."/>
</eAnnotations>
<eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="<%org.eclipse.viatra.query.runtime.rete.recipes.ReteNodeRecipe%> _parent = this.getParent();
int _arity = _parent.getArity();
return (1 + _arity);"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AggregatorRecipe" abstract="true" eSuperTypes="#//ReteNodeRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents a (compound) node that performs an aggregation operation.
Parent must be a ProjectionIndexer, which defines how tuples are to be aggregated.
Usable only through an Join with an AggregatorIndexer as the right parent"/>
</eAnnotations>
<eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="<%org.eclipse.viatra.query.runtime.rete.recipes.ProjectionIndexerRecipe%> _parent = this.getParent();
<%org.eclipse.viatra.query.runtime.rete.recipes.Mask%> _mask = _parent.getMask();
<%org.eclipse.emf.common.util.EList%><<%java.lang.Integer%>> _sourceIndices = _mask.getSourceIndices();
int _size = _sourceIndices.size();
return (1 + _size);"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//ProjectionIndexerRecipe"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CountAggregatorRecipe" eSuperTypes="#//AggregatorRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The count aggregator node represents a "count find" operation."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JoinRecipe" eSuperTypes="#//BetaRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The most basic beta operation, the join node performs a join operation over two input tuple sets."/>
</eAnnotations>
<eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="<%org.eclipse.viatra.query.runtime.rete.recipes.ProjectionIndexerRecipe%> _leftParent = this.getLeftParent();
int _arity = _leftParent.getArity();
<%org.eclipse.viatra.query.runtime.rete.recipes.IndexerRecipe%> _rightParent = this.getRightParent();
int _arity_1 = _rightParent.getArity();
int _plus = (_arity + _arity_1);
<%org.eclipse.viatra.query.runtime.rete.recipes.IndexerRecipe%> _rightParent_1 = this.getRightParent();
<%org.eclipse.viatra.query.runtime.rete.recipes.Mask%> _mask = _rightParent_1.getMask();
<%org.eclipse.emf.common.util.EList%><<%java.lang.Integer%>> _sourceIndices = _mask.getSourceIndices();
int _size = _sourceIndices.size();
return (_plus - _size);"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightParentComplementaryMask"
eType="#//Mask" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExistenceJoinRecipe" abstract="true"
eSuperTypes="#//BetaRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Existence joins are TODO

See http://en.wikipedia.org/wiki/Relational_algebra"/>
</eAnnotations>
<eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="<%org.eclipse.viatra.query.runtime.rete.recipes.ProjectionIndexerRecipe%> _leftParent = this.getLeftParent();
return _leftParent.getArity();"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SemiJoinRecipe" eSuperTypes="#//ExistenceJoinRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A semi-join is TODO

See http://en.wikipedia.org/wiki/Relational_algebra"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AntiJoinRecipe" eSuperTypes="#//ExistenceJoinRecipe">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An anti-join is TODO

See http://en.wikipedia.org/wiki/Relational_algebra"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputFilterRecipe" eSuperTypes="#//FilterRecipe">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inputKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keyID" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Temporary construct for identifying types over the wire.
TODO improve type references"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="mask" eType="#//Mask" containment="true"
resolveProxies="false"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/tamasborbas/org.eclipse.viatra/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/model/recipes.ecore | ecore | recipes
ReteRecipe
recipeNodes
ReteNodeRecipe
getArity
traceInfo
SingleParentNodeRecipe
parent
AlphaRecipe
MultiParentNodeRecipe
getArity
parents
UniquenessEnforcerRecipe
ProductionRecipe
mappedIndices
pattern
patternFQN
IndexerRecipe
getArity
mask
ProjectionIndexerRecipe
AggregatorIndexerRecipe
BetaRecipe
leftParent
rightParent
Mask
sourceIndices
sourceArity
Index
java.lang.Integer
java.lang.Integer
StringIndexMapEntry
java.util.Map$Entry
java.util.Map$Entry
key
value
InputRecipe
getArity
inputKey
keyID
keyArity
ConstantRecipe
getArity
constantValues
TransitiveClosureRecipe
getArity
FilterRecipe
getArity
InequalityFilterRecipe
subject
inequals
EqualityFilterRecipe
indices
TransparentRecipe
TrimmerRecipe
getArity
mask
ExpressionDefinition
evaluator
ExpressionEnforcerRecipe
expression
mappedIndices
CheckRecipe
getArity
EvalRecipe
getArity
AggregatorRecipe
getArity
parent
CountAggregatorRecipe
JoinRecipe
getArity
rightParentComplementaryMask
ExistenceJoinRecipe
getArity
SemiJoinRecipe
AntiJoinRecipe
InputFilterRecipe
inputKey
keyID
mask | null | {"directed":true,"nodes":[{"nsPrefix":"recipes","nsURI":"http://www.eclipse.org/viatra/query/rete/recipes","name":"recipes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReteRecipe","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReteNodeRecipe","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleParentNodeRecipe","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlphaRecipe","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiParentNodeRecipe","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniquenessEnforcerRecipe","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductionRecipe","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexerRecipe","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectionIndexerRecipe","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatorIndexerRecipe","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BetaRecipe","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mask","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Index","instanceClass":"java.lang.Integer","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringIndexMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputRecipe","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantRecipe","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitiveClosureRecipe","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterRecipe","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InequalityFilterRecipe","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityFilterRecipe","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransparentRecipe","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrimmerRecipe","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionDefinition","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionEnforcerRecipe","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckRecipe","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvalRecipe","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatorRecipe","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CountAggregatorRecipe","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinRecipe","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistenceJoinRecipe","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemiJoinRecipe","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AntiJoinRecipe","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputFilterRecipe","instanceClass":null,"abstract":false,"id":33,"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":"recipeNodes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":36,"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":false,"name":"traceInfo","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","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":false,"unsettable":false,"transient":false,"unique":true,"name":"parents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappedIndices","changeable":true,"resolveProxies":false,"lowerBound":0,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"pattern","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":"patternFQN","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":57,"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":"mask","changeable":true,"resolveProxies":false,"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftParent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightParent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"sourceIndices","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"sourceArity","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":false,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":77,"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":"inputKey","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"keyID","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keyArity","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":86,"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":"constantValues","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EOperation"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"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":false,"name":"subject","changeable":true,"lowerBound":0,"iD":false,"id":97,"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":"inequals","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"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":"indices","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":106,"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":"mask","changeable":true,"resolveProxies":false,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"evaluator","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"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":"expression","changeable":true,"resolveProxies":false,"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":"mappedIndices","changeable":true,"resolveProxies":false,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EOperation"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":121,"many":false,"required":false,"eClass":"EOperation"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":124,"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":"parent","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"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":130,"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":"rightParentComplementaryMask","changeable":true,"resolveProxies":false,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EOperation"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"inputKey","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"keyID","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mask","changeable":true,"resolveProxies":false,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":1,"target":34},{"source":34,"target":2},{"source":34,"target":35},{"source":34,"target":1},{"source":35,"target":2},{"source":2,"target":0},{"source":2,"target":36},{"source":2,"target":37},{"source":36,"target":38},{"source":36,"target":2},{"source":37,"target":39},{"source":37,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":40},{"source":3,"target":41},{"source":40,"target":2},{"source":40,"target":42},{"source":40,"target":3},{"source":42,"target":2},{"source":41,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":43},{"source":43,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":44,"target":47},{"source":44,"target":5},{"source":45,"target":2},{"source":45,"target":48},{"source":45,"target":5},{"source":48,"target":2},{"source":46,"target":2},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":49},{"source":49,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":50,"target":14},{"source":50,"target":54},{"source":50,"target":7},{"source":54,"target":14},{"source":51,"target":55},{"source":51,"target":7},{"source":52,"target":56},{"source":52,"target":7},{"source":53,"target":5},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":57,"target":60},{"source":57,"target":8},{"source":58,"target":12},{"source":58,"target":61},{"source":58,"target":8},{"source":61,"target":12},{"source":59,"target":3},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":62},{"source":62,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":63},{"source":63,"target":8},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":64},{"source":11,"target":65},{"source":11,"target":66},{"source":64,"target":9},{"source":64,"target":67},{"source":64,"target":11},{"source":67,"target":9},{"source":65,"target":8},{"source":65,"target":68},{"source":65,"target":11},{"source":68,"target":8},{"source":66,"target":2},{"source":12,"target":0},{"source":12,"target":69},{"source":12,"target":70},{"source":69,"target":13},{"source":69,"target":71},{"source":69,"target":12},{"source":71,"target":13},{"source":70,"target":72},{"source":70,"target":12},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":73},{"source":14,"target":74},{"source":73,"target":75},{"source":73,"target":14},{"source":74,"target":13},{"source":74,"target":76},{"source":74,"target":14},{"source":76,"target":13},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":77},{"source":15,"target":78},{"source":15,"target":79},{"source":15,"target":80},{"source":15,"target":81},{"source":77,"target":82},{"source":77,"target":15},{"source":78,"target":83},{"source":78,"target":15},{"source":79,"target":84},{"source":79,"target":15},{"source":80,"target":85},{"source":80,"target":15},{"source":81,"target":2},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":86},{"source":16,"target":87},{"source":16,"target":88},{"source":86,"target":89},{"source":86,"target":16},{"source":87,"target":90},{"source":87,"target":16},{"source":88,"target":2},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":91},{"source":17,"target":92},{"source":91,"target":93},{"source":91,"target":17},{"source":92,"target":4},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":94},{"source":18,"target":95},{"source":94,"target":96},{"source":94,"target":18},{"source":95,"target":4},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":97},{"source":19,"target":98},{"source":19,"target":99},{"source":97,"target":13},{"source":97,"target":100},{"source":97,"target":19},{"source":100,"target":13},{"source":98,"target":13},{"source":98,"target":101},{"source":98,"target":19},{"source":101,"target":13},{"source":99,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":102},{"source":20,"target":103},{"source":102,"target":13},{"source":102,"target":104},{"source":102,"target":20},{"source":104,"target":13},{"source":103,"target":18},{"source":21,"target":0},{"source":21,"target":18},{"source":21,"target":105},{"source":105,"target":18},{"source":22,"target":0},{"source":22,"target":4},{"source":22,"target":106},{"source":22,"target":107},{"source":22,"target":108},{"source":106,"target":109},{"source":106,"target":22},{"source":107,"target":12},{"source":107,"target":110},{"source":107,"target":22},{"source":110,"target":12},{"source":108,"target":4},{"source":23,"target":0},{"source":23,"target":111},{"source":111,"target":112},{"source":111,"target":23},{"source":24,"target":0},{"source":24,"target":4},{"source":24,"target":113},{"source":24,"target":114},{"source":24,"target":115},{"source":113,"target":23},{"source":113,"target":116},{"source":113,"target":24},{"source":116,"target":23},{"source":114,"target":14},{"source":114,"target":117},{"source":114,"target":24},{"source":117,"target":14},{"source":115,"target":4},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":118},{"source":25,"target":119},{"source":118,"target":120},{"source":118,"target":25},{"source":119,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":121},{"source":26,"target":122},{"source":121,"target":123},{"source":121,"target":26},{"source":122,"target":24},{"source":27,"target":0},{"source":27,"target":2},{"source":27,"target":124},{"source":27,"target":125},{"source":27,"target":126},{"source":124,"target":127},{"source":124,"target":27},{"source":125,"target":9},{"source":125,"target":128},{"source":125,"target":27},{"source":128,"target":9},{"source":126,"target":2},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":129},{"source":129,"target":27},{"source":29,"target":0},{"source":29,"target":11},{"source":29,"target":130},{"source":29,"target":131},{"source":29,"target":132},{"source":130,"target":133},{"source":130,"target":29},{"source":131,"target":12},{"source":131,"target":134},{"source":131,"target":29},{"source":134,"target":12},{"source":132,"target":11},{"source":30,"target":0},{"source":30,"target":11},{"source":30,"target":135},{"source":30,"target":136},{"source":135,"target":137},{"source":135,"target":30},{"source":136,"target":11},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":138},{"source":138,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":139},{"source":139,"target":30},{"source":33,"target":0},{"source":33,"target":18},{"source":33,"target":140},{"source":33,"target":141},{"source":33,"target":142},{"source":33,"target":143},{"source":140,"target":144},{"source":140,"target":33},{"source":141,"target":145},{"source":141,"target":33},{"source":142,"target":12},{"source":142,"target":146},{"source":142,"target":33},{"source":146,"target":12},{"source":143,"target":18}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="jEE" nsURI="http://www.example.org/jEE" nsPrefix="jEE">
<eClassifiers xsi:type="ecore:EClass" name="JEE">
<eStructuralFeatures xsi:type="ecore:EReference" name="Ejbs" lowerBound="1" upperBound="-1"
eType="#//EJB" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entities" lowerBound="1"
upperBound="-1" eType="#//Entity" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="services" lowerBound="1"
upperBound="-1" eType="#//Service" containment="true"/>
</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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceMethods" lowerBound="1"
upperBound="-1" eType="#//Method" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EJB">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bussinesMethods" lowerBound="1"
upperBound="-1" eType="#//Method" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" lowerBound="1"
upperBound="-1" eType="#//Attribute" 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="methods" upperBound="-1"
eType="#//Method" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Method">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="return" 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="anotations" upperBound="-1"
eType="#//Anotation" containment="true"/>
<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="Anotation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" 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:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="anotations" upperBound="-1"
eType="#//Anotation" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/phillipus85/ETLMetricsDataset/2015-02/Individual Projects/Grupo 7/transformaciones/M2M/jEE.ecore | ecore | jEE
JEE
Ejbs
entities
services
Service
name
path
serviceMethods
EJB
name
type
bussinesMethods
Entity
attributes
name
methods
Method
name
return
attributes
anotations
code
Anotation
name
parameter
Attribute
name
type
anotations | null | {"directed":true,"nodes":[{"nsPrefix":"jEE","nsURI":"http://www.example.org/jEE","name":"jEE","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JEE","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EJB","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":"Method","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Anotation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Ejbs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"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":"entities","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":true,"lowerBound":1,"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":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":"path","changeable":true,"lowerBound":0,"iD":false,"id":15,"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":"serviceMethods","changeable":true,"resolveProxies":true,"lowerBound":1,"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},{"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":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bussinesMethods","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"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":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"return","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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":"anotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"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":10,"target":2},{"source":10,"target":13},{"source":10,"target":1},{"source":13,"target":2},{"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":18},{"source":15,"target":2},{"source":16,"target":5},{"source":16,"target":19},{"source":16,"target":2},{"source":19,"target":5},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":20,"target":23},{"source":20,"target":3},{"source":21,"target":24},{"source":21,"target":3},{"source":22,"target":5},{"source":22,"target":25},{"source":22,"target":3},{"source":25,"target":5},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":26,"target":7},{"source":26,"target":29},{"source":26,"target":4},{"source":29,"target":7},{"source":27,"target":30},{"source":27,"target":4},{"source":28,"target":5},{"source":28,"target":31},{"source":28,"target":4},{"source":31,"target":5},{"source":5,"target":0},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":32,"target":37},{"source":32,"target":5},{"source":33,"target":38},{"source":33,"target":5},{"source":34,"target":7},{"source":34,"target":39},{"source":34,"target":5},{"source":39,"target":7},{"source":35,"target":6},{"source":35,"target":40},{"source":35,"target":5},{"source":40,"target":6},{"source":36,"target":41},{"source":36,"target":5},{"source":6,"target":0},{"source":6,"target":42},{"source":6,"target":43},{"source":42,"target":44},{"source":42,"target":6},{"source":43,"target":7},{"source":43,"target":45},{"source":43,"target":6},{"source":45,"target":7},{"source":7,"target":0},{"source":7,"target":46},{"source":7,"target":47},{"source":7,"target":48},{"source":46,"target":49},{"source":46,"target":7},{"source":47,"target":50},{"source":47,"target":7},{"source":48,"target":6},{"source":48,"target":51},{"source":48,"target":7},{"source":51,"target":6}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="crystal" nsURI="crystal" nsPrefix="crystal">
<eClassifiers xsi:type="ecore:EClass" name="Crystal">
<eAnnotations source="gmf.diagram">
<details key="foo" value="bar"/>
<details key="rcp" value="false"/>
<details key="onefile" value="true"/>
<details key="diagram.extension" value="crystal"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#//Transition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="procedures" upperBound="-1"
eType="#//Procedure" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1"
eType="#//Function" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1"
eType="#//AnonymousBlock" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Subprograms" abstract="true">
<eAnnotations source="gmf.node">
<details key="figure" value="rectangle"/>
<details key="border.width" value="1"/>
<details key="label.readOnly" value="true"/>
</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="Procedure" eSuperTypes="#//Subprograms">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
<details key="label.text" value="Procedure"/>
<details key="border.color" value="255,13,13"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameters" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="declarativePart" upperBound="-1"
eType="#//Parameters" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="executablePart" upperBound="-1"
eType="#//Statements" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//Subprograms">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
<details key="label.text" value="Function"/>
<details key="border.color" value="25,191,108"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameters" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnPart" upperBound="-1"
eType="#//Parameters" transient="true" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="declarativePart" upperBound="-1"
eType="#//Parameters" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="executablePart" upperBound="-1"
eType="#//Statements" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnonymousBlock" eSuperTypes="#//Subprograms">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
<details key="label.text" value="Anonymous Block"/>
<details key="border.color" value="43,106,215"/>
<details key="border.style" value="dash"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="declarativePart" upperBound="-1"
eType="#//Parameters" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="executablePart" upperBound="-1"
eType="#//Statements" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameters" abstract="true">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
<details key="figure" value="rectangle"/>
<details key="border.width" value="1"/>
<details key="label.icon" value="true"/>
<details key="label.readOnly" value="true"/>
<details key="label.placement" value="internal"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ParameterType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Parameters">
<eAnnotations source="gmf.node">
<details key="label.text" value="Data Type"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="DataType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="options" eType="#//DataTypeOptions"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Collections" eSuperTypes="#//Parameters">
<eAnnotations source="gmf.node">
<details key="label.text" value="Collection"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="Collection"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="TYPE name IS TABLE OF NUMBER INDEX BY VARCHAR2(20)"/>
<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="Records" eSuperTypes="#//Parameters">
<eAnnotations source="gmf.node">
<details key="label.text" value="Record"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="Record"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="TYPE recordType IS RECORD (id number(5), name varchar2(25), lastName tableA.last_name%type)"/>
<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="Cursor" eSuperTypes="#//Parameters">
<eAnnotations source="gmf.node">
<details key="label.text" value="Cursor"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="Cursor"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cursorQuery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="CURSOR cursorName IS selectStatement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statements" abstract="true">
<eAnnotations source="gmf.node">
<details key="label" value="description"/>
<details key="label.icon" value="true"/>
<details key="label.placement" value="internal"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Description"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Exception" eSuperTypes="#//Statements">
<eAnnotations source="gmf.node">
<details key="figure" value="rectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="Exception"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="EXCEPTION WHEN no_data_found THEN DBMS_OUTPUT.PUT_LINE('There arent data registred')"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//Statements">
<eAnnotations source="gmf.node">
<details key="figure" value="rectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="If"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Type the IF condition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="if" upperBound="-1" eType="#//Statements"
containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="else" upperBound="-1" eType="#//Statements"
containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Case" eSuperTypes="#//Statements">
<eAnnotations source="gmf.node">
<details key="figure" value="rectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="Case"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1"
eType="#//Selector" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Insert" eSuperTypes="#//Statements">
<eAnnotations source="gmf.node">
<details key="figure" value="rectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="Insert"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="INSERT INTO tableA (id, name) VALUES (1, 'example')"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Update" eSuperTypes="#//Statements">
<eAnnotations source="gmf.node">
<details key="figure" value="rectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="Update"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="UPDATE tableA SET name = 'example' WHERE id = 1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Delete" eSuperTypes="#//Statements">
<eAnnotations source="gmf.node">
<details key="figure" value="rectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="Delete"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="DELETE FROM tableA WHERE ID = 1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Select" eSuperTypes="#//Statements">
<eAnnotations source="gmf.node">
<details key="figure" value="rectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="Select"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="SELECT * FROM tableA WHERE id = 1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Selector">
<eAnnotations source="gmf.node">
<details key="figure" value="rectangle"/>
<details key="label" value="description"/>
<details key="label.icon" value="true"/>
<details key="label.placement" value="internal"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="Selector"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Type the condition for this Selector"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="caseStatements" upperBound="-1"
eType="#//Statements" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Description"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//Statements">
<eAnnotations source="gmf.node">
<details key="figure" value="rectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="While"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Type the WHILE condition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="whileStatements" upperBound="-1"
eType="#//Statements" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="For" eSuperTypes="#//Statements">
<eAnnotations source="gmf.node">
<details key="figure" value="rectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="For"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="counter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Type the name of the FOR counter"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeCounter" eType="#//ForCounter"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowestNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="highestNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="forStatements" upperBound="-1"
eType="#//Statements" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="#//Statements">
<eAnnotations source="gmf.node">
<details key="figure" value="rectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="Loop"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="breakCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Type the break condition for LOOP"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="loopStatements" upperBound="-1"
eType="#//Statements" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Open" eSuperTypes="#//Statements">
<eAnnotations source="gmf.node">
<details key="figure" value="rectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="Open"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cursorName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="OPEN cursorName"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Fetch" eSuperTypes="#//Statements">
<eAnnotations source="gmf.node">
<details key="figure" value="rectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="Fetch"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cursorName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="FETCH cursorName INTO variableCursor"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="FETCH cursorName INTO variableCursor"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Close" eSuperTypes="#//Statements">
<eAnnotations source="gmf.node">
<details key="figure" value="rectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="Close"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cursorName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="CLOSE cursorName"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CallProcedure" eSuperTypes="#//Statements">
<eAnnotations source="gmf.node">
<details key="figure" value="rectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="CallProcedure"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nameSubroutine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CallFunction" eSuperTypes="#//Statements">
<eAnnotations source="gmf.node">
<details key="figure" value="rectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="CallFunction"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nameSubroutine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eAnnotations source="gmf.link">
<details key="source" value="source"/>
<details key="target" value="target"/>
<details key="incoming" value="true"/>
<details key="target.decoration" value="arrow"/>
<details key="color" value="0,0,0"/>
<details key="width" value="1"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Connection"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Statements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Statements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ParameterType">
<eLiterals name="IN"/>
<eLiterals name="OUT" value="1"/>
<eLiterals name="IN_OUT" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ForCounter">
<eLiterals name="NORMAL"/>
<eLiterals name="REVERSE" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DataTypeOptions">
<eLiterals name="CHAR"/>
<eLiterals name="NCHAR" value="1"/>
<eLiterals name="NVARCHAR2" value="2"/>
<eLiterals name="VARCHAR2" value="3"/>
<eLiterals name="LONG" value="4"/>
<eLiterals name="RAW" value="5"/>
<eLiterals name="LONG_RAW" value="6"/>
<eLiterals name="NUMBER" value="7"/>
<eLiterals name="NUMERIC" value="8"/>
<eLiterals name="FLOAT" value="9"/>
<eLiterals name="DEC" value="10"/>
<eLiterals name="DECIMAL" value="11"/>
<eLiterals name="INTEGER" value="12"/>
<eLiterals name="INT" value="13"/>
<eLiterals name="SMALLINT" value="14"/>
<eLiterals name="REAL" value="15"/>
<eLiterals name="DOUBLE" value="16"/>
<eLiterals name="DATE" value="17"/>
<eLiterals name="TIMESTAMP_WITH_TIME_ZONE" value="18"/>
<eLiterals name="TIMESTAMP_WITH_LOCAL_TIME_ZONE" value="19"/>
<eLiterals name="INTERVAL_YEAR_TO_MONTH" value="20"/>
<eLiterals name="INTERVAL_DAY_TO_SECOND" value="21"/>
<eLiterals name="BFILE" value="22"/>
<eLiterals name="BLOB" value="23"/>
<eLiterals name="CLOB" value="24"/>
<eLiterals name="NCLOB" value="25"/>
<eLiterals name="ROWID" value="26"/>
<eLiterals name="UROWID" value="27"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/cdmsantos/crystalcase/br.ufpe.cin.crystalcase/model/crystalmm2.ecore | ecore | crystal
Crystal
transitions
procedures
functions
blocks
Subprograms
name
Procedure
parameters
declarativePart
executablePart
Function
parameters
returnPart
declarativePart
executablePart
AnonymousBlock
declarativePart
executablePart
Parameters
name
type
DataType
className
DataType
options
precision
1
scale
0
Collections
className
Collection
code
TYPE name IS TABLE OF NUMBER INDEX BY VARCHAR2(20)
typeName
Records
className
Record
code
TYPE recordType IS RECORD (id number(5), name varchar2(25), lastName tableA.last_name%type)
typeName
Cursor
className
Cursor
cursorQuery
CURSOR cursorName IS selectStatement
Statements
description
Description
isStart
false
Exception
className
Exception
code
EXCEPTION WHEN no_data_found THEN DBMS_OUTPUT.PUT_LINE('There arent data registred')
If
className
If
condition
Type the IF condition
if
else
Case
className
Case
cases
Insert
className
Insert
code
INSERT INTO tableA (id, name) VALUES (1, 'example')
Update
className
Update
code
UPDATE tableA SET name = 'example' WHERE id = 1
Delete
className
Delete
code
DELETE FROM tableA WHERE ID = 1
Select
className
Select
code
SELECT * FROM tableA WHERE id = 1
Selector
className
Selector
condition
Type the condition for this Selector
caseStatements
description
Description
While
className
While
condition
Type the WHILE condition
whileStatements
For
className
For
counter
Type the name of the FOR counter
typeCounter
lowestNumber
0
highestNumber
0
forStatements
Loop
className
Loop
breakCondition
Type the break condition for LOOP
loopStatements
Open
className
Open
cursorName
OPEN cursorName
Fetch
className
Fetch
cursorName
FETCH cursorName INTO variableCursor
variableName
FETCH cursorName INTO variableCursor
Close
className
Close
cursorName
CLOSE cursorName
CallProcedure
className
CallProcedure
nameSubroutine
CallFunction
className
CallFunction
nameSubroutine
Transition
name
Connection
source
target
ParameterType
IN
IN
OUT
OUT
IN_OUT
IN_OUT
ForCounter
NORMAL
NORMAL
REVERSE
REVERSE
DataTypeOptions
CHAR
CHAR
NCHAR
NCHAR
NVARCHAR2
NVARCHAR2
VARCHAR2
VARCHAR2
LONG
LONG
RAW
RAW
LONG_RAW
LONG_RAW
NUMBER
NUMBER
NUMERIC
NUMERIC
FLOAT
FLOAT
DEC
DEC
DECIMAL
DECIMAL
INTEGER
INTEGER
INT
INT
SMALLINT
SMALLINT
REAL
REAL
DOUBLE
DOUBLE
DATE
DATE
TIMESTAMP_WITH_TIME_ZONE
TIMESTAMP_WITH_TIME_ZONE
TIMESTAMP_WITH_LOCAL_TIME_ZONE
TIMESTAMP_WITH_LOCAL_TIME_ZONE
INTERVAL_YEAR_TO_MONTH
INTERVAL_YEAR_TO_MONTH
INTERVAL_DAY_TO_SECOND
INTERVAL_DAY_TO_SECOND
BFILE
BFILE
BLOB
BLOB
CLOB
CLOB
NCLOB
NCLOB
ROWID
ROWID
UROWID
UROWID | null | {"directed":true,"nodes":[{"nsPrefix":"crystal","nsURI":"crystal","name":"crystal","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Crystal","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subprograms","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Procedure","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousBlock","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameters","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collections","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Records","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cursor","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statements","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exception","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Case","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":"Update","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delete","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Select","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selector","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"For","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Open","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fetch","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Close","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallProcedure","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallFunction","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterType","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ForCounter","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataTypeOptions","instanceClass":null,"id":31,"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":"transitions","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":"procedures","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":"functions","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":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"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":"parameters","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":"declarativePart","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":"executablePart","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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"returnPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarativePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"executablePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarativePart","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":"executablePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"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":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"DataType","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"DataType","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":false,"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":"options","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"scale","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Collection","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Collection","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":false,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"TYPE name IS TABLE OF NUMBER INDEX BY VARCHAR2(20)","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"TYPE name IS TABLE OF NUMBER INDEX BY VARCHAR2(20)","unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":77,"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":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Record","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Record","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":false,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"TYPE recordType IS RECORD (id number(5), name varchar2(25), lastName tableA.last_name%type)","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"TYPE recordType IS RECORD (id number(5), name varchar2(25), lastName tableA.last_name%type)","unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":84,"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":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Cursor","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Cursor","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":false,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"CURSOR cursorName IS selectStatement","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"CURSOR cursorName IS selectStatement","unsettable":false,"transient":false,"unique":true,"name":"cursorQuery","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Description","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Description","unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isStart","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Exception","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Exception","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":false,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"EXCEPTION WHEN no_data_found THEN DBMS_OUTPUT.PUT_LINE('There arent data registred')","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"EXCEPTION WHEN no_data_found THEN DBMS_OUTPUT.PUT_LINE('There arent data registred')","unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"If","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"If","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":false,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Type the IF condition","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Type the IF condition","unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"if","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Case","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Case","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":false,"lowerBound":0,"iD":false,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Insert","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Insert","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":false,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"INSERT INTO tableA (id, name) VALUES (1, 'example')","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"INSERT INTO tableA (id, name) VALUES (1, 'example')","unsettable":false,"transient":false,"unique":true,"name":"code","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":"Update","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Update","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":false,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"UPDATE tableA SET name = 'example' WHERE id = 1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UPDATE tableA SET name = 'example' WHERE id = 1","unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Delete","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Delete","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":false,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"DELETE FROM tableA WHERE ID = 1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"DELETE FROM tableA WHERE ID = 1","unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Select","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Select","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":false,"lowerBound":0,"iD":false,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"SELECT * FROM tableA WHERE id = 1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"SELECT * FROM tableA WHERE id = 1","unsettable":false,"transient":false,"unique":true,"name":"code","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,"defaultValue":"Selector","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Selector","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":false,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Type the condition for this Selector","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Type the condition for this Selector","unsettable":false,"transient":false,"unique":true,"name":"condition","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":"caseStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Description","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Description","unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"While","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"While","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":false,"lowerBound":0,"iD":false,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Type the WHILE condition","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Type the WHILE condition","unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whileStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"For","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"For","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":false,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Type the name of the FOR counter","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Type the name of the FOR counter","unsettable":false,"transient":false,"unique":true,"name":"counter","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeCounter","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"lowestNumber","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"highestNumber","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Loop","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Loop","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":false,"lowerBound":0,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Type the break condition for LOOP","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Type the break condition for LOOP","unsettable":false,"transient":false,"unique":true,"name":"breakCondition","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"loopStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Open","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Open","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":false,"lowerBound":0,"iD":false,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"OPEN cursorName","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"OPEN cursorName","unsettable":false,"transient":false,"unique":true,"name":"cursorName","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Fetch","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Fetch","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":false,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"FETCH cursorName INTO variableCursor","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"FETCH cursorName INTO variableCursor","unsettable":false,"transient":false,"unique":true,"name":"cursorName","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"FETCH cursorName INTO variableCursor","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"FETCH cursorName INTO variableCursor","unsettable":false,"transient":false,"unique":true,"name":"variableName","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"},{"ordered":true,"upperBound":1,"defaultValue":"Close","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Close","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":false,"lowerBound":0,"iD":false,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"CLOSE cursorName","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"CLOSE cursorName","unsettable":false,"transient":false,"unique":true,"name":"cursorName","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"CallProcedure","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"CallProcedure","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":false,"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":"nameSubroutine","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"CallFunction","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"CallFunction","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":false,"lowerBound":0,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameSubroutine","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Connection","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Connection","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"name":"IN","id":206,"value":0,"literal":"IN","eClass":"EEnumLiteral"},{"name":"OUT","id":207,"value":1,"literal":"OUT","eClass":"EEnumLiteral"},{"name":"IN_OUT","id":208,"value":2,"literal":"IN_OUT","eClass":"EEnumLiteral"},{"name":"NORMAL","id":209,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"REVERSE","id":210,"value":1,"literal":"REVERSE","eClass":"EEnumLiteral"},{"name":"CHAR","id":211,"value":0,"literal":"CHAR","eClass":"EEnumLiteral"},{"name":"NCHAR","id":212,"value":1,"literal":"NCHAR","eClass":"EEnumLiteral"},{"name":"NVARCHAR2","id":213,"value":2,"literal":"NVARCHAR2","eClass":"EEnumLiteral"},{"name":"VARCHAR2","id":214,"value":3,"literal":"VARCHAR2","eClass":"EEnumLiteral"},{"name":"LONG","id":215,"value":4,"literal":"LONG","eClass":"EEnumLiteral"},{"name":"RAW","id":216,"value":5,"literal":"RAW","eClass":"EEnumLiteral"},{"name":"LONG_RAW","id":217,"value":6,"literal":"LONG_RAW","eClass":"EEnumLiteral"},{"name":"NUMBER","id":218,"value":7,"literal":"NUMBER","eClass":"EEnumLiteral"},{"name":"NUMERIC","id":219,"value":8,"literal":"NUMERIC","eClass":"EEnumLiteral"},{"name":"FLOAT","id":220,"value":9,"literal":"FLOAT","eClass":"EEnumLiteral"},{"name":"DEC","id":221,"value":10,"literal":"DEC","eClass":"EEnumLiteral"},{"name":"DECIMAL","id":222,"value":11,"literal":"DECIMAL","eClass":"EEnumLiteral"},{"name":"INTEGER","id":223,"value":12,"literal":"INTEGER","eClass":"EEnumLiteral"},{"name":"INT","id":224,"value":13,"literal":"INT","eClass":"EEnumLiteral"},{"name":"SMALLINT","id":225,"value":14,"literal":"SMALLINT","eClass":"EEnumLiteral"},{"name":"REAL","id":226,"value":15,"literal":"REAL","eClass":"EEnumLiteral"},{"name":"DOUBLE","id":227,"value":16,"literal":"DOUBLE","eClass":"EEnumLiteral"},{"name":"DATE","id":228,"value":17,"literal":"DATE","eClass":"EEnumLiteral"},{"name":"TIMESTAMP_WITH_TIME_ZONE","id":229,"value":18,"literal":"TIMESTAMP_WITH_TIME_ZONE","eClass":"EEnumLiteral"},{"name":"TIMESTAMP_WITH_LOCAL_TIME_ZONE","id":230,"value":19,"literal":"TIMESTAMP_WITH_LOCAL_TIME_ZONE","eClass":"EEnumLiteral"},{"name":"INTERVAL_YEAR_TO_MONTH","id":231,"value":20,"literal":"INTERVAL_YEAR_TO_MONTH","eClass":"EEnumLiteral"},{"name":"INTERVAL_DAY_TO_SECOND","id":232,"value":21,"literal":"INTERVAL_DAY_TO_SECOND","eClass":"EEnumLiteral"},{"name":"BFILE","id":233,"value":22,"literal":"BFILE","eClass":"EEnumLiteral"},{"name":"BLOB","id":234,"value":23,"literal":"BLOB","eClass":"EEnumLiteral"},{"name":"CLOB","id":235,"value":24,"literal":"CLOB","eClass":"EEnumLiteral"},{"name":"NCLOB","id":236,"value":25,"literal":"NCLOB","eClass":"EEnumLiteral"},{"name":"ROWID","id":237,"value":26,"literal":"ROWID","eClass":"EEnumLiteral"},{"name":"UROWID","id":238,"value":27,"literal":"UROWID","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":1,"target":0},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":32,"target":28},{"source":32,"target":36},{"source":32,"target":1},{"source":36,"target":28},{"source":33,"target":3},{"source":33,"target":37},{"source":33,"target":1},{"source":37,"target":3},{"source":34,"target":4},{"source":34,"target":38},{"source":34,"target":1},{"source":38,"target":4},{"source":35,"target":5},{"source":35,"target":39},{"source":35,"target":1},{"source":39,"target":5},{"source":2,"target":0},{"source":2,"target":40},{"source":40,"target":41},{"source":40,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":42,"target":6},{"source":42,"target":46},{"source":42,"target":3},{"source":46,"target":6},{"source":43,"target":6},{"source":43,"target":47},{"source":43,"target":3},{"source":47,"target":6},{"source":44,"target":11},{"source":44,"target":48},{"source":44,"target":3},{"source":48,"target":11},{"source":45,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":49,"target":6},{"source":49,"target":54},{"source":49,"target":4},{"source":54,"target":6},{"source":50,"target":6},{"source":50,"target":55},{"source":50,"target":4},{"source":55,"target":6},{"source":51,"target":6},{"source":51,"target":56},{"source":51,"target":4},{"source":56,"target":6},{"source":52,"target":11},{"source":52,"target":57},{"source":52,"target":4},{"source":57,"target":11},{"source":53,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":58,"target":6},{"source":58,"target":61},{"source":58,"target":5},{"source":61,"target":6},{"source":59,"target":11},{"source":59,"target":62},{"source":59,"target":5},{"source":62,"target":11},{"source":60,"target":2},{"source":6,"target":0},{"source":6,"target":63},{"source":6,"target":64},{"source":63,"target":65},{"source":63,"target":6},{"source":64,"target":29},{"source":64,"target":66},{"source":64,"target":6},{"source":66,"target":29},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":67},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":70},{"source":7,"target":71},{"source":67,"target":72},{"source":67,"target":7},{"source":68,"target":31},{"source":68,"target":73},{"source":68,"target":7},{"source":73,"target":31},{"source":69,"target":74},{"source":69,"target":7},{"source":70,"target":75},{"source":70,"target":7},{"source":71,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":8,"target":79},{"source":76,"target":80},{"source":76,"target":8},{"source":77,"target":81},{"source":77,"target":8},{"source":78,"target":82},{"source":78,"target":8},{"source":79,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":83},{"source":9,"target":84},{"source":9,"target":85},{"source":9,"target":86},{"source":83,"target":87},{"source":83,"target":9},{"source":84,"target":88},{"source":84,"target":9},{"source":85,"target":89},{"source":85,"target":9},{"source":86,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":90},{"source":10,"target":91},{"source":10,"target":92},{"source":90,"target":93},{"source":90,"target":10},{"source":91,"target":94},{"source":91,"target":10},{"source":92,"target":6},{"source":11,"target":0},{"source":11,"target":95},{"source":11,"target":96},{"source":95,"target":97},{"source":95,"target":11},{"source":96,"target":98},{"source":96,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":99},{"source":12,"target":100},{"source":12,"target":101},{"source":99,"target":102},{"source":99,"target":12},{"source":100,"target":103},{"source":100,"target":12},{"source":101,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":104},{"source":13,"target":105},{"source":13,"target":106},{"source":13,"target":107},{"source":13,"target":108},{"source":104,"target":109},{"source":104,"target":13},{"source":105,"target":110},{"source":105,"target":13},{"source":106,"target":11},{"source":106,"target":111},{"source":106,"target":13},{"source":111,"target":11},{"source":107,"target":11},{"source":107,"target":112},{"source":107,"target":13},{"source":112,"target":11},{"source":108,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":113},{"source":14,"target":114},{"source":14,"target":115},{"source":113,"target":116},{"source":113,"target":14},{"source":114,"target":19},{"source":114,"target":117},{"source":114,"target":14},{"source":117,"target":19},{"source":115,"target":11},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":118},{"source":15,"target":119},{"source":15,"target":120},{"source":118,"target":121},{"source":118,"target":15},{"source":119,"target":122},{"source":119,"target":15},{"source":120,"target":11},{"source":16,"target":0},{"source":16,"target":11},{"source":16,"target":123},{"source":16,"target":124},{"source":16,"target":125},{"source":123,"target":126},{"source":123,"target":16},{"source":124,"target":127},{"source":124,"target":16},{"source":125,"target":11},{"source":17,"target":0},{"source":17,"target":11},{"source":17,"target":128},{"source":17,"target":129},{"source":17,"target":130},{"source":128,"target":131},{"source":128,"target":17},{"source":129,"target":132},{"source":129,"target":17},{"source":130,"target":11},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":133},{"source":18,"target":134},{"source":18,"target":135},{"source":133,"target":136},{"source":133,"target":18},{"source":134,"target":137},{"source":134,"target":18},{"source":135,"target":11},{"source":19,"target":0},{"source":19,"target":138},{"source":19,"target":139},{"source":19,"target":140},{"source":19,"target":141},{"source":138,"target":142},{"source":138,"target":19},{"source":139,"target":143},{"source":139,"target":19},{"source":140,"target":11},{"source":140,"target":144},{"source":140,"target":19},{"source":144,"target":11},{"source":141,"target":145},{"source":141,"target":19},{"source":20,"target":0},{"source":20,"target":11},{"source":20,"target":146},{"source":20,"target":147},{"source":20,"target":148},{"source":20,"target":149},{"source":146,"target":150},{"source":146,"target":20},{"source":147,"target":151},{"source":147,"target":20},{"source":148,"target":11},{"source":148,"target":152},{"source":148,"target":20},{"source":152,"target":11},{"source":149,"target":11},{"source":21,"target":0},{"source":21,"target":11},{"source":21,"target":153},{"source":21,"target":154},{"source":21,"target":155},{"source":21,"target":156},{"source":21,"target":157},{"source":21,"target":158},{"source":21,"target":159},{"source":153,"target":160},{"source":153,"target":21},{"source":154,"target":161},{"source":154,"target":21},{"source":155,"target":30},{"source":155,"target":162},{"source":155,"target":21},{"source":162,"target":30},{"source":156,"target":163},{"source":156,"target":21},{"source":157,"target":164},{"source":157,"target":21},{"source":158,"target":11},{"source":158,"target":165},{"source":158,"target":21},{"source":165,"target":11},{"source":159,"target":11},{"source":22,"target":0},{"source":22,"target":11},{"source":22,"target":166},{"source":22,"target":167},{"source":22,"target":168},{"source":22,"target":169},{"source":166,"target":170},{"source":166,"target":22},{"source":167,"target":171},{"source":167,"target":22},{"source":168,"target":11},{"source":168,"target":172},{"source":168,"target":22},{"source":172,"target":11},{"source":169,"target":11},{"source":23,"target":0},{"source":23,"target":11},{"source":23,"target":173},{"source":23,"target":174},{"source":23,"target":175},{"source":173,"target":176},{"source":173,"target":23},{"source":174,"target":177},{"source":174,"target":23},{"source":175,"target":11},{"source":24,"target":0},{"source":24,"target":11},{"source":24,"target":178},{"source":24,"target":179},{"source":24,"target":180},{"source":24,"target":181},{"source":178,"target":182},{"source":178,"target":24},{"source":179,"target":183},{"source":179,"target":24},{"source":180,"target":184},{"source":180,"target":24},{"source":181,"target":11},{"source":25,"target":0},{"source":25,"target":11},{"source":25,"target":185},{"source":25,"target":186},{"source":25,"target":187},{"source":185,"target":188},{"source":185,"target":25},{"source":186,"target":189},{"source":186,"target":25},{"source":187,"target":11},{"source":26,"target":0},{"source":26,"target":11},{"source":26,"target":190},{"source":26,"target":191},{"source":26,"target":192},{"source":190,"target":193},{"source":190,"target":26},{"source":191,"target":194},{"source":191,"target":26},{"source":192,"target":11},{"source":27,"target":0},{"source":27,"target":11},{"source":27,"target":195},{"source":27,"target":196},{"source":27,"target":197},{"source":195,"target":198},{"source":195,"target":27},{"source":196,"target":199},{"source":196,"target":27},{"source":197,"target":11},{"source":28,"target":0},{"source":28,"target":200},{"source":28,"target":201},{"source":28,"target":202},{"source":200,"target":203},{"source":200,"target":28},{"source":201,"target":11},{"source":201,"target":204},{"source":201,"target":28},{"source":204,"target":11},{"source":202,"target":11},{"source":202,"target":205},{"source":202,"target":28},{"source":205,"target":11},{"source":29,"target":0},{"source":29,"target":206},{"source":29,"target":207},{"source":29,"target":208},{"source":206,"target":29},{"source":207,"target":29},{"source":208,"target":29},{"source":30,"target":0},{"source":30,"target":209},{"source":30,"target":210},{"source":209,"target":30},{"source":210,"target":30},{"source":31,"target":0},{"source":31,"target":211},{"source":31,"target":212},{"source":31,"target":213},{"source":31,"target":214},{"source":31,"target":215},{"source":31,"target":216},{"source":31,"target":217},{"source":31,"target":218},{"source":31,"target":219},{"source":31,"target":220},{"source":31,"target":221},{"source":31,"target":222},{"source":31,"target":223},{"source":31,"target":224},{"source":31,"target":225},{"source":31,"target":226},{"source":31,"target":227},{"source":31,"target":228},{"source":31,"target":229},{"source":31,"target":230},{"source":31,"target":231},{"source":31,"target":232},{"source":31,"target":233},{"source":31,"target":234},{"source":31,"target":235},{"source":31,"target":236},{"source":31,"target":237},{"source":31,"target":238},{"source":211,"target":31},{"source":212,"target":31},{"source":213,"target":31},{"source":214,"target":31},{"source":215,"target":31},{"source":216,"target":31},{"source":217,"target":31},{"source":218,"target":31},{"source":219,"target":31},{"source":220,"target":31},{"source":221,"target":31},{"source":222,"target":31},{"source":223,"target":31},{"source":224,"target":31},{"source":225,"target":31},{"source":226,"target":31},{"source":227,"target":31},{"source":228,"target":31},{"source":229,"target":31},{"source":230,"target":31},{"source":231,"target":31},{"source":232,"target":31},{"source":233,"target":31},{"source":234,"target":31},{"source":235,"target":31},{"source":236,"target":31},{"source":237,"target":31},{"source":238,"target":31}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dao" nsURI="http://dao/1.0" nsPrefix="dao">
<eClassifiers xsi:type="ecore:EClass" name="GenericDao">
<eOperations name="create">
<eParameters name="object" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="read" eType="#//List">
<eParameters name="class">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="update">
<eParameters name="object" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="delete">
<eParameters name="object" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="getByQuery" eType="#//List">
<eParameters name="query" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getById" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject">
<eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getList" eType="#//List">
<eParameters name="class">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="getListByOwner" eType="#//List">
<eParameters name="class">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments/>
</eGenericType>
</eParameters>
<eParameters name="user" eType="#//User"/>
</eOperations>
<eOperations name="massInsert" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="list" eType="#//List"/>
<eParameters name="class">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments/>
</eGenericType>
</eParameters>
<eParameters name="object" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="persistentClass">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments/>
</eGenericType>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="session" eType="#//Session"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="List" instanceClassName="java.util.List"/>
<eClassifiers xsi:type="ecore:EDataType" name="Query" instanceClassName="org.hibernate.Query"/>
<eClassifiers xsi:type="ecore:EDataType" name="Session" instanceClassName="org.hibernate.Session"/>
<eClassifiers xsi:type="ecore:EDataType" name="SessionFactory" instanceClassName="org.hibernate.SessionFactory"/>
<eClassifiers xsi:type="ecore:EClass" name="HibernateUtil">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sessionFactory" eType="#//SessionFactory"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UserDao" eSuperTypes="#//GenericDao">
<eOperations name="findByUsername" eType="#//User">
<eParameters name="user" eType="#//User"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventDao" eSuperTypes="#//GenericDao"/>
<eClassifiers xsi:type="ecore:EDataType" name="User" instanceClassName="general.User"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralQueries" eSuperTypes="#//GenericDao">
<eOperations name="dbAlive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContainerDao" eSuperTypes="#//GenericDao">
<eOperations name="setOwner">
<eParameters name="user" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionDao" eSuperTypes="#//GenericDao">
<eOperations name="findMksPassword" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="user" eType="#//User"/>
</eOperations>
<eOperations name="getListByContainer" eType="#//List">
<eParameters name="container" eType="#//Container"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FolderDao" eSuperTypes="#//GenericDao">
<eOperations name="getRootFolderBySnapshot" eType="#//Folder">
<eParameters name="snapshot" eType="#//Snapshot"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileDao" eSuperTypes="#//GenericDao"/>
<eClassifiers xsi:type="ecore:EDataType" name="Container" instanceClassName="general.Container"/>
<eClassifiers xsi:type="ecore:EClass" name="SnapshotDao" eSuperTypes="#//GenericDao">
<eOperations name="getListByContainer" eType="#//List">
<eParameters name="container" eType="#//Container"/>
</eOperations>
<eOperations name="getSnapshotsWithFunction" eType="#//List">
<eParameters name="containerId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContentObjectDao" eSuperTypes="#//GenericDao">
<eOperations name="getListBySnapshot" eType="#//List">
<eParameters name="snapshot" eType="#//Snapshot"/>
</eOperations>
<eOperations name="deleteListBySnapshot">
<eParameters name="snapshot" eType="#//Snapshot"/>
</eOperations>
<eOperations name="getChildren" eType="#//List">
<eParameters name="parent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="snapshot" eType="#//Snapshot"/>
</eOperations>
<eOperations name="addFunctionToCo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject">
<eParameters name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="contentObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="getObjectsOfFunction" eType="#//List">
<eParameters name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="snapshot" eType="#//Snapshot"/>
</eOperations>
<eOperations name="deleteFunctionFromCo">
<eParameters name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="contentObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="deleteDummyObjects">
<eParameters name="snapshot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Snapshot" instanceClassName="general.Snapshot"/>
<eClassifiers xsi:type="ecore:EDataType" name="Folder" instanceClassName="general.Folder"/>
<eClassifiers xsi:type="ecore:EClass" name="FunctionDao" eSuperTypes="#//GenericDao">
<eOperations name="getFunctionsBySnapshot" eType="#//List">
<eParameters name="snapshot" eType="#//Snapshot"/>
</eOperations>
<eOperations name="emtpyFunction">
<eParameters name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="getById" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject">
<eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileFunctionStatusDao" eSuperTypes="#//GenericDao">
<eOperations name="getFileFunctionStatusBySnapshot" eType="#//List">
<eParameters name="snapshot" eType="#//Snapshot"/>
</eOperations>
<eOperations name="getFileFunctionStatusByFunction" eType="#//List">
<eParameters name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="getById" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject">
<eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="createFfsWithFunctionIdObjectId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject">
<eParameters name="file" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="fileFunctionStatus" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="setFFSType">
<eParameters name="fileFunctionStatus" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="enumValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/DAO.ecore | ecore | dao
GenericDao
create
object
read
class
update
object
delete
object
getByQuery
query
getById
id
getList
class
getListByOwner
class
user
massInsert
list
class
object
persistentClass
session
List
java.util.List
java.util.List
Query
org.hibernate.Query
org.hibernate.Query
Session
org.hibernate.Session
org.hibernate.Session
SessionFactory
org.hibernate.SessionFactory
org.hibernate.SessionFactory
HibernateUtil
sessionFactory
UserDao
findByUsername
user
EventDao
User
general.User
general.User
GeneralQueries
dbAlive
ContainerDao
setOwner
user
ConnectionDao
findMksPassword
user
getListByContainer
container
FolderDao
getRootFolderBySnapshot
snapshot
FileDao
Container
general.Container
general.Container
SnapshotDao
getListByContainer
container
getSnapshotsWithFunction
containerId
ContentObjectDao
getListBySnapshot
snapshot
deleteListBySnapshot
snapshot
getChildren
parent
snapshot
addFunctionToCo
function
contentObject
getObjectsOfFunction
function
snapshot
deleteFunctionFromCo
function
contentObject
deleteDummyObjects
snapshot
Snapshot
general.Snapshot
general.Snapshot
Folder
general.Folder
general.Folder
FunctionDao
getFunctionsBySnapshot
snapshot
emtpyFunction
function
getById
id
FileFunctionStatusDao
getFileFunctionStatusBySnapshot
snapshot
getFileFunctionStatusByFunction
function
getById
id
createFfsWithFunctionIdObjectId
file
function
fileFunctionStatus
setFFSType
fileFunctionStatus
enumValue | null | {"directed":true,"nodes":[{"nsPrefix":"dao","nsURI":"http://dao/1.0","name":"dao","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericDao","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"List","instanceClass":"java.util.List","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.hibernate.Query","defaultValue":null,"instanceClassName":"org.hibernate.Query","name":"Query","instanceClass":null,"id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.hibernate.Session","defaultValue":null,"instanceClassName":"org.hibernate.Session","name":"Session","instanceClass":null,"id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.hibernate.SessionFactory","defaultValue":null,"instanceClassName":"org.hibernate.SessionFactory","name":"SessionFactory","instanceClass":null,"id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HibernateUtil","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserDao","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventDao","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"general.User","defaultValue":null,"instanceClassName":"general.User","name":"User","instanceClass":null,"id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralQueries","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerDao","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionDao","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FolderDao","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileDao","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":"general.Container","defaultValue":null,"instanceClassName":"general.Container","name":"Container","instanceClass":null,"id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SnapshotDao","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentObjectDao","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"general.Snapshot","defaultValue":null,"instanceClassName":"general.Snapshot","name":"Snapshot","instanceClass":null,"id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"general.Folder","defaultValue":null,"instanceClassName":"general.Folder","name":"Folder","instanceClass":null,"id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDao","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileFunctionStatusDao","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"read","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"update","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"delete","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getByQuery","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getById","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getList","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getListByOwner","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"massInsert","lowerBound":0,"id":30,"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":"persistentClass","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":"","unsettable":false,"transient":false,"unique":true,"name":"session","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EParameter"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"class","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EParameter"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EParameter"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"query","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EParameter"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EParameter"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"class","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EParameter"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"class","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"user","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EParameter"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"list","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"class","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sessionFactory","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"findByUsername","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"user","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EParameter"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dbAlive","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setOwner","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EOperation"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"user","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EParameter"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"findMksPassword","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getListByContainer","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EOperation"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"user","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"container","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EParameter"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRootFolderBySnapshot","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"snapshot","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":"getListByContainer","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSnapshotsWithFunction","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EOperation"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"container","lowerBound":0,"id":104,"many":false,"required":false,"eClass":"EParameter"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"containerId","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EParameter"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getListBySnapshot","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteListBySnapshot","lowerBound":0,"id":110,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getChildren","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addFunctionToCo","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getObjectsOfFunction","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteFunctionFromCo","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteDummyObjects","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EOperation"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"snapshot","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EParameter"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"snapshot","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":"parent","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"snapshot","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EParameter"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"function","lowerBound":0,"id":128,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"contentObject","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EParameter"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"function","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"snapshot","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EParameter"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"function","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"contentObject","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EParameter"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"snapshot","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EParameter"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFunctionsBySnapshot","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"emtpyFunction","lowerBound":0,"id":144,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getById","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EOperation"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"snapshot","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EParameter"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"function","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EParameter"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EParameter"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFileFunctionStatusBySnapshot","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFileFunctionStatusByFunction","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getById","lowerBound":0,"id":157,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFfsWithFunctionIdObjectId","lowerBound":0,"id":158,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setFFSType","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EOperation"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"snapshot","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EParameter"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"function","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":"id","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":"file","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"function","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"fileFunctionStatus","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EParameter"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fileFunctionStatus","lowerBound":0,"id":177,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"enumValue","lowerBound":0,"id":178,"many":false,"required":false,"eClass":"EParameter"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":1,"target":0},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":22,"target":1},{"source":22,"target":33},{"source":33,"target":34},{"source":33,"target":22},{"source":23,"target":2},{"source":23,"target":35},{"source":23,"target":1},{"source":23,"target":36},{"source":35,"target":2},{"source":36,"target":37},{"source":36,"target":23},{"source":37,"target":38},{"source":24,"target":1},{"source":24,"target":39},{"source":39,"target":40},{"source":39,"target":24},{"source":25,"target":1},{"source":25,"target":41},{"source":41,"target":42},{"source":41,"target":25},{"source":26,"target":2},{"source":26,"target":43},{"source":26,"target":1},{"source":26,"target":44},{"source":43,"target":2},{"source":44,"target":45},{"source":44,"target":26},{"source":27,"target":46},{"source":27,"target":1},{"source":27,"target":47},{"source":47,"target":48},{"source":47,"target":27},{"source":28,"target":2},{"source":28,"target":49},{"source":28,"target":1},{"source":28,"target":50},{"source":49,"target":2},{"source":50,"target":51},{"source":50,"target":28},{"source":51,"target":52},{"source":29,"target":2},{"source":29,"target":53},{"source":29,"target":1},{"source":29,"target":54},{"source":29,"target":55},{"source":53,"target":2},{"source":54,"target":56},{"source":54,"target":29},{"source":56,"target":57},{"source":55,"target":9},{"source":55,"target":58},{"source":55,"target":29},{"source":58,"target":9},{"source":30,"target":59},{"source":30,"target":1},{"source":30,"target":60},{"source":30,"target":61},{"source":30,"target":62},{"source":60,"target":2},{"source":60,"target":63},{"source":60,"target":30},{"source":63,"target":2},{"source":61,"target":64},{"source":61,"target":30},{"source":64,"target":65},{"source":62,"target":66},{"source":62,"target":30},{"source":31,"target":67},{"source":31,"target":1},{"source":67,"target":68},{"source":32,"target":4},{"source":32,"target":69},{"source":32,"target":1},{"source":69,"target":4},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":70},{"source":70,"target":5},{"source":70,"target":71},{"source":70,"target":6},{"source":71,"target":5},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":72},{"source":7,"target":73},{"source":72,"target":9},{"source":72,"target":74},{"source":72,"target":7},{"source":72,"target":75},{"source":74,"target":9},{"source":75,"target":9},{"source":75,"target":76},{"source":75,"target":72},{"source":76,"target":9},{"source":73,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":77},{"source":77,"target":1},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":78},{"source":10,"target":79},{"source":78,"target":80},{"source":78,"target":10},{"source":79,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":81},{"source":11,"target":82},{"source":81,"target":11},{"source":81,"target":83},{"source":83,"target":84},{"source":83,"target":81},{"source":82,"target":1},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":85},{"source":12,"target":86},{"source":12,"target":87},{"source":85,"target":88},{"source":85,"target":12},{"source":85,"target":89},{"source":89,"target":9},{"source":89,"target":90},{"source":89,"target":85},{"source":90,"target":9},{"source":86,"target":2},{"source":86,"target":91},{"source":86,"target":12},{"source":86,"target":92},{"source":91,"target":2},{"source":92,"target":15},{"source":92,"target":93},{"source":92,"target":86},{"source":93,"target":15},{"source":87,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":94},{"source":13,"target":95},{"source":94,"target":19},{"source":94,"target":96},{"source":94,"target":13},{"source":94,"target":97},{"source":96,"target":19},{"source":97,"target":18},{"source":97,"target":98},{"source":97,"target":94},{"source":98,"target":18},{"source":95,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":99},{"source":99,"target":1},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":100},{"source":16,"target":101},{"source":16,"target":102},{"source":100,"target":2},{"source":100,"target":103},{"source":100,"target":16},{"source":100,"target":104},{"source":103,"target":2},{"source":104,"target":15},{"source":104,"target":105},{"source":104,"target":100},{"source":105,"target":15},{"source":101,"target":2},{"source":101,"target":106},{"source":101,"target":16},{"source":101,"target":107},{"source":106,"target":2},{"source":107,"target":108},{"source":107,"target":101},{"source":102,"target":1},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":109},{"source":17,"target":110},{"source":17,"target":111},{"source":17,"target":112},{"source":17,"target":113},{"source":17,"target":114},{"source":17,"target":115},{"source":17,"target":116},{"source":109,"target":2},{"source":109,"target":117},{"source":109,"target":17},{"source":109,"target":118},{"source":117,"target":2},{"source":118,"target":18},{"source":118,"target":119},{"source":118,"target":109},{"source":119,"target":18},{"source":110,"target":17},{"source":110,"target":120},{"source":120,"target":18},{"source":120,"target":121},{"source":120,"target":110},{"source":121,"target":18},{"source":111,"target":2},{"source":111,"target":122},{"source":111,"target":17},{"source":111,"target":123},{"source":111,"target":124},{"source":122,"target":2},{"source":123,"target":125},{"source":123,"target":111},{"source":124,"target":18},{"source":124,"target":126},{"source":124,"target":111},{"source":126,"target":18},{"source":112,"target":127},{"source":112,"target":17},{"source":112,"target":128},{"source":112,"target":129},{"source":128,"target":130},{"source":128,"target":112},{"source":129,"target":131},{"source":129,"target":112},{"source":113,"target":2},{"source":113,"target":132},{"source":113,"target":17},{"source":113,"target":133},{"source":113,"target":134},{"source":132,"target":2},{"source":133,"target":135},{"source":133,"target":113},{"source":134,"target":18},{"source":134,"target":136},{"source":134,"target":113},{"source":136,"target":18},{"source":114,"target":17},{"source":114,"target":137},{"source":114,"target":138},{"source":137,"target":139},{"source":137,"target":114},{"source":138,"target":140},{"source":138,"target":114},{"source":115,"target":17},{"source":115,"target":141},{"source":141,"target":142},{"source":141,"target":115},{"source":116,"target":1},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":143},{"source":20,"target":144},{"source":20,"target":145},{"source":20,"target":146},{"source":143,"target":2},{"source":143,"target":147},{"source":143,"target":20},{"source":143,"target":148},{"source":147,"target":2},{"source":148,"target":18},{"source":148,"target":149},{"source":148,"target":143},{"source":149,"target":18},{"source":144,"target":20},{"source":144,"target":150},{"source":150,"target":151},{"source":150,"target":144},{"source":145,"target":152},{"source":145,"target":20},{"source":145,"target":153},{"source":153,"target":154},{"source":153,"target":145},{"source":146,"target":1},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":155},{"source":21,"target":156},{"source":21,"target":157},{"source":21,"target":158},{"source":21,"target":159},{"source":21,"target":160},{"source":155,"target":2},{"source":155,"target":161},{"source":155,"target":21},{"source":155,"target":162},{"source":161,"target":2},{"source":162,"target":18},{"source":162,"target":163},{"source":162,"target":155},{"source":163,"target":18},{"source":156,"target":2},{"source":156,"target":164},{"source":156,"target":21},{"source":156,"target":165},{"source":164,"target":2},{"source":165,"target":166},{"source":165,"target":156},{"source":157,"target":167},{"source":157,"target":21},{"source":157,"target":168},{"source":168,"target":169},{"source":168,"target":157},{"source":158,"target":170},{"source":158,"target":21},{"source":158,"target":171},{"source":158,"target":172},{"source":158,"target":173},{"source":171,"target":174},{"source":171,"target":158},{"source":172,"target":175},{"source":172,"target":158},{"source":173,"target":176},{"source":173,"target":158},{"source":159,"target":21},{"source":159,"target":177},{"source":159,"target":178},{"source":177,"target":179},{"source":177,"target":159},{"source":178,"target":180},{"source":178,"target":159},{"source":160,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="manager" nsURI="http://www.jku.at/isse/mde/betting/Manager.ecore"
nsPrefix="mgr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This package contains the set of concepts to keep the
state of different competitive activities and allow users to place bets on the
events of these activities."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="IdElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An IdElement has a unique id in the model."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="0" iD="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A unique identifier for the element."/>
</eAnnotations>
<eAnnotations source="Id"/>
<eAnnotations source="GeneratedValue"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Manager" eSuperTypes="#//IdElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Manager is responsible for the lifecycle of Categories/Groups/Matches, 
Users, and other model elements. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1"
eType="#//Category" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An optional set of categories that are known to this manager"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="bets" ordered="false" upperBound="-1"
eType="#//Bet" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An optional list of bets for which this manager is responsible."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="users" ordered="false"
upperBound="-1" eType="#//User" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An optional list of users for which this manager is responsible."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//IdElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A category is a broad gruping for events in a competitive activity. For
example, a categories can be used to separete events by age or by gender. Ranks can be used to
model more complex structures, for example, to rank separate junior leage male/female categories
at the same lavel."/>
</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 name of the category."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sortRank" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The rank assigned to the category."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="groups" ordered="false"
upperBound="-1" eType="#//Group" containment="true" eOpposite="#//Group/category">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The groups that belong to this category."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#//IdElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A group gathers a set of events of the competitive activity. The group has
a tittle and a pair of (start, end) dates that define when the events in the group take place. Bets
are only allowed on events that have not taken place and are paid only on events that have taken
place."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The title of the group."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The description of the group."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The start date for events in the group."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The end date for events in the group."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolved" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Indicates that the group has been resolved, i.e. it has occured."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="category" lowerBound="1"
eType="#//Category" eOpposite="#//Category/groups">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The category to which this group belongs."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="matches" ordered="false"
upperBound="-1" eType="#//Match" containment="true" eOpposite="#//Match/group">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The matches that belong to this category."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Match" eSuperTypes="#//IdElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A match represents an event in the competitive activity. Matches are
assumed to be held between 2 or more contestants. A match will be marked as resolved when a result
is provided. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The title of the match. It should help users identify the match, for 
 example: WC2017-Semi-Japan_vs_Brazil."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sortRank" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The rank assigned to the match, if any. A rank can be used to, for 
 example, identify the sequence of matches between the same opponents."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resultType" eType="#//ResultType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Indicates the type of result."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolved" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Indicates that the match has been played and the results added. After a
 match has been marked as resolved, it can no longer be modified."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Indicates the date in which the match takes place. The date must be 
 within the dates of the owner group."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="group" lowerBound="1" eType="#//Group"
eOpposite="#//Group/matches">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The group that owns the match."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="opponents" ordered="false"
lowerBound="2" upperBound="-1" eType="#//Opponent" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The contestants that participate in this match."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="result" eType="#//Result"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The result of the match, if any."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Opponent">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An opponent specifies a contestant that participates in an event. An 
opponent has a reference to the specific player/team/etc. in the originating model."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Result" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A result indicates the (possible) outcome of an event. Result is an 
abstract class, whose concrete subclasses are responsible for the exact mechanism by which a 
result might be specified."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WinLooseResult" eSuperTypes="#//Result">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A WinLooseResult specifies a result in which a win, loose or draw can 
happen. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isDraw" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Indicates that the event's result was a draw."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="winner" eType="#//Opponent">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Indicates the opponent that won the event."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PositionResult" eSuperTypes="#//Result">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A PositionResult specifies a result in which a opponents are assigned a 
finishing order."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="order" lowerBound="1" upperBound="-1"
eType="#//Opponent">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Opponents in the event in finishing order."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Bet" eSuperTypes="#//IdElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A bet defines an amount of credits to be placed on a result for a given 
match."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="amount" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The amount placed on the bet."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The date in which the bet was placed."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="payed" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Determines if the bet has been payed."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="positionBetType" eType="#//PositionBetType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="For bets on position results, the type of bet."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="betOn" lowerBound="1" eType="#//Match">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The match that this bet is for."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="expectedResult" lowerBound="1"
eType="#//Result" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The result that the bet pays. For a bet to be paid, the expectedResult must match the Match's result."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="user" lowerBound="1" eType="#//User"
eOpposite="#//User/bets">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The user placing the bet."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="User" eSuperTypes="#//IdElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A user defines a person that can place bets on the system. "/>
</eAnnotations>
<eAnnotations source="Entity"/>
<eAnnotations source="XmlRootElement"/>
<eAnnotations source="Table">
<details key="uniqueConstraints" value="@UniqueConstraint(columnNames = 'email')"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The username that identifies the user."/>
</eAnnotations>
<eAnnotations source="NotNull"/>
<eAnnotations source="NotEmpty"/>
<eAnnotations source="Email"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The password to authenticate the user."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="balance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The current balance of the user. Bets can only be placed if the user 
 has sufficient credit."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="bets" upperBound="-1" eType="#//Bet"
eOpposite="#//Bet/user">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The bets placed by the user."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ResultType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Determines the valid type of results for an event."/>
</eAnnotations>
<eLiterals name="Single">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The result is single, i.e. win/loose/draw."/>
</eAnnotations>
</eLiterals>
<eLiterals name="Position" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The result is position, i.e. 1st/2nd/3rd...."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PositionBetType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Type of bet placed on the opponent in a Position match."/>
</eAnnotations>
<eLiterals name="Win" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Bet the opponent to win, and if he finishes first, you collect."/>
</eAnnotations>
</eLiterals>
<eLiterals name="Show" value="2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Bet the opponent to place, and if he finishes first or second, you collect."/>
</eAnnotations>
</eLiterals>
<eLiterals name="Place" value="3">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Bet a horse to show, and if he finishes first or second, or third, you collect."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/PeterFeicht/mde2017/net.feichti.codingcontest.betting/model/Manager.ecore | ecore | manager
IdElement
id
0
Manager
categories
bets
users
Category
name
sortRank
groups
Group
title
description
startDate
endDate
resolved
category
matches
Match
title
sortRank
resultType
resolved
date
group
opponents
result
Opponent
reference
Result
WinLooseResult
isDraw
winner
PositionResult
order
Bet
amount
date
payed
positionBetType
betOn
expectedResult
user
User
email
password
balance
bets
ResultType
Single
Single
Position
Position
PositionBetType
Win
Win
Show
Show
Place
Place | null | {"directed":true,"nodes":[{"nsPrefix":"mgr","nsURI":"http://www.jku.at/isse/mde/betting/Manager.ecore","name":"manager","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manager","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Match","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Opponent","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Result","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WinLooseResult","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PositionResult","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bet","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResultType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PositionBetType","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":"0","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"users","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sortRank","changeable":true,"lowerBound":0,"iD":false,"id":24,"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":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":true,"ordered":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":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":"title","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},{"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":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":"endDate","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":"resolved","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"matches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"group","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sortRank","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resultType","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolved","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":50,"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":"opponents","changeable":true,"resolveProxies":true,"lowerBound":2,"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":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"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":"reference","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDraw","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"winner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"order","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"amount","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":73,"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":"payed","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"positionBetType","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"betOn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expectedResult","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"user","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","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":"password","changeable":true,"lowerBound":0,"iD":false,"id":89,"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":"balance","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"name":"Single","id":96,"value":0,"literal":"Single","eClass":"EEnumLiteral"},{"name":"Position","id":97,"value":1,"literal":"Position","eClass":"EEnumLiteral"},{"name":"Win","id":98,"value":1,"literal":"Win","eClass":"EEnumLiteral"},{"name":"Show","id":99,"value":2,"literal":"Show","eClass":"EEnumLiteral"},{"name":"Place","id":100,"value":3,"literal":"Place","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":14,"target":15},{"source":14,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":16,"target":3},{"source":16,"target":20},{"source":16,"target":2},{"source":20,"target":3},{"source":17,"target":10},{"source":17,"target":21},{"source":17,"target":2},{"source":21,"target":10},{"source":18,"target":11},{"source":18,"target":22},{"source":18,"target":2},{"source":22,"target":11},{"source":19,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":23,"target":27},{"source":23,"target":3},{"source":24,"target":28},{"source":24,"target":3},{"source":25,"target":4},{"source":25,"target":29},{"source":25,"target":3},{"source":25,"target":30},{"source":29,"target":4},{"source":26,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":30},{"source":4,"target":36},{"source":4,"target":37},{"source":31,"target":38},{"source":31,"target":4},{"source":32,"target":39},{"source":32,"target":4},{"source":33,"target":40},{"source":33,"target":4},{"source":34,"target":41},{"source":34,"target":4},{"source":35,"target":42},{"source":35,"target":4},{"source":30,"target":3},{"source":30,"target":43},{"source":30,"target":4},{"source":30,"target":25},{"source":43,"target":3},{"source":36,"target":5},{"source":36,"target":44},{"source":36,"target":4},{"source":36,"target":45},{"source":44,"target":5},{"source":37,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":45},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":46,"target":54},{"source":46,"target":5},{"source":47,"target":55},{"source":47,"target":5},{"source":48,"target":12},{"source":48,"target":56},{"source":48,"target":5},{"source":56,"target":12},{"source":49,"target":57},{"source":49,"target":5},{"source":50,"target":58},{"source":50,"target":5},{"source":45,"target":4},{"source":45,"target":59},{"source":45,"target":5},{"source":45,"target":36},{"source":59,"target":4},{"source":51,"target":6},{"source":51,"target":60},{"source":51,"target":5},{"source":60,"target":6},{"source":52,"target":7},{"source":52,"target":61},{"source":52,"target":5},{"source":61,"target":7},{"source":53,"target":1},{"source":6,"target":0},{"source":6,"target":62},{"source":62,"target":63},{"source":62,"target":6},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":64,"target":67},{"source":64,"target":8},{"source":65,"target":6},{"source":65,"target":68},{"source":65,"target":8},{"source":68,"target":6},{"source":66,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":69},{"source":9,"target":70},{"source":69,"target":6},{"source":69,"target":71},{"source":69,"target":9},{"source":71,"target":6},{"source":70,"target":7},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":72},{"source":10,"target":73},{"source":10,"target":74},{"source":10,"target":75},{"source":10,"target":76},{"source":10,"target":77},{"source":10,"target":78},{"source":10,"target":79},{"source":72,"target":80},{"source":72,"target":10},{"source":73,"target":81},{"source":73,"target":10},{"source":74,"target":82},{"source":74,"target":10},{"source":75,"target":13},{"source":75,"target":83},{"source":75,"target":10},{"source":83,"target":13},{"source":76,"target":5},{"source":76,"target":84},{"source":76,"target":10},{"source":84,"target":5},{"source":77,"target":7},{"source":77,"target":85},{"source":77,"target":10},{"source":85,"target":7},{"source":78,"target":11},{"source":78,"target":86},{"source":78,"target":10},{"source":78,"target":87},{"source":86,"target":11},{"source":79,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":88},{"source":11,"target":89},{"source":11,"target":90},{"source":11,"target":87},{"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":87,"target":10},{"source":87,"target":95},{"source":87,"target":11},{"source":87,"target":78},{"source":95,"target":10},{"source":91,"target":1},{"source":12,"target":0},{"source":12,"target":96},{"source":12,"target":97},{"source":96,"target":12},{"source":97,"target":12},{"source":13,"target":0},{"source":13,"target":98},{"source":13,"target":99},{"source":13,"target":100},{"source":98,"target":13},{"source":99,"target":13},{"source":100,"target":13}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2WithID" nsURI="http:///UML2WithID.ecore" nsPrefix="UML2WithID">
<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="JoinNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" abstract="true"
eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" abstract="true"
eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" abstract="true" eSuperTypes="#//Class #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" abstract="true" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" abstract="true" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//Feature #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//Namespace #//Type #//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" abstract="true"
eSuperTypes="#//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" abstract="true"
eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" abstract="true"
eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" abstract="true" eSuperTypes="#//ActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" abstract="true" eSuperTypes="#//NamedElement #//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1"
eType="#//NamedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" abstract="true"
eSuperTypes="#//StructuredClassifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" abstract="true"
eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" abstract="true"
eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" abstract="true" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" abstract="true" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//Namespace #//Feature #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" abstract="true"
eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" abstract="true" eSuperTypes="#//Trigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" abstract="true"
eSuperTypes="#//StructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" abstract="true" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" abstract="true"
eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" abstract="true" eSuperTypes="#//ObjectNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" abstract="true" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" abstract="true" eSuperTypes="#//ActivityNode #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" abstract="true"
eSuperTypes="#//VariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" abstract="true"
eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" abstract="true"
eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" abstract="true" eSuperTypes="#//ActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" abstract="true" eSuperTypes="#//LinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" abstract="true" eSuperTypes="#//InvocationAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2WithIDInsER2MOFownedElementHasVisibility.ecore | ecore | UML2WithID
VisibilityKind
package
package
private
private
protected
protected
public
public
JoinNode
MergeNode
NamedElement
visibility
ExpansionNode
Interface
DurationInterval
CentralBufferNode
ClearVariableAction
ChangeTrigger
ApplyFunctionAction
ReplyAction
ReadLinkObjectEndQualifierAction
Device
CommunicationPath
AddVariableValueAction
ReadSelfAction
ProtocolTransition
Association
PartDecomposition
InstanceSpecification
StructuralFeatureAction
ParameterableClassifier
State
StartOwnedBehaviorAction
Behavior
DataStoreNode
Reception
ActivityNode
LinkAction
Type
StructuralFeature
DeployedArtifact
Model
Dependency
GeneralOrdering
TimeTrigger
AcceptEventAction
DeploymentTarget
Classifier
ValueSpecification
Gate
Deployment
PackageableElement
Feature
AssociationClass
RedefinableTemplateSignature
Lifeline
Vertex
LiteralNull
ExtensionEnd
ActivityPartition
CallTrigger
InformationFlow
ConnectableElement
ExecutableNode
SendSignalAction
Package
Message
Trigger
Property
Artifact
Permission
Namespace
member
Node
RemoveVariableValueAction
FinalState
Extend
DurationConstraint
Profile
UseCase
EventOccurrence
Connector
CombinedFragment
EncapsulatedClassifier
EnumerationLiteral
CreateLinkObjectAction
LiteralUnlimitedNatural
ReadStructuralFeatureAction
Continuation
CreateObjectAction
LiteralString
Expression
StructuredClassifier
TimeInterval
Action
InstanceValue
Stereotype
Signal
InteractionFragment
InitialNode
Actor
FinalNode
ReadLinkObjectEndAction
Include
ExtensionPoint
Parameter
InteractionOccurrence
Pseudostate
ActivityEdge
ForkNode
InteractionOperand
StateMachine
ReadExtentAction
ValuePin
Realization
ReadLinkAction
Usage
Abstraction
LiteralBoolean
AddStructuralFeatureValueAction
Interval
BehavioralFeature
ParameterSet
DataType
CollaborationOccurrence
ConnectionPointReference
InformationItem
RedefinableElement
TimeExpression
BroadcastSignalAction
Operation
MessageTrigger
Implementation
AnyTrigger
Duration
StructuredActivityNode
ControlFlow
DecisionNode
DestroyLinkAction
DestroyObjectAction
CallBehaviorAction
PrimitiveFunction
DurationObservationAction
WriteStructuralFeatureAction
ObjectFlow
ActivityFinalNode
ExecutionEnvironment
ReadIsClassifiedObjectAction
VariableAction
AcceptCallAction
LoopNode
Component
LiteralInteger
LiteralSpecification
TimeObservationAction
Port
Pin
IntervalConstraint
TimeConstraint
Constraint
TestIdentityAction
OutputPin
InteractionConstraint
InvocationAction
ReadVariableAction
CreateLinkAction
MessageEnd
ActivityParameterNode
DeploymentSpecification
CallOperationAction
TypedElement
ClearStructuralFeatureAction
ClearAssociationAction
ObjectNode
Class
ExpansionRegion
ProtocolStateMachine
Enumeration
RaiseExceptionAction
Variable
ExecutionOccurrence
RemoveStructuralFeatureValueAction
FlowFinalNode
Collaboration
Manifestation
ConditionalNode
GeneralizationSet
SignalTrigger
WriteVariableAction
Stop
BehavioredClassifier
Substitution
PrimitiveType
StateInvariant
SendObjectAction
InputPin
TemplateableClassifier
ReclassifyObjectAction
Interaction
Transition
Region
ControlNode
Extension
OpaqueExpression
Activity
WriteLinkAction
CallAction
Element
ID | null | {"directed":true,"nodes":[{"nsPrefix":"UML2WithID","nsURI":"http:///UML2WithID.ecore","name":"UML2WithID","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","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":"ExpansionNode","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":true,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":true,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":true,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":true,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":true,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":true,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":true,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":true,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":true,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":true,"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":"AnyTrigger","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":true,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":true,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":true,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":true,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":true,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":true,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":true,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":true,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":true,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":true,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":true,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":true,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":true,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":199,"interface":false,"eClass":"EClass"},{"name":"package","id":200,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":201,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":202,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":203,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"container":false,"ordered":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":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"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"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"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"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":626,"derived":false},{"id":627,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":1,"target":203},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":203,"target":1},{"source":2,"target":0},{"source":2,"target":193},{"source":2,"target":199},{"source":2,"target":204},{"source":2,"target":205},{"source":204,"target":193},{"source":205,"target":199},{"source":3,"target":0},{"source":3,"target":193},{"source":3,"target":199},{"source":3,"target":206},{"source":3,"target":207},{"source":206,"target":193},{"source":207,"target":199},{"source":4,"target":0},{"source":4,"target":199},{"source":4,"target":208},{"source":4,"target":209},{"source":208,"target":1},{"source":208,"target":210},{"source":208,"target":4},{"source":210,"target":1},{"source":209,"target":199},{"source":5,"target":0},{"source":5,"target":165},{"source":5,"target":199},{"source":5,"target":211},{"source":5,"target":212},{"source":211,"target":165},{"source":212,"target":199},{"source":6,"target":0},{"source":6,"target":40},{"source":6,"target":199},{"source":6,"target":213},{"source":6,"target":214},{"source":213,"target":40},{"source":214,"target":199},{"source":7,"target":0},{"source":7,"target":112},{"source":7,"target":199},{"source":7,"target":215},{"source":7,"target":216},{"source":215,"target":112},{"source":216,"target":199},{"source":8,"target":0},{"source":8,"target":165},{"source":8,"target":199},{"source":8,"target":217},{"source":8,"target":218},{"source":217,"target":165},{"source":218,"target":199},{"source":9,"target":0},{"source":9,"target":140},{"source":9,"target":199},{"source":9,"target":219},{"source":9,"target":220},{"source":219,"target":140},{"source":220,"target":199},{"source":10,"target":0},{"source":10,"target":60},{"source":10,"target":199},{"source":10,"target":221},{"source":10,"target":222},{"source":221,"target":60},{"source":222,"target":199},{"source":11,"target":0},{"source":11,"target":86},{"source":11,"target":199},{"source":11,"target":223},{"source":11,"target":224},{"source":223,"target":86},{"source":224,"target":199},{"source":12,"target":0},{"source":12,"target":86},{"source":12,"target":199},{"source":12,"target":225},{"source":12,"target":226},{"source":225,"target":86},{"source":226,"target":199},{"source":13,"target":0},{"source":13,"target":86},{"source":13,"target":199},{"source":13,"target":227},{"source":13,"target":228},{"source":227,"target":86},{"source":228,"target":199},{"source":14,"target":0},{"source":14,"target":65},{"source":14,"target":199},{"source":14,"target":229},{"source":14,"target":230},{"source":229,"target":65},{"source":230,"target":199},{"source":15,"target":0},{"source":15,"target":19},{"source":15,"target":199},{"source":15,"target":231},{"source":15,"target":232},{"source":231,"target":19},{"source":232,"target":199},{"source":16,"target":0},{"source":16,"target":180},{"source":16,"target":199},{"source":16,"target":233},{"source":16,"target":234},{"source":233,"target":180},{"source":234,"target":199},{"source":17,"target":0},{"source":17,"target":86},{"source":17,"target":199},{"source":17,"target":235},{"source":17,"target":236},{"source":235,"target":86},{"source":236,"target":199},{"source":18,"target":0},{"source":18,"target":191},{"source":18,"target":199},{"source":18,"target":237},{"source":18,"target":238},{"source":237,"target":191},{"source":238,"target":199},{"source":19,"target":0},{"source":19,"target":40},{"source":19,"target":199},{"source":19,"target":239},{"source":19,"target":240},{"source":239,"target":40},{"source":240,"target":199},{"source":20,"target":0},{"source":20,"target":98},{"source":20,"target":199},{"source":20,"target":241},{"source":20,"target":242},{"source":241,"target":98},{"source":242,"target":199},{"source":21,"target":0},{"source":21,"target":44},{"source":21,"target":39},{"source":21,"target":33},{"source":21,"target":199},{"source":21,"target":243},{"source":21,"target":244},{"source":21,"target":245},{"source":21,"target":246},{"source":243,"target":44},{"source":244,"target":39},{"source":245,"target":33},{"source":246,"target":199},{"source":22,"target":0},{"source":22,"target":86},{"source":22,"target":199},{"source":22,"target":247},{"source":22,"target":248},{"source":247,"target":86},{"source":248,"target":199},{"source":23,"target":0},{"source":23,"target":40},{"source":23,"target":199},{"source":23,"target":249},{"source":23,"target":250},{"source":249,"target":40},{"source":250,"target":199},{"source":24,"target":0},{"source":24,"target":64},{"source":24,"target":119},{"source":24,"target":49},{"source":24,"target":199},{"source":24,"target":251},{"source":24,"target":252},{"source":24,"target":253},{"source":24,"target":254},{"source":251,"target":64},{"source":252,"target":119},{"source":253,"target":49},{"source":254,"target":199},{"source":25,"target":0},{"source":25,"target":86},{"source":25,"target":199},{"source":25,"target":255},{"source":25,"target":256},{"source":255,"target":86},{"source":256,"target":199},{"source":26,"target":0},{"source":26,"target":166},{"source":26,"target":199},{"source":26,"target":257},{"source":26,"target":258},{"source":257,"target":166},{"source":258,"target":199},{"source":27,"target":0},{"source":27,"target":8},{"source":27,"target":199},{"source":27,"target":259},{"source":27,"target":260},{"source":259,"target":8},{"source":260,"target":199},{"source":28,"target":0},{"source":28,"target":113},{"source":28,"target":199},{"source":28,"target":261},{"source":28,"target":262},{"source":261,"target":113},{"source":262,"target":199},{"source":29,"target":0},{"source":29,"target":119},{"source":29,"target":199},{"source":29,"target":263},{"source":29,"target":264},{"source":263,"target":119},{"source":264,"target":199},{"source":30,"target":0},{"source":30,"target":86},{"source":30,"target":199},{"source":30,"target":265},{"source":30,"target":266},{"source":265,"target":86},{"source":266,"target":199},{"source":31,"target":0},{"source":31,"target":44},{"source":31,"target":199},{"source":31,"target":267},{"source":31,"target":268},{"source":267,"target":44},{"source":268,"target":199},{"source":32,"target":0},{"source":32,"target":45},{"source":32,"target":162},{"source":32,"target":199},{"source":32,"target":269},{"source":32,"target":270},{"source":32,"target":271},{"source":269,"target":45},{"source":270,"target":162},{"source":271,"target":199},{"source":33,"target":0},{"source":33,"target":4},{"source":33,"target":199},{"source":33,"target":272},{"source":33,"target":273},{"source":272,"target":4},{"source":273,"target":199},{"source":34,"target":0},{"source":34,"target":58},{"source":34,"target":199},{"source":34,"target":274},{"source":34,"target":275},{"source":274,"target":58},{"source":275,"target":199},{"source":35,"target":0},{"source":35,"target":44},{"source":35,"target":199},{"source":35,"target":276},{"source":35,"target":277},{"source":276,"target":44},{"source":277,"target":199},{"source":36,"target":0},{"source":36,"target":4},{"source":36,"target":199},{"source":36,"target":278},{"source":36,"target":279},{"source":278,"target":4},{"source":279,"target":199},{"source":37,"target":0},{"source":37,"target":60},{"source":37,"target":199},{"source":37,"target":280},{"source":37,"target":281},{"source":280,"target":60},{"source":281,"target":199},{"source":38,"target":0},{"source":38,"target":86},{"source":38,"target":199},{"source":38,"target":282},{"source":38,"target":283},{"source":282,"target":86},{"source":283,"target":199},{"source":39,"target":0},{"source":39,"target":4},{"source":39,"target":199},{"source":39,"target":284},{"source":39,"target":285},{"source":284,"target":4},{"source":285,"target":199},{"source":40,"target":0},{"source":40,"target":64},{"source":40,"target":31},{"source":40,"target":119},{"source":40,"target":199},{"source":40,"target":286},{"source":40,"target":287},{"source":40,"target":288},{"source":40,"target":289},{"source":286,"target":64},{"source":287,"target":31},{"source":288,"target":119},{"source":289,"target":199},{"source":41,"target":0},{"source":41,"target":162},{"source":41,"target":199},{"source":41,"target":290},{"source":41,"target":291},{"source":290,"target":162},{"source":291,"target":199},{"source":42,"target":0},{"source":42,"target":158},{"source":42,"target":199},{"source":42,"target":292},{"source":42,"target":293},{"source":292,"target":158},{"source":293,"target":199},{"source":43,"target":0},{"source":43,"target":35},{"source":43,"target":199},{"source":43,"target":294},{"source":43,"target":295},{"source":294,"target":35},{"source":295,"target":199},{"source":44,"target":0},{"source":44,"target":4},{"source":44,"target":199},{"source":44,"target":296},{"source":44,"target":297},{"source":296,"target":4},{"source":297,"target":199},{"source":45,"target":0},{"source":45,"target":119},{"source":45,"target":199},{"source":45,"target":298},{"source":45,"target":299},{"source":298,"target":119},{"source":299,"target":199},{"source":46,"target":0},{"source":46,"target":166},{"source":46,"target":19},{"source":46,"target":199},{"source":46,"target":300},{"source":46,"target":301},{"source":46,"target":302},{"source":300,"target":166},{"source":301,"target":19},{"source":302,"target":199},{"source":47,"target":0},{"source":47,"target":119},{"source":47,"target":199},{"source":47,"target":303},{"source":47,"target":304},{"source":303,"target":119},{"source":304,"target":199},{"source":48,"target":0},{"source":48,"target":4},{"source":48,"target":199},{"source":48,"target":305},{"source":48,"target":306},{"source":305,"target":4},{"source":306,"target":199},{"source":49,"target":0},{"source":49,"target":4},{"source":49,"target":199},{"source":49,"target":307},{"source":49,"target":308},{"source":307,"target":4},{"source":308,"target":199},{"source":50,"target":0},{"source":50,"target":145},{"source":50,"target":199},{"source":50,"target":309},{"source":50,"target":310},{"source":309,"target":145},{"source":310,"target":199},{"source":51,"target":0},{"source":51,"target":61},{"source":51,"target":199},{"source":51,"target":311},{"source":51,"target":312},{"source":311,"target":61},{"source":312,"target":199},{"source":52,"target":0},{"source":52,"target":4},{"source":52,"target":199},{"source":52,"target":313},{"source":52,"target":314},{"source":313,"target":4},{"source":314,"target":199},{"source":53,"target":0},{"source":53,"target":123},{"source":53,"target":199},{"source":53,"target":315},{"source":53,"target":316},{"source":315,"target":123},{"source":316,"target":199},{"source":54,"target":0},{"source":54,"target":44},{"source":54,"target":199},{"source":54,"target":317},{"source":54,"target":318},{"source":317,"target":44},{"source":318,"target":199},{"source":55,"target":0},{"source":55,"target":4},{"source":55,"target":199},{"source":55,"target":319},{"source":55,"target":320},{"source":319,"target":4},{"source":320,"target":199},{"source":56,"target":0},{"source":56,"target":29},{"source":56,"target":199},{"source":56,"target":321},{"source":56,"target":322},{"source":321,"target":29},{"source":322,"target":199},{"source":57,"target":0},{"source":57,"target":155},{"source":57,"target":199},{"source":57,"target":323},{"source":57,"target":324},{"source":323,"target":155},{"source":324,"target":199},{"source":58,"target":0},{"source":58,"target":64},{"source":58,"target":44},{"source":58,"target":199},{"source":58,"target":325},{"source":58,"target":326},{"source":58,"target":327},{"source":325,"target":64},{"source":326,"target":44},{"source":327,"target":199},{"source":59,"target":0},{"source":59,"target":4},{"source":59,"target":199},{"source":59,"target":328},{"source":59,"target":329},{"source":328,"target":4},{"source":329,"target":199},{"source":60,"target":0},{"source":60,"target":4},{"source":60,"target":199},{"source":60,"target":330},{"source":60,"target":331},{"source":330,"target":4},{"source":331,"target":199},{"source":61,"target":0},{"source":61,"target":32},{"source":61,"target":55},{"source":61,"target":39},{"source":61,"target":199},{"source":61,"target":332},{"source":61,"target":333},{"source":61,"target":334},{"source":61,"target":335},{"source":332,"target":32},{"source":333,"target":55},{"source":334,"target":39},{"source":335,"target":199},{"source":62,"target":0},{"source":62,"target":40},{"source":62,"target":33},{"source":62,"target":199},{"source":62,"target":336},{"source":62,"target":337},{"source":62,"target":338},{"source":336,"target":40},{"source":337,"target":33},{"source":338,"target":199},{"source":63,"target":0},{"source":63,"target":35},{"source":63,"target":199},{"source":63,"target":339},{"source":63,"target":340},{"source":339,"target":35},{"source":340,"target":199},{"source":64,"target":0},{"source":64,"target":4},{"source":64,"target":199},{"source":64,"target":341},{"source":64,"target":342},{"source":64,"target":343},{"source":341,"target":4},{"source":341,"target":344},{"source":341,"target":64},{"source":344,"target":4},{"source":342,"target":4},{"source":343,"target":199},{"source":65,"target":0},{"source":65,"target":166},{"source":65,"target":39},{"source":65,"target":199},{"source":65,"target":345},{"source":65,"target":346},{"source":65,"target":347},{"source":345,"target":166},{"source":346,"target":39},{"source":347,"target":199},{"source":66,"target":0},{"source":66,"target":180},{"source":66,"target":199},{"source":66,"target":348},{"source":66,"target":349},{"source":348,"target":180},{"source":349,"target":199},{"source":67,"target":0},{"source":67,"target":24},{"source":67,"target":199},{"source":67,"target":350},{"source":67,"target":351},{"source":350,"target":24},{"source":351,"target":199},{"source":68,"target":0},{"source":68,"target":4},{"source":68,"target":199},{"source":68,"target":352},{"source":68,"target":353},{"source":352,"target":4},{"source":353,"target":199},{"source":69,"target":0},{"source":69,"target":149},{"source":69,"target":199},{"source":69,"target":354},{"source":69,"target":355},{"source":354,"target":149},{"source":355,"target":199},{"source":70,"target":0},{"source":70,"target":58},{"source":70,"target":199},{"source":70,"target":356},{"source":70,"target":357},{"source":356,"target":58},{"source":357,"target":199},{"source":71,"target":0},{"source":71,"target":182},{"source":71,"target":199},{"source":71,"target":358},{"source":71,"target":359},{"source":358,"target":182},{"source":359,"target":199},{"source":72,"target":0},{"source":72,"target":90},{"source":72,"target":158},{"source":72,"target":199},{"source":72,"target":360},{"source":72,"target":361},{"source":72,"target":362},{"source":360,"target":90},{"source":361,"target":158},{"source":362,"target":199},{"source":73,"target":0},{"source":73,"target":45},{"source":73,"target":199},{"source":73,"target":363},{"source":73,"target":364},{"source":363,"target":45},{"source":364,"target":199},{"source":74,"target":0},{"source":74,"target":90},{"source":74,"target":199},{"source":74,"target":365},{"source":74,"target":366},{"source":365,"target":90},{"source":366,"target":199},{"source":75,"target":0},{"source":75,"target":84},{"source":75,"target":199},{"source":75,"target":367},{"source":75,"target":368},{"source":367,"target":84},{"source":368,"target":199},{"source":76,"target":0},{"source":76,"target":21},{"source":76,"target":199},{"source":76,"target":369},{"source":76,"target":370},{"source":369,"target":21},{"source":370,"target":199},{"source":77,"target":0},{"source":77,"target":157},{"source":77,"target":199},{"source":77,"target":371},{"source":77,"target":372},{"source":371,"target":157},{"source":372,"target":199},{"source":78,"target":0},{"source":78,"target":145},{"source":78,"target":199},{"source":78,"target":373},{"source":78,"target":374},{"source":373,"target":145},{"source":374,"target":199},{"source":79,"target":0},{"source":79,"target":22},{"source":79,"target":199},{"source":79,"target":375},{"source":79,"target":376},{"source":375,"target":22},{"source":376,"target":199},{"source":80,"target":0},{"source":80,"target":90},{"source":80,"target":199},{"source":80,"target":377},{"source":80,"target":378},{"source":377,"target":90},{"source":378,"target":199},{"source":81,"target":0},{"source":81,"target":86},{"source":81,"target":199},{"source":81,"target":379},{"source":81,"target":380},{"source":379,"target":86},{"source":380,"target":199},{"source":82,"target":0},{"source":82,"target":145},{"source":82,"target":199},{"source":82,"target":381},{"source":82,"target":382},{"source":381,"target":145},{"source":382,"target":199},{"source":83,"target":0},{"source":83,"target":195},{"source":83,"target":199},{"source":83,"target":383},{"source":83,"target":384},{"source":383,"target":195},{"source":384,"target":199},{"source":84,"target":0},{"source":84,"target":40},{"source":84,"target":199},{"source":84,"target":385},{"source":84,"target":386},{"source":385,"target":40},{"source":386,"target":199},{"source":85,"target":0},{"source":85,"target":112},{"source":85,"target":199},{"source":85,"target":387},{"source":85,"target":388},{"source":387,"target":112},{"source":388,"target":199},{"source":86,"target":0},{"source":86,"target":56},{"source":86,"target":199},{"source":86,"target":389},{"source":86,"target":390},{"source":389,"target":56},{"source":390,"target":199},{"source":87,"target":0},{"source":87,"target":41},{"source":87,"target":199},{"source":87,"target":391},{"source":87,"target":392},{"source":391,"target":41},{"source":392,"target":199},{"source":88,"target":0},{"source":88,"target":166},{"source":88,"target":199},{"source":88,"target":393},{"source":88,"target":394},{"source":393,"target":166},{"source":394,"target":199},{"source":89,"target":0},{"source":89,"target":40},{"source":89,"target":199},{"source":89,"target":395},{"source":89,"target":396},{"source":395,"target":40},{"source":396,"target":199},{"source":90,"target":0},{"source":90,"target":4},{"source":90,"target":199},{"source":90,"target":397},{"source":90,"target":398},{"source":397,"target":4},{"source":398,"target":199},{"source":91,"target":0},{"source":91,"target":193},{"source":91,"target":199},{"source":91,"target":399},{"source":91,"target":400},{"source":399,"target":193},{"source":400,"target":199},{"source":92,"target":0},{"source":92,"target":40},{"source":92,"target":199},{"source":92,"target":401},{"source":92,"target":402},{"source":401,"target":40},{"source":402,"target":199},{"source":93,"target":0},{"source":93,"target":193},{"source":93,"target":199},{"source":93,"target":403},{"source":93,"target":404},{"source":403,"target":193},{"source":404,"target":199},{"source":94,"target":0},{"source":94,"target":86},{"source":94,"target":199},{"source":94,"target":405},{"source":94,"target":406},{"source":405,"target":86},{"source":406,"target":199},{"source":95,"target":0},{"source":95,"target":4},{"source":95,"target":199},{"source":95,"target":407},{"source":95,"target":408},{"source":407,"target":4},{"source":408,"target":199},{"source":96,"target":0},{"source":96,"target":119},{"source":96,"target":199},{"source":96,"target":409},{"source":96,"target":410},{"source":409,"target":119},{"source":410,"target":199},{"source":97,"target":0},{"source":97,"target":55},{"source":97,"target":162},{"source":97,"target":199},{"source":97,"target":411},{"source":97,"target":412},{"source":97,"target":413},{"source":411,"target":55},{"source":412,"target":162},{"source":413,"target":199},{"source":98,"target":0},{"source":98,"target":90},{"source":98,"target":199},{"source":98,"target":414},{"source":98,"target":415},{"source":414,"target":90},{"source":415,"target":199},{"source":99,"target":0},{"source":99,"target":49},{"source":99,"target":199},{"source":99,"target":416},{"source":99,"target":417},{"source":416,"target":49},{"source":417,"target":199},{"source":100,"target":0},{"source":100,"target":119},{"source":100,"target":199},{"source":100,"target":418},{"source":100,"target":419},{"source":418,"target":119},{"source":419,"target":199},{"source":101,"target":0},{"source":101,"target":193},{"source":101,"target":199},{"source":101,"target":420},{"source":101,"target":421},{"source":420,"target":193},{"source":421,"target":199},{"source":102,"target":0},{"source":102,"target":64},{"source":102,"target":90},{"source":102,"target":199},{"source":102,"target":422},{"source":102,"target":423},{"source":102,"target":424},{"source":422,"target":64},{"source":423,"target":90},{"source":424,"target":199},{"source":103,"target":0},{"source":103,"target":26},{"source":103,"target":199},{"source":103,"target":425},{"source":103,"target":426},{"source":425,"target":26},{"source":426,"target":199},{"source":104,"target":0},{"source":104,"target":86},{"source":104,"target":199},{"source":104,"target":427},{"source":104,"target":428},{"source":427,"target":86},{"source":428,"target":199},{"source":105,"target":0},{"source":105,"target":187},{"source":105,"target":199},{"source":105,"target":429},{"source":105,"target":430},{"source":429,"target":187},{"source":430,"target":199},{"source":106,"target":0},{"source":106,"target":109},{"source":106,"target":199},{"source":106,"target":431},{"source":106,"target":432},{"source":431,"target":109},{"source":432,"target":199},{"source":107,"target":0},{"source":107,"target":30},{"source":107,"target":199},{"source":107,"target":433},{"source":107,"target":434},{"source":433,"target":30},{"source":434,"target":199},{"source":108,"target":0},{"source":108,"target":35},{"source":108,"target":199},{"source":108,"target":435},{"source":108,"target":436},{"source":435,"target":35},{"source":436,"target":199},{"source":109,"target":0},{"source":109,"target":35},{"source":109,"target":199},{"source":109,"target":437},{"source":109,"target":438},{"source":437,"target":35},{"source":438,"target":199},{"source":110,"target":0},{"source":110,"target":145},{"source":110,"target":199},{"source":110,"target":439},{"source":110,"target":440},{"source":439,"target":145},{"source":440,"target":199},{"source":111,"target":0},{"source":111,"target":135},{"source":111,"target":199},{"source":111,"target":441},{"source":111,"target":442},{"source":441,"target":135},{"source":442,"target":199},{"source":112,"target":0},{"source":112,"target":41},{"source":112,"target":199},{"source":112,"target":443},{"source":112,"target":444},{"source":443,"target":41},{"source":444,"target":199},{"source":113,"target":0},{"source":113,"target":64},{"source":113,"target":45},{"source":113,"target":199},{"source":113,"target":445},{"source":113,"target":446},{"source":113,"target":447},{"source":445,"target":64},{"source":446,"target":45},{"source":447,"target":199},{"source":114,"target":0},{"source":114,"target":4},{"source":114,"target":199},{"source":114,"target":448},{"source":114,"target":449},{"source":448,"target":4},{"source":449,"target":199},{"source":115,"target":0},{"source":115,"target":40},{"source":115,"target":199},{"source":115,"target":450},{"source":115,"target":451},{"source":450,"target":40},{"source":451,"target":199},{"source":116,"target":0},{"source":116,"target":4},{"source":116,"target":199},{"source":116,"target":452},{"source":116,"target":453},{"source":452,"target":4},{"source":453,"target":199},{"source":117,"target":0},{"source":117,"target":49},{"source":117,"target":199},{"source":117,"target":454},{"source":117,"target":455},{"source":454,"target":49},{"source":455,"target":199},{"source":118,"target":0},{"source":118,"target":40},{"source":118,"target":199},{"source":118,"target":456},{"source":118,"target":457},{"source":456,"target":40},{"source":457,"target":199},{"source":119,"target":0},{"source":119,"target":4},{"source":119,"target":199},{"source":119,"target":458},{"source":119,"target":459},{"source":458,"target":4},{"source":459,"target":199},{"source":120,"target":0},{"source":120,"target":41},{"source":120,"target":199},{"source":120,"target":460},{"source":120,"target":461},{"source":460,"target":41},{"source":461,"target":199},{"source":121,"target":0},{"source":121,"target":155},{"source":121,"target":199},{"source":121,"target":462},{"source":121,"target":463},{"source":462,"target":155},{"source":463,"target":199},{"source":122,"target":0},{"source":122,"target":113},{"source":122,"target":162},{"source":122,"target":199},{"source":122,"target":464},{"source":122,"target":465},{"source":122,"target":466},{"source":464,"target":113},{"source":465,"target":162},{"source":466,"target":199},{"source":123,"target":0},{"source":123,"target":60},{"source":123,"target":199},{"source":123,"target":467},{"source":123,"target":468},{"source":467,"target":60},{"source":468,"target":199},{"source":124,"target":0},{"source":124,"target":106},{"source":124,"target":199},{"source":124,"target":469},{"source":124,"target":470},{"source":469,"target":106},{"source":470,"target":199},{"source":125,"target":0},{"source":125,"target":123},{"source":125,"target":199},{"source":125,"target":471},{"source":125,"target":472},{"source":471,"target":123},{"source":472,"target":199},{"source":126,"target":0},{"source":126,"target":41},{"source":126,"target":199},{"source":126,"target":473},{"source":126,"target":474},{"source":473,"target":41},{"source":474,"target":199},{"source":127,"target":0},{"source":127,"target":86},{"source":127,"target":64},{"source":127,"target":199},{"source":127,"target":475},{"source":127,"target":476},{"source":127,"target":477},{"source":475,"target":86},{"source":476,"target":64},{"source":477,"target":199},{"source":128,"target":0},{"source":128,"target":100},{"source":128,"target":199},{"source":128,"target":478},{"source":128,"target":479},{"source":478,"target":100},{"source":479,"target":199},{"source":129,"target":0},{"source":129,"target":193},{"source":129,"target":199},{"source":129,"target":480},{"source":129,"target":481},{"source":480,"target":193},{"source":481,"target":199},{"source":130,"target":0},{"source":130,"target":197},{"source":130,"target":199},{"source":130,"target":482},{"source":130,"target":483},{"source":482,"target":197},{"source":483,"target":199},{"source":131,"target":0},{"source":131,"target":86},{"source":131,"target":199},{"source":131,"target":484},{"source":131,"target":485},{"source":484,"target":86},{"source":485,"target":199},{"source":132,"target":0},{"source":132,"target":198},{"source":132,"target":199},{"source":132,"target":486},{"source":132,"target":487},{"source":486,"target":198},{"source":487,"target":199},{"source":133,"target":0},{"source":133,"target":44},{"source":133,"target":199},{"source":133,"target":488},{"source":133,"target":489},{"source":488,"target":44},{"source":489,"target":199},{"source":134,"target":0},{"source":134,"target":135},{"source":134,"target":199},{"source":134,"target":490},{"source":134,"target":491},{"source":490,"target":135},{"source":491,"target":199},{"source":135,"target":0},{"source":135,"target":22},{"source":135,"target":199},{"source":135,"target":492},{"source":135,"target":493},{"source":492,"target":22},{"source":493,"target":199},{"source":136,"target":0},{"source":136,"target":100},{"source":136,"target":199},{"source":136,"target":494},{"source":136,"target":495},{"source":494,"target":100},{"source":495,"target":199},{"source":137,"target":0},{"source":137,"target":93},{"source":137,"target":199},{"source":137,"target":496},{"source":137,"target":497},{"source":496,"target":93},{"source":497,"target":199},{"source":138,"target":0},{"source":138,"target":65},{"source":138,"target":199},{"source":138,"target":498},{"source":138,"target":499},{"source":498,"target":65},{"source":499,"target":199},{"source":139,"target":0},{"source":139,"target":86},{"source":139,"target":199},{"source":139,"target":500},{"source":139,"target":501},{"source":500,"target":86},{"source":501,"target":199},{"source":140,"target":0},{"source":140,"target":86},{"source":140,"target":199},{"source":140,"target":502},{"source":140,"target":503},{"source":502,"target":86},{"source":503,"target":199},{"source":141,"target":0},{"source":141,"target":38},{"source":141,"target":199},{"source":141,"target":504},{"source":141,"target":505},{"source":504,"target":38},{"source":505,"target":199},{"source":142,"target":0},{"source":142,"target":127},{"source":142,"target":199},{"source":142,"target":506},{"source":142,"target":507},{"source":506,"target":127},{"source":507,"target":199},{"source":143,"target":0},{"source":143,"target":166},{"source":143,"target":199},{"source":143,"target":508},{"source":143,"target":509},{"source":508,"target":166},{"source":509,"target":199},{"source":144,"target":0},{"source":144,"target":145},{"source":144,"target":199},{"source":144,"target":510},{"source":144,"target":511},{"source":510,"target":145},{"source":511,"target":199},{"source":145,"target":0},{"source":145,"target":41},{"source":145,"target":199},{"source":145,"target":512},{"source":145,"target":513},{"source":512,"target":41},{"source":513,"target":199},{"source":146,"target":0},{"source":146,"target":135},{"source":146,"target":199},{"source":146,"target":514},{"source":146,"target":515},{"source":514,"target":135},{"source":515,"target":199},{"source":147,"target":0},{"source":147,"target":61},{"source":147,"target":199},{"source":147,"target":516},{"source":147,"target":517},{"source":516,"target":61},{"source":517,"target":199},{"source":148,"target":0},{"source":148,"target":165},{"source":148,"target":199},{"source":148,"target":518},{"source":148,"target":519},{"source":518,"target":165},{"source":519,"target":199},{"source":149,"target":0},{"source":149,"target":151},{"source":149,"target":199},{"source":149,"target":520},{"source":149,"target":521},{"source":520,"target":151},{"source":521,"target":199},{"source":150,"target":0},{"source":150,"target":149},{"source":150,"target":199},{"source":150,"target":522},{"source":150,"target":523},{"source":522,"target":149},{"source":523,"target":199},{"source":151,"target":0},{"source":151,"target":44},{"source":151,"target":199},{"source":151,"target":524},{"source":151,"target":525},{"source":524,"target":44},{"source":525,"target":199},{"source":152,"target":0},{"source":152,"target":86},{"source":152,"target":199},{"source":152,"target":526},{"source":152,"target":527},{"source":526,"target":86},{"source":527,"target":199},{"source":153,"target":0},{"source":153,"target":148},{"source":153,"target":199},{"source":153,"target":528},{"source":153,"target":529},{"source":528,"target":148},{"source":529,"target":199},{"source":154,"target":0},{"source":154,"target":151},{"source":154,"target":199},{"source":154,"target":530},{"source":154,"target":531},{"source":530,"target":151},{"source":531,"target":199},{"source":155,"target":0},{"source":155,"target":86},{"source":155,"target":199},{"source":155,"target":532},{"source":155,"target":533},{"source":532,"target":86},{"source":533,"target":199},{"source":156,"target":0},{"source":156,"target":140},{"source":156,"target":199},{"source":156,"target":534},{"source":156,"target":535},{"source":534,"target":140},{"source":535,"target":199},{"source":157,"target":0},{"source":157,"target":197},{"source":157,"target":199},{"source":157,"target":536},{"source":157,"target":537},{"source":536,"target":197},{"source":537,"target":199},{"source":158,"target":0},{"source":158,"target":4},{"source":158,"target":199},{"source":158,"target":538},{"source":158,"target":539},{"source":538,"target":4},{"source":539,"target":199},{"source":159,"target":0},{"source":159,"target":165},{"source":159,"target":199},{"source":159,"target":540},{"source":159,"target":541},{"source":540,"target":165},{"source":541,"target":199},{"source":160,"target":0},{"source":160,"target":62},{"source":160,"target":199},{"source":160,"target":542},{"source":160,"target":543},{"source":542,"target":62},{"source":543,"target":199},{"source":161,"target":0},{"source":161,"target":198},{"source":161,"target":199},{"source":161,"target":544},{"source":161,"target":545},{"source":544,"target":198},{"source":545,"target":199},{"source":162,"target":0},{"source":162,"target":4},{"source":162,"target":199},{"source":162,"target":546},{"source":162,"target":547},{"source":546,"target":4},{"source":547,"target":199},{"source":163,"target":0},{"source":163,"target":22},{"source":163,"target":199},{"source":163,"target":548},{"source":163,"target":549},{"source":548,"target":22},{"source":549,"target":199},{"source":164,"target":0},{"source":164,"target":86},{"source":164,"target":199},{"source":164,"target":550},{"source":164,"target":551},{"source":550,"target":86},{"source":551,"target":199},{"source":165,"target":0},{"source":165,"target":29},{"source":165,"target":162},{"source":165,"target":199},{"source":165,"target":552},{"source":165,"target":553},{"source":165,"target":554},{"source":552,"target":29},{"source":553,"target":162},{"source":554,"target":199},{"source":166,"target":0},{"source":166,"target":182},{"source":166,"target":75},{"source":166,"target":199},{"source":166,"target":555},{"source":166,"target":556},{"source":166,"target":557},{"source":555,"target":182},{"source":556,"target":75},{"source":557,"target":199},{"source":167,"target":0},{"source":167,"target":127},{"source":167,"target":199},{"source":167,"target":558},{"source":167,"target":559},{"source":558,"target":127},{"source":559,"target":199},{"source":168,"target":0},{"source":168,"target":103},{"source":168,"target":199},{"source":168,"target":560},{"source":168,"target":561},{"source":560,"target":103},{"source":561,"target":199},{"source":169,"target":0},{"source":169,"target":115},{"source":169,"target":199},{"source":169,"target":562},{"source":169,"target":563},{"source":562,"target":115},{"source":563,"target":199},{"source":170,"target":0},{"source":170,"target":86},{"source":170,"target":199},{"source":170,"target":564},{"source":170,"target":565},{"source":564,"target":86},{"source":565,"target":199},{"source":171,"target":0},{"source":171,"target":55},{"source":171,"target":162},{"source":171,"target":199},{"source":171,"target":566},{"source":171,"target":567},{"source":171,"target":568},{"source":566,"target":55},{"source":567,"target":162},{"source":568,"target":199},{"source":172,"target":0},{"source":172,"target":90},{"source":172,"target":199},{"source":172,"target":569},{"source":172,"target":570},{"source":569,"target":90},{"source":570,"target":199},{"source":173,"target":0},{"source":173,"target":135},{"source":173,"target":199},{"source":173,"target":571},{"source":173,"target":572},{"source":571,"target":135},{"source":572,"target":199},{"source":174,"target":0},{"source":174,"target":93},{"source":174,"target":199},{"source":174,"target":573},{"source":174,"target":574},{"source":573,"target":93},{"source":574,"target":199},{"source":175,"target":0},{"source":175,"target":182},{"source":175,"target":84},{"source":175,"target":199},{"source":175,"target":575},{"source":175,"target":576},{"source":175,"target":577},{"source":575,"target":182},{"source":576,"target":84},{"source":577,"target":199},{"source":176,"target":0},{"source":176,"target":109},{"source":176,"target":199},{"source":176,"target":578},{"source":176,"target":579},{"source":578,"target":109},{"source":579,"target":199},{"source":177,"target":0},{"source":177,"target":127},{"source":177,"target":199},{"source":177,"target":580},{"source":177,"target":581},{"source":580,"target":127},{"source":581,"target":199},{"source":178,"target":0},{"source":178,"target":44},{"source":178,"target":199},{"source":178,"target":582},{"source":178,"target":583},{"source":582,"target":44},{"source":583,"target":199},{"source":179,"target":0},{"source":179,"target":123},{"source":179,"target":199},{"source":179,"target":584},{"source":179,"target":585},{"source":584,"target":123},{"source":585,"target":199},{"source":180,"target":0},{"source":180,"target":140},{"source":180,"target":199},{"source":180,"target":586},{"source":180,"target":587},{"source":586,"target":140},{"source":587,"target":199},{"source":181,"target":0},{"source":181,"target":72},{"source":181,"target":199},{"source":181,"target":588},{"source":181,"target":589},{"source":588,"target":72},{"source":589,"target":199},{"source":182,"target":0},{"source":182,"target":40},{"source":182,"target":199},{"source":182,"target":590},{"source":182,"target":591},{"source":590,"target":40},{"source":591,"target":199},{"source":183,"target":0},{"source":183,"target":106},{"source":183,"target":199},{"source":183,"target":592},{"source":183,"target":593},{"source":592,"target":106},{"source":593,"target":199},{"source":184,"target":0},{"source":184,"target":115},{"source":184,"target":199},{"source":184,"target":594},{"source":184,"target":595},{"source":594,"target":115},{"source":595,"target":199},{"source":185,"target":0},{"source":185,"target":90},{"source":185,"target":199},{"source":185,"target":596},{"source":185,"target":597},{"source":596,"target":90},{"source":597,"target":199},{"source":186,"target":0},{"source":186,"target":155},{"source":186,"target":199},{"source":186,"target":598},{"source":186,"target":599},{"source":598,"target":155},{"source":599,"target":199},{"source":187,"target":0},{"source":187,"target":148},{"source":187,"target":199},{"source":187,"target":600},{"source":187,"target":601},{"source":600,"target":148},{"source":601,"target":199},{"source":188,"target":0},{"source":188,"target":40},{"source":188,"target":199},{"source":188,"target":602},{"source":188,"target":603},{"source":602,"target":40},{"source":603,"target":199},{"source":189,"target":0},{"source":189,"target":86},{"source":189,"target":199},{"source":189,"target":604},{"source":189,"target":605},{"source":604,"target":86},{"source":605,"target":199},{"source":190,"target":0},{"source":190,"target":26},{"source":190,"target":90},{"source":190,"target":199},{"source":190,"target":606},{"source":190,"target":607},{"source":190,"target":608},{"source":606,"target":26},{"source":607,"target":90},{"source":608,"target":199},{"source":191,"target":0},{"source":191,"target":119},{"source":191,"target":199},{"source":191,"target":609},{"source":191,"target":610},{"source":609,"target":119},{"source":610,"target":199},{"source":192,"target":0},{"source":192,"target":64},{"source":192,"target":119},{"source":192,"target":199},{"source":192,"target":611},{"source":192,"target":612},{"source":192,"target":613},{"source":611,"target":64},{"source":612,"target":119},{"source":613,"target":199},{"source":193,"target":0},{"source":193,"target":29},{"source":193,"target":199},{"source":193,"target":614},{"source":193,"target":615},{"source":614,"target":29},{"source":615,"target":199},{"source":194,"target":0},{"source":194,"target":19},{"source":194,"target":199},{"source":194,"target":616},{"source":194,"target":617},{"source":616,"target":19},{"source":617,"target":199},{"source":195,"target":0},{"source":195,"target":41},{"source":195,"target":199},{"source":195,"target":618},{"source":195,"target":619},{"source":618,"target":41},{"source":619,"target":199},{"source":196,"target":0},{"source":196,"target":26},{"source":196,"target":199},{"source":196,"target":620},{"source":196,"target":621},{"source":620,"target":26},{"source":621,"target":199},{"source":197,"target":0},{"source":197,"target":30},{"source":197,"target":199},{"source":197,"target":622},{"source":197,"target":623},{"source":622,"target":30},{"source":623,"target":199},{"source":198,"target":0},{"source":198,"target":155},{"source":198,"target":199},{"source":198,"target":624},{"source":198,"target":625},{"source":624,"target":155},{"source":625,"target":199},{"source":199,"target":0},{"source":199,"target":626},{"source":626,"target":627},{"source":626,"target":199}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2">
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="Slot">
<eStructuralFeatures xsi:type="ecore:EReference" name="definingFeature" lowerBound="1"
eType="#//StructuralFeature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1"
eType="#//NamedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/>
<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="Deployment" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsUML2definingFeaturIsFeatureOfClassifier.ecore | ecore | UML2
Property
ExtensionPoint
RedefinableTemplateSignature
LiteralInteger
DeploymentSpecification
InvocationAction
State
TimeTrigger
ParameterSet
ReadLinkAction
BehavioralFeature
Manifestation
Collaboration
ExpansionRegion
SendSignalAction
Model
DestroyObjectAction
ParameterableClassifier
WriteVariableAction
EncapsulatedClassifier
ActivityFinalNode
StateInvariant
ForkNode
InteractionOccurrence
Stop
Implementation
LiteralString
ValuePin
ActivityParameterNode
RaiseExceptionAction
StructuralFeatureAction
SendObjectAction
DestroyLinkAction
Association
PrimitiveFunction
EnumerationLiteral
Expression
Vertex
CallOperationAction
Package
ValueSpecification
Pseudostate
Realization
CombinedFragment
ProtocolTransition
BroadcastSignalAction
ProtocolStateMachine
FlowFinalNode
Stereotype
CallBehaviorAction
Usage
MessageTrigger
RemoveVariableValueAction
Port
AcceptEventAction
TimeInterval
Variable
Lifeline
Behavior
AddVariableValueAction
RedefinableElement
TimeExpression
DurationInterval
ReclassifyObjectAction
ConnectionPointReference
ObjectNode
Enumeration
PrimitiveType
ClearAssociationAction
Device
Substitution
Interaction
CollaborationOccurrence
Node
ControlFlow
BehavioredClassifier
NamedElement
Classifier
FinalState
ReadLinkObjectEndAction
DecisionNode
CallAction
ActivityPartition
Type
StartOwnedBehaviorAction
Gate
LiteralNull
AssociationClass
Slot
definingFeature
StructuredClassifier
WriteStructuralFeatureAction
UseCase
LoopNode
Region
ApplyFunctionAction
ChangeTrigger
StructuralFeature
ConditionalNode
InteractionOperand
MergeNode
Permission
DataStoreNode
Extend
Signal
ConnectableElement
DataType
AddStructuralFeatureValueAction
ExecutableNode
ReadExtentAction
LiteralSpecification
WriteLinkAction
ReplyAction
Pin
Activity
Continuation
ControlNode
Operation
InitialNode
Connector
ClearStructuralFeatureAction
InformationFlow
Artifact
Reception
LinkAction
Namespace
member
ReadIsClassifiedObjectAction
DeploymentTarget
Dependency
EventOccurrence
ActivityEdge
OutputPin
CreateLinkAction
CreateObjectAction
CommunicationPath
Extension
CallTrigger
GeneralizationSet
DurationObservationAction
ReadVariableAction
MessageEnd
Feature
Actor
ReadSelfAction
FinalNode
AnyTrigger
TimeConstraint
Message
TestIdentityAction
Class
Include
Trigger
ExecutionOccurrence
LiteralBoolean
Constraint
ExtensionEnd
PackageableElement
RemoveStructuralFeatureValueAction
Interval
InteractionConstraint
Duration
Transition
CreateLinkObjectAction
GeneralOrdering
DeployedArtifact
Profile
InstanceSpecification
slot
classifier
Deployment
TypedElement
ReadLinkObjectEndQualifierAction
Abstraction
TemplateableClassifier
ReadStructuralFeatureAction
ObjectFlow
Action
IntervalConstraint
ClearVariableAction
TimeObservationAction
ExpansionNode
VariableAction
InformationItem
InstanceValue
InteractionFragment
StateMachine
Interface
JoinNode
ActivityNode
CentralBufferNode
OpaqueExpression
DurationConstraint
AcceptCallAction
StructuredActivityNode
ExecutionEnvironment
Component
InputPin
LiteralUnlimitedNatural
Parameter
PartDecomposition
SignalTrigger | null | {"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slot","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"container":false,"ordered":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":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"container":false,"ordered":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":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"classifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":1,"target":0},{"source":1,"target":97},{"source":1,"target":105},{"source":1,"target":127},{"source":1,"target":199},{"source":1,"target":200},{"source":1,"target":201},{"source":199,"target":97},{"source":200,"target":105},{"source":201,"target":127},{"source":2,"target":0},{"source":2,"target":61},{"source":2,"target":202},{"source":202,"target":61},{"source":3,"target":0},{"source":3,"target":61},{"source":3,"target":203},{"source":203,"target":61},{"source":4,"target":0},{"source":4,"target":110},{"source":4,"target":204},{"source":204,"target":110},{"source":5,"target":0},{"source":5,"target":122},{"source":5,"target":205},{"source":205,"target":122},{"source":6,"target":0},{"source":6,"target":174},{"source":6,"target":206},{"source":206,"target":174},{"source":7,"target":0},{"source":7,"target":125},{"source":7,"target":61},{"source":7,"target":38},{"source":7,"target":207},{"source":7,"target":208},{"source":7,"target":209},{"source":207,"target":125},{"source":208,"target":61},{"source":209,"target":38},{"source":8,"target":0},{"source":8,"target":151},{"source":8,"target":210},{"source":210,"target":151},{"source":9,"target":0},{"source":9,"target":77},{"source":9,"target":211},{"source":211,"target":77},{"source":10,"target":0},{"source":10,"target":124},{"source":10,"target":212},{"source":212,"target":124},{"source":11,"target":0},{"source":11,"target":125},{"source":11,"target":141},{"source":11,"target":213},{"source":11,"target":214},{"source":213,"target":125},{"source":214,"target":141},{"source":12,"target":0},{"source":12,"target":170},{"source":12,"target":215},{"source":215,"target":170},{"source":13,"target":0},{"source":13,"target":76},{"source":13,"target":90},{"source":13,"target":216},{"source":13,"target":217},{"source":216,"target":76},{"source":217,"target":90},{"source":14,"target":0},{"source":14,"target":191},{"source":14,"target":218},{"source":218,"target":191},{"source":15,"target":0},{"source":15,"target":6},{"source":15,"target":219},{"source":219,"target":6},{"source":16,"target":0},{"source":16,"target":40},{"source":16,"target":220},{"source":220,"target":40},{"source":17,"target":0},{"source":17,"target":174},{"source":17,"target":221},{"source":221,"target":174},{"source":18,"target":0},{"source":18,"target":78},{"source":18,"target":222},{"source":222,"target":78},{"source":19,"target":0},{"source":19,"target":179},{"source":19,"target":223},{"source":223,"target":179},{"source":20,"target":0},{"source":20,"target":90},{"source":20,"target":224},{"source":224,"target":90},{"source":21,"target":0},{"source":21,"target":144},{"source":21,"target":225},{"source":225,"target":144},{"source":22,"target":0},{"source":22,"target":182},{"source":22,"target":226},{"source":226,"target":182},{"source":23,"target":0},{"source":23,"target":116},{"source":23,"target":227},{"source":227,"target":116},{"source":24,"target":0},{"source":24,"target":182},{"source":24,"target":228},{"source":228,"target":182},{"source":25,"target":0},{"source":25,"target":129},{"source":25,"target":229},{"source":229,"target":129},{"source":26,"target":0},{"source":26,"target":43},{"source":26,"target":230},{"source":230,"target":43},{"source":27,"target":0},{"source":27,"target":110},{"source":27,"target":231},{"source":231,"target":110},{"source":28,"target":0},{"source":28,"target":194},{"source":28,"target":232},{"source":232,"target":194},{"source":29,"target":0},{"source":29,"target":66},{"source":29,"target":233},{"source":233,"target":66},{"source":30,"target":0},{"source":30,"target":174},{"source":30,"target":234},{"source":234,"target":174},{"source":31,"target":0},{"source":31,"target":174},{"source":31,"target":235},{"source":235,"target":174},{"source":32,"target":0},{"source":32,"target":6},{"source":32,"target":236},{"source":236,"target":6},{"source":33,"target":0},{"source":33,"target":111},{"source":33,"target":237},{"source":237,"target":111},{"source":34,"target":0},{"source":34,"target":78},{"source":34,"target":238},{"source":238,"target":78},{"source":35,"target":0},{"source":35,"target":156},{"source":35,"target":239},{"source":239,"target":156},{"source":36,"target":0},{"source":36,"target":166},{"source":36,"target":240},{"source":240,"target":166},{"source":37,"target":0},{"source":37,"target":188},{"source":37,"target":241},{"source":241,"target":188},{"source":38,"target":0},{"source":38,"target":77},{"source":38,"target":242},{"source":242,"target":77},{"source":39,"target":0},{"source":39,"target":82},{"source":39,"target":243},{"source":243,"target":82},{"source":40,"target":0},{"source":40,"target":125},{"source":40,"target":156},{"source":40,"target":244},{"source":40,"target":245},{"source":244,"target":125},{"source":245,"target":156},{"source":41,"target":0},{"source":41,"target":168},{"source":41,"target":246},{"source":246,"target":168},{"source":42,"target":0},{"source":42,"target":38},{"source":42,"target":247},{"source":247,"target":38},{"source":43,"target":0},{"source":43,"target":170},{"source":43,"target":248},{"source":248,"target":170},{"source":44,"target":0},{"source":44,"target":182},{"source":44,"target":249},{"source":249,"target":182},{"source":45,"target":0},{"source":45,"target":161},{"source":45,"target":250},{"source":250,"target":161},{"source":46,"target":0},{"source":46,"target":6},{"source":46,"target":251},{"source":251,"target":6},{"source":47,"target":0},{"source":47,"target":183},{"source":47,"target":252},{"source":252,"target":183},{"source":48,"target":0},{"source":48,"target":144},{"source":48,"target":253},{"source":253,"target":144},{"source":49,"target":0},{"source":49,"target":149},{"source":49,"target":254},{"source":254,"target":149},{"source":50,"target":0},{"source":50,"target":82},{"source":50,"target":255},{"source":255,"target":82},{"source":51,"target":0},{"source":51,"target":128},{"source":51,"target":256},{"source":256,"target":128},{"source":52,"target":0},{"source":52,"target":151},{"source":52,"target":257},{"source":257,"target":151},{"source":53,"target":0},{"source":53,"target":19},{"source":53,"target":258},{"source":258,"target":19},{"source":54,"target":0},{"source":54,"target":1},{"source":54,"target":259},{"source":259,"target":1},{"source":55,"target":0},{"source":55,"target":174},{"source":55,"target":260},{"source":260,"target":174},{"source":56,"target":0},{"source":56,"target":158},{"source":56,"target":261},{"source":261,"target":158},{"source":57,"target":0},{"source":57,"target":105},{"source":57,"target":168},{"source":57,"target":262},{"source":57,"target":263},{"source":262,"target":105},{"source":263,"target":168},{"source":58,"target":0},{"source":58,"target":77},{"source":58,"target":264},{"source":264,"target":77},{"source":59,"target":0},{"source":59,"target":149},{"source":59,"target":265},{"source":265,"target":149},{"source":60,"target":0},{"source":60,"target":19},{"source":60,"target":266},{"source":266,"target":19},{"source":61,"target":0},{"source":61,"target":77},{"source":61,"target":267},{"source":267,"target":77},{"source":62,"target":0},{"source":62,"target":41},{"source":62,"target":268},{"source":268,"target":41},{"source":63,"target":0},{"source":63,"target":158},{"source":63,"target":269},{"source":269,"target":158},{"source":64,"target":0},{"source":64,"target":174},{"source":64,"target":270},{"source":270,"target":174},{"source":65,"target":0},{"source":65,"target":38},{"source":65,"target":271},{"source":271,"target":38},{"source":66,"target":0},{"source":66,"target":186},{"source":66,"target":168},{"source":66,"target":272},{"source":66,"target":273},{"source":272,"target":186},{"source":273,"target":168},{"source":67,"target":0},{"source":67,"target":106},{"source":67,"target":274},{"source":274,"target":106},{"source":68,"target":0},{"source":68,"target":106},{"source":68,"target":275},{"source":275,"target":106},{"source":69,"target":0},{"source":69,"target":174},{"source":69,"target":276},{"source":276,"target":174},{"source":70,"target":0},{"source":70,"target":74},{"source":70,"target":277},{"source":277,"target":74},{"source":71,"target":0},{"source":71,"target":43},{"source":71,"target":278},{"source":278,"target":43},{"source":72,"target":0},{"source":72,"target":59},{"source":72,"target":182},{"source":72,"target":279},{"source":72,"target":280},{"source":279,"target":59},{"source":280,"target":182},{"source":73,"target":0},{"source":73,"target":77},{"source":73,"target":281},{"source":281,"target":77},{"source":74,"target":0},{"source":74,"target":149},{"source":74,"target":127},{"source":74,"target":282},{"source":74,"target":283},{"source":282,"target":149},{"source":283,"target":127},{"source":75,"target":0},{"source":75,"target":130},{"source":75,"target":284},{"source":284,"target":130},{"source":76,"target":0},{"source":76,"target":78},{"source":76,"target":285},{"source":285,"target":78},{"source":77,"target":0},{"source":78,"target":0},{"source":78,"target":125},{"source":78,"target":84},{"source":78,"target":61},{"source":78,"target":286},{"source":78,"target":287},{"source":78,"target":288},{"source":286,"target":125},{"source":287,"target":84},{"source":288,"target":61},{"source":79,"target":0},{"source":79,"target":7},{"source":79,"target":289},{"source":289,"target":7},{"source":80,"target":0},{"source":80,"target":174},{"source":80,"target":290},{"source":290,"target":174},{"source":81,"target":0},{"source":81,"target":116},{"source":81,"target":291},{"source":291,"target":116},{"source":82,"target":0},{"source":82,"target":6},{"source":82,"target":292},{"source":292,"target":6},{"source":83,"target":0},{"source":83,"target":77},{"source":83,"target":293},{"source":293,"target":77},{"source":84,"target":0},{"source":84,"target":156},{"source":84,"target":294},{"source":294,"target":156},{"source":85,"target":0},{"source":85,"target":174},{"source":85,"target":295},{"source":295,"target":174},{"source":86,"target":0},{"source":86,"target":140},{"source":86,"target":296},{"source":296,"target":140},{"source":87,"target":0},{"source":87,"target":110},{"source":87,"target":297},{"source":297,"target":110},{"source":88,"target":0},{"source":88,"target":149},{"source":88,"target":34},{"source":88,"target":298},{"source":88,"target":299},{"source":298,"target":149},{"source":299,"target":34},{"source":89,"target":0},{"source":89,"target":300},{"source":300,"target":97},{"source":300,"target":301},{"source":300,"target":89},{"source":301,"target":97},{"source":90,"target":0},{"source":90,"target":78},{"source":90,"target":302},{"source":302,"target":78},{"source":91,"target":0},{"source":91,"target":31},{"source":91,"target":303},{"source":303,"target":31},{"source":92,"target":0},{"source":92,"target":76},{"source":92,"target":304},{"source":304,"target":76},{"source":93,"target":0},{"source":93,"target":191},{"source":93,"target":305},{"source":305,"target":191},{"source":94,"target":0},{"source":94,"target":125},{"source":94,"target":61},{"source":94,"target":306},{"source":94,"target":307},{"source":306,"target":125},{"source":307,"target":61},{"source":95,"target":0},{"source":95,"target":174},{"source":95,"target":308},{"source":308,"target":174},{"source":96,"target":0},{"source":96,"target":151},{"source":96,"target":309},{"source":309,"target":151},{"source":97,"target":0},{"source":97,"target":141},{"source":97,"target":168},{"source":97,"target":310},{"source":97,"target":311},{"source":310,"target":141},{"source":311,"target":168},{"source":98,"target":0},{"source":98,"target":191},{"source":98,"target":312},{"source":312,"target":191},{"source":99,"target":0},{"source":99,"target":125},{"source":99,"target":182},{"source":99,"target":313},{"source":99,"target":314},{"source":313,"target":125},{"source":314,"target":182},{"source":100,"target":0},{"source":100,"target":116},{"source":100,"target":315},{"source":315,"target":116},{"source":101,"target":0},{"source":101,"target":128},{"source":101,"target":316},{"source":316,"target":128},{"source":102,"target":0},{"source":102,"target":187},{"source":102,"target":317},{"source":317,"target":187},{"source":103,"target":0},{"source":103,"target":77},{"source":103,"target":318},{"source":318,"target":77},{"source":104,"target":0},{"source":104,"target":78},{"source":104,"target":319},{"source":319,"target":78},{"source":105,"target":0},{"source":105,"target":77},{"source":105,"target":320},{"source":320,"target":77},{"source":106,"target":0},{"source":106,"target":78},{"source":106,"target":321},{"source":321,"target":78},{"source":107,"target":0},{"source":107,"target":91},{"source":107,"target":322},{"source":322,"target":91},{"source":108,"target":0},{"source":108,"target":186},{"source":108,"target":323},{"source":323,"target":186},{"source":109,"target":0},{"source":109,"target":174},{"source":109,"target":324},{"source":324,"target":174},{"source":110,"target":0},{"source":110,"target":41},{"source":110,"target":325},{"source":325,"target":41},{"source":111,"target":0},{"source":111,"target":124},{"source":111,"target":326},{"source":326,"target":124},{"source":112,"target":0},{"source":112,"target":174},{"source":112,"target":327},{"source":327,"target":174},{"source":113,"target":0},{"source":113,"target":66},{"source":113,"target":328},{"source":328,"target":66},{"source":114,"target":0},{"source":114,"target":59},{"source":114,"target":329},{"source":329,"target":59},{"source":115,"target":0},{"source":115,"target":182},{"source":115,"target":330},{"source":330,"target":182},{"source":116,"target":0},{"source":116,"target":186},{"source":116,"target":331},{"source":331,"target":186},{"source":117,"target":0},{"source":117,"target":11},{"source":117,"target":168},{"source":117,"target":332},{"source":117,"target":333},{"source":332,"target":11},{"source":333,"target":168},{"source":118,"target":0},{"source":118,"target":116},{"source":118,"target":334},{"source":334,"target":116},{"source":119,"target":0},{"source":119,"target":141},{"source":119,"target":335},{"source":335,"target":141},{"source":120,"target":0},{"source":120,"target":31},{"source":120,"target":336},{"source":336,"target":31},{"source":121,"target":0},{"source":121,"target":156},{"source":121,"target":337},{"source":337,"target":156},{"source":122,"target":0},{"source":122,"target":78},{"source":122,"target":164},{"source":122,"target":338},{"source":122,"target":339},{"source":338,"target":78},{"source":339,"target":164},{"source":123,"target":0},{"source":123,"target":11},{"source":123,"target":340},{"source":340,"target":11},{"source":124,"target":0},{"source":124,"target":174},{"source":124,"target":341},{"source":341,"target":174},{"source":125,"target":0},{"source":125,"target":77},{"source":125,"target":342},{"source":125,"target":343},{"source":342,"target":77},{"source":342,"target":344},{"source":342,"target":125},{"source":344,"target":77},{"source":343,"target":77},{"source":126,"target":0},{"source":126,"target":174},{"source":126,"target":345},{"source":345,"target":174},{"source":127,"target":0},{"source":127,"target":77},{"source":127,"target":346},{"source":346,"target":77},{"source":128,"target":0},{"source":128,"target":156},{"source":128,"target":347},{"source":347,"target":156},{"source":129,"target":0},{"source":129,"target":182},{"source":129,"target":140},{"source":129,"target":348},{"source":129,"target":349},{"source":348,"target":182},{"source":349,"target":140},{"source":130,"target":0},{"source":130,"target":61},{"source":130,"target":350},{"source":350,"target":61},{"source":131,"target":0},{"source":131,"target":113},{"source":131,"target":351},{"source":351,"target":113},{"source":132,"target":0},{"source":132,"target":111},{"source":132,"target":352},{"source":352,"target":111},{"source":133,"target":0},{"source":133,"target":174},{"source":133,"target":353},{"source":353,"target":174},{"source":134,"target":0},{"source":134,"target":34},{"source":134,"target":354},{"source":354,"target":34},{"source":135,"target":0},{"source":135,"target":34},{"source":135,"target":355},{"source":355,"target":34},{"source":136,"target":0},{"source":136,"target":52},{"source":136,"target":356},{"source":356,"target":52},{"source":137,"target":0},{"source":137,"target":156},{"source":137,"target":357},{"source":357,"target":156},{"source":138,"target":0},{"source":138,"target":91},{"source":138,"target":358},{"source":358,"target":91},{"source":139,"target":0},{"source":139,"target":179},{"source":139,"target":359},{"source":359,"target":179},{"source":140,"target":0},{"source":140,"target":77},{"source":140,"target":360},{"source":360,"target":77},{"source":141,"target":0},{"source":141,"target":61},{"source":141,"target":361},{"source":361,"target":61},{"source":142,"target":0},{"source":142,"target":78},{"source":142,"target":362},{"source":362,"target":78},{"source":143,"target":0},{"source":143,"target":174},{"source":143,"target":363},{"source":363,"target":174},{"source":144,"target":0},{"source":144,"target":116},{"source":144,"target":364},{"source":364,"target":116},{"source":145,"target":0},{"source":145,"target":52},{"source":145,"target":365},{"source":365,"target":52},{"source":146,"target":0},{"source":146,"target":175},{"source":146,"target":366},{"source":366,"target":175},{"source":147,"target":0},{"source":147,"target":77},{"source":147,"target":367},{"source":367,"target":77},{"source":148,"target":0},{"source":148,"target":174},{"source":148,"target":368},{"source":368,"target":174},{"source":149,"target":0},{"source":149,"target":76},{"source":149,"target":20},{"source":149,"target":369},{"source":149,"target":370},{"source":369,"target":76},{"source":370,"target":20},{"source":150,"target":0},{"source":150,"target":77},{"source":150,"target":371},{"source":371,"target":77},{"source":151,"target":0},{"source":151,"target":77},{"source":151,"target":372},{"source":372,"target":77},{"source":152,"target":0},{"source":152,"target":182},{"source":152,"target":373},{"source":373,"target":182},{"source":153,"target":0},{"source":153,"target":110},{"source":153,"target":374},{"source":374,"target":110},{"source":154,"target":0},{"source":154,"target":156},{"source":154,"target":375},{"source":375,"target":156},{"source":155,"target":0},{"source":155,"target":1},{"source":155,"target":376},{"source":376,"target":1},{"source":156,"target":0},{"source":156,"target":77},{"source":156,"target":377},{"source":377,"target":77},{"source":157,"target":0},{"source":157,"target":91},{"source":157,"target":378},{"source":378,"target":91},{"source":158,"target":0},{"source":158,"target":41},{"source":158,"target":379},{"source":379,"target":41},{"source":159,"target":0},{"source":159,"target":154},{"source":159,"target":380},{"source":380,"target":154},{"source":160,"target":0},{"source":160,"target":41},{"source":160,"target":381},{"source":381,"target":41},{"source":161,"target":0},{"source":161,"target":61},{"source":161,"target":382},{"source":382,"target":61},{"source":162,"target":0},{"source":162,"target":132},{"source":162,"target":383},{"source":383,"target":132},{"source":163,"target":0},{"source":163,"target":77},{"source":163,"target":384},{"source":384,"target":77},{"source":164,"target":0},{"source":164,"target":77},{"source":164,"target":385},{"source":385,"target":77},{"source":165,"target":0},{"source":165,"target":40},{"source":165,"target":386},{"source":386,"target":40},{"source":166,"target":0},{"source":166,"target":156},{"source":166,"target":127},{"source":166,"target":164},{"source":166,"target":387},{"source":166,"target":388},{"source":166,"target":389},{"source":166,"target":390},{"source":166,"target":391},{"source":387,"target":89},{"source":387,"target":392},{"source":387,"target":166},{"source":392,"target":89},{"source":388,"target":78},{"source":388,"target":393},{"source":388,"target":166},{"source":393,"target":78},{"source":389,"target":156},{"source":390,"target":127},{"source":391,"target":164},{"source":167,"target":0},{"source":167,"target":128},{"source":167,"target":394},{"source":394,"target":128},{"source":168,"target":0},{"source":168,"target":77},{"source":168,"target":395},{"source":395,"target":77},{"source":169,"target":0},{"source":169,"target":174},{"source":169,"target":396},{"source":396,"target":174},{"source":170,"target":0},{"source":170,"target":128},{"source":170,"target":397},{"source":397,"target":128},{"source":171,"target":0},{"source":171,"target":78},{"source":171,"target":398},{"source":398,"target":78},{"source":172,"target":0},{"source":172,"target":31},{"source":172,"target":399},{"source":399,"target":31},{"source":173,"target":0},{"source":173,"target":130},{"source":173,"target":400},{"source":400,"target":130},{"source":174,"target":0},{"source":174,"target":108},{"source":174,"target":401},{"source":401,"target":108},{"source":175,"target":0},{"source":175,"target":154},{"source":175,"target":402},{"source":402,"target":154},{"source":176,"target":0},{"source":176,"target":179},{"source":176,"target":403},{"source":403,"target":179},{"source":177,"target":0},{"source":177,"target":91},{"source":177,"target":404},{"source":404,"target":91},{"source":178,"target":0},{"source":178,"target":66},{"source":178,"target":405},{"source":405,"target":66},{"source":179,"target":0},{"source":179,"target":174},{"source":179,"target":406},{"source":406,"target":174},{"source":180,"target":0},{"source":180,"target":78},{"source":180,"target":407},{"source":407,"target":78},{"source":181,"target":0},{"source":181,"target":41},{"source":181,"target":408},{"source":408,"target":41},{"source":182,"target":0},{"source":182,"target":77},{"source":182,"target":409},{"source":409,"target":77},{"source":183,"target":0},{"source":183,"target":59},{"source":183,"target":410},{"source":410,"target":59},{"source":184,"target":0},{"source":184,"target":78},{"source":184,"target":411},{"source":411,"target":78},{"source":185,"target":0},{"source":185,"target":116},{"source":185,"target":412},{"source":412,"target":116},{"source":186,"target":0},{"source":186,"target":61},{"source":186,"target":413},{"source":413,"target":61},{"source":187,"target":0},{"source":187,"target":66},{"source":187,"target":414},{"source":414,"target":66},{"source":188,"target":0},{"source":188,"target":41},{"source":188,"target":415},{"source":415,"target":41},{"source":189,"target":0},{"source":189,"target":175},{"source":189,"target":416},{"source":416,"target":175},{"source":190,"target":0},{"source":190,"target":55},{"source":190,"target":417},{"source":417,"target":55},{"source":191,"target":0},{"source":191,"target":174},{"source":191,"target":125},{"source":191,"target":418},{"source":191,"target":419},{"source":418,"target":174},{"source":419,"target":125},{"source":192,"target":0},{"source":192,"target":74},{"source":192,"target":420},{"source":420,"target":74},{"source":193,"target":0},{"source":193,"target":149},{"source":193,"target":421},{"source":421,"target":149},{"source":194,"target":0},{"source":194,"target":113},{"source":194,"target":422},{"source":422,"target":113},{"source":195,"target":0},{"source":195,"target":110},{"source":195,"target":423},{"source":423,"target":110},{"source":196,"target":0},{"source":196,"target":105},{"source":196,"target":168},{"source":196,"target":424},{"source":196,"target":425},{"source":424,"target":105},{"source":425,"target":168},{"source":197,"target":0},{"source":197,"target":24},{"source":197,"target":426},{"source":426,"target":24},{"source":198,"target":0},{"source":198,"target":52},{"source":198,"target":427},{"source":427,"target":52}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2WithID" nsURI="http:///UML2WithID.ecore" nsPrefix="UML2WithID">
<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="ObjectNode" abstract="true" eSuperTypes="#//ActivityNode #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" abstract="true" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" abstract="true" eSuperTypes="#//InvocationAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" abstract="true"
eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" abstract="true" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" abstract="true"
eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" abstract="true" eSuperTypes="#//Class #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" abstract="true" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" abstract="true"
eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" abstract="true"
eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" abstract="true" eSuperTypes="#//ObjectNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" abstract="true"
eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" abstract="true"
eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" abstract="true"
eSuperTypes="#//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//Namespace #//Feature #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" abstract="true" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" abstract="true"
eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" abstract="true" eSuperTypes="#//ActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" abstract="true"
eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//Feature #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" abstract="true" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" abstract="true"
eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" abstract="true"
eSuperTypes="#//VariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//Namespace #//Type #//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" abstract="true"
eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" abstract="true" eSuperTypes="#//NamedElement #//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1"
eType="#//NamedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" abstract="true" eSuperTypes="#//Trigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" abstract="true" eSuperTypes="#//LinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" abstract="true"
eSuperTypes="#//StructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" abstract="true" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" abstract="true"
eSuperTypes="#//StructuredClassifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" abstract="true" eSuperTypes="#//ActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2WithIDInsMARTEownedElementHasVisibility.ecore | ecore | UML2WithID
VisibilityKind
package
package
private
private
protected
protected
public
public
ObjectNode
Extension
Interval
InformationFlow
Pseudostate
VariableAction
StructuredActivityNode
ExecutionOccurrence
SignalTrigger
RemoveVariableValueAction
Association
ConnectionPointReference
OpaqueExpression
FinalState
DestroyObjectAction
LiteralBoolean
CallAction
Permission
RedefinableElement
InvocationAction
ConnectableElement
ApplyFunctionAction
ValuePin
Behavior
ControlFlow
Duration
ActivityNode
StructuralFeatureAction
TimeInterval
Region
Artifact
Continuation
StartOwnedBehaviorAction
ParameterSet
Reception
ProtocolTransition
Manifestation
Operation
ReadIsClassifiedObjectAction
TimeExpression
ParameterableClassifier
RedefinableTemplateSignature
TypedElement
Transition
ExtensionEnd
DestroyLinkAction
Type
ReadLinkObjectEndQualifierAction
CreateLinkAction
Package
Component
ConditionalNode
Variable
FlowFinalNode
AssociationClass
Expression
CallBehaviorAction
ReadStructuralFeatureAction
InstanceValue
ActivityFinalNode
Activity
ReadSelfAction
Actor
BroadcastSignalAction
PrimitiveType
ActivityParameterNode
NamedElement
visibility
JoinNode
EnumerationLiteral
Stereotype
TimeTrigger
GeneralizationSet
Pin
StateInvariant
AddVariableValueAction
Class
ExtensionPoint
DurationInterval
InteractionOperand
LiteralUnlimitedNatural
Device
ReadVariableAction
PackageableElement
StructuredClassifier
GeneralOrdering
LiteralInteger
ProtocolStateMachine
ReplyAction
Action
IntervalConstraint
Model
Node
Deployment
Realization
EventOccurrence
Usage
MessageEnd
Enumeration
UseCase
Constraint
Property
DeploymentSpecification
Gate
ValueSpecification
Lifeline
LiteralString
BehavioralFeature
ReadLinkObjectEndAction
LinkAction
MergeNode
ForkNode
ClearVariableAction
Connector
CollaborationOccurrence
ReclassifyObjectAction
InputPin
Message
ReadLinkAction
InteractionFragment
ExecutableNode
Parameter
LiteralSpecification
DataType
StateMachine
StructuralFeature
Implementation
TestIdentityAction
ExpansionRegion
FinalNode
ExpansionNode
RemoveStructuralFeatureValueAction
TemplateableClassifier
DeploymentTarget
OutputPin
ActivityPartition
Trigger
WriteVariableAction
Include
Vertex
Classifier
Interface
BehavioredClassifier
Signal
Namespace
member
RaiseExceptionAction
PartDecomposition
CombinedFragment
InteractionConstraint
SendSignalAction
AcceptEventAction
Interaction
Dependency
Feature
ExecutionEnvironment
MessageTrigger
Collaboration
CallOperationAction
AnyTrigger
WriteLinkAction
DecisionNode
ClearAssociationAction
CommunicationPath
CreateObjectAction
InstanceSpecification
ReadExtentAction
SendObjectAction
DeployedArtifact
Abstraction
CentralBufferNode
Profile
ObjectFlow
WriteStructuralFeatureAction
State
Extend
AcceptCallAction
InteractionOccurrence
InformationItem
Stop
LoopNode
DataStoreNode
DurationObservationAction
DurationConstraint
TimeObservationAction
CreateLinkObjectAction
Port
ActivityEdge
Substitution
InitialNode
PrimitiveFunction
LiteralNull
EncapsulatedClassifier
ClearStructuralFeatureAction
AddStructuralFeatureValueAction
CallTrigger
TimeConstraint
ChangeTrigger
ControlNode
Element
ID | null | {"directed":true,"nodes":[{"nsPrefix":"UML2WithID","nsURI":"http:///UML2WithID.ecore","name":"UML2WithID","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":true,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":true,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":true,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":true,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":true,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":true,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":true,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":true,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":true,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":true,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":true,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":true,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":true,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":true,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":true,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":true,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":true,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":true,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":true,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":true,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":true,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":true,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":true,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":true,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":199,"interface":false,"eClass":"EClass"},{"name":"package","id":200,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":201,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":202,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":203,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"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":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"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"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"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"derived":false},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"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":626,"derived":false},{"id":627,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":1,"target":203},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":203,"target":1},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":44},{"source":2,"target":199},{"source":2,"target":204},{"source":2,"target":205},{"source":2,"target":206},{"source":204,"target":28},{"source":205,"target":44},{"source":206,"target":199},{"source":3,"target":0},{"source":3,"target":12},{"source":3,"target":199},{"source":3,"target":207},{"source":3,"target":208},{"source":207,"target":12},{"source":208,"target":199},{"source":4,"target":0},{"source":4,"target":105},{"source":4,"target":199},{"source":4,"target":209},{"source":4,"target":210},{"source":209,"target":105},{"source":210,"target":199},{"source":5,"target":0},{"source":5,"target":84},{"source":5,"target":199},{"source":5,"target":211},{"source":5,"target":212},{"source":211,"target":84},{"source":212,"target":199},{"source":6,"target":0},{"source":6,"target":140},{"source":6,"target":199},{"source":6,"target":213},{"source":6,"target":214},{"source":213,"target":140},{"source":214,"target":199},{"source":7,"target":0},{"source":7,"target":90},{"source":7,"target":199},{"source":7,"target":215},{"source":7,"target":216},{"source":215,"target":90},{"source":216,"target":199},{"source":8,"target":0},{"source":8,"target":90},{"source":8,"target":145},{"source":8,"target":199},{"source":8,"target":217},{"source":8,"target":218},{"source":8,"target":219},{"source":217,"target":90},{"source":218,"target":145},{"source":219,"target":199},{"source":9,"target":0},{"source":9,"target":120},{"source":9,"target":199},{"source":9,"target":220},{"source":9,"target":221},{"source":220,"target":120},{"source":221,"target":199},{"source":10,"target":0},{"source":10,"target":156},{"source":10,"target":199},{"source":10,"target":222},{"source":10,"target":223},{"source":222,"target":156},{"source":223,"target":199},{"source":11,"target":0},{"source":11,"target":138},{"source":11,"target":199},{"source":11,"target":224},{"source":11,"target":225},{"source":224,"target":138},{"source":225,"target":199},{"source":12,"target":0},{"source":12,"target":141},{"source":12,"target":199},{"source":12,"target":226},{"source":12,"target":227},{"source":226,"target":141},{"source":227,"target":199},{"source":13,"target":0},{"source":13,"target":140},{"source":13,"target":199},{"source":13,"target":228},{"source":13,"target":229},{"source":228,"target":140},{"source":229,"target":199},{"source":14,"target":0},{"source":14,"target":105},{"source":14,"target":199},{"source":14,"target":230},{"source":14,"target":231},{"source":230,"target":105},{"source":231,"target":199},{"source":15,"target":0},{"source":15,"target":174},{"source":15,"target":199},{"source":15,"target":232},{"source":15,"target":233},{"source":232,"target":174},{"source":233,"target":199},{"source":16,"target":0},{"source":16,"target":90},{"source":16,"target":199},{"source":16,"target":234},{"source":16,"target":235},{"source":234,"target":90},{"source":235,"target":199},{"source":17,"target":0},{"source":17,"target":123},{"source":17,"target":199},{"source":17,"target":236},{"source":17,"target":237},{"source":236,"target":123},{"source":237,"target":199},{"source":18,"target":0},{"source":18,"target":21},{"source":18,"target":199},{"source":18,"target":238},{"source":18,"target":239},{"source":238,"target":21},{"source":239,"target":199},{"source":19,"target":0},{"source":19,"target":153},{"source":19,"target":199},{"source":19,"target":240},{"source":19,"target":241},{"source":240,"target":153},{"source":241,"target":199},{"source":20,"target":0},{"source":20,"target":68},{"source":20,"target":199},{"source":20,"target":242},{"source":20,"target":243},{"source":242,"target":68},{"source":243,"target":199},{"source":21,"target":0},{"source":21,"target":90},{"source":21,"target":199},{"source":21,"target":244},{"source":21,"target":245},{"source":244,"target":90},{"source":245,"target":199},{"source":22,"target":0},{"source":22,"target":68},{"source":22,"target":199},{"source":22,"target":246},{"source":22,"target":247},{"source":246,"target":68},{"source":247,"target":199},{"source":23,"target":0},{"source":23,"target":90},{"source":23,"target":199},{"source":23,"target":248},{"source":23,"target":249},{"source":248,"target":90},{"source":249,"target":199},{"source":24,"target":0},{"source":24,"target":117},{"source":24,"target":199},{"source":24,"target":250},{"source":24,"target":251},{"source":250,"target":117},{"source":251,"target":199},{"source":25,"target":0},{"source":25,"target":77},{"source":25,"target":199},{"source":25,"target":252},{"source":25,"target":253},{"source":252,"target":77},{"source":253,"target":199},{"source":26,"target":0},{"source":26,"target":187},{"source":26,"target":199},{"source":26,"target":254},{"source":26,"target":255},{"source":254,"target":187},{"source":255,"target":199},{"source":27,"target":0},{"source":27,"target":105},{"source":27,"target":199},{"source":27,"target":256},{"source":27,"target":257},{"source":256,"target":105},{"source":257,"target":199},{"source":28,"target":0},{"source":28,"target":20},{"source":28,"target":199},{"source":28,"target":258},{"source":28,"target":259},{"source":258,"target":20},{"source":259,"target":199},{"source":29,"target":0},{"source":29,"target":90},{"source":29,"target":199},{"source":29,"target":260},{"source":29,"target":261},{"source":260,"target":90},{"source":261,"target":199},{"source":30,"target":0},{"source":30,"target":4},{"source":30,"target":199},{"source":30,"target":262},{"source":30,"target":263},{"source":262,"target":4},{"source":263,"target":199},{"source":31,"target":0},{"source":31,"target":145},{"source":31,"target":20},{"source":31,"target":199},{"source":31,"target":264},{"source":31,"target":265},{"source":31,"target":266},{"source":264,"target":145},{"source":265,"target":20},{"source":266,"target":199},{"source":32,"target":0},{"source":32,"target":141},{"source":32,"target":168},{"source":32,"target":199},{"source":32,"target":267},{"source":32,"target":268},{"source":32,"target":269},{"source":267,"target":141},{"source":268,"target":168},{"source":269,"target":199},{"source":33,"target":0},{"source":33,"target":120},{"source":33,"target":199},{"source":33,"target":270},{"source":33,"target":271},{"source":270,"target":120},{"source":271,"target":199},{"source":34,"target":0},{"source":34,"target":90},{"source":34,"target":199},{"source":34,"target":272},{"source":34,"target":273},{"source":272,"target":90},{"source":273,"target":199},{"source":35,"target":0},{"source":35,"target":68},{"source":35,"target":199},{"source":35,"target":274},{"source":35,"target":275},{"source":274,"target":68},{"source":275,"target":199},{"source":36,"target":0},{"source":36,"target":108},{"source":36,"target":199},{"source":36,"target":276},{"source":36,"target":277},{"source":276,"target":108},{"source":277,"target":199},{"source":37,"target":0},{"source":37,"target":45},{"source":37,"target":199},{"source":37,"target":278},{"source":37,"target":279},{"source":278,"target":45},{"source":279,"target":199},{"source":38,"target":0},{"source":38,"target":169},{"source":38,"target":199},{"source":38,"target":280},{"source":38,"target":281},{"source":280,"target":169},{"source":281,"target":199},{"source":39,"target":0},{"source":39,"target":108},{"source":39,"target":44},{"source":39,"target":199},{"source":39,"target":282},{"source":39,"target":283},{"source":39,"target":284},{"source":282,"target":108},{"source":283,"target":44},{"source":284,"target":199},{"source":40,"target":0},{"source":40,"target":90},{"source":40,"target":199},{"source":40,"target":285},{"source":40,"target":286},{"source":285,"target":90},{"source":286,"target":199},{"source":41,"target":0},{"source":41,"target":105},{"source":41,"target":199},{"source":41,"target":287},{"source":41,"target":288},{"source":287,"target":105},{"source":288,"target":199},{"source":42,"target":0},{"source":42,"target":141},{"source":42,"target":199},{"source":42,"target":289},{"source":42,"target":290},{"source":289,"target":141},{"source":290,"target":199},{"source":43,"target":0},{"source":43,"target":20},{"source":43,"target":199},{"source":43,"target":291},{"source":43,"target":292},{"source":291,"target":20},{"source":292,"target":199},{"source":44,"target":0},{"source":44,"target":68},{"source":44,"target":199},{"source":44,"target":293},{"source":44,"target":294},{"source":293,"target":68},{"source":294,"target":199},{"source":45,"target":0},{"source":45,"target":20},{"source":45,"target":199},{"source":45,"target":295},{"source":45,"target":296},{"source":295,"target":20},{"source":296,"target":199},{"source":46,"target":0},{"source":46,"target":102},{"source":46,"target":199},{"source":46,"target":297},{"source":46,"target":298},{"source":297,"target":102},{"source":298,"target":199},{"source":47,"target":0},{"source":47,"target":160},{"source":47,"target":199},{"source":47,"target":299},{"source":47,"target":300},{"source":299,"target":160},{"source":300,"target":199},{"source":48,"target":0},{"source":48,"target":84},{"source":48,"target":199},{"source":48,"target":301},{"source":48,"target":302},{"source":301,"target":84},{"source":302,"target":199},{"source":49,"target":0},{"source":49,"target":90},{"source":49,"target":199},{"source":49,"target":303},{"source":49,"target":304},{"source":303,"target":90},{"source":304,"target":199},{"source":50,"target":0},{"source":50,"target":160},{"source":50,"target":199},{"source":50,"target":305},{"source":50,"target":306},{"source":305,"target":160},{"source":306,"target":199},{"source":51,"target":0},{"source":51,"target":145},{"source":51,"target":84},{"source":51,"target":199},{"source":51,"target":307},{"source":51,"target":308},{"source":51,"target":309},{"source":307,"target":145},{"source":308,"target":84},{"source":309,"target":199},{"source":52,"target":0},{"source":52,"target":77},{"source":52,"target":199},{"source":52,"target":310},{"source":52,"target":311},{"source":310,"target":77},{"source":311,"target":199},{"source":53,"target":0},{"source":53,"target":8},{"source":53,"target":199},{"source":53,"target":312},{"source":53,"target":313},{"source":312,"target":8},{"source":313,"target":199},{"source":54,"target":0},{"source":54,"target":22},{"source":54,"target":44},{"source":54,"target":199},{"source":54,"target":314},{"source":54,"target":315},{"source":54,"target":316},{"source":314,"target":22},{"source":315,"target":44},{"source":316,"target":199},{"source":55,"target":0},{"source":55,"target":130},{"source":55,"target":199},{"source":55,"target":317},{"source":55,"target":318},{"source":317,"target":130},{"source":318,"target":199},{"source":56,"target":0},{"source":56,"target":77},{"source":56,"target":12},{"source":56,"target":199},{"source":56,"target":319},{"source":56,"target":320},{"source":56,"target":321},{"source":319,"target":77},{"source":320,"target":12},{"source":321,"target":199},{"source":57,"target":0},{"source":57,"target":14},{"source":57,"target":199},{"source":57,"target":322},{"source":57,"target":323},{"source":322,"target":14},{"source":323,"target":199},{"source":58,"target":0},{"source":58,"target":18},{"source":58,"target":199},{"source":58,"target":324},{"source":58,"target":325},{"source":324,"target":18},{"source":325,"target":199},{"source":59,"target":0},{"source":59,"target":29},{"source":59,"target":199},{"source":59,"target":326},{"source":59,"target":327},{"source":326,"target":29},{"source":327,"target":199},{"source":60,"target":0},{"source":60,"target":105},{"source":60,"target":199},{"source":60,"target":328},{"source":60,"target":329},{"source":328,"target":105},{"source":329,"target":199},{"source":61,"target":0},{"source":61,"target":130},{"source":61,"target":199},{"source":61,"target":330},{"source":61,"target":331},{"source":330,"target":130},{"source":331,"target":199},{"source":62,"target":0},{"source":62,"target":25},{"source":62,"target":199},{"source":62,"target":332},{"source":62,"target":333},{"source":332,"target":25},{"source":333,"target":199},{"source":63,"target":0},{"source":63,"target":90},{"source":63,"target":199},{"source":63,"target":334},{"source":63,"target":335},{"source":334,"target":90},{"source":335,"target":199},{"source":64,"target":0},{"source":64,"target":141},{"source":64,"target":199},{"source":64,"target":336},{"source":64,"target":337},{"source":336,"target":141},{"source":337,"target":199},{"source":65,"target":0},{"source":65,"target":21},{"source":65,"target":199},{"source":65,"target":338},{"source":65,"target":339},{"source":338,"target":21},{"source":339,"target":199},{"source":66,"target":0},{"source":66,"target":124},{"source":66,"target":199},{"source":66,"target":340},{"source":66,"target":341},{"source":340,"target":124},{"source":341,"target":199},{"source":67,"target":0},{"source":67,"target":2},{"source":67,"target":199},{"source":67,"target":342},{"source":67,"target":343},{"source":342,"target":2},{"source":343,"target":199},{"source":68,"target":0},{"source":68,"target":199},{"source":68,"target":344},{"source":68,"target":345},{"source":344,"target":1},{"source":344,"target":346},{"source":344,"target":68},{"source":346,"target":1},{"source":345,"target":199},{"source":69,"target":0},{"source":69,"target":198},{"source":69,"target":199},{"source":69,"target":347},{"source":69,"target":348},{"source":347,"target":198},{"source":348,"target":199},{"source":70,"target":0},{"source":70,"target":165},{"source":70,"target":199},{"source":70,"target":349},{"source":70,"target":350},{"source":349,"target":165},{"source":350,"target":199},{"source":71,"target":0},{"source":71,"target":77},{"source":71,"target":199},{"source":71,"target":351},{"source":71,"target":352},{"source":351,"target":77},{"source":352,"target":199},{"source":72,"target":0},{"source":72,"target":137},{"source":72,"target":199},{"source":72,"target":353},{"source":72,"target":354},{"source":353,"target":137},{"source":354,"target":199},{"source":73,"target":0},{"source":73,"target":84},{"source":73,"target":199},{"source":73,"target":355},{"source":73,"target":356},{"source":355,"target":84},{"source":356,"target":199},{"source":74,"target":0},{"source":74,"target":2},{"source":74,"target":199},{"source":74,"target":357},{"source":74,"target":358},{"source":357,"target":2},{"source":358,"target":199},{"source":75,"target":0},{"source":75,"target":120},{"source":75,"target":199},{"source":75,"target":359},{"source":75,"target":360},{"source":359,"target":120},{"source":360,"target":199},{"source":76,"target":0},{"source":76,"target":138},{"source":76,"target":199},{"source":76,"target":361},{"source":76,"target":362},{"source":361,"target":138},{"source":362,"target":199},{"source":77,"target":0},{"source":77,"target":143},{"source":77,"target":192},{"source":77,"target":199},{"source":77,"target":363},{"source":77,"target":364},{"source":77,"target":365},{"source":363,"target":143},{"source":364,"target":192},{"source":365,"target":199},{"source":78,"target":0},{"source":78,"target":20},{"source":78,"target":199},{"source":78,"target":366},{"source":78,"target":367},{"source":366,"target":20},{"source":367,"target":199},{"source":79,"target":0},{"source":79,"target":4},{"source":79,"target":199},{"source":79,"target":368},{"source":79,"target":369},{"source":368,"target":4},{"source":369,"target":199},{"source":80,"target":0},{"source":80,"target":145},{"source":80,"target":120},{"source":80,"target":199},{"source":80,"target":370},{"source":80,"target":371},{"source":80,"target":372},{"source":370,"target":145},{"source":371,"target":120},{"source":372,"target":199},{"source":81,"target":0},{"source":81,"target":123},{"source":81,"target":199},{"source":81,"target":373},{"source":81,"target":374},{"source":373,"target":123},{"source":374,"target":199},{"source":82,"target":0},{"source":82,"target":93},{"source":82,"target":199},{"source":82,"target":375},{"source":82,"target":376},{"source":375,"target":93},{"source":376,"target":199},{"source":83,"target":0},{"source":83,"target":7},{"source":83,"target":199},{"source":83,"target":377},{"source":83,"target":378},{"source":377,"target":7},{"source":378,"target":199},{"source":84,"target":0},{"source":84,"target":68},{"source":84,"target":199},{"source":84,"target":379},{"source":84,"target":380},{"source":379,"target":68},{"source":380,"target":199},{"source":85,"target":0},{"source":85,"target":141},{"source":85,"target":199},{"source":85,"target":381},{"source":85,"target":382},{"source":381,"target":141},{"source":382,"target":199},{"source":86,"target":0},{"source":86,"target":68},{"source":86,"target":199},{"source":86,"target":383},{"source":86,"target":384},{"source":383,"target":68},{"source":384,"target":199},{"source":87,"target":0},{"source":87,"target":123},{"source":87,"target":199},{"source":87,"target":385},{"source":87,"target":386},{"source":385,"target":123},{"source":386,"target":199},{"source":88,"target":0},{"source":88,"target":125},{"source":88,"target":199},{"source":88,"target":387},{"source":88,"target":388},{"source":387,"target":125},{"source":388,"target":199},{"source":89,"target":0},{"source":89,"target":90},{"source":89,"target":199},{"source":89,"target":389},{"source":89,"target":390},{"source":389,"target":90},{"source":390,"target":199},{"source":90,"target":0},{"source":90,"target":121},{"source":90,"target":199},{"source":90,"target":391},{"source":90,"target":392},{"source":391,"target":121},{"source":392,"target":199},{"source":91,"target":0},{"source":91,"target":101},{"source":91,"target":199},{"source":91,"target":393},{"source":91,"target":394},{"source":393,"target":101},{"source":394,"target":199},{"source":92,"target":0},{"source":92,"target":51},{"source":92,"target":199},{"source":92,"target":395},{"source":92,"target":396},{"source":395,"target":51},{"source":396,"target":199},{"source":93,"target":0},{"source":93,"target":77},{"source":93,"target":134},{"source":93,"target":199},{"source":93,"target":397},{"source":93,"target":398},{"source":93,"target":399},{"source":397,"target":77},{"source":398,"target":134},{"source":399,"target":199},{"source":94,"target":0},{"source":94,"target":153},{"source":94,"target":199},{"source":94,"target":400},{"source":94,"target":401},{"source":400,"target":153},{"source":401,"target":199},{"source":95,"target":0},{"source":95,"target":169},{"source":95,"target":199},{"source":95,"target":402},{"source":95,"target":403},{"source":402,"target":169},{"source":403,"target":199},{"source":96,"target":0},{"source":96,"target":120},{"source":96,"target":98},{"source":96,"target":199},{"source":96,"target":404},{"source":96,"target":405},{"source":96,"target":406},{"source":404,"target":120},{"source":405,"target":98},{"source":406,"target":199},{"source":97,"target":0},{"source":97,"target":153},{"source":97,"target":199},{"source":97,"target":407},{"source":97,"target":408},{"source":407,"target":153},{"source":408,"target":199},{"source":98,"target":0},{"source":98,"target":68},{"source":98,"target":199},{"source":98,"target":409},{"source":98,"target":410},{"source":409,"target":68},{"source":410,"target":199},{"source":99,"target":0},{"source":99,"target":124},{"source":99,"target":199},{"source":99,"target":411},{"source":99,"target":412},{"source":411,"target":124},{"source":412,"target":199},{"source":100,"target":0},{"source":100,"target":143},{"source":100,"target":199},{"source":100,"target":413},{"source":100,"target":414},{"source":413,"target":143},{"source":414,"target":199},{"source":101,"target":0},{"source":101,"target":84},{"source":101,"target":199},{"source":101,"target":415},{"source":101,"target":416},{"source":415,"target":84},{"source":416,"target":199},{"source":102,"target":0},{"source":102,"target":126},{"source":102,"target":22},{"source":102,"target":134},{"source":102,"target":199},{"source":102,"target":417},{"source":102,"target":418},{"source":102,"target":419},{"source":102,"target":420},{"source":417,"target":126},{"source":418,"target":22},{"source":419,"target":134},{"source":420,"target":199},{"source":103,"target":0},{"source":103,"target":32},{"source":103,"target":199},{"source":103,"target":421},{"source":103,"target":422},{"source":421,"target":32},{"source":422,"target":199},{"source":104,"target":0},{"source":104,"target":98},{"source":104,"target":199},{"source":104,"target":423},{"source":104,"target":424},{"source":423,"target":98},{"source":424,"target":199},{"source":105,"target":0},{"source":105,"target":44},{"source":105,"target":199},{"source":105,"target":425},{"source":105,"target":426},{"source":425,"target":44},{"source":426,"target":199},{"source":106,"target":0},{"source":106,"target":68},{"source":106,"target":199},{"source":106,"target":427},{"source":106,"target":428},{"source":427,"target":68},{"source":428,"target":199},{"source":107,"target":0},{"source":107,"target":123},{"source":107,"target":199},{"source":107,"target":429},{"source":107,"target":430},{"source":429,"target":123},{"source":430,"target":199},{"source":108,"target":0},{"source":108,"target":145},{"source":108,"target":154},{"source":108,"target":199},{"source":108,"target":431},{"source":108,"target":432},{"source":108,"target":433},{"source":431,"target":145},{"source":432,"target":154},{"source":433,"target":199},{"source":109,"target":0},{"source":109,"target":90},{"source":109,"target":199},{"source":109,"target":434},{"source":109,"target":435},{"source":434,"target":90},{"source":435,"target":199},{"source":110,"target":0},{"source":110,"target":90},{"source":110,"target":199},{"source":110,"target":436},{"source":110,"target":437},{"source":436,"target":90},{"source":437,"target":199},{"source":111,"target":0},{"source":111,"target":198},{"source":111,"target":199},{"source":111,"target":438},{"source":111,"target":439},{"source":438,"target":198},{"source":439,"target":199},{"source":112,"target":0},{"source":112,"target":198},{"source":112,"target":199},{"source":112,"target":440},{"source":112,"target":441},{"source":440,"target":198},{"source":441,"target":199},{"source":113,"target":0},{"source":113,"target":7},{"source":113,"target":199},{"source":113,"target":442},{"source":113,"target":443},{"source":442,"target":7},{"source":443,"target":199},{"source":114,"target":0},{"source":114,"target":154},{"source":114,"target":199},{"source":114,"target":444},{"source":114,"target":445},{"source":444,"target":154},{"source":445,"target":199},{"source":115,"target":0},{"source":115,"target":68},{"source":115,"target":199},{"source":115,"target":446},{"source":115,"target":447},{"source":446,"target":68},{"source":447,"target":199},{"source":116,"target":0},{"source":116,"target":90},{"source":116,"target":199},{"source":116,"target":448},{"source":116,"target":449},{"source":448,"target":90},{"source":449,"target":199},{"source":117,"target":0},{"source":117,"target":74},{"source":117,"target":199},{"source":117,"target":450},{"source":117,"target":451},{"source":450,"target":74},{"source":451,"target":199},{"source":118,"target":0},{"source":118,"target":68},{"source":118,"target":199},{"source":118,"target":452},{"source":118,"target":453},{"source":452,"target":68},{"source":453,"target":199},{"source":119,"target":0},{"source":119,"target":110},{"source":119,"target":199},{"source":119,"target":454},{"source":119,"target":455},{"source":454,"target":110},{"source":455,"target":199},{"source":120,"target":0},{"source":120,"target":68},{"source":120,"target":199},{"source":120,"target":456},{"source":120,"target":457},{"source":456,"target":68},{"source":457,"target":199},{"source":121,"target":0},{"source":121,"target":28},{"source":121,"target":199},{"source":121,"target":458},{"source":121,"target":459},{"source":458,"target":28},{"source":459,"target":199},{"source":122,"target":0},{"source":122,"target":22},{"source":122,"target":44},{"source":122,"target":199},{"source":122,"target":460},{"source":122,"target":461},{"source":122,"target":462},{"source":460,"target":22},{"source":461,"target":44},{"source":462,"target":199},{"source":123,"target":0},{"source":123,"target":105},{"source":123,"target":199},{"source":123,"target":463},{"source":123,"target":464},{"source":463,"target":105},{"source":464,"target":199},{"source":124,"target":0},{"source":124,"target":141},{"source":124,"target":199},{"source":124,"target":465},{"source":124,"target":466},{"source":465,"target":141},{"source":466,"target":199},{"source":125,"target":0},{"source":125,"target":25},{"source":125,"target":199},{"source":125,"target":467},{"source":125,"target":468},{"source":467,"target":25},{"source":468,"target":199},{"source":126,"target":0},{"source":126,"target":154},{"source":126,"target":44},{"source":126,"target":199},{"source":126,"target":469},{"source":126,"target":470},{"source":126,"target":471},{"source":469,"target":154},{"source":470,"target":44},{"source":471,"target":199},{"source":127,"target":0},{"source":127,"target":95},{"source":127,"target":199},{"source":127,"target":472},{"source":127,"target":473},{"source":472,"target":95},{"source":473,"target":199},{"source":128,"target":0},{"source":128,"target":90},{"source":128,"target":199},{"source":128,"target":474},{"source":128,"target":475},{"source":474,"target":90},{"source":475,"target":199},{"source":129,"target":0},{"source":129,"target":8},{"source":129,"target":199},{"source":129,"target":476},{"source":129,"target":477},{"source":476,"target":8},{"source":477,"target":199},{"source":130,"target":0},{"source":130,"target":198},{"source":130,"target":199},{"source":130,"target":478},{"source":130,"target":479},{"source":478,"target":198},{"source":479,"target":199},{"source":131,"target":0},{"source":131,"target":2},{"source":131,"target":199},{"source":131,"target":480},{"source":131,"target":481},{"source":480,"target":2},{"source":481,"target":199},{"source":132,"target":0},{"source":132,"target":173},{"source":132,"target":199},{"source":132,"target":482},{"source":132,"target":483},{"source":482,"target":173},{"source":483,"target":199},{"source":133,"target":0},{"source":133,"target":141},{"source":133,"target":199},{"source":133,"target":484},{"source":133,"target":485},{"source":484,"target":141},{"source":485,"target":199},{"source":134,"target":0},{"source":134,"target":68},{"source":134,"target":199},{"source":134,"target":486},{"source":134,"target":487},{"source":486,"target":68},{"source":487,"target":199},{"source":135,"target":0},{"source":135,"target":74},{"source":135,"target":199},{"source":135,"target":488},{"source":135,"target":489},{"source":488,"target":74},{"source":489,"target":199},{"source":136,"target":0},{"source":136,"target":68},{"source":136,"target":199},{"source":136,"target":490},{"source":136,"target":491},{"source":490,"target":68},{"source":491,"target":199},{"source":137,"target":0},{"source":137,"target":68},{"source":137,"target":199},{"source":137,"target":492},{"source":137,"target":493},{"source":492,"target":68},{"source":493,"target":199},{"source":138,"target":0},{"source":138,"target":7},{"source":138,"target":199},{"source":138,"target":494},{"source":138,"target":495},{"source":494,"target":7},{"source":495,"target":199},{"source":139,"target":0},{"source":139,"target":68},{"source":139,"target":199},{"source":139,"target":496},{"source":139,"target":497},{"source":496,"target":68},{"source":497,"target":199},{"source":140,"target":0},{"source":140,"target":68},{"source":140,"target":199},{"source":140,"target":498},{"source":140,"target":499},{"source":498,"target":68},{"source":499,"target":199},{"source":141,"target":0},{"source":141,"target":145},{"source":141,"target":48},{"source":141,"target":20},{"source":141,"target":199},{"source":141,"target":500},{"source":141,"target":501},{"source":141,"target":502},{"source":141,"target":503},{"source":500,"target":145},{"source":501,"target":48},{"source":502,"target":20},{"source":503,"target":199},{"source":142,"target":0},{"source":142,"target":141},{"source":142,"target":199},{"source":142,"target":504},{"source":142,"target":505},{"source":504,"target":141},{"source":505,"target":199},{"source":143,"target":0},{"source":143,"target":141},{"source":143,"target":199},{"source":143,"target":506},{"source":143,"target":507},{"source":506,"target":141},{"source":507,"target":199},{"source":144,"target":0},{"source":144,"target":141},{"source":144,"target":199},{"source":144,"target":508},{"source":144,"target":509},{"source":508,"target":141},{"source":509,"target":199},{"source":145,"target":0},{"source":145,"target":68},{"source":145,"target":199},{"source":145,"target":510},{"source":145,"target":511},{"source":145,"target":512},{"source":510,"target":68},{"source":510,"target":513},{"source":510,"target":145},{"source":513,"target":68},{"source":511,"target":68},{"source":512,"target":199},{"source":146,"target":0},{"source":146,"target":90},{"source":146,"target":199},{"source":146,"target":514},{"source":146,"target":515},{"source":514,"target":90},{"source":515,"target":199},{"source":147,"target":0},{"source":147,"target":177},{"source":147,"target":199},{"source":147,"target":516},{"source":147,"target":517},{"source":516,"target":177},{"source":517,"target":199},{"source":148,"target":0},{"source":148,"target":120},{"source":148,"target":199},{"source":148,"target":518},{"source":148,"target":519},{"source":518,"target":120},{"source":519,"target":199},{"source":149,"target":0},{"source":149,"target":101},{"source":149,"target":199},{"source":149,"target":520},{"source":149,"target":521},{"source":520,"target":101},{"source":521,"target":199},{"source":150,"target":0},{"source":150,"target":21},{"source":150,"target":199},{"source":150,"target":522},{"source":150,"target":523},{"source":522,"target":21},{"source":523,"target":199},{"source":151,"target":0},{"source":151,"target":90},{"source":151,"target":199},{"source":151,"target":524},{"source":151,"target":525},{"source":524,"target":90},{"source":525,"target":199},{"source":152,"target":0},{"source":152,"target":25},{"source":152,"target":120},{"source":152,"target":199},{"source":152,"target":526},{"source":152,"target":527},{"source":152,"target":528},{"source":526,"target":25},{"source":527,"target":120},{"source":528,"target":199},{"source":153,"target":0},{"source":153,"target":84},{"source":153,"target":199},{"source":153,"target":529},{"source":153,"target":530},{"source":529,"target":84},{"source":530,"target":199},{"source":154,"target":0},{"source":154,"target":20},{"source":154,"target":199},{"source":154,"target":531},{"source":154,"target":532},{"source":531,"target":20},{"source":532,"target":199},{"source":155,"target":0},{"source":155,"target":93},{"source":155,"target":199},{"source":155,"target":533},{"source":155,"target":534},{"source":533,"target":93},{"source":534,"target":199},{"source":156,"target":0},{"source":156,"target":137},{"source":156,"target":199},{"source":156,"target":535},{"source":156,"target":536},{"source":535,"target":137},{"source":536,"target":199},{"source":157,"target":0},{"source":157,"target":143},{"source":157,"target":85},{"source":157,"target":199},{"source":157,"target":537},{"source":157,"target":538},{"source":157,"target":539},{"source":537,"target":143},{"source":538,"target":85},{"source":539,"target":199},{"source":158,"target":0},{"source":158,"target":18},{"source":158,"target":199},{"source":158,"target":540},{"source":158,"target":541},{"source":540,"target":18},{"source":541,"target":199},{"source":159,"target":0},{"source":159,"target":156},{"source":159,"target":199},{"source":159,"target":542},{"source":159,"target":543},{"source":542,"target":156},{"source":543,"target":199},{"source":160,"target":0},{"source":160,"target":110},{"source":160,"target":199},{"source":160,"target":544},{"source":160,"target":545},{"source":544,"target":110},{"source":545,"target":199},{"source":161,"target":0},{"source":161,"target":198},{"source":161,"target":199},{"source":161,"target":546},{"source":161,"target":547},{"source":546,"target":198},{"source":547,"target":199},{"source":162,"target":0},{"source":162,"target":90},{"source":162,"target":199},{"source":162,"target":548},{"source":162,"target":549},{"source":548,"target":90},{"source":549,"target":199},{"source":163,"target":0},{"source":163,"target":12},{"source":163,"target":199},{"source":163,"target":550},{"source":163,"target":551},{"source":550,"target":12},{"source":551,"target":199},{"source":164,"target":0},{"source":164,"target":90},{"source":164,"target":199},{"source":164,"target":552},{"source":164,"target":553},{"source":552,"target":90},{"source":553,"target":199},{"source":165,"target":0},{"source":165,"target":84},{"source":165,"target":134},{"source":165,"target":168},{"source":165,"target":199},{"source":165,"target":554},{"source":165,"target":555},{"source":165,"target":556},{"source":165,"target":557},{"source":554,"target":84},{"source":555,"target":134},{"source":556,"target":168},{"source":557,"target":199},{"source":166,"target":0},{"source":166,"target":90},{"source":166,"target":199},{"source":166,"target":558},{"source":166,"target":559},{"source":558,"target":90},{"source":559,"target":199},{"source":167,"target":0},{"source":167,"target":21},{"source":167,"target":199},{"source":167,"target":560},{"source":167,"target":561},{"source":560,"target":21},{"source":561,"target":199},{"source":168,"target":0},{"source":168,"target":68},{"source":168,"target":199},{"source":168,"target":562},{"source":168,"target":563},{"source":562,"target":68},{"source":563,"target":199},{"source":169,"target":0},{"source":169,"target":153},{"source":169,"target":199},{"source":169,"target":564},{"source":169,"target":565},{"source":564,"target":153},{"source":565,"target":199},{"source":170,"target":0},{"source":170,"target":2},{"source":170,"target":199},{"source":170,"target":566},{"source":170,"target":567},{"source":566,"target":2},{"source":567,"target":199},{"source":171,"target":0},{"source":171,"target":51},{"source":171,"target":199},{"source":171,"target":568},{"source":171,"target":569},{"source":568,"target":51},{"source":569,"target":199},{"source":172,"target":0},{"source":172,"target":187},{"source":172,"target":199},{"source":172,"target":570},{"source":172,"target":571},{"source":570,"target":187},{"source":571,"target":199},{"source":173,"target":0},{"source":173,"target":29},{"source":173,"target":199},{"source":173,"target":572},{"source":173,"target":573},{"source":572,"target":29},{"source":573,"target":199},{"source":174,"target":0},{"source":174,"target":145},{"source":174,"target":20},{"source":174,"target":140},{"source":174,"target":199},{"source":174,"target":574},{"source":174,"target":575},{"source":174,"target":576},{"source":174,"target":577},{"source":574,"target":145},{"source":575,"target":20},{"source":576,"target":140},{"source":577,"target":199},{"source":175,"target":0},{"source":175,"target":68},{"source":175,"target":199},{"source":175,"target":578},{"source":175,"target":579},{"source":578,"target":68},{"source":579,"target":199},{"source":176,"target":0},{"source":176,"target":151},{"source":176,"target":199},{"source":176,"target":580},{"source":176,"target":581},{"source":580,"target":151},{"source":581,"target":199},{"source":177,"target":0},{"source":177,"target":120},{"source":177,"target":199},{"source":177,"target":582},{"source":177,"target":583},{"source":582,"target":120},{"source":583,"target":199},{"source":178,"target":0},{"source":178,"target":141},{"source":178,"target":199},{"source":178,"target":584},{"source":178,"target":585},{"source":584,"target":141},{"source":585,"target":199},{"source":179,"target":0},{"source":179,"target":96},{"source":179,"target":199},{"source":179,"target":586},{"source":179,"target":587},{"source":586,"target":96},{"source":587,"target":199},{"source":180,"target":0},{"source":180,"target":8},{"source":180,"target":199},{"source":180,"target":588},{"source":180,"target":589},{"source":588,"target":8},{"source":589,"target":199},{"source":181,"target":0},{"source":181,"target":170},{"source":181,"target":199},{"source":181,"target":590},{"source":181,"target":591},{"source":590,"target":170},{"source":591,"target":199},{"source":182,"target":0},{"source":182,"target":173},{"source":182,"target":199},{"source":182,"target":592},{"source":182,"target":593},{"source":592,"target":173},{"source":593,"target":199},{"source":183,"target":0},{"source":183,"target":91},{"source":183,"target":199},{"source":183,"target":594},{"source":183,"target":595},{"source":594,"target":91},{"source":595,"target":199},{"source":184,"target":0},{"source":184,"target":173},{"source":184,"target":199},{"source":184,"target":596},{"source":184,"target":597},{"source":596,"target":173},{"source":597,"target":199},{"source":185,"target":0},{"source":185,"target":50},{"source":185,"target":199},{"source":185,"target":598},{"source":185,"target":599},{"source":598,"target":50},{"source":599,"target":199},{"source":186,"target":0},{"source":186,"target":102},{"source":186,"target":199},{"source":186,"target":600},{"source":186,"target":601},{"source":600,"target":102},{"source":601,"target":199},{"source":187,"target":0},{"source":187,"target":20},{"source":187,"target":199},{"source":187,"target":602},{"source":187,"target":603},{"source":602,"target":20},{"source":603,"target":199},{"source":188,"target":0},{"source":188,"target":95},{"source":188,"target":199},{"source":188,"target":604},{"source":188,"target":605},{"source":604,"target":95},{"source":605,"target":199},{"source":189,"target":0},{"source":189,"target":198},{"source":189,"target":199},{"source":189,"target":606},{"source":189,"target":607},{"source":606,"target":198},{"source":607,"target":199},{"source":190,"target":0},{"source":190,"target":84},{"source":190,"target":199},{"source":190,"target":608},{"source":190,"target":609},{"source":608,"target":84},{"source":609,"target":199},{"source":191,"target":0},{"source":191,"target":123},{"source":191,"target":199},{"source":191,"target":610},{"source":191,"target":611},{"source":610,"target":123},{"source":611,"target":199},{"source":192,"target":0},{"source":192,"target":85},{"source":192,"target":199},{"source":192,"target":612},{"source":192,"target":613},{"source":612,"target":85},{"source":613,"target":199},{"source":193,"target":0},{"source":193,"target":29},{"source":193,"target":199},{"source":193,"target":614},{"source":193,"target":615},{"source":614,"target":29},{"source":615,"target":199},{"source":194,"target":0},{"source":194,"target":173},{"source":194,"target":199},{"source":194,"target":616},{"source":194,"target":617},{"source":616,"target":173},{"source":617,"target":199},{"source":195,"target":0},{"source":195,"target":156},{"source":195,"target":199},{"source":195,"target":618},{"source":195,"target":619},{"source":618,"target":156},{"source":619,"target":199},{"source":196,"target":0},{"source":196,"target":91},{"source":196,"target":199},{"source":196,"target":620},{"source":196,"target":621},{"source":620,"target":91},{"source":621,"target":199},{"source":197,"target":0},{"source":197,"target":137},{"source":197,"target":199},{"source":197,"target":622},{"source":197,"target":623},{"source":622,"target":137},{"source":623,"target":199},{"source":198,"target":0},{"source":198,"target":28},{"source":198,"target":199},{"source":198,"target":624},{"source":198,"target":625},{"source":624,"target":28},{"source":625,"target":199},{"source":199,"target":0},{"source":199,"target":626},{"source":626,"target":627},{"source":626,"target":199}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dc"
nsURI="http://www.omg.org/spec/DD/20100524/DC-XMI" nsPrefix="dc">
<eClassifiers xsi:type="ecore:EClass" name="Font">
<eOperations name="non_negative_size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="size >= 0"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isBold" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isItalic" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnderline" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isStrikeThrough" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Point">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Bounds">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/dc.ecore | ecore | dc
Font
non_negative_size
diagnostics
context
name
size
isBold
isItalic
isUnderline
isStrikeThrough
Point
x
0
y
0
Bounds
x
0
y
0
width
height | null | {"directed":true,"nodes":[{"nsPrefix":"dc","nsURI":"http://www.omg.org/spec/DD/20100524/DC-XMI","name":"dc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Font","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bounds","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"non_negative_size","lowerBound":0,"id":4,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":6,"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":"isBold","changeable":true,"lowerBound":0,"iD":false,"id":7,"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":"isItalic","changeable":true,"lowerBound":0,"iD":false,"id":8,"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":"isUnderline","changeable":true,"lowerBound":0,"iD":false,"id":9,"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":"isStrikeThrough","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EParameter"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":4,"target":11},{"source":4,"target":1},{"source":4,"target":12},{"source":4,"target":13},{"source":12,"target":14},{"source":12,"target":4},{"source":13,"target":15},{"source":13,"target":4},{"source":15,"target":16},{"source":15,"target":17},{"source":5,"target":18},{"source":5,"target":1},{"source":6,"target":19},{"source":6,"target":1},{"source":7,"target":20},{"source":7,"target":1},{"source":8,"target":21},{"source":8,"target":1},{"source":9,"target":22},{"source":9,"target":1},{"source":10,"target":23},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":24,"target":26},{"source":24,"target":2},{"source":25,"target":27},{"source":25,"target":2},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":28,"target":32},{"source":28,"target":3},{"source":29,"target":33},{"source":29,"target":3},{"source":30,"target":34},{"source":30,"target":3},{"source":31,"target":35},{"source":31,"target":3}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2">
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1"
eType="#//NamedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/>
<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="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="Slot">
<eStructuralFeatures xsi:type="ecore:EReference" name="definingFeature" lowerBound="1"
eType="#//StructuralFeature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsUML2oneStructuralFeatureDefinesAtMostOneSlotPerInstance.ecore | ecore | UML2
ReadLinkObjectEndAction
InteractionOperand
Realization
JoinNode
LiteralSpecification
WriteLinkAction
Permission
InvocationAction
ChangeTrigger
InformationItem
RaiseExceptionAction
LiteralString
Namespace
member
Interval
CollaborationOccurrence
TimeInterval
Lifeline
UseCase
ProtocolStateMachine
Reception
ExtensionEnd
CreateObjectAction
ConditionalNode
ReplyAction
IntervalConstraint
Feature
CallTrigger
Actor
Deployment
SendSignalAction
FlowFinalNode
PrimitiveType
Continuation
Pseudostate
DeploymentSpecification
BehavioredClassifier
MergeNode
DataType
DeployedArtifact
Gate
Interaction
ActivityFinalNode
ReadSelfAction
Class
Node
Transition
InstanceSpecification
slot
classifier
RemoveStructuralFeatureValueAction
TypedElement
InteractionConstraint
PackageableElement
AddStructuralFeatureValueAction
AddVariableValueAction
ReclassifyObjectAction
Enumeration
Pin
ControlFlow
CallAction
InstanceValue
WriteStructuralFeatureAction
AcceptCallAction
Usage
ClearAssociationAction
TimeConstraint
AnyTrigger
FinalState
ExecutionOccurrence
LinkAction
ReadLinkAction
StructuredClassifier
Message
Action
ActivityNode
DestroyObjectAction
NamedElement
Collaboration
ConnectableElement
Constraint
RemoveVariableValueAction
OutputPin
Variable
InteractionOccurrence
BroadcastSignalAction
AcceptEventAction
ReadIsClassifiedObjectAction
CentralBufferNode
Abstraction
StructuredActivityNode
Trigger
SignalTrigger
StructuralFeatureAction
ReadVariableAction
TestIdentityAction
SendObjectAction
ActivityPartition
InitialNode
Expression
Extend
ValueSpecification
EncapsulatedClassifier
TimeObservationAction
ExecutionEnvironment
WriteVariableAction
ReadStructuralFeatureAction
ProtocolTransition
Type
CommunicationPath
StateMachine
Device
PrimitiveFunction
Connector
CreateLinkAction
Package
ClearStructuralFeatureAction
Component
StartOwnedBehaviorAction
Extension
BehavioralFeature
Duration
CallOperationAction
ValuePin
InputPin
AssociationClass
MessageEnd
EventOccurrence
Stereotype
ActivityParameterNode
PartDecomposition
ApplyFunctionAction
MessageTrigger
Classifier
ParameterableClassifier
ExpansionRegion
Stop
ClearVariableAction
ReadLinkObjectEndQualifierAction
GeneralizationSet
Substitution
TimeTrigger
Region
Operation
VariableAction
DurationObservationAction
Dependency
Parameter
ObjectNode
DataStoreNode
ExtensionPoint
RedefinableTemplateSignature
CombinedFragment
TimeExpression
ExpansionNode
LiteralBoolean
Association
EnumerationLiteral
Artifact
ObjectFlow
Slot
definingFeature
Model
Behavior
ParameterSet
DurationInterval
Activity
GeneralOrdering
LiteralInteger
StructuralFeature
Property
ForkNode
Profile
Signal
ReadExtentAction
CallBehaviorAction
StateInvariant
Interface
ActivityEdge
LiteralNull
DecisionNode
InformationFlow
State
DurationConstraint
Include
FinalNode
Implementation
Vertex
Manifestation
ControlNode
ExecutableNode
OpaqueExpression
ConnectionPointReference
CreateLinkObjectAction
LoopNode
InteractionFragment
TemplateableClassifier
LiteralUnlimitedNatural
Port
DestroyLinkAction
RedefinableElement
DeploymentTarget | null | {"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","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":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","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":"ActivityPartition","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","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":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slot","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":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":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"container":false,"ordered":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":251,"derived":false},{"container":false,"ordered":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":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"container":false,"ordered":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":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":1,"target":0},{"source":1,"target":72},{"source":1,"target":199},{"source":199,"target":72},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":192},{"source":2,"target":200},{"source":2,"target":201},{"source":200,"target":13},{"source":201,"target":192},{"source":3,"target":0},{"source":3,"target":87},{"source":3,"target":202},{"source":202,"target":87},{"source":4,"target":0},{"source":4,"target":186},{"source":4,"target":203},{"source":203,"target":186},{"source":5,"target":0},{"source":5,"target":99},{"source":5,"target":204},{"source":204,"target":99},{"source":6,"target":0},{"source":6,"target":68},{"source":6,"target":205},{"source":205,"target":68},{"source":7,"target":0},{"source":7,"target":144},{"source":7,"target":206},{"source":206,"target":144},{"source":8,"target":0},{"source":8,"target":72},{"source":8,"target":207},{"source":207,"target":72},{"source":9,"target":0},{"source":9,"target":89},{"source":9,"target":208},{"source":208,"target":89},{"source":10,"target":0},{"source":10,"target":131},{"source":10,"target":209},{"source":209,"target":131},{"source":11,"target":0},{"source":11,"target":72},{"source":11,"target":210},{"source":210,"target":72},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":211},{"source":211,"target":5},{"source":13,"target":0},{"source":13,"target":75},{"source":13,"target":212},{"source":13,"target":213},{"source":212,"target":75},{"source":212,"target":214},{"source":212,"target":13},{"source":214,"target":75},{"source":213,"target":75},{"source":14,"target":0},{"source":14,"target":99},{"source":14,"target":215},{"source":215,"target":99},{"source":15,"target":0},{"source":15,"target":75},{"source":15,"target":216},{"source":216,"target":75},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":217},{"source":217,"target":14},{"source":17,"target":0},{"source":17,"target":75},{"source":17,"target":218},{"source":218,"target":75},{"source":18,"target":0},{"source":18,"target":36},{"source":18,"target":219},{"source":219,"target":36},{"source":19,"target":0},{"source":19,"target":108},{"source":19,"target":220},{"source":220,"target":108},{"source":20,"target":0},{"source":20,"target":118},{"source":20,"target":221},{"source":221,"target":118},{"source":21,"target":0},{"source":21,"target":167},{"source":21,"target":222},{"source":222,"target":167},{"source":22,"target":0},{"source":22,"target":72},{"source":22,"target":223},{"source":223,"target":72},{"source":23,"target":0},{"source":23,"target":88},{"source":23,"target":224},{"source":224,"target":88},{"source":24,"target":0},{"source":24,"target":72},{"source":24,"target":225},{"source":225,"target":72},{"source":25,"target":0},{"source":25,"target":78},{"source":25,"target":226},{"source":226,"target":78},{"source":26,"target":0},{"source":26,"target":197},{"source":26,"target":227},{"source":227,"target":197},{"source":27,"target":0},{"source":27,"target":130},{"source":27,"target":228},{"source":228,"target":130},{"source":28,"target":0},{"source":28,"target":131},{"source":28,"target":229},{"source":229,"target":131},{"source":29,"target":0},{"source":29,"target":144},{"source":29,"target":230},{"source":230,"target":144},{"source":30,"target":0},{"source":30,"target":8},{"source":30,"target":231},{"source":231,"target":8},{"source":31,"target":0},{"source":31,"target":182},{"source":31,"target":232},{"source":232,"target":182},{"source":32,"target":0},{"source":32,"target":38},{"source":32,"target":233},{"source":233,"target":38},{"source":33,"target":0},{"source":33,"target":192},{"source":33,"target":234},{"source":234,"target":192},{"source":34,"target":0},{"source":34,"target":184},{"source":34,"target":235},{"source":235,"target":184},{"source":35,"target":0},{"source":35,"target":156},{"source":35,"target":236},{"source":236,"target":156},{"source":36,"target":0},{"source":36,"target":131},{"source":36,"target":237},{"source":237,"target":131},{"source":37,"target":0},{"source":37,"target":186},{"source":37,"target":238},{"source":238,"target":186},{"source":38,"target":0},{"source":38,"target":131},{"source":38,"target":239},{"source":239,"target":131},{"source":39,"target":0},{"source":39,"target":75},{"source":39,"target":240},{"source":240,"target":75},{"source":40,"target":0},{"source":40,"target":124},{"source":40,"target":241},{"source":241,"target":124},{"source":41,"target":0},{"source":41,"target":160},{"source":41,"target":192},{"source":41,"target":242},{"source":41,"target":243},{"source":242,"target":160},{"source":243,"target":192},{"source":42,"target":0},{"source":42,"target":182},{"source":42,"target":244},{"source":244,"target":182},{"source":43,"target":0},{"source":43,"target":72},{"source":43,"target":245},{"source":245,"target":72},{"source":44,"target":0},{"source":44,"target":36},{"source":44,"target":100},{"source":44,"target":246},{"source":44,"target":247},{"source":246,"target":36},{"source":247,"target":100},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":198},{"source":45,"target":248},{"source":45,"target":249},{"source":248,"target":44},{"source":249,"target":198},{"source":46,"target":0},{"source":46,"target":197},{"source":46,"target":250},{"source":250,"target":197},{"source":47,"target":0},{"source":47,"target":51},{"source":47,"target":198},{"source":47,"target":39},{"source":47,"target":251},{"source":47,"target":252},{"source":47,"target":253},{"source":47,"target":254},{"source":47,"target":255},{"source":251,"target":158},{"source":251,"target":256},{"source":251,"target":47},{"source":256,"target":158},{"source":252,"target":131},{"source":252,"target":257},{"source":252,"target":47},{"source":257,"target":131},{"source":253,"target":51},{"source":254,"target":198},{"source":255,"target":39},{"source":48,"target":0},{"source":48,"target":60},{"source":48,"target":258},{"source":258,"target":60},{"source":49,"target":0},{"source":49,"target":75},{"source":49,"target":259},{"source":259,"target":75},{"source":50,"target":0},{"source":50,"target":78},{"source":50,"target":260},{"source":260,"target":78},{"source":51,"target":0},{"source":51,"target":75},{"source":51,"target":261},{"source":261,"target":75},{"source":52,"target":0},{"source":52,"target":60},{"source":52,"target":262},{"source":262,"target":60},{"source":53,"target":0},{"source":53,"target":103},{"source":53,"target":263},{"source":263,"target":103},{"source":54,"target":0},{"source":54,"target":72},{"source":54,"target":264},{"source":264,"target":72},{"source":55,"target":0},{"source":55,"target":38},{"source":55,"target":265},{"source":265,"target":38},{"source":56,"target":0},{"source":56,"target":146},{"source":56,"target":266},{"source":266,"target":146},{"source":57,"target":0},{"source":57,"target":175},{"source":57,"target":267},{"source":267,"target":175},{"source":58,"target":0},{"source":58,"target":8},{"source":58,"target":268},{"source":268,"target":8},{"source":59,"target":0},{"source":59,"target":99},{"source":59,"target":269},{"source":269,"target":99},{"source":60,"target":0},{"source":60,"target":91},{"source":60,"target":270},{"source":270,"target":91},{"source":61,"target":0},{"source":61,"target":84},{"source":61,"target":271},{"source":271,"target":84},{"source":62,"target":0},{"source":62,"target":144},{"source":62,"target":272},{"source":272,"target":144},{"source":63,"target":0},{"source":63,"target":72},{"source":63,"target":273},{"source":273,"target":72},{"source":64,"target":0},{"source":64,"target":25},{"source":64,"target":274},{"source":274,"target":25},{"source":65,"target":0},{"source":65,"target":130},{"source":65,"target":275},{"source":275,"target":130},{"source":66,"target":0},{"source":66,"target":179},{"source":66,"target":276},{"source":276,"target":179},{"source":67,"target":0},{"source":67,"target":192},{"source":67,"target":277},{"source":277,"target":192},{"source":68,"target":0},{"source":68,"target":72},{"source":68,"target":278},{"source":278,"target":72},{"source":69,"target":0},{"source":69,"target":68},{"source":69,"target":279},{"source":279,"target":68},{"source":70,"target":0},{"source":70,"target":131},{"source":70,"target":280},{"source":280,"target":131},{"source":71,"target":0},{"source":71,"target":75},{"source":71,"target":281},{"source":281,"target":75},{"source":72,"target":0},{"source":72,"target":187},{"source":72,"target":282},{"source":282,"target":187},{"source":73,"target":0},{"source":73,"target":197},{"source":73,"target":283},{"source":283,"target":197},{"source":74,"target":0},{"source":74,"target":72},{"source":74,"target":284},{"source":284,"target":72},{"source":75,"target":0},{"source":76,"target":0},{"source":76,"target":36},{"source":76,"target":70},{"source":76,"target":285},{"source":76,"target":286},{"source":285,"target":36},{"source":286,"target":70},{"source":77,"target":0},{"source":77,"target":75},{"source":77,"target":287},{"source":287,"target":75},{"source":78,"target":0},{"source":78,"target":51},{"source":78,"target":288},{"source":288,"target":51},{"source":79,"target":0},{"source":79,"target":103},{"source":79,"target":289},{"source":289,"target":103},{"source":80,"target":0},{"source":80,"target":56},{"source":80,"target":290},{"source":290,"target":56},{"source":81,"target":0},{"source":81,"target":77},{"source":81,"target":49},{"source":81,"target":291},{"source":81,"target":292},{"source":291,"target":77},{"source":292,"target":49},{"source":82,"target":0},{"source":82,"target":192},{"source":82,"target":293},{"source":293,"target":192},{"source":83,"target":0},{"source":83,"target":8},{"source":83,"target":294},{"source":294,"target":8},{"source":84,"target":0},{"source":84,"target":72},{"source":84,"target":295},{"source":295,"target":72},{"source":85,"target":0},{"source":85,"target":72},{"source":85,"target":296},{"source":296,"target":72},{"source":86,"target":0},{"source":86,"target":146},{"source":86,"target":297},{"source":297,"target":146},{"source":87,"target":0},{"source":87,"target":144},{"source":87,"target":298},{"source":298,"target":144},{"source":88,"target":0},{"source":88,"target":72},{"source":88,"target":13},{"source":88,"target":299},{"source":88,"target":300},{"source":299,"target":72},{"source":300,"target":13},{"source":89,"target":0},{"source":89,"target":75},{"source":89,"target":301},{"source":301,"target":75},{"source":90,"target":0},{"source":90,"target":130},{"source":90,"target":302},{"source":302,"target":130},{"source":91,"target":0},{"source":91,"target":72},{"source":91,"target":303},{"source":303,"target":72},{"source":92,"target":0},{"source":92,"target":142},{"source":92,"target":304},{"source":304,"target":142},{"source":93,"target":0},{"source":93,"target":72},{"source":93,"target":305},{"source":305,"target":72},{"source":94,"target":0},{"source":94,"target":8},{"source":94,"target":306},{"source":306,"target":8},{"source":95,"target":0},{"source":95,"target":75},{"source":95,"target":307},{"source":307,"target":75},{"source":96,"target":0},{"source":96,"target":186},{"source":96,"target":308},{"source":308,"target":186},{"source":97,"target":0},{"source":97,"target":188},{"source":97,"target":309},{"source":309,"target":188},{"source":98,"target":0},{"source":98,"target":75},{"source":98,"target":310},{"source":310,"target":75},{"source":99,"target":0},{"source":99,"target":49},{"source":99,"target":311},{"source":311,"target":49},{"source":100,"target":0},{"source":100,"target":70},{"source":100,"target":312},{"source":312,"target":70},{"source":101,"target":0},{"source":101,"target":60},{"source":101,"target":313},{"source":313,"target":60},{"source":102,"target":0},{"source":102,"target":45},{"source":102,"target":314},{"source":314,"target":45},{"source":103,"target":0},{"source":103,"target":142},{"source":103,"target":315},{"source":315,"target":142},{"source":104,"target":0},{"source":104,"target":91},{"source":104,"target":316},{"source":316,"target":91},{"source":105,"target":0},{"source":105,"target":46},{"source":105,"target":317},{"source":317,"target":46},{"source":106,"target":0},{"source":106,"target":51},{"source":106,"target":318},{"source":318,"target":51},{"source":107,"target":0},{"source":107,"target":154},{"source":107,"target":319},{"source":319,"target":154},{"source":108,"target":0},{"source":108,"target":160},{"source":108,"target":320},{"source":320,"target":160},{"source":109,"target":0},{"source":109,"target":45},{"source":109,"target":321},{"source":321,"target":45},{"source":110,"target":0},{"source":110,"target":51},{"source":110,"target":322},{"source":322,"target":51},{"source":111,"target":0},{"source":111,"target":26},{"source":111,"target":323},{"source":323,"target":26},{"source":112,"target":0},{"source":112,"target":6},{"source":112,"target":324},{"source":324,"target":6},{"source":113,"target":0},{"source":113,"target":13},{"source":113,"target":51},{"source":113,"target":325},{"source":113,"target":326},{"source":325,"target":13},{"source":326,"target":51},{"source":114,"target":0},{"source":114,"target":91},{"source":114,"target":327},{"source":327,"target":91},{"source":115,"target":0},{"source":115,"target":44},{"source":115,"target":328},{"source":328,"target":44},{"source":116,"target":0},{"source":116,"target":72},{"source":116,"target":329},{"source":329,"target":72},{"source":117,"target":0},{"source":117,"target":154},{"source":117,"target":330},{"source":330,"target":154},{"source":118,"target":0},{"source":118,"target":13},{"source":118,"target":26},{"source":118,"target":331},{"source":118,"target":332},{"source":331,"target":13},{"source":332,"target":26},{"source":119,"target":0},{"source":119,"target":99},{"source":119,"target":333},{"source":333,"target":99},{"source":120,"target":0},{"source":120,"target":58},{"source":120,"target":334},{"source":334,"target":58},{"source":121,"target":0},{"source":121,"target":122},{"source":121,"target":335},{"source":335,"target":122},{"source":122,"target":0},{"source":122,"target":56},{"source":122,"target":336},{"source":336,"target":56},{"source":123,"target":0},{"source":123,"target":44},{"source":123,"target":154},{"source":123,"target":337},{"source":123,"target":338},{"source":337,"target":44},{"source":338,"target":154},{"source":124,"target":0},{"source":124,"target":75},{"source":124,"target":339},{"source":339,"target":75},{"source":125,"target":0},{"source":125,"target":192},{"source":125,"target":124},{"source":125,"target":340},{"source":125,"target":341},{"source":340,"target":192},{"source":341,"target":124},{"source":126,"target":0},{"source":126,"target":44},{"source":126,"target":342},{"source":342,"target":44},{"source":127,"target":0},{"source":127,"target":146},{"source":127,"target":343},{"source":343,"target":146},{"source":128,"target":0},{"source":128,"target":82},{"source":128,"target":344},{"source":344,"target":82},{"source":129,"target":0},{"source":129,"target":72},{"source":129,"target":345},{"source":345,"target":72},{"source":130,"target":0},{"source":130,"target":89},{"source":130,"target":346},{"source":346,"target":89},{"source":131,"target":0},{"source":131,"target":13},{"source":131,"target":106},{"source":131,"target":197},{"source":131,"target":347},{"source":131,"target":348},{"source":131,"target":349},{"source":347,"target":13},{"source":348,"target":106},{"source":349,"target":197},{"source":132,"target":0},{"source":132,"target":131},{"source":132,"target":350},{"source":350,"target":131},{"source":133,"target":0},{"source":133,"target":88},{"source":133,"target":351},{"source":351,"target":88},{"source":134,"target":0},{"source":134,"target":125},{"source":134,"target":352},{"source":352,"target":125},{"source":135,"target":0},{"source":135,"target":142},{"source":135,"target":353},{"source":353,"target":142},{"source":136,"target":0},{"source":136,"target":72},{"source":136,"target":354},{"source":354,"target":72},{"source":137,"target":0},{"source":137,"target":51},{"source":137,"target":355},{"source":355,"target":51},{"source":138,"target":0},{"source":138,"target":3},{"source":138,"target":356},{"source":356,"target":3},{"source":139,"target":0},{"source":139,"target":89},{"source":139,"target":357},{"source":357,"target":89},{"source":140,"target":0},{"source":140,"target":13},{"source":140,"target":197},{"source":140,"target":358},{"source":140,"target":359},{"source":358,"target":13},{"source":359,"target":197},{"source":141,"target":0},{"source":141,"target":118},{"source":141,"target":49},{"source":141,"target":360},{"source":141,"target":361},{"source":360,"target":118},{"source":361,"target":49},{"source":142,"target":0},{"source":142,"target":72},{"source":142,"target":362},{"source":362,"target":72},{"source":143,"target":0},{"source":143,"target":60},{"source":143,"target":363},{"source":363,"target":60},{"source":144,"target":0},{"source":144,"target":51},{"source":144,"target":364},{"source":364,"target":51},{"source":145,"target":0},{"source":145,"target":77},{"source":145,"target":49},{"source":145,"target":365},{"source":145,"target":366},{"source":365,"target":77},{"source":366,"target":49},{"source":146,"target":0},{"source":146,"target":73},{"source":146,"target":49},{"source":146,"target":367},{"source":146,"target":368},{"source":367,"target":73},{"source":368,"target":49},{"source":147,"target":0},{"source":147,"target":86},{"source":147,"target":369},{"source":369,"target":86},{"source":148,"target":0},{"source":148,"target":197},{"source":148,"target":370},{"source":370,"target":197},{"source":149,"target":0},{"source":149,"target":197},{"source":149,"target":371},{"source":371,"target":197},{"source":150,"target":0},{"source":150,"target":192},{"source":150,"target":372},{"source":372,"target":192},{"source":151,"target":0},{"source":151,"target":99},{"source":151,"target":373},{"source":373,"target":99},{"source":152,"target":0},{"source":152,"target":146},{"source":152,"target":374},{"source":374,"target":146},{"source":153,"target":0},{"source":153,"target":5},{"source":153,"target":375},{"source":375,"target":5},{"source":154,"target":0},{"source":154,"target":131},{"source":154,"target":376},{"source":376,"target":131},{"source":155,"target":0},{"source":155,"target":47},{"source":155,"target":377},{"source":377,"target":47},{"source":156,"target":0},{"source":156,"target":131},{"source":156,"target":39},{"source":156,"target":378},{"source":156,"target":379},{"source":378,"target":131},{"source":379,"target":39},{"source":157,"target":0},{"source":157,"target":175},{"source":157,"target":380},{"source":380,"target":175},{"source":158,"target":0},{"source":158,"target":381},{"source":381,"target":166},{"source":381,"target":382},{"source":381,"target":158},{"source":382,"target":166},{"source":159,"target":0},{"source":159,"target":113},{"source":159,"target":383},{"source":383,"target":113},{"source":160,"target":0},{"source":160,"target":44},{"source":160,"target":384},{"source":384,"target":44},{"source":161,"target":0},{"source":161,"target":75},{"source":161,"target":385},{"source":385,"target":75},{"source":162,"target":0},{"source":162,"target":14},{"source":162,"target":386},{"source":386,"target":14},{"source":163,"target":0},{"source":163,"target":160},{"source":163,"target":387},{"source":387,"target":160},{"source":164,"target":0},{"source":164,"target":75},{"source":164,"target":388},{"source":388,"target":75},{"source":165,"target":0},{"source":165,"target":5},{"source":165,"target":389},{"source":389,"target":5},{"source":166,"target":0},{"source":166,"target":26},{"source":166,"target":49},{"source":166,"target":390},{"source":166,"target":391},{"source":390,"target":26},{"source":391,"target":49},{"source":167,"target":0},{"source":167,"target":166},{"source":167,"target":77},{"source":167,"target":198},{"source":167,"target":392},{"source":167,"target":393},{"source":167,"target":394},{"source":392,"target":166},{"source":393,"target":77},{"source":394,"target":198},{"source":168,"target":0},{"source":168,"target":186},{"source":168,"target":395},{"source":395,"target":186},{"source":169,"target":0},{"source":169,"target":113},{"source":169,"target":396},{"source":396,"target":113},{"source":170,"target":0},{"source":170,"target":131},{"source":170,"target":397},{"source":397,"target":131},{"source":171,"target":0},{"source":171,"target":72},{"source":171,"target":398},{"source":398,"target":72},{"source":172,"target":0},{"source":172,"target":58},{"source":172,"target":399},{"source":399,"target":58},{"source":173,"target":0},{"source":173,"target":192},{"source":173,"target":400},{"source":400,"target":192},{"source":174,"target":0},{"source":174,"target":131},{"source":174,"target":401},{"source":401,"target":131},{"source":175,"target":0},{"source":175,"target":197},{"source":175,"target":402},{"source":402,"target":197},{"source":176,"target":0},{"source":176,"target":5},{"source":176,"target":403},{"source":403,"target":5},{"source":177,"target":0},{"source":177,"target":186},{"source":177,"target":404},{"source":404,"target":186},{"source":178,"target":0},{"source":178,"target":51},{"source":178,"target":405},{"source":405,"target":51},{"source":179,"target":0},{"source":179,"target":13},{"source":179,"target":197},{"source":179,"target":184},{"source":179,"target":406},{"source":179,"target":407},{"source":179,"target":408},{"source":406,"target":13},{"source":407,"target":197},{"source":408,"target":184},{"source":180,"target":0},{"source":180,"target":25},{"source":180,"target":409},{"source":409,"target":25},{"source":181,"target":0},{"source":181,"target":75},{"source":181,"target":410},{"source":410,"target":75},{"source":182,"target":0},{"source":182,"target":186},{"source":182,"target":411},{"source":411,"target":186},{"source":183,"target":0},{"source":183,"target":3},{"source":183,"target":412},{"source":412,"target":3},{"source":184,"target":0},{"source":184,"target":75},{"source":184,"target":413},{"source":413,"target":75},{"source":185,"target":0},{"source":185,"target":87},{"source":185,"target":414},{"source":414,"target":87},{"source":186,"target":0},{"source":186,"target":73},{"source":186,"target":415},{"source":415,"target":73},{"source":187,"target":0},{"source":187,"target":73},{"source":187,"target":416},{"source":416,"target":73},{"source":188,"target":0},{"source":188,"target":99},{"source":188,"target":417},{"source":417,"target":99},{"source":189,"target":0},{"source":189,"target":184},{"source":189,"target":418},{"source":418,"target":184},{"source":190,"target":0},{"source":190,"target":112},{"source":190,"target":419},{"source":419,"target":112},{"source":191,"target":0},{"source":191,"target":88},{"source":191,"target":420},{"source":420,"target":88},{"source":192,"target":0},{"source":192,"target":75},{"source":192,"target":421},{"source":421,"target":75},{"source":193,"target":0},{"source":193,"target":131},{"source":193,"target":422},{"source":422,"target":131},{"source":194,"target":0},{"source":194,"target":5},{"source":194,"target":423},{"source":423,"target":5},{"source":195,"target":0},{"source":195,"target":167},{"source":195,"target":424},{"source":424,"target":167},{"source":196,"target":0},{"source":196,"target":6},{"source":196,"target":425},{"source":425,"target":6},{"source":197,"target":0},{"source":197,"target":75},{"source":197,"target":426},{"source":426,"target":75},{"source":198,"target":0},{"source":198,"target":75},{"source":198,"target":427},{"source":427,"target":75}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2WithID" nsURI="http:///UML2WithID.ecore" nsPrefix="UML2WithID">
<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="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" abstract="true" eSuperTypes="#//ActivityNode #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" abstract="true"
eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" abstract="true"
eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" abstract="true"
eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" abstract="true"
eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" abstract="true"
eSuperTypes="#//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" abstract="true" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" abstract="true"
eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" abstract="true"
eSuperTypes="#//VariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" abstract="true" eSuperTypes="#//InvocationAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" abstract="true" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//Feature #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//Namespace #//Feature #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" abstract="true" eSuperTypes="#//LinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" abstract="true"
eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" abstract="true" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" abstract="true"
eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" abstract="true"
eSuperTypes="#//StructuredClassifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" abstract="true"
eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" abstract="true" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" abstract="true" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" abstract="true"
eSuperTypes="#//StructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//Namespace #//Type #//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" abstract="true"
eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" abstract="true" eSuperTypes="#//Class #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" abstract="true" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" abstract="true"
eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" abstract="true" eSuperTypes="#//NamedElement #//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1"
eType="#//NamedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pin" abstract="true" eSuperTypes="#//ObjectNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" abstract="true" eSuperTypes="#//ActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" abstract="true" eSuperTypes="#//Trigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" abstract="true" eSuperTypes="#//ActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2WithIDInsFSMownedElementHasVisibility.ecore | ecore | UML2WithID
VisibilityKind
package
package
private
private
protected
protected
public
public
ReadLinkObjectEndQualifierAction
InteractionOperand
DataStoreNode
CreateObjectAction
ReadLinkAction
DestroyObjectAction
AddVariableValueAction
InteractionConstraint
Transition
ParameterSet
OpaqueExpression
InteractionOccurrence
ObjectNode
InteractionFragment
Implementation
ValuePin
Activity
RedefinableElement
Association
PrimitiveFunction
CollaborationOccurrence
Artifact
OutputPin
RemoveStructuralFeatureValueAction
StructuredClassifier
ParameterableClassifier
Component
ReadSelfAction
Node
PartDecomposition
Enumeration
LiteralUnlimitedNatural
BroadcastSignalAction
AcceptCallAction
Reception
Trigger
CommunicationPath
Collaboration
ReadVariableAction
DurationObservationAction
InformationItem
ValueSpecification
FinalState
DeploymentTarget
Actor
Action
DurationConstraint
ExtensionPoint
Variable
ActivityEdge
TimeInterval
ReadLinkObjectEndAction
Package
GeneralizationSet
TemplateableClassifier
ConnectionPointReference
ExtensionEnd
Stereotype
WriteVariableAction
Connector
RedefinableTemplateSignature
DeploymentSpecification
SendSignalAction
CallAction
ActivityNode
Include
StructuralFeature
StateInvariant
Region
ConditionalNode
ApplyFunctionAction
Type
CreateLinkAction
AcceptEventAction
Manifestation
IntervalConstraint
ChangeTrigger
BehavioralFeature
CreateLinkObjectAction
InitialNode
DurationInterval
WriteLinkAction
AssociationClass
ClearStructuralFeatureAction
ActivityFinalNode
RaiseExceptionAction
ClearVariableAction
DestroyLinkAction
Model
Profile
Interface
ReadExtentAction
State
TimeConstraint
InstanceValue
TestIdentityAction
ReclassifyObjectAction
Interaction
RemoveVariableValueAction
StateMachine
ControlFlow
ExecutionOccurrence
InformationFlow
AnyTrigger
FlowFinalNode
Continuation
ActivityParameterNode
LiteralSpecification
Operation
MessageEnd
TimeTrigger
CallTrigger
VariableAction
UseCase
EventOccurrence
CentralBufferNode
JoinNode
MergeNode
InstanceSpecification
DataType
GeneralOrdering
ClearAssociationAction
StructuralFeatureAction
Signal
ObjectFlow
Vertex
NamedElement
visibility
ExpansionNode
EncapsulatedClassifier
ProtocolStateMachine
InputPin
Device
Parameter
ConnectableElement
EnumerationLiteral
Class
Gate
Deployment
Permission
Interval
TimeObservationAction
StructuredActivityNode
DecisionNode
ReplyAction
Abstraction
Property
Realization
LiteralBoolean
Expression
ForkNode
ReadIsClassifiedObjectAction
LiteralInteger
PrimitiveType
LinkAction
TimeExpression
Duration
Constraint
Pseudostate
LoopNode
FinalNode
Dependency
DeployedArtifact
ExecutionEnvironment
ActivityPartition
WriteStructuralFeatureAction
CallBehaviorAction
Lifeline
Classifier
Message
PackageableElement
SendObjectAction
Behavior
LiteralString
StartOwnedBehaviorAction
ProtocolTransition
Feature
CombinedFragment
AddStructuralFeatureValueAction
TypedElement
InvocationAction
CallOperationAction
BehavioredClassifier
SignalTrigger
Namespace
member
Pin
Stop
ReadStructuralFeatureAction
ExecutableNode
Extension
Port
Usage
MessageTrigger
LiteralNull
ExpansionRegion
ControlNode
Substitution
Extend
Element
ID | null | {"directed":true,"nodes":[{"nsPrefix":"UML2WithID","nsURI":"http:///UML2WithID.ecore","name":"UML2WithID","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":true,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":true,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":true,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":true,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":true,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":true,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":true,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":true,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":true,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":true,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":true,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":true,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":true,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":true,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":true,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":true,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":true,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":true,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":true,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":true,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":true,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":true,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":true,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":true,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":199,"interface":false,"eClass":"EClass"},{"name":"package","id":200,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":201,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":202,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":203,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":474,"derived":false},{"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"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"container":false,"ordered":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":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"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"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":626,"derived":false},{"id":627,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":1,"target":203},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":203,"target":1},{"source":2,"target":0},{"source":2,"target":47},{"source":2,"target":199},{"source":2,"target":204},{"source":2,"target":205},{"source":204,"target":47},{"source":205,"target":199},{"source":3,"target":0},{"source":3,"target":185},{"source":3,"target":15},{"source":3,"target":199},{"source":3,"target":206},{"source":3,"target":207},{"source":3,"target":208},{"source":206,"target":185},{"source":207,"target":15},{"source":208,"target":199},{"source":4,"target":0},{"source":4,"target":117},{"source":4,"target":199},{"source":4,"target":209},{"source":4,"target":210},{"source":209,"target":117},{"source":210,"target":199},{"source":5,"target":0},{"source":5,"target":47},{"source":5,"target":199},{"source":5,"target":211},{"source":5,"target":212},{"source":211,"target":47},{"source":212,"target":199},{"source":6,"target":0},{"source":6,"target":155},{"source":6,"target":199},{"source":6,"target":213},{"source":6,"target":214},{"source":213,"target":155},{"source":214,"target":199},{"source":7,"target":0},{"source":7,"target":47},{"source":7,"target":199},{"source":7,"target":215},{"source":7,"target":216},{"source":215,"target":47},{"source":216,"target":199},{"source":8,"target":0},{"source":8,"target":60},{"source":8,"target":199},{"source":8,"target":217},{"source":8,"target":218},{"source":217,"target":60},{"source":218,"target":199},{"source":9,"target":0},{"source":9,"target":158},{"source":9,"target":199},{"source":9,"target":219},{"source":9,"target":220},{"source":219,"target":158},{"source":220,"target":199},{"source":10,"target":0},{"source":10,"target":19},{"source":10,"target":199},{"source":10,"target":221},{"source":10,"target":222},{"source":221,"target":19},{"source":222,"target":199},{"source":11,"target":0},{"source":11,"target":128},{"source":11,"target":199},{"source":11,"target":223},{"source":11,"target":224},{"source":223,"target":128},{"source":224,"target":199},{"source":12,"target":0},{"source":12,"target":43},{"source":12,"target":199},{"source":12,"target":225},{"source":12,"target":226},{"source":225,"target":43},{"source":226,"target":199},{"source":13,"target":0},{"source":13,"target":15},{"source":13,"target":199},{"source":13,"target":227},{"source":13,"target":228},{"source":227,"target":15},{"source":228,"target":199},{"source":14,"target":0},{"source":14,"target":66},{"source":14,"target":180},{"source":14,"target":199},{"source":14,"target":229},{"source":14,"target":230},{"source":14,"target":231},{"source":229,"target":66},{"source":230,"target":180},{"source":231,"target":199},{"source":15,"target":0},{"source":15,"target":128},{"source":15,"target":199},{"source":15,"target":232},{"source":15,"target":233},{"source":232,"target":128},{"source":233,"target":199},{"source":16,"target":0},{"source":16,"target":148},{"source":16,"target":199},{"source":16,"target":234},{"source":16,"target":235},{"source":234,"target":148},{"source":235,"target":199},{"source":17,"target":0},{"source":17,"target":132},{"source":17,"target":199},{"source":17,"target":236},{"source":17,"target":237},{"source":236,"target":132},{"source":237,"target":199},{"source":18,"target":0},{"source":18,"target":173},{"source":18,"target":199},{"source":18,"target":238},{"source":18,"target":239},{"source":238,"target":173},{"source":239,"target":199},{"source":19,"target":0},{"source":19,"target":128},{"source":19,"target":199},{"source":19,"target":240},{"source":19,"target":241},{"source":240,"target":128},{"source":241,"target":199},{"source":20,"target":0},{"source":20,"target":169},{"source":20,"target":199},{"source":20,"target":242},{"source":20,"target":243},{"source":242,"target":169},{"source":243,"target":199},{"source":21,"target":0},{"source":21,"target":171},{"source":21,"target":199},{"source":21,"target":244},{"source":21,"target":245},{"source":244,"target":171},{"source":245,"target":199},{"source":22,"target":0},{"source":22,"target":128},{"source":22,"target":199},{"source":22,"target":246},{"source":22,"target":247},{"source":246,"target":128},{"source":247,"target":199},{"source":23,"target":0},{"source":23,"target":169},{"source":23,"target":163},{"source":23,"target":199},{"source":23,"target":248},{"source":23,"target":249},{"source":23,"target":250},{"source":248,"target":169},{"source":249,"target":163},{"source":250,"target":199},{"source":24,"target":0},{"source":24,"target":186},{"source":24,"target":199},{"source":24,"target":251},{"source":24,"target":252},{"source":251,"target":186},{"source":252,"target":199},{"source":25,"target":0},{"source":25,"target":166},{"source":25,"target":199},{"source":25,"target":253},{"source":25,"target":254},{"source":253,"target":166},{"source":254,"target":199},{"source":26,"target":0},{"source":26,"target":169},{"source":26,"target":199},{"source":26,"target":255},{"source":26,"target":256},{"source":255,"target":169},{"source":256,"target":199},{"source":27,"target":0},{"source":27,"target":169},{"source":27,"target":199},{"source":27,"target":257},{"source":27,"target":258},{"source":257,"target":169},{"source":258,"target":199},{"source":28,"target":0},{"source":28,"target":137},{"source":28,"target":199},{"source":28,"target":259},{"source":28,"target":260},{"source":259,"target":137},{"source":260,"target":199},{"source":29,"target":0},{"source":29,"target":47},{"source":29,"target":199},{"source":29,"target":261},{"source":29,"target":262},{"source":261,"target":47},{"source":262,"target":199},{"source":30,"target":0},{"source":30,"target":137},{"source":30,"target":45},{"source":30,"target":199},{"source":30,"target":263},{"source":30,"target":264},{"source":30,"target":265},{"source":263,"target":137},{"source":264,"target":45},{"source":265,"target":199},{"source":31,"target":0},{"source":31,"target":13},{"source":31,"target":199},{"source":31,"target":266},{"source":31,"target":267},{"source":266,"target":13},{"source":267,"target":199},{"source":32,"target":0},{"source":32,"target":121},{"source":32,"target":199},{"source":32,"target":268},{"source":32,"target":269},{"source":268,"target":121},{"source":269,"target":199},{"source":33,"target":0},{"source":33,"target":109},{"source":33,"target":199},{"source":33,"target":270},{"source":33,"target":271},{"source":270,"target":109},{"source":271,"target":199},{"source":34,"target":0},{"source":34,"target":181},{"source":34,"target":199},{"source":34,"target":272},{"source":34,"target":273},{"source":272,"target":181},{"source":273,"target":199},{"source":35,"target":0},{"source":35,"target":75},{"source":35,"target":199},{"source":35,"target":274},{"source":35,"target":275},{"source":274,"target":75},{"source":275,"target":199},{"source":36,"target":0},{"source":36,"target":79},{"source":36,"target":199},{"source":36,"target":276},{"source":36,"target":277},{"source":276,"target":79},{"source":277,"target":199},{"source":37,"target":0},{"source":37,"target":128},{"source":37,"target":199},{"source":37,"target":278},{"source":37,"target":279},{"source":278,"target":128},{"source":279,"target":199},{"source":38,"target":0},{"source":38,"target":20},{"source":38,"target":199},{"source":38,"target":280},{"source":38,"target":281},{"source":280,"target":20},{"source":281,"target":199},{"source":39,"target":0},{"source":39,"target":183},{"source":39,"target":26},{"source":39,"target":199},{"source":39,"target":282},{"source":39,"target":283},{"source":39,"target":284},{"source":282,"target":183},{"source":283,"target":26},{"source":284,"target":199},{"source":40,"target":0},{"source":40,"target":114},{"source":40,"target":199},{"source":40,"target":285},{"source":40,"target":286},{"source":285,"target":114},{"source":286,"target":199},{"source":41,"target":0},{"source":41,"target":166},{"source":41,"target":199},{"source":41,"target":287},{"source":41,"target":288},{"source":287,"target":166},{"source":288,"target":199},{"source":42,"target":0},{"source":42,"target":169},{"source":42,"target":199},{"source":42,"target":289},{"source":42,"target":290},{"source":289,"target":169},{"source":290,"target":199},{"source":43,"target":0},{"source":43,"target":180},{"source":43,"target":199},{"source":43,"target":291},{"source":43,"target":292},{"source":291,"target":180},{"source":292,"target":199},{"source":44,"target":0},{"source":44,"target":94},{"source":44,"target":199},{"source":44,"target":293},{"source":44,"target":294},{"source":293,"target":94},{"source":294,"target":199},{"source":45,"target":0},{"source":45,"target":128},{"source":45,"target":199},{"source":45,"target":295},{"source":45,"target":296},{"source":295,"target":128},{"source":296,"target":199},{"source":46,"target":0},{"source":46,"target":169},{"source":46,"target":199},{"source":46,"target":297},{"source":46,"target":298},{"source":297,"target":169},{"source":298,"target":199},{"source":47,"target":0},{"source":47,"target":189},{"source":47,"target":199},{"source":47,"target":299},{"source":47,"target":300},{"source":299,"target":189},{"source":300,"target":199},{"source":48,"target":0},{"source":48,"target":77},{"source":48,"target":199},{"source":48,"target":301},{"source":48,"target":302},{"source":301,"target":77},{"source":302,"target":199},{"source":49,"target":0},{"source":49,"target":19},{"source":49,"target":199},{"source":49,"target":303},{"source":49,"target":304},{"source":303,"target":19},{"source":304,"target":199},{"source":50,"target":0},{"source":50,"target":135},{"source":50,"target":180},{"source":50,"target":199},{"source":50,"target":305},{"source":50,"target":306},{"source":50,"target":307},{"source":305,"target":135},{"source":306,"target":180},{"source":307,"target":199},{"source":51,"target":0},{"source":51,"target":19},{"source":51,"target":199},{"source":51,"target":308},{"source":51,"target":309},{"source":308,"target":19},{"source":309,"target":199},{"source":52,"target":0},{"source":52,"target":141},{"source":52,"target":199},{"source":52,"target":310},{"source":52,"target":311},{"source":310,"target":141},{"source":311,"target":199},{"source":53,"target":0},{"source":53,"target":47},{"source":53,"target":199},{"source":53,"target":312},{"source":53,"target":313},{"source":312,"target":47},{"source":313,"target":199},{"source":54,"target":0},{"source":54,"target":185},{"source":54,"target":171},{"source":54,"target":199},{"source":54,"target":314},{"source":54,"target":315},{"source":54,"target":316},{"source":314,"target":185},{"source":315,"target":171},{"source":316,"target":199},{"source":55,"target":0},{"source":55,"target":171},{"source":55,"target":199},{"source":55,"target":317},{"source":55,"target":318},{"source":317,"target":171},{"source":318,"target":199},{"source":56,"target":0},{"source":56,"target":169},{"source":56,"target":199},{"source":56,"target":319},{"source":56,"target":320},{"source":319,"target":169},{"source":320,"target":199},{"source":57,"target":0},{"source":57,"target":127},{"source":57,"target":199},{"source":57,"target":321},{"source":57,"target":322},{"source":321,"target":127},{"source":322,"target":199},{"source":58,"target":0},{"source":58,"target":147},{"source":58,"target":199},{"source":58,"target":323},{"source":58,"target":324},{"source":323,"target":147},{"source":324,"target":199},{"source":59,"target":0},{"source":59,"target":137},{"source":59,"target":199},{"source":59,"target":325},{"source":59,"target":326},{"source":325,"target":137},{"source":326,"target":199},{"source":60,"target":0},{"source":60,"target":114},{"source":60,"target":199},{"source":60,"target":327},{"source":60,"target":328},{"source":327,"target":114},{"source":328,"target":199},{"source":61,"target":0},{"source":61,"target":177},{"source":61,"target":199},{"source":61,"target":329},{"source":61,"target":330},{"source":329,"target":177},{"source":330,"target":199},{"source":62,"target":0},{"source":62,"target":19},{"source":62,"target":199},{"source":62,"target":331},{"source":62,"target":332},{"source":331,"target":19},{"source":332,"target":199},{"source":63,"target":0},{"source":63,"target":23},{"source":63,"target":199},{"source":63,"target":333},{"source":63,"target":334},{"source":333,"target":23},{"source":334,"target":199},{"source":64,"target":0},{"source":64,"target":181},{"source":64,"target":199},{"source":64,"target":335},{"source":64,"target":336},{"source":335,"target":181},{"source":336,"target":199},{"source":65,"target":0},{"source":65,"target":181},{"source":65,"target":199},{"source":65,"target":337},{"source":65,"target":338},{"source":337,"target":181},{"source":338,"target":199},{"source":66,"target":0},{"source":66,"target":19},{"source":66,"target":199},{"source":66,"target":339},{"source":66,"target":340},{"source":339,"target":19},{"source":340,"target":199},{"source":67,"target":0},{"source":67,"target":128},{"source":67,"target":199},{"source":67,"target":341},{"source":67,"target":342},{"source":341,"target":128},{"source":342,"target":199},{"source":68,"target":0},{"source":68,"target":177},{"source":68,"target":180},{"source":68,"target":199},{"source":68,"target":343},{"source":68,"target":344},{"source":68,"target":345},{"source":343,"target":177},{"source":344,"target":180},{"source":345,"target":199},{"source":69,"target":0},{"source":69,"target":15},{"source":69,"target":199},{"source":69,"target":346},{"source":69,"target":347},{"source":346,"target":15},{"source":347,"target":199},{"source":70,"target":0},{"source":70,"target":185},{"source":70,"target":19},{"source":70,"target":199},{"source":70,"target":348},{"source":70,"target":349},{"source":70,"target":350},{"source":348,"target":185},{"source":349,"target":19},{"source":350,"target":199},{"source":71,"target":0},{"source":71,"target":143},{"source":71,"target":199},{"source":71,"target":351},{"source":71,"target":352},{"source":351,"target":143},{"source":352,"target":199},{"source":72,"target":0},{"source":72,"target":47},{"source":72,"target":199},{"source":72,"target":353},{"source":72,"target":354},{"source":353,"target":47},{"source":354,"target":199},{"source":73,"target":0},{"source":73,"target":171},{"source":73,"target":199},{"source":73,"target":355},{"source":73,"target":356},{"source":355,"target":171},{"source":356,"target":199},{"source":74,"target":0},{"source":74,"target":83},{"source":74,"target":199},{"source":74,"target":357},{"source":74,"target":358},{"source":357,"target":83},{"source":358,"target":199},{"source":75,"target":0},{"source":75,"target":47},{"source":75,"target":199},{"source":75,"target":359},{"source":75,"target":360},{"source":359,"target":47},{"source":360,"target":199},{"source":76,"target":0},{"source":76,"target":146},{"source":76,"target":199},{"source":76,"target":361},{"source":76,"target":362},{"source":361,"target":146},{"source":362,"target":199},{"source":77,"target":0},{"source":77,"target":158},{"source":77,"target":199},{"source":77,"target":363},{"source":77,"target":364},{"source":363,"target":158},{"source":364,"target":199},{"source":78,"target":0},{"source":78,"target":37},{"source":78,"target":199},{"source":78,"target":365},{"source":78,"target":366},{"source":365,"target":37},{"source":366,"target":199},{"source":79,"target":0},{"source":79,"target":185},{"source":79,"target":177},{"source":79,"target":199},{"source":79,"target":367},{"source":79,"target":368},{"source":79,"target":369},{"source":367,"target":185},{"source":368,"target":177},{"source":369,"target":199},{"source":80,"target":0},{"source":80,"target":74},{"source":80,"target":199},{"source":80,"target":370},{"source":80,"target":371},{"source":370,"target":74},{"source":371,"target":199},{"source":81,"target":0},{"source":81,"target":196},{"source":81,"target":199},{"source":81,"target":372},{"source":81,"target":373},{"source":372,"target":196},{"source":373,"target":199},{"source":82,"target":0},{"source":82,"target":141},{"source":82,"target":199},{"source":82,"target":374},{"source":82,"target":375},{"source":374,"target":141},{"source":375,"target":199},{"source":83,"target":0},{"source":83,"target":155},{"source":83,"target":199},{"source":83,"target":376},{"source":83,"target":377},{"source":376,"target":155},{"source":377,"target":199},{"source":84,"target":0},{"source":84,"target":137},{"source":84,"target":20},{"source":84,"target":199},{"source":84,"target":378},{"source":84,"target":379},{"source":84,"target":380},{"source":378,"target":137},{"source":379,"target":20},{"source":380,"target":199},{"source":85,"target":0},{"source":85,"target":124},{"source":85,"target":199},{"source":85,"target":381},{"source":85,"target":382},{"source":381,"target":124},{"source":382,"target":199},{"source":86,"target":0},{"source":86,"target":161},{"source":86,"target":199},{"source":86,"target":383},{"source":86,"target":384},{"source":383,"target":161},{"source":384,"target":199},{"source":87,"target":0},{"source":87,"target":47},{"source":87,"target":199},{"source":87,"target":385},{"source":87,"target":386},{"source":385,"target":47},{"source":386,"target":199},{"source":88,"target":0},{"source":88,"target":114},{"source":88,"target":199},{"source":88,"target":387},{"source":88,"target":388},{"source":387,"target":114},{"source":388,"target":199},{"source":89,"target":0},{"source":89,"target":83},{"source":89,"target":199},{"source":89,"target":389},{"source":89,"target":390},{"source":389,"target":83},{"source":390,"target":199},{"source":90,"target":0},{"source":90,"target":54},{"source":90,"target":199},{"source":90,"target":391},{"source":90,"target":392},{"source":391,"target":54},{"source":392,"target":199},{"source":91,"target":0},{"source":91,"target":54},{"source":91,"target":199},{"source":91,"target":393},{"source":91,"target":394},{"source":393,"target":54},{"source":394,"target":199},{"source":92,"target":0},{"source":92,"target":169},{"source":92,"target":199},{"source":92,"target":395},{"source":92,"target":396},{"source":395,"target":169},{"source":396,"target":199},{"source":93,"target":0},{"source":93,"target":47},{"source":93,"target":199},{"source":93,"target":397},{"source":93,"target":398},{"source":397,"target":47},{"source":398,"target":199},{"source":94,"target":0},{"source":94,"target":185},{"source":94,"target":19},{"source":94,"target":127},{"source":94,"target":199},{"source":94,"target":399},{"source":94,"target":400},{"source":94,"target":401},{"source":94,"target":402},{"source":399,"target":185},{"source":400,"target":19},{"source":401,"target":127},{"source":402,"target":199},{"source":95,"target":0},{"source":95,"target":77},{"source":95,"target":199},{"source":95,"target":403},{"source":95,"target":404},{"source":403,"target":77},{"source":404,"target":199},{"source":96,"target":0},{"source":96,"target":43},{"source":96,"target":199},{"source":96,"target":405},{"source":96,"target":406},{"source":405,"target":43},{"source":406,"target":199},{"source":97,"target":0},{"source":97,"target":47},{"source":97,"target":199},{"source":97,"target":407},{"source":97,"target":408},{"source":407,"target":47},{"source":408,"target":199},{"source":98,"target":0},{"source":98,"target":47},{"source":98,"target":199},{"source":98,"target":409},{"source":98,"target":410},{"source":409,"target":47},{"source":410,"target":199},{"source":99,"target":0},{"source":99,"target":173},{"source":99,"target":15},{"source":99,"target":199},{"source":99,"target":411},{"source":99,"target":412},{"source":99,"target":413},{"source":411,"target":173},{"source":412,"target":15},{"source":413,"target":199},{"source":100,"target":0},{"source":100,"target":60},{"source":100,"target":199},{"source":100,"target":414},{"source":100,"target":415},{"source":414,"target":60},{"source":415,"target":199},{"source":101,"target":0},{"source":101,"target":173},{"source":101,"target":199},{"source":101,"target":416},{"source":101,"target":417},{"source":416,"target":173},{"source":417,"target":199},{"source":102,"target":0},{"source":102,"target":51},{"source":102,"target":199},{"source":102,"target":418},{"source":102,"target":419},{"source":418,"target":51},{"source":419,"target":199},{"source":103,"target":0},{"source":103,"target":15},{"source":103,"target":199},{"source":103,"target":420},{"source":103,"target":421},{"source":420,"target":15},{"source":421,"target":199},{"source":104,"target":0},{"source":104,"target":171},{"source":104,"target":199},{"source":104,"target":422},{"source":104,"target":423},{"source":422,"target":171},{"source":423,"target":199},{"source":105,"target":0},{"source":105,"target":193},{"source":105,"target":199},{"source":105,"target":424},{"source":105,"target":425},{"source":424,"target":193},{"source":425,"target":199},{"source":106,"target":0},{"source":106,"target":161},{"source":106,"target":199},{"source":106,"target":426},{"source":106,"target":427},{"source":426,"target":161},{"source":427,"target":199},{"source":107,"target":0},{"source":107,"target":15},{"source":107,"target":199},{"source":107,"target":428},{"source":107,"target":429},{"source":428,"target":15},{"source":429,"target":199},{"source":108,"target":0},{"source":108,"target":14},{"source":108,"target":199},{"source":108,"target":430},{"source":108,"target":431},{"source":430,"target":14},{"source":431,"target":199},{"source":109,"target":0},{"source":109,"target":43},{"source":109,"target":199},{"source":109,"target":432},{"source":109,"target":433},{"source":432,"target":43},{"source":433,"target":199},{"source":110,"target":0},{"source":110,"target":79},{"source":110,"target":180},{"source":110,"target":199},{"source":110,"target":434},{"source":110,"target":435},{"source":110,"target":436},{"source":434,"target":79},{"source":435,"target":180},{"source":436,"target":199},{"source":111,"target":0},{"source":111,"target":128},{"source":111,"target":199},{"source":111,"target":437},{"source":111,"target":438},{"source":437,"target":128},{"source":438,"target":199},{"source":112,"target":0},{"source":112,"target":37},{"source":112,"target":199},{"source":112,"target":439},{"source":112,"target":440},{"source":439,"target":37},{"source":440,"target":199},{"source":113,"target":0},{"source":113,"target":193},{"source":113,"target":199},{"source":113,"target":441},{"source":113,"target":442},{"source":441,"target":193},{"source":442,"target":199},{"source":114,"target":0},{"source":114,"target":47},{"source":114,"target":199},{"source":114,"target":443},{"source":114,"target":444},{"source":443,"target":47},{"source":444,"target":199},{"source":115,"target":0},{"source":115,"target":183},{"source":115,"target":199},{"source":115,"target":445},{"source":115,"target":446},{"source":445,"target":183},{"source":446,"target":199},{"source":116,"target":0},{"source":116,"target":15},{"source":116,"target":111},{"source":116,"target":199},{"source":116,"target":447},{"source":116,"target":448},{"source":116,"target":449},{"source":447,"target":15},{"source":448,"target":111},{"source":449,"target":199},{"source":117,"target":0},{"source":117,"target":14},{"source":117,"target":199},{"source":117,"target":450},{"source":117,"target":451},{"source":450,"target":14},{"source":451,"target":199},{"source":118,"target":0},{"source":118,"target":196},{"source":118,"target":199},{"source":118,"target":452},{"source":118,"target":453},{"source":452,"target":196},{"source":453,"target":199},{"source":119,"target":0},{"source":119,"target":196},{"source":119,"target":199},{"source":119,"target":454},{"source":119,"target":455},{"source":454,"target":196},{"source":455,"target":199},{"source":120,"target":0},{"source":120,"target":171},{"source":120,"target":45},{"source":120,"target":163},{"source":120,"target":199},{"source":120,"target":456},{"source":120,"target":457},{"source":120,"target":458},{"source":120,"target":459},{"source":456,"target":171},{"source":457,"target":45},{"source":458,"target":163},{"source":459,"target":199},{"source":121,"target":0},{"source":121,"target":169},{"source":121,"target":199},{"source":121,"target":460},{"source":121,"target":461},{"source":460,"target":169},{"source":461,"target":199},{"source":122,"target":0},{"source":122,"target":128},{"source":122,"target":199},{"source":122,"target":462},{"source":122,"target":463},{"source":462,"target":128},{"source":463,"target":199},{"source":123,"target":0},{"source":123,"target":47},{"source":123,"target":199},{"source":123,"target":464},{"source":123,"target":465},{"source":464,"target":47},{"source":465,"target":199},{"source":124,"target":0},{"source":124,"target":47},{"source":124,"target":199},{"source":124,"target":466},{"source":124,"target":467},{"source":466,"target":47},{"source":467,"target":199},{"source":125,"target":0},{"source":125,"target":169},{"source":125,"target":199},{"source":125,"target":468},{"source":125,"target":469},{"source":468,"target":169},{"source":469,"target":199},{"source":126,"target":0},{"source":126,"target":51},{"source":126,"target":199},{"source":126,"target":470},{"source":126,"target":471},{"source":470,"target":51},{"source":471,"target":199},{"source":127,"target":0},{"source":127,"target":128},{"source":127,"target":199},{"source":127,"target":472},{"source":127,"target":473},{"source":472,"target":128},{"source":473,"target":199},{"source":128,"target":0},{"source":128,"target":199},{"source":128,"target":474},{"source":128,"target":475},{"source":474,"target":1},{"source":474,"target":476},{"source":474,"target":128},{"source":476,"target":1},{"source":475,"target":199},{"source":129,"target":0},{"source":129,"target":14},{"source":129,"target":199},{"source":129,"target":477},{"source":129,"target":478},{"source":477,"target":14},{"source":478,"target":199},{"source":130,"target":0},{"source":130,"target":26},{"source":130,"target":199},{"source":130,"target":479},{"source":130,"target":480},{"source":479,"target":26},{"source":480,"target":199},{"source":131,"target":0},{"source":131,"target":101},{"source":131,"target":199},{"source":131,"target":481},{"source":131,"target":482},{"source":481,"target":101},{"source":482,"target":199},{"source":132,"target":0},{"source":132,"target":186},{"source":132,"target":199},{"source":132,"target":483},{"source":132,"target":484},{"source":483,"target":186},{"source":484,"target":199},{"source":133,"target":0},{"source":133,"target":30},{"source":133,"target":199},{"source":133,"target":485},{"source":133,"target":486},{"source":485,"target":30},{"source":486,"target":199},{"source":134,"target":0},{"source":134,"target":135},{"source":134,"target":180},{"source":134,"target":199},{"source":134,"target":487},{"source":134,"target":488},{"source":134,"target":489},{"source":487,"target":135},{"source":488,"target":180},{"source":489,"target":199},{"source":135,"target":0},{"source":135,"target":128},{"source":135,"target":199},{"source":135,"target":490},{"source":135,"target":491},{"source":490,"target":128},{"source":491,"target":199},{"source":136,"target":0},{"source":136,"target":120},{"source":136,"target":199},{"source":136,"target":492},{"source":136,"target":493},{"source":492,"target":120},{"source":493,"target":199},{"source":137,"target":0},{"source":137,"target":183},{"source":137,"target":130},{"source":137,"target":199},{"source":137,"target":494},{"source":137,"target":495},{"source":137,"target":496},{"source":494,"target":183},{"source":495,"target":130},{"source":496,"target":199},{"source":138,"target":0},{"source":138,"target":111},{"source":138,"target":199},{"source":138,"target":497},{"source":138,"target":498},{"source":497,"target":111},{"source":498,"target":199},{"source":139,"target":0},{"source":139,"target":162},{"source":139,"target":199},{"source":139,"target":499},{"source":139,"target":500},{"source":499,"target":162},{"source":500,"target":199},{"source":140,"target":0},{"source":140,"target":162},{"source":140,"target":199},{"source":140,"target":501},{"source":140,"target":502},{"source":501,"target":162},{"source":502,"target":199},{"source":141,"target":0},{"source":141,"target":43},{"source":141,"target":199},{"source":141,"target":503},{"source":141,"target":504},{"source":503,"target":43},{"source":504,"target":199},{"source":142,"target":0},{"source":142,"target":166},{"source":142,"target":199},{"source":142,"target":505},{"source":142,"target":506},{"source":505,"target":166},{"source":506,"target":199},{"source":143,"target":0},{"source":143,"target":47},{"source":143,"target":185},{"source":143,"target":199},{"source":143,"target":507},{"source":143,"target":508},{"source":143,"target":509},{"source":507,"target":47},{"source":508,"target":185},{"source":509,"target":199},{"source":144,"target":0},{"source":144,"target":196},{"source":144,"target":199},{"source":144,"target":510},{"source":144,"target":511},{"source":510,"target":196},{"source":511,"target":199},{"source":145,"target":0},{"source":145,"target":47},{"source":145,"target":199},{"source":145,"target":512},{"source":145,"target":513},{"source":512,"target":47},{"source":513,"target":199},{"source":146,"target":0},{"source":146,"target":162},{"source":146,"target":199},{"source":146,"target":514},{"source":146,"target":515},{"source":514,"target":162},{"source":515,"target":199},{"source":147,"target":0},{"source":147,"target":68},{"source":147,"target":135},{"source":147,"target":45},{"source":147,"target":199},{"source":147,"target":516},{"source":147,"target":517},{"source":147,"target":518},{"source":147,"target":519},{"source":516,"target":68},{"source":517,"target":135},{"source":518,"target":45},{"source":519,"target":199},{"source":148,"target":0},{"source":148,"target":146},{"source":148,"target":199},{"source":148,"target":520},{"source":148,"target":521},{"source":520,"target":146},{"source":521,"target":199},{"source":149,"target":0},{"source":149,"target":109},{"source":149,"target":199},{"source":149,"target":522},{"source":149,"target":523},{"source":522,"target":109},{"source":523,"target":199},{"source":150,"target":0},{"source":150,"target":12},{"source":150,"target":199},{"source":150,"target":524},{"source":150,"target":525},{"source":524,"target":12},{"source":525,"target":199},{"source":151,"target":0},{"source":151,"target":196},{"source":151,"target":199},{"source":151,"target":526},{"source":151,"target":527},{"source":526,"target":196},{"source":527,"target":199},{"source":152,"target":0},{"source":152,"target":47},{"source":152,"target":199},{"source":152,"target":528},{"source":152,"target":529},{"source":528,"target":47},{"source":529,"target":199},{"source":153,"target":0},{"source":153,"target":109},{"source":153,"target":199},{"source":153,"target":530},{"source":153,"target":531},{"source":530,"target":109},{"source":531,"target":199},{"source":154,"target":0},{"source":154,"target":121},{"source":154,"target":199},{"source":154,"target":532},{"source":154,"target":533},{"source":532,"target":121},{"source":533,"target":199},{"source":155,"target":0},{"source":155,"target":47},{"source":155,"target":199},{"source":155,"target":534},{"source":155,"target":535},{"source":534,"target":47},{"source":535,"target":199},{"source":156,"target":0},{"source":156,"target":43},{"source":156,"target":199},{"source":156,"target":536},{"source":156,"target":537},{"source":536,"target":43},{"source":537,"target":199},{"source":157,"target":0},{"source":157,"target":43},{"source":157,"target":199},{"source":157,"target":538},{"source":157,"target":539},{"source":538,"target":43},{"source":539,"target":199},{"source":158,"target":0},{"source":158,"target":171},{"source":158,"target":199},{"source":158,"target":540},{"source":158,"target":541},{"source":540,"target":171},{"source":541,"target":199},{"source":159,"target":0},{"source":159,"target":127},{"source":159,"target":199},{"source":159,"target":542},{"source":159,"target":543},{"source":542,"target":127},{"source":543,"target":199},{"source":160,"target":0},{"source":160,"target":143},{"source":160,"target":199},{"source":160,"target":544},{"source":160,"target":545},{"source":544,"target":143},{"source":545,"target":199},{"source":161,"target":0},{"source":161,"target":196},{"source":161,"target":199},{"source":161,"target":546},{"source":161,"target":547},{"source":546,"target":196},{"source":547,"target":199},{"source":162,"target":0},{"source":162,"target":171},{"source":162,"target":199},{"source":162,"target":548},{"source":162,"target":549},{"source":548,"target":171},{"source":549,"target":199},{"source":163,"target":0},{"source":163,"target":128},{"source":163,"target":199},{"source":163,"target":550},{"source":163,"target":551},{"source":550,"target":128},{"source":551,"target":199},{"source":164,"target":0},{"source":164,"target":30},{"source":164,"target":199},{"source":164,"target":552},{"source":164,"target":553},{"source":552,"target":30},{"source":553,"target":199},{"source":165,"target":0},{"source":165,"target":128},{"source":165,"target":199},{"source":165,"target":554},{"source":165,"target":555},{"source":554,"target":128},{"source":555,"target":199},{"source":166,"target":0},{"source":166,"target":124},{"source":166,"target":199},{"source":166,"target":556},{"source":166,"target":557},{"source":556,"target":124},{"source":557,"target":199},{"source":167,"target":0},{"source":167,"target":65},{"source":167,"target":199},{"source":167,"target":558},{"source":167,"target":559},{"source":558,"target":65},{"source":559,"target":199},{"source":168,"target":0},{"source":168,"target":128},{"source":168,"target":199},{"source":168,"target":560},{"source":168,"target":561},{"source":560,"target":128},{"source":561,"target":199},{"source":169,"target":0},{"source":169,"target":185},{"source":169,"target":73},{"source":169,"target":19},{"source":169,"target":199},{"source":169,"target":562},{"source":169,"target":563},{"source":169,"target":564},{"source":169,"target":565},{"source":562,"target":185},{"source":563,"target":73},{"source":564,"target":19},{"source":565,"target":199},{"source":170,"target":0},{"source":170,"target":128},{"source":170,"target":199},{"source":170,"target":566},{"source":170,"target":567},{"source":566,"target":128},{"source":567,"target":199},{"source":171,"target":0},{"source":171,"target":128},{"source":171,"target":199},{"source":171,"target":568},{"source":171,"target":569},{"source":568,"target":128},{"source":569,"target":199},{"source":172,"target":0},{"source":172,"target":181},{"source":172,"target":199},{"source":172,"target":570},{"source":172,"target":571},{"source":570,"target":181},{"source":571,"target":199},{"source":173,"target":0},{"source":173,"target":137},{"source":173,"target":199},{"source":173,"target":572},{"source":173,"target":573},{"source":572,"target":137},{"source":573,"target":199},{"source":174,"target":0},{"source":174,"target":109},{"source":174,"target":199},{"source":174,"target":574},{"source":174,"target":575},{"source":574,"target":109},{"source":575,"target":199},{"source":175,"target":0},{"source":175,"target":47},{"source":175,"target":199},{"source":175,"target":576},{"source":175,"target":577},{"source":576,"target":47},{"source":577,"target":199},{"source":176,"target":0},{"source":176,"target":10},{"source":176,"target":199},{"source":176,"target":578},{"source":176,"target":579},{"source":578,"target":10},{"source":579,"target":199},{"source":177,"target":0},{"source":177,"target":19},{"source":177,"target":199},{"source":177,"target":580},{"source":177,"target":581},{"source":580,"target":19},{"source":581,"target":199},{"source":178,"target":0},{"source":178,"target":15},{"source":178,"target":199},{"source":178,"target":582},{"source":178,"target":583},{"source":582,"target":15},{"source":583,"target":199},{"source":179,"target":0},{"source":179,"target":166},{"source":179,"target":199},{"source":179,"target":584},{"source":179,"target":585},{"source":584,"target":166},{"source":585,"target":199},{"source":180,"target":0},{"source":180,"target":128},{"source":180,"target":199},{"source":180,"target":586},{"source":180,"target":587},{"source":586,"target":128},{"source":587,"target":199},{"source":181,"target":0},{"source":181,"target":47},{"source":181,"target":199},{"source":181,"target":588},{"source":181,"target":589},{"source":588,"target":47},{"source":589,"target":199},{"source":182,"target":0},{"source":182,"target":65},{"source":182,"target":199},{"source":182,"target":590},{"source":182,"target":591},{"source":590,"target":65},{"source":591,"target":199},{"source":183,"target":0},{"source":183,"target":169},{"source":183,"target":199},{"source":183,"target":592},{"source":183,"target":593},{"source":592,"target":169},{"source":593,"target":199},{"source":184,"target":0},{"source":184,"target":193},{"source":184,"target":199},{"source":184,"target":594},{"source":184,"target":595},{"source":594,"target":193},{"source":595,"target":199},{"source":185,"target":0},{"source":185,"target":128},{"source":185,"target":199},{"source":185,"target":596},{"source":185,"target":597},{"source":185,"target":598},{"source":596,"target":128},{"source":596,"target":599},{"source":596,"target":185},{"source":599,"target":128},{"source":597,"target":128},{"source":598,"target":199},{"source":186,"target":0},{"source":186,"target":14},{"source":186,"target":199},{"source":186,"target":600},{"source":186,"target":601},{"source":600,"target":14},{"source":601,"target":199},{"source":187,"target":0},{"source":187,"target":116},{"source":187,"target":199},{"source":187,"target":602},{"source":187,"target":603},{"source":602,"target":116},{"source":603,"target":199},{"source":188,"target":0},{"source":188,"target":124},{"source":188,"target":199},{"source":188,"target":604},{"source":188,"target":605},{"source":604,"target":124},{"source":605,"target":199},{"source":189,"target":0},{"source":189,"target":66},{"source":189,"target":199},{"source":189,"target":606},{"source":189,"target":607},{"source":606,"target":66},{"source":607,"target":199},{"source":190,"target":0},{"source":190,"target":20},{"source":190,"target":199},{"source":190,"target":608},{"source":190,"target":609},{"source":608,"target":20},{"source":609,"target":199},{"source":191,"target":0},{"source":191,"target":147},{"source":191,"target":199},{"source":191,"target":610},{"source":191,"target":611},{"source":610,"target":147},{"source":611,"target":199},{"source":192,"target":0},{"source":192,"target":162},{"source":192,"target":199},{"source":192,"target":612},{"source":192,"target":613},{"source":612,"target":162},{"source":613,"target":199},{"source":193,"target":0},{"source":193,"target":37},{"source":193,"target":199},{"source":193,"target":614},{"source":193,"target":615},{"source":614,"target":37},{"source":615,"target":199},{"source":194,"target":0},{"source":194,"target":109},{"source":194,"target":199},{"source":194,"target":616},{"source":194,"target":617},{"source":616,"target":109},{"source":617,"target":199},{"source":195,"target":0},{"source":195,"target":143},{"source":195,"target":199},{"source":195,"target":618},{"source":195,"target":619},{"source":618,"target":143},{"source":619,"target":199},{"source":196,"target":0},{"source":196,"target":66},{"source":196,"target":199},{"source":196,"target":620},{"source":196,"target":621},{"source":620,"target":66},{"source":621,"target":199},{"source":197,"target":0},{"source":197,"target":148},{"source":197,"target":199},{"source":197,"target":622},{"source":197,"target":623},{"source":622,"target":148},{"source":623,"target":199},{"source":198,"target":0},{"source":198,"target":128},{"source":198,"target":199},{"source":198,"target":624},{"source":198,"target":625},{"source":624,"target":128},{"source":625,"target":199},{"source":199,"target":0},{"source":199,"target":626},{"source":626,"target":627},{"source":626,"target":199}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ece" nsURI="http://www.xtext.org/ecerule/Ece" nsPrefix="ece">
<eClassifiers xsi:type="ecore:EClass" name="EceModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//Event"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextsList" eType="#//ContextsList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eventName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1"
eType="#//EventFeature" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventFeature" eSuperTypes="#//ReferenceType"/>
<eClassifiers xsi:type="ecore:EClass" name="ContextsList">
<eStructuralFeatures xsi:type="ecore:EReference" name="ecContextsList" eType="#//EcContextsList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expContextsList" eType="#//ExpContextsList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EcContextsList">
<eStructuralFeatures xsi:type="ecore:EReference" name="ecContexts" upperBound="-1"
eType="#//EcContext" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpContextsList">
<eStructuralFeatures xsi:type="ecore:EReference" name="expContexts" upperBound="-1"
eType="#//ExpContext" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EcContext">
<eStructuralFeatures xsi:type="ecore:EReference" name="fluent" upperBound="-1"
eType="#//Fluent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpContext">
<eStructuralFeatures xsi:type="ecore:EReference" name="finalCondition" eType="#//ConditionRule"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allenOp" eType="#//AllenOp"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialCondition" eType="#//ConditionRule"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actionF" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actionV" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AllenOp"/>
<eClassifiers xsi:type="ecore:EClass" name="Fluent" eSuperTypes="#//ReferenceType">
<eStructuralFeatures xsi:type="ecore:EReference" name="valuePart" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condPart" eType="#//ConditionRule"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Atomic" eSuperTypes="#//Expression #//Equality"/>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceType">
<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="Equality" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Atomic"
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="#//Atomic"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Equality"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FluentRef">
<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="AtExpr"/>
<eClassifiers xsi:type="ecore:EClass" name="AllenOperator" eSuperTypes="#//AllenOp">
<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="MulOrDiv" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Atomic"
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="#//Atomic"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FloatConstant" eSuperTypes="#//Atomic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntConstant" eSuperTypes="#//Atomic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BoolConstant" eSuperTypes="#//Atomic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//Atomic">
<eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//ReferenceType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fluentValueSample" eType="#//AtExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CurrentTime" eSuperTypes="#//Atomic">
<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="Or" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Equality"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Equality"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comparison" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="AtTimePlusOrMin" eSuperTypes="#//AtExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//AtExpr"
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="#//AtExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AtTimeIntConstant" eSuperTypes="#//AtExpr">
<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="AtTimeCurrentTime" eSuperTypes="#//AtExpr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="atTimeValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/stefano-bragaglia/Kinect-ECE-XText/org.xtext.ecerule/model/generated/Ece.ecore | ecore | ece
EceModel
statements
Statement
event
contextsList
Event
eventName
params
EventFeature
ContextsList
ecContextsList
expContextsList
EcContextsList
ecContexts
ExpContextsList
expContexts
EcContext
fluent
ExpContext
finalCondition
allenOp
time
initialCondition
actionF
actionV
AllenOp
Fluent
valuePart
condPart
Expression
expression
Atomic
ReferenceType
name
Equality
left
op
right
ConditionRule
condition
FluentRef
value
AtExpr
AllenOperator
value
MulOrDiv
left
op
right
FloatConstant
value
IntConstant
value
BoolConstant
value
Reference
ref
fluentValueSample
CurrentTime
value
Or
left
right
And
left
right
Comparison
left
op
right
Plus
left
right
Minus
left
right
Not
AtTimePlusOrMin
left
op
right
AtTimeIntConstant
value
AtTimeCurrentTime
atTimeValue | null | {"directed":true,"nodes":[{"nsPrefix":"ece","nsURI":"http://www.xtext.org/ecerule/Ece","name":"ece","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EceModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventFeature","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextsList","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EcContextsList","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpContextsList","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EcContext","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpContext","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllenOp","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fluent","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":"Atomic","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equality","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionRule","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FluentRef","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtExpr","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllenOperator","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MulOrDiv","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatConstant","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntConstant","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolConstant","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CurrentTime","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comparison","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtTimePlusOrMin","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtTimeIntConstant","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtTimeCurrentTime","instanceClass":null,"abstract":false,"id":34,"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":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextsList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eventName","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ecContextsList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expContextsList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ecContexts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expContexts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fluent","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"finalCondition","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":"allenOp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionF","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionV","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valuePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condPart","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"op","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":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"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":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fluentValueSample","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":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":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":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":139,"derived":false},{"container":false,"ordered":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":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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"},{"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},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"atTimeValue","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":1,"target":0},{"source":1,"target":35},{"source":35,"target":2},{"source":35,"target":36},{"source":35,"target":1},{"source":36,"target":2},{"source":2,"target":0},{"source":2,"target":37},{"source":2,"target":38},{"source":37,"target":3},{"source":37,"target":39},{"source":37,"target":2},{"source":39,"target":3},{"source":38,"target":5},{"source":38,"target":40},{"source":38,"target":2},{"source":40,"target":5},{"source":3,"target":0},{"source":3,"target":41},{"source":3,"target":42},{"source":41,"target":43},{"source":41,"target":3},{"source":42,"target":4},{"source":42,"target":44},{"source":42,"target":3},{"source":44,"target":4},{"source":4,"target":0},{"source":4,"target":14},{"source":4,"target":45},{"source":45,"target":14},{"source":5,"target":0},{"source":5,"target":46},{"source":5,"target":47},{"source":46,"target":6},{"source":46,"target":48},{"source":46,"target":5},{"source":48,"target":6},{"source":47,"target":7},{"source":47,"target":49},{"source":47,"target":5},{"source":49,"target":7},{"source":6,"target":0},{"source":6,"target":50},{"source":50,"target":8},{"source":50,"target":51},{"source":50,"target":6},{"source":51,"target":8},{"source":7,"target":0},{"source":7,"target":52},{"source":52,"target":9},{"source":52,"target":53},{"source":52,"target":7},{"source":53,"target":9},{"source":8,"target":0},{"source":8,"target":54},{"source":54,"target":11},{"source":54,"target":55},{"source":54,"target":8},{"source":55,"target":11},{"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":56,"target":16},{"source":56,"target":62},{"source":56,"target":9},{"source":62,"target":16},{"source":57,"target":10},{"source":57,"target":63},{"source":57,"target":9},{"source":63,"target":10},{"source":58,"target":64},{"source":58,"target":9},{"source":59,"target":16},{"source":59,"target":65},{"source":59,"target":9},{"source":65,"target":16},{"source":60,"target":66},{"source":60,"target":9},{"source":61,"target":67},{"source":61,"target":9},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":14},{"source":11,"target":68},{"source":11,"target":69},{"source":11,"target":70},{"source":68,"target":12},{"source":68,"target":71},{"source":68,"target":11},{"source":71,"target":12},{"source":69,"target":16},{"source":69,"target":72},{"source":69,"target":11},{"source":72,"target":16},{"source":70,"target":14},{"source":12,"target":0},{"source":12,"target":73},{"source":73,"target":12},{"source":73,"target":74},{"source":73,"target":12},{"source":74,"target":12},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":15},{"source":13,"target":75},{"source":13,"target":76},{"source":75,"target":12},{"source":76,"target":15},{"source":14,"target":0},{"source":14,"target":77},{"source":77,"target":78},{"source":77,"target":14},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":79},{"source":15,"target":80},{"source":15,"target":81},{"source":15,"target":82},{"source":79,"target":13},{"source":79,"target":83},{"source":79,"target":15},{"source":83,"target":13},{"source":80,"target":84},{"source":80,"target":15},{"source":81,"target":13},{"source":81,"target":85},{"source":81,"target":15},{"source":85,"target":13},{"source":82,"target":12},{"source":16,"target":0},{"source":16,"target":86},{"source":86,"target":15},{"source":86,"target":87},{"source":86,"target":16},{"source":87,"target":15},{"source":17,"target":0},{"source":17,"target":88},{"source":88,"target":89},{"source":88,"target":17},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":10},{"source":19,"target":90},{"source":19,"target":91},{"source":90,"target":92},{"source":90,"target":19},{"source":91,"target":10},{"source":20,"target":0},{"source":20,"target":12},{"source":20,"target":93},{"source":20,"target":94},{"source":20,"target":95},{"source":20,"target":96},{"source":93,"target":13},{"source":93,"target":97},{"source":93,"target":20},{"source":97,"target":13},{"source":94,"target":98},{"source":94,"target":20},{"source":95,"target":13},{"source":95,"target":99},{"source":95,"target":20},{"source":99,"target":13},{"source":96,"target":12},{"source":21,"target":0},{"source":21,"target":13},{"source":21,"target":100},{"source":21,"target":101},{"source":100,"target":102},{"source":100,"target":21},{"source":101,"target":13},{"source":22,"target":0},{"source":22,"target":13},{"source":22,"target":103},{"source":22,"target":104},{"source":103,"target":105},{"source":103,"target":22},{"source":104,"target":13},{"source":23,"target":0},{"source":23,"target":13},{"source":23,"target":106},{"source":23,"target":107},{"source":106,"target":108},{"source":106,"target":23},{"source":107,"target":13},{"source":24,"target":0},{"source":24,"target":13},{"source":24,"target":109},{"source":24,"target":110},{"source":24,"target":111},{"source":109,"target":14},{"source":109,"target":112},{"source":109,"target":24},{"source":112,"target":14},{"source":110,"target":18},{"source":110,"target":113},{"source":110,"target":24},{"source":113,"target":18},{"source":111,"target":13},{"source":25,"target":0},{"source":25,"target":13},{"source":25,"target":114},{"source":25,"target":115},{"source":114,"target":116},{"source":114,"target":25},{"source":115,"target":13},{"source":26,"target":0},{"source":26,"target":12},{"source":26,"target":117},{"source":26,"target":118},{"source":26,"target":119},{"source":117,"target":12},{"source":117,"target":120},{"source":117,"target":26},{"source":120,"target":12},{"source":118,"target":12},{"source":118,"target":121},{"source":118,"target":26},{"source":121,"target":12},{"source":119,"target":12},{"source":27,"target":0},{"source":27,"target":12},{"source":27,"target":122},{"source":27,"target":123},{"source":27,"target":124},{"source":122,"target":15},{"source":122,"target":125},{"source":122,"target":27},{"source":125,"target":15},{"source":123,"target":15},{"source":123,"target":126},{"source":123,"target":27},{"source":126,"target":15},{"source":124,"target":12},{"source":28,"target":0},{"source":28,"target":12},{"source":28,"target":127},{"source":28,"target":128},{"source":28,"target":129},{"source":28,"target":130},{"source":127,"target":12},{"source":127,"target":131},{"source":127,"target":28},{"source":131,"target":12},{"source":128,"target":132},{"source":128,"target":28},{"source":129,"target":12},{"source":129,"target":133},{"source":129,"target":28},{"source":133,"target":12},{"source":130,"target":12},{"source":29,"target":0},{"source":29,"target":12},{"source":29,"target":134},{"source":29,"target":135},{"source":29,"target":136},{"source":134,"target":12},{"source":134,"target":137},{"source":134,"target":29},{"source":137,"target":12},{"source":135,"target":12},{"source":135,"target":138},{"source":135,"target":29},{"source":138,"target":12},{"source":136,"target":12},{"source":30,"target":0},{"source":30,"target":12},{"source":30,"target":139},{"source":30,"target":140},{"source":30,"target":141},{"source":139,"target":12},{"source":139,"target":142},{"source":139,"target":30},{"source":142,"target":12},{"source":140,"target":12},{"source":140,"target":143},{"source":140,"target":30},{"source":143,"target":12},{"source":141,"target":12},{"source":31,"target":0},{"source":31,"target":12},{"source":31,"target":144},{"source":144,"target":12},{"source":32,"target":0},{"source":32,"target":18},{"source":32,"target":145},{"source":32,"target":146},{"source":32,"target":147},{"source":32,"target":148},{"source":145,"target":18},{"source":145,"target":149},{"source":145,"target":32},{"source":149,"target":18},{"source":146,"target":150},{"source":146,"target":32},{"source":147,"target":18},{"source":147,"target":151},{"source":147,"target":32},{"source":151,"target":18},{"source":148,"target":18},{"source":33,"target":0},{"source":33,"target":18},{"source":33,"target":152},{"source":33,"target":153},{"source":152,"target":154},{"source":152,"target":33},{"source":153,"target":18},{"source":34,"target":0},{"source":34,"target":18},{"source":34,"target":155},{"source":34,"target":156},{"source":155,"target":157},{"source":155,"target":34},{"source":156,"target":18}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2WithID" nsURI="http:///UML2WithID.ecore" nsPrefix="UML2WithID">
<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="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" abstract="true" eSuperTypes="#//ActivityNode #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" abstract="true"
eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" abstract="true"
eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" abstract="true" eSuperTypes="#//ActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" abstract="true" eSuperTypes="#//ActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" abstract="true"
eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" abstract="true" eSuperTypes="#//InvocationAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" abstract="true"
eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" abstract="true" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" abstract="true" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" abstract="true" eSuperTypes="#//Class #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" abstract="true"
eSuperTypes="#//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" abstract="true"
eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" abstract="true" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" abstract="true"
eSuperTypes="#//StructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" abstract="true"
eSuperTypes="#//StructuredClassifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//Namespace #//Type #//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" abstract="true"
eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" abstract="true" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" abstract="true" eSuperTypes="#//Trigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" abstract="true"
eSuperTypes="#//VariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" abstract="true"
eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" abstract="true" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" abstract="true"
eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" abstract="true" eSuperTypes="#//LinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" abstract="true"
eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//Namespace #//Feature #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//Feature #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" abstract="true"
eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" abstract="true" eSuperTypes="#//NamedElement #//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1"
eType="#//NamedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" abstract="true" eSuperTypes="#//ObjectNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" abstract="true" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2WithIDInsMATLABownedElementHasVisibility.ecore | ecore | UML2WithID
VisibilityKind
package
package
private
private
protected
protected
public
public
DurationObservationAction
CreateLinkObjectAction
StructuredActivityNode
Trigger
InteractionOccurrence
ObjectNode
ActivityPartition
InitialNode
Activity
LiteralString
StructuralFeatureAction
InformationItem
ActivityParameterNode
DestroyObjectAction
DataStoreNode
InteractionFragment
InstanceSpecification
ExtensionEnd
EventOccurrence
ReadIsClassifiedObjectAction
ChangeTrigger
ExecutableNode
Pseudostate
ControlNode
TimeInterval
TemplateableClassifier
DecisionNode
Reception
SendObjectAction
CallAction
Property
LoopNode
SignalTrigger
Permission
TimeExpression
ReadLinkObjectEndAction
Substitution
ExtensionPoint
LiteralSpecification
Feature
NamedElement
visibility
Type
Region
ActivityEdge
State
DeploymentTarget
Interface
FinalNode
Profile
LiteralNull
Behavior
ValueSpecification
ObjectFlow
Transition
CombinedFragment
ReplyAction
GeneralizationSet
Continuation
Model
TestIdentityAction
OutputPin
BehavioredClassifier
StateInvariant
InvocationAction
RaiseExceptionAction
WriteStructuralFeatureAction
Extend
Artifact
CentralBufferNode
SendSignalAction
OpaqueExpression
Interval
LiteralBoolean
ReadExtentAction
Expression
ValuePin
ActivityFinalNode
AssociationClass
ForkNode
Gate
Actor
EncapsulatedClassifier
Deployment
ParameterSet
UseCase
Message
StartOwnedBehaviorAction
ExecutionEnvironment
CommunicationPath
InteractionOperand
ReadLinkObjectEndQualifierAction
PrimitiveType
PartDecomposition
Operation
Classifier
Node
CallTrigger
ExecutionOccurrence
StateMachine
Enumeration
JoinNode
Abstraction
ClearStructuralFeatureAction
Connector
Interaction
InstanceValue
ReadLinkAction
StructuredClassifier
ActivityNode
MessageTrigger
ApplyFunctionAction
Implementation
Parameter
Constraint
ReadStructuralFeatureAction
CreateObjectAction
AcceptEventAction
ProtocolTransition
DataType
Signal
Include
LiteralInteger
WriteVariableAction
ConnectableElement
ReadVariableAction
AnyTrigger
LinkAction
InformationFlow
Stereotype
CallBehaviorAction
FlowFinalNode
TimeObservationAction
Duration
RemoveStructuralFeatureValueAction
TimeConstraint
GeneralOrdering
AddStructuralFeatureValueAction
Action
Device
Dependency
CollaborationOccurrence
ExpansionRegion
ExpansionNode
AcceptCallAction
ControlFlow
CallOperationAction
ConnectionPointReference
Association
MergeNode
DurationInterval
CreateLinkAction
DeployedArtifact
EnumerationLiteral
Extension
ReclassifyObjectAction
ClearVariableAction
FinalState
Package
Vertex
ParameterableClassifier
ProtocolStateMachine
Collaboration
IntervalConstraint
Usage
RedefinableTemplateSignature
MessageEnd
InteractionConstraint
Stop
DestroyLinkAction
DeploymentSpecification
WriteLinkAction
PackageableElement
AddVariableValueAction
TimeTrigger
PrimitiveFunction
ReadSelfAction
BehavioralFeature
ClearAssociationAction
Port
StructuralFeature
TypedElement
DurationConstraint
Realization
Manifestation
Class
Variable
Component
RedefinableElement
InputPin
Namespace
member
BroadcastSignalAction
RemoveVariableValueAction
ConditionalNode
Pin
Lifeline
VariableAction
LiteralUnlimitedNatural
Element
ID | null | {"directed":true,"nodes":[{"nsPrefix":"UML2WithID","nsURI":"http:///UML2WithID.ecore","name":"UML2WithID","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","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":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":true,"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":"ExtensionEnd","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":true,"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":"ControlNode","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":true,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":true,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":true,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":true,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":true,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":true,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":true,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":true,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":true,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":true,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":true,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":true,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":true,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":true,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":true,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":true,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":true,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":true,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":true,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":199,"interface":false,"eClass":"EClass"},{"name":"package","id":200,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":201,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":202,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":203,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"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":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"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"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"container":false,"ordered":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":608,"derived":false},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"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":626,"derived":false},{"id":627,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":1,"target":203},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":203,"target":1},{"source":2,"target":0},{"source":2,"target":67},{"source":2,"target":199},{"source":2,"target":204},{"source":2,"target":205},{"source":204,"target":67},{"source":205,"target":199},{"source":3,"target":0},{"source":3,"target":152},{"source":3,"target":199},{"source":3,"target":206},{"source":3,"target":207},{"source":206,"target":152},{"source":207,"target":199},{"source":4,"target":0},{"source":4,"target":139},{"source":4,"target":191},{"source":4,"target":199},{"source":4,"target":208},{"source":4,"target":209},{"source":4,"target":210},{"source":208,"target":139},{"source":209,"target":191},{"source":210,"target":199},{"source":5,"target":0},{"source":5,"target":42},{"source":5,"target":199},{"source":5,"target":211},{"source":5,"target":212},{"source":211,"target":42},{"source":212,"target":199},{"source":6,"target":0},{"source":6,"target":17},{"source":6,"target":199},{"source":6,"target":213},{"source":6,"target":214},{"source":213,"target":17},{"source":214,"target":199},{"source":7,"target":0},{"source":7,"target":110},{"source":7,"target":182},{"source":7,"target":199},{"source":7,"target":215},{"source":7,"target":216},{"source":7,"target":217},{"source":215,"target":110},{"source":216,"target":182},{"source":217,"target":199},{"source":8,"target":0},{"source":8,"target":42},{"source":8,"target":199},{"source":8,"target":218},{"source":8,"target":219},{"source":218,"target":42},{"source":219,"target":199},{"source":9,"target":0},{"source":9,"target":25},{"source":9,"target":199},{"source":9,"target":220},{"source":9,"target":221},{"source":220,"target":25},{"source":221,"target":199},{"source":10,"target":0},{"source":10,"target":52},{"source":10,"target":199},{"source":10,"target":222},{"source":10,"target":223},{"source":222,"target":52},{"source":223,"target":199},{"source":11,"target":0},{"source":11,"target":40},{"source":11,"target":199},{"source":11,"target":224},{"source":11,"target":225},{"source":224,"target":40},{"source":225,"target":199},{"source":12,"target":0},{"source":12,"target":139},{"source":12,"target":199},{"source":12,"target":226},{"source":12,"target":227},{"source":226,"target":139},{"source":227,"target":199},{"source":13,"target":0},{"source":13,"target":96},{"source":13,"target":199},{"source":13,"target":228},{"source":13,"target":229},{"source":228,"target":96},{"source":229,"target":199},{"source":14,"target":0},{"source":14,"target":7},{"source":14,"target":199},{"source":14,"target":230},{"source":14,"target":231},{"source":230,"target":7},{"source":231,"target":199},{"source":15,"target":0},{"source":15,"target":139},{"source":15,"target":199},{"source":15,"target":232},{"source":15,"target":233},{"source":232,"target":139},{"source":233,"target":199},{"source":16,"target":0},{"source":16,"target":70},{"source":16,"target":199},{"source":16,"target":234},{"source":16,"target":235},{"source":234,"target":70},{"source":235,"target":199},{"source":17,"target":0},{"source":17,"target":42},{"source":17,"target":199},{"source":17,"target":236},{"source":17,"target":237},{"source":236,"target":42},{"source":237,"target":199},{"source":18,"target":0},{"source":18,"target":173},{"source":18,"target":47},{"source":18,"target":153},{"source":18,"target":199},{"source":18,"target":238},{"source":18,"target":239},{"source":18,"target":240},{"source":18,"target":241},{"source":238,"target":173},{"source":239,"target":47},{"source":240,"target":153},{"source":241,"target":199},{"source":19,"target":0},{"source":19,"target":32},{"source":19,"target":199},{"source":19,"target":242},{"source":19,"target":243},{"source":242,"target":32},{"source":243,"target":199},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":167},{"source":20,"target":199},{"source":20,"target":244},{"source":20,"target":245},{"source":20,"target":246},{"source":244,"target":17},{"source":245,"target":167},{"source":246,"target":199},{"source":21,"target":0},{"source":21,"target":139},{"source":21,"target":199},{"source":21,"target":247},{"source":21,"target":248},{"source":247,"target":139},{"source":248,"target":199},{"source":22,"target":0},{"source":22,"target":5},{"source":22,"target":199},{"source":22,"target":249},{"source":22,"target":250},{"source":249,"target":5},{"source":250,"target":199},{"source":23,"target":0},{"source":23,"target":110},{"source":23,"target":199},{"source":23,"target":251},{"source":23,"target":252},{"source":251,"target":110},{"source":252,"target":199},{"source":24,"target":0},{"source":24,"target":160},{"source":24,"target":199},{"source":24,"target":253},{"source":24,"target":254},{"source":253,"target":160},{"source":254,"target":199},{"source":25,"target":0},{"source":25,"target":110},{"source":25,"target":199},{"source":25,"target":255},{"source":25,"target":256},{"source":255,"target":110},{"source":256,"target":199},{"source":26,"target":0},{"source":26,"target":73},{"source":26,"target":199},{"source":26,"target":257},{"source":26,"target":258},{"source":257,"target":73},{"source":258,"target":199},{"source":27,"target":0},{"source":27,"target":96},{"source":27,"target":199},{"source":27,"target":259},{"source":27,"target":260},{"source":259,"target":96},{"source":260,"target":199},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":199},{"source":28,"target":261},{"source":28,"target":262},{"source":261,"target":25},{"source":262,"target":199},{"source":29,"target":0},{"source":29,"target":178},{"source":29,"target":199},{"source":29,"target":263},{"source":29,"target":264},{"source":263,"target":178},{"source":264,"target":199},{"source":30,"target":0},{"source":30,"target":65},{"source":30,"target":199},{"source":30,"target":265},{"source":30,"target":266},{"source":265,"target":65},{"source":266,"target":199},{"source":31,"target":0},{"source":31,"target":65},{"source":31,"target":199},{"source":31,"target":267},{"source":31,"target":268},{"source":267,"target":65},{"source":268,"target":199},{"source":32,"target":0},{"source":32,"target":181},{"source":32,"target":125},{"source":32,"target":47},{"source":32,"target":199},{"source":32,"target":269},{"source":32,"target":270},{"source":32,"target":271},{"source":32,"target":272},{"source":269,"target":181},{"source":270,"target":125},{"source":271,"target":47},{"source":272,"target":199},{"source":33,"target":0},{"source":33,"target":4},{"source":33,"target":199},{"source":33,"target":273},{"source":33,"target":274},{"source":273,"target":4},{"source":274,"target":199},{"source":34,"target":0},{"source":34,"target":111},{"source":34,"target":199},{"source":34,"target":275},{"source":34,"target":276},{"source":275,"target":111},{"source":276,"target":199},{"source":35,"target":0},{"source":35,"target":141},{"source":35,"target":199},{"source":35,"target":277},{"source":35,"target":278},{"source":277,"target":141},{"source":278,"target":199},{"source":36,"target":0},{"source":36,"target":53},{"source":36,"target":199},{"source":36,"target":279},{"source":36,"target":280},{"source":279,"target":53},{"source":280,"target":199},{"source":37,"target":0},{"source":37,"target":139},{"source":37,"target":199},{"source":37,"target":281},{"source":37,"target":282},{"source":281,"target":139},{"source":282,"target":199},{"source":38,"target":0},{"source":38,"target":184},{"source":38,"target":199},{"source":38,"target":283},{"source":38,"target":284},{"source":283,"target":184},{"source":284,"target":199},{"source":39,"target":0},{"source":39,"target":189},{"source":39,"target":199},{"source":39,"target":285},{"source":39,"target":286},{"source":285,"target":189},{"source":286,"target":199},{"source":40,"target":0},{"source":40,"target":53},{"source":40,"target":199},{"source":40,"target":287},{"source":40,"target":288},{"source":287,"target":53},{"source":288,"target":199},{"source":41,"target":0},{"source":41,"target":189},{"source":41,"target":199},{"source":41,"target":289},{"source":41,"target":290},{"source":289,"target":189},{"source":290,"target":199},{"source":42,"target":0},{"source":42,"target":199},{"source":42,"target":291},{"source":42,"target":292},{"source":291,"target":1},{"source":291,"target":293},{"source":291,"target":42},{"source":293,"target":1},{"source":292,"target":199},{"source":43,"target":0},{"source":43,"target":173},{"source":43,"target":199},{"source":43,"target":294},{"source":43,"target":295},{"source":294,"target":173},{"source":295,"target":199},{"source":44,"target":0},{"source":44,"target":191},{"source":44,"target":189},{"source":44,"target":199},{"source":44,"target":296},{"source":44,"target":297},{"source":44,"target":298},{"source":296,"target":191},{"source":297,"target":189},{"source":298,"target":199},{"source":45,"target":0},{"source":45,"target":189},{"source":45,"target":199},{"source":45,"target":299},{"source":45,"target":300},{"source":299,"target":189},{"source":300,"target":199},{"source":46,"target":0},{"source":46,"target":191},{"source":46,"target":189},{"source":46,"target":160},{"source":46,"target":199},{"source":46,"target":301},{"source":46,"target":302},{"source":46,"target":303},{"source":46,"target":304},{"source":301,"target":191},{"source":302,"target":189},{"source":303,"target":160},{"source":304,"target":199},{"source":47,"target":0},{"source":47,"target":42},{"source":47,"target":199},{"source":47,"target":305},{"source":47,"target":306},{"source":305,"target":42},{"source":306,"target":199},{"source":48,"target":0},{"source":48,"target":96},{"source":48,"target":199},{"source":48,"target":307},{"source":48,"target":308},{"source":307,"target":96},{"source":308,"target":199},{"source":49,"target":0},{"source":49,"target":25},{"source":49,"target":199},{"source":49,"target":309},{"source":49,"target":310},{"source":309,"target":25},{"source":310,"target":199},{"source":50,"target":0},{"source":50,"target":159},{"source":50,"target":199},{"source":50,"target":311},{"source":50,"target":312},{"source":311,"target":159},{"source":312,"target":199},{"source":51,"target":0},{"source":51,"target":40},{"source":51,"target":199},{"source":51,"target":313},{"source":51,"target":314},{"source":313,"target":40},{"source":314,"target":199},{"source":52,"target":0},{"source":52,"target":186},{"source":52,"target":199},{"source":52,"target":315},{"source":52,"target":316},{"source":315,"target":186},{"source":316,"target":199},{"source":53,"target":0},{"source":53,"target":182},{"source":53,"target":199},{"source":53,"target":317},{"source":53,"target":318},{"source":317,"target":182},{"source":318,"target":199},{"source":54,"target":0},{"source":54,"target":45},{"source":54,"target":199},{"source":54,"target":319},{"source":54,"target":320},{"source":319,"target":45},{"source":320,"target":199},{"source":55,"target":0},{"source":55,"target":189},{"source":55,"target":199},{"source":55,"target":321},{"source":55,"target":322},{"source":321,"target":189},{"source":322,"target":199},{"source":56,"target":0},{"source":56,"target":17},{"source":56,"target":199},{"source":56,"target":323},{"source":56,"target":324},{"source":323,"target":17},{"source":324,"target":199},{"source":57,"target":0},{"source":57,"target":139},{"source":57,"target":199},{"source":57,"target":325},{"source":57,"target":326},{"source":325,"target":139},{"source":326,"target":199},{"source":58,"target":0},{"source":58,"target":173},{"source":58,"target":199},{"source":58,"target":327},{"source":58,"target":328},{"source":327,"target":173},{"source":328,"target":199},{"source":59,"target":0},{"source":59,"target":17},{"source":59,"target":199},{"source":59,"target":329},{"source":59,"target":330},{"source":329,"target":17},{"source":330,"target":199},{"source":60,"target":0},{"source":60,"target":159},{"source":60,"target":199},{"source":60,"target":331},{"source":60,"target":332},{"source":331,"target":159},{"source":332,"target":199},{"source":61,"target":0},{"source":61,"target":139},{"source":61,"target":199},{"source":61,"target":333},{"source":61,"target":334},{"source":333,"target":139},{"source":334,"target":199},{"source":62,"target":0},{"source":62,"target":195},{"source":62,"target":199},{"source":62,"target":335},{"source":62,"target":336},{"source":335,"target":195},{"source":336,"target":199},{"source":63,"target":0},{"source":63,"target":96},{"source":63,"target":199},{"source":63,"target":337},{"source":63,"target":338},{"source":337,"target":96},{"source":338,"target":199},{"source":64,"target":0},{"source":64,"target":17},{"source":64,"target":199},{"source":64,"target":339},{"source":64,"target":340},{"source":339,"target":17},{"source":340,"target":199},{"source":65,"target":0},{"source":65,"target":139},{"source":65,"target":199},{"source":65,"target":341},{"source":65,"target":342},{"source":341,"target":139},{"source":342,"target":199},{"source":66,"target":0},{"source":66,"target":139},{"source":66,"target":199},{"source":66,"target":343},{"source":66,"target":344},{"source":343,"target":139},{"source":344,"target":199},{"source":67,"target":0},{"source":67,"target":12},{"source":67,"target":199},{"source":67,"target":345},{"source":67,"target":346},{"source":345,"target":12},{"source":346,"target":199},{"source":68,"target":0},{"source":68,"target":42},{"source":68,"target":199},{"source":68,"target":347},{"source":68,"target":348},{"source":347,"target":42},{"source":348,"target":199},{"source":69,"target":0},{"source":69,"target":96},{"source":69,"target":153},{"source":69,"target":199},{"source":69,"target":349},{"source":69,"target":350},{"source":69,"target":351},{"source":349,"target":96},{"source":350,"target":153},{"source":351,"target":199},{"source":70,"target":0},{"source":70,"target":7},{"source":70,"target":199},{"source":70,"target":352},{"source":70,"target":353},{"source":352,"target":7},{"source":353,"target":199},{"source":71,"target":0},{"source":71,"target":65},{"source":71,"target":199},{"source":71,"target":354},{"source":71,"target":355},{"source":354,"target":65},{"source":355,"target":199},{"source":72,"target":0},{"source":72,"target":53},{"source":72,"target":199},{"source":72,"target":356},{"source":72,"target":357},{"source":356,"target":53},{"source":357,"target":199},{"source":73,"target":0},{"source":73,"target":53},{"source":73,"target":199},{"source":73,"target":358},{"source":73,"target":359},{"source":358,"target":53},{"source":359,"target":199},{"source":74,"target":0},{"source":74,"target":40},{"source":74,"target":199},{"source":74,"target":360},{"source":74,"target":361},{"source":360,"target":40},{"source":361,"target":199},{"source":75,"target":0},{"source":75,"target":139},{"source":75,"target":199},{"source":75,"target":362},{"source":75,"target":363},{"source":362,"target":139},{"source":363,"target":199},{"source":76,"target":0},{"source":76,"target":72},{"source":76,"target":199},{"source":76,"target":364},{"source":76,"target":365},{"source":364,"target":72},{"source":365,"target":199},{"source":77,"target":0},{"source":77,"target":190},{"source":77,"target":199},{"source":77,"target":366},{"source":77,"target":367},{"source":366,"target":190},{"source":367,"target":199},{"source":78,"target":0},{"source":78,"target":49},{"source":78,"target":199},{"source":78,"target":368},{"source":78,"target":369},{"source":368,"target":49},{"source":369,"target":199},{"source":79,"target":0},{"source":79,"target":186},{"source":79,"target":149},{"source":79,"target":199},{"source":79,"target":370},{"source":79,"target":371},{"source":79,"target":372},{"source":370,"target":186},{"source":371,"target":149},{"source":372,"target":199},{"source":80,"target":0},{"source":80,"target":25},{"source":80,"target":199},{"source":80,"target":373},{"source":80,"target":374},{"source":373,"target":25},{"source":374,"target":199},{"source":81,"target":0},{"source":81,"target":167},{"source":81,"target":199},{"source":81,"target":375},{"source":81,"target":376},{"source":375,"target":167},{"source":376,"target":199},{"source":82,"target":0},{"source":82,"target":96},{"source":82,"target":199},{"source":82,"target":377},{"source":82,"target":378},{"source":377,"target":96},{"source":378,"target":199},{"source":83,"target":0},{"source":83,"target":109},{"source":83,"target":199},{"source":83,"target":379},{"source":83,"target":380},{"source":379,"target":109},{"source":380,"target":199},{"source":84,"target":0},{"source":84,"target":141},{"source":84,"target":199},{"source":84,"target":381},{"source":84,"target":382},{"source":381,"target":141},{"source":382,"target":199},{"source":85,"target":0},{"source":85,"target":42},{"source":85,"target":199},{"source":85,"target":383},{"source":85,"target":384},{"source":383,"target":42},{"source":384,"target":199},{"source":86,"target":0},{"source":86,"target":63},{"source":86,"target":199},{"source":86,"target":385},{"source":86,"target":386},{"source":385,"target":63},{"source":386,"target":199},{"source":87,"target":0},{"source":87,"target":42},{"source":87,"target":199},{"source":87,"target":387},{"source":87,"target":388},{"source":387,"target":42},{"source":388,"target":199},{"source":88,"target":0},{"source":88,"target":139},{"source":88,"target":199},{"source":88,"target":389},{"source":88,"target":390},{"source":389,"target":139},{"source":390,"target":199},{"source":89,"target":0},{"source":89,"target":97},{"source":89,"target":199},{"source":89,"target":391},{"source":89,"target":392},{"source":391,"target":97},{"source":392,"target":199},{"source":90,"target":0},{"source":90,"target":149},{"source":90,"target":199},{"source":90,"target":393},{"source":90,"target":394},{"source":393,"target":149},{"source":394,"target":199},{"source":91,"target":0},{"source":91,"target":191},{"source":91,"target":17},{"source":91,"target":199},{"source":91,"target":395},{"source":91,"target":396},{"source":91,"target":397},{"source":395,"target":191},{"source":396,"target":17},{"source":397,"target":199},{"source":92,"target":0},{"source":92,"target":139},{"source":92,"target":199},{"source":92,"target":398},{"source":92,"target":399},{"source":398,"target":139},{"source":399,"target":199},{"source":93,"target":0},{"source":93,"target":120},{"source":93,"target":199},{"source":93,"target":400},{"source":93,"target":401},{"source":400,"target":120},{"source":401,"target":199},{"source":94,"target":0},{"source":94,"target":6},{"source":94,"target":199},{"source":94,"target":402},{"source":94,"target":403},{"source":402,"target":6},{"source":403,"target":199},{"source":95,"target":0},{"source":95,"target":178},{"source":95,"target":182},{"source":95,"target":199},{"source":95,"target":404},{"source":95,"target":405},{"source":95,"target":406},{"source":404,"target":178},{"source":405,"target":182},{"source":406,"target":199},{"source":96,"target":0},{"source":96,"target":191},{"source":96,"target":43},{"source":96,"target":189},{"source":96,"target":199},{"source":96,"target":407},{"source":96,"target":408},{"source":96,"target":409},{"source":96,"target":410},{"source":407,"target":191},{"source":408,"target":43},{"source":409,"target":189},{"source":410,"target":199},{"source":97,"target":0},{"source":97,"target":186},{"source":97,"target":47},{"source":97,"target":199},{"source":97,"target":411},{"source":97,"target":412},{"source":97,"target":413},{"source":411,"target":186},{"source":412,"target":47},{"source":413,"target":199},{"source":98,"target":0},{"source":98,"target":111},{"source":98,"target":199},{"source":98,"target":414},{"source":98,"target":415},{"source":414,"target":111},{"source":415,"target":199},{"source":99,"target":0},{"source":99,"target":17},{"source":99,"target":199},{"source":99,"target":416},{"source":99,"target":417},{"source":416,"target":17},{"source":417,"target":199},{"source":100,"target":0},{"source":100,"target":52},{"source":100,"target":199},{"source":100,"target":418},{"source":100,"target":419},{"source":418,"target":52},{"source":419,"target":199},{"source":101,"target":0},{"source":101,"target":120},{"source":101,"target":199},{"source":101,"target":420},{"source":101,"target":421},{"source":420,"target":120},{"source":421,"target":199},{"source":102,"target":0},{"source":102,"target":25},{"source":102,"target":199},{"source":102,"target":422},{"source":102,"target":423},{"source":422,"target":25},{"source":423,"target":199},{"source":103,"target":0},{"source":103,"target":141},{"source":103,"target":199},{"source":103,"target":424},{"source":103,"target":425},{"source":424,"target":141},{"source":425,"target":199},{"source":104,"target":0},{"source":104,"target":12},{"source":104,"target":199},{"source":104,"target":426},{"source":104,"target":427},{"source":426,"target":12},{"source":427,"target":199},{"source":105,"target":0},{"source":105,"target":41},{"source":105,"target":199},{"source":105,"target":428},{"source":105,"target":429},{"source":428,"target":41},{"source":429,"target":199},{"source":106,"target":0},{"source":106,"target":52},{"source":106,"target":17},{"source":106,"target":199},{"source":106,"target":430},{"source":106,"target":431},{"source":106,"target":432},{"source":430,"target":52},{"source":431,"target":17},{"source":432,"target":199},{"source":107,"target":0},{"source":107,"target":53},{"source":107,"target":199},{"source":107,"target":433},{"source":107,"target":434},{"source":433,"target":53},{"source":434,"target":199},{"source":108,"target":0},{"source":108,"target":128},{"source":108,"target":199},{"source":108,"target":435},{"source":108,"target":436},{"source":435,"target":128},{"source":436,"target":199},{"source":109,"target":0},{"source":109,"target":96},{"source":109,"target":199},{"source":109,"target":437},{"source":109,"target":438},{"source":437,"target":96},{"source":438,"target":199},{"source":110,"target":0},{"source":110,"target":189},{"source":110,"target":199},{"source":110,"target":439},{"source":110,"target":440},{"source":439,"target":189},{"source":440,"target":199},{"source":111,"target":0},{"source":111,"target":5},{"source":111,"target":199},{"source":111,"target":441},{"source":111,"target":442},{"source":441,"target":5},{"source":442,"target":199},{"source":112,"target":0},{"source":112,"target":139},{"source":112,"target":199},{"source":112,"target":443},{"source":112,"target":444},{"source":443,"target":139},{"source":444,"target":199},{"source":113,"target":0},{"source":113,"target":184},{"source":113,"target":199},{"source":113,"target":445},{"source":113,"target":446},{"source":445,"target":184},{"source":446,"target":199},{"source":114,"target":0},{"source":114,"target":125},{"source":114,"target":182},{"source":114,"target":199},{"source":114,"target":447},{"source":114,"target":448},{"source":114,"target":449},{"source":447,"target":125},{"source":448,"target":182},{"source":449,"target":199},{"source":115,"target":0},{"source":115,"target":173},{"source":115,"target":199},{"source":115,"target":450},{"source":115,"target":451},{"source":450,"target":173},{"source":451,"target":199},{"source":116,"target":0},{"source":116,"target":12},{"source":116,"target":199},{"source":116,"target":452},{"source":116,"target":453},{"source":452,"target":12},{"source":453,"target":199},{"source":117,"target":0},{"source":117,"target":139},{"source":117,"target":199},{"source":117,"target":454},{"source":117,"target":455},{"source":454,"target":139},{"source":455,"target":199},{"source":118,"target":0},{"source":118,"target":139},{"source":118,"target":199},{"source":118,"target":456},{"source":118,"target":457},{"source":456,"target":139},{"source":457,"target":199},{"source":119,"target":0},{"source":119,"target":55},{"source":119,"target":199},{"source":119,"target":458},{"source":119,"target":459},{"source":458,"target":55},{"source":459,"target":199},{"source":120,"target":0},{"source":120,"target":96},{"source":120,"target":199},{"source":120,"target":460},{"source":120,"target":461},{"source":460,"target":96},{"source":461,"target":199},{"source":121,"target":0},{"source":121,"target":96},{"source":121,"target":199},{"source":121,"target":462},{"source":121,"target":463},{"source":462,"target":96},{"source":463,"target":199},{"source":122,"target":0},{"source":122,"target":42},{"source":122,"target":199},{"source":122,"target":464},{"source":122,"target":465},{"source":464,"target":42},{"source":465,"target":199},{"source":123,"target":0},{"source":123,"target":40},{"source":123,"target":199},{"source":123,"target":466},{"source":123,"target":467},{"source":466,"target":40},{"source":467,"target":199},{"source":124,"target":0},{"source":124,"target":197},{"source":124,"target":199},{"source":124,"target":468},{"source":124,"target":469},{"source":468,"target":197},{"source":469,"target":199},{"source":125,"target":0},{"source":125,"target":42},{"source":125,"target":199},{"source":125,"target":470},{"source":125,"target":471},{"source":470,"target":42},{"source":471,"target":199},{"source":126,"target":0},{"source":126,"target":197},{"source":126,"target":199},{"source":126,"target":472},{"source":126,"target":473},{"source":472,"target":197},{"source":473,"target":199},{"source":127,"target":0},{"source":127,"target":111},{"source":127,"target":199},{"source":127,"target":474},{"source":127,"target":475},{"source":474,"target":111},{"source":475,"target":199},{"source":128,"target":0},{"source":128,"target":139},{"source":128,"target":199},{"source":128,"target":476},{"source":128,"target":477},{"source":476,"target":139},{"source":477,"target":199},{"source":129,"target":0},{"source":129,"target":173},{"source":129,"target":199},{"source":129,"target":478},{"source":129,"target":479},{"source":478,"target":173},{"source":479,"target":199},{"source":130,"target":0},{"source":130,"target":186},{"source":130,"target":199},{"source":130,"target":480},{"source":130,"target":481},{"source":480,"target":186},{"source":481,"target":199},{"source":131,"target":0},{"source":131,"target":31},{"source":131,"target":199},{"source":131,"target":482},{"source":131,"target":483},{"source":482,"target":31},{"source":483,"target":199},{"source":132,"target":0},{"source":132,"target":49},{"source":132,"target":199},{"source":132,"target":484},{"source":132,"target":485},{"source":484,"target":49},{"source":485,"target":199},{"source":133,"target":0},{"source":133,"target":67},{"source":133,"target":199},{"source":133,"target":486},{"source":133,"target":487},{"source":486,"target":67},{"source":487,"target":199},{"source":134,"target":0},{"source":134,"target":53},{"source":134,"target":199},{"source":134,"target":488},{"source":134,"target":489},{"source":488,"target":53},{"source":489,"target":199},{"source":135,"target":0},{"source":135,"target":67},{"source":135,"target":199},{"source":135,"target":490},{"source":135,"target":491},{"source":490,"target":67},{"source":491,"target":199},{"source":136,"target":0},{"source":136,"target":164},{"source":136,"target":199},{"source":136,"target":492},{"source":136,"target":493},{"source":492,"target":164},{"source":493,"target":199},{"source":137,"target":0},{"source":137,"target":42},{"source":137,"target":199},{"source":137,"target":494},{"source":137,"target":495},{"source":494,"target":42},{"source":495,"target":199},{"source":138,"target":0},{"source":138,"target":67},{"source":138,"target":199},{"source":138,"target":496},{"source":138,"target":497},{"source":496,"target":67},{"source":497,"target":199},{"source":139,"target":0},{"source":139,"target":23},{"source":139,"target":199},{"source":139,"target":498},{"source":139,"target":499},{"source":498,"target":23},{"source":499,"target":199},{"source":140,"target":0},{"source":140,"target":97},{"source":140,"target":199},{"source":140,"target":500},{"source":140,"target":501},{"source":500,"target":97},{"source":501,"target":199},{"source":141,"target":0},{"source":141,"target":173},{"source":141,"target":199},{"source":141,"target":502},{"source":141,"target":503},{"source":502,"target":173},{"source":503,"target":199},{"source":142,"target":0},{"source":142,"target":42},{"source":142,"target":199},{"source":142,"target":504},{"source":142,"target":505},{"source":504,"target":42},{"source":505,"target":199},{"source":143,"target":0},{"source":143,"target":4},{"source":143,"target":199},{"source":143,"target":506},{"source":143,"target":507},{"source":506,"target":4},{"source":507,"target":199},{"source":144,"target":0},{"source":144,"target":7},{"source":144,"target":199},{"source":144,"target":508},{"source":144,"target":509},{"source":508,"target":7},{"source":509,"target":199},{"source":145,"target":0},{"source":145,"target":118},{"source":145,"target":199},{"source":145,"target":510},{"source":145,"target":511},{"source":510,"target":118},{"source":511,"target":199},{"source":146,"target":0},{"source":146,"target":45},{"source":146,"target":199},{"source":146,"target":512},{"source":146,"target":513},{"source":512,"target":45},{"source":513,"target":199},{"source":147,"target":0},{"source":147,"target":31},{"source":147,"target":199},{"source":147,"target":514},{"source":147,"target":515},{"source":514,"target":31},{"source":515,"target":199},{"source":148,"target":0},{"source":148,"target":160},{"source":148,"target":199},{"source":148,"target":516},{"source":148,"target":517},{"source":516,"target":160},{"source":517,"target":199},{"source":149,"target":0},{"source":149,"target":96},{"source":149,"target":199},{"source":149,"target":518},{"source":149,"target":519},{"source":518,"target":96},{"source":519,"target":199},{"source":150,"target":0},{"source":150,"target":25},{"source":150,"target":199},{"source":150,"target":520},{"source":150,"target":521},{"source":520,"target":25},{"source":521,"target":199},{"source":151,"target":0},{"source":151,"target":73},{"source":151,"target":199},{"source":151,"target":522},{"source":151,"target":523},{"source":522,"target":73},{"source":523,"target":199},{"source":152,"target":0},{"source":152,"target":172},{"source":152,"target":199},{"source":152,"target":524},{"source":152,"target":525},{"source":524,"target":172},{"source":525,"target":199},{"source":153,"target":0},{"source":153,"target":42},{"source":153,"target":199},{"source":153,"target":526},{"source":153,"target":527},{"source":526,"target":42},{"source":527,"target":199},{"source":154,"target":0},{"source":154,"target":18},{"source":154,"target":199},{"source":154,"target":528},{"source":154,"target":529},{"source":528,"target":18},{"source":529,"target":199},{"source":155,"target":0},{"source":155,"target":149},{"source":155,"target":199},{"source":155,"target":530},{"source":155,"target":531},{"source":530,"target":149},{"source":531,"target":199},{"source":156,"target":0},{"source":156,"target":139},{"source":156,"target":199},{"source":156,"target":532},{"source":156,"target":533},{"source":532,"target":139},{"source":533,"target":199},{"source":157,"target":0},{"source":157,"target":197},{"source":157,"target":199},{"source":157,"target":534},{"source":157,"target":535},{"source":534,"target":197},{"source":535,"target":199},{"source":158,"target":0},{"source":158,"target":46},{"source":158,"target":199},{"source":158,"target":536},{"source":158,"target":537},{"source":536,"target":46},{"source":537,"target":199},{"source":159,"target":0},{"source":159,"target":191},{"source":159,"target":173},{"source":159,"target":199},{"source":159,"target":538},{"source":159,"target":539},{"source":159,"target":540},{"source":538,"target":191},{"source":539,"target":173},{"source":540,"target":199},{"source":160,"target":0},{"source":160,"target":42},{"source":160,"target":199},{"source":160,"target":541},{"source":160,"target":542},{"source":541,"target":42},{"source":542,"target":199},{"source":161,"target":0},{"source":161,"target":96},{"source":161,"target":199},{"source":161,"target":543},{"source":161,"target":544},{"source":543,"target":96},{"source":544,"target":199},{"source":162,"target":0},{"source":162,"target":100},{"source":162,"target":199},{"source":162,"target":545},{"source":162,"target":546},{"source":545,"target":100},{"source":546,"target":199},{"source":163,"target":0},{"source":163,"target":63},{"source":163,"target":109},{"source":163,"target":199},{"source":163,"target":547},{"source":163,"target":548},{"source":163,"target":549},{"source":547,"target":63},{"source":548,"target":109},{"source":549,"target":199},{"source":164,"target":0},{"source":164,"target":115},{"source":164,"target":199},{"source":164,"target":550},{"source":164,"target":551},{"source":550,"target":115},{"source":551,"target":199},{"source":165,"target":0},{"source":165,"target":141},{"source":165,"target":199},{"source":165,"target":552},{"source":165,"target":553},{"source":552,"target":141},{"source":553,"target":199},{"source":166,"target":0},{"source":166,"target":189},{"source":166,"target":199},{"source":166,"target":554},{"source":166,"target":555},{"source":554,"target":189},{"source":555,"target":199},{"source":167,"target":0},{"source":167,"target":42},{"source":167,"target":199},{"source":167,"target":556},{"source":167,"target":557},{"source":556,"target":42},{"source":557,"target":199},{"source":168,"target":0},{"source":168,"target":115},{"source":168,"target":199},{"source":168,"target":558},{"source":168,"target":559},{"source":558,"target":115},{"source":559,"target":199},{"source":169,"target":0},{"source":169,"target":20},{"source":169,"target":199},{"source":169,"target":560},{"source":169,"target":561},{"source":560,"target":20},{"source":561,"target":199},{"source":170,"target":0},{"source":170,"target":172},{"source":170,"target":199},{"source":170,"target":562},{"source":170,"target":563},{"source":562,"target":172},{"source":563,"target":199},{"source":171,"target":0},{"source":171,"target":69},{"source":171,"target":199},{"source":171,"target":564},{"source":171,"target":565},{"source":564,"target":69},{"source":565,"target":199},{"source":172,"target":0},{"source":172,"target":128},{"source":172,"target":199},{"source":172,"target":566},{"source":172,"target":567},{"source":566,"target":128},{"source":567,"target":199},{"source":173,"target":0},{"source":173,"target":42},{"source":173,"target":199},{"source":173,"target":568},{"source":173,"target":569},{"source":568,"target":42},{"source":569,"target":199},{"source":174,"target":0},{"source":174,"target":124},{"source":174,"target":199},{"source":174,"target":570},{"source":174,"target":571},{"source":570,"target":124},{"source":571,"target":199},{"source":175,"target":0},{"source":175,"target":5},{"source":175,"target":199},{"source":175,"target":572},{"source":175,"target":573},{"source":572,"target":5},{"source":573,"target":199},{"source":176,"target":0},{"source":176,"target":173},{"source":176,"target":199},{"source":176,"target":574},{"source":176,"target":575},{"source":574,"target":173},{"source":575,"target":199},{"source":177,"target":0},{"source":177,"target":139},{"source":177,"target":199},{"source":177,"target":576},{"source":177,"target":577},{"source":576,"target":139},{"source":577,"target":199},{"source":178,"target":0},{"source":178,"target":191},{"source":178,"target":41},{"source":178,"target":199},{"source":178,"target":578},{"source":178,"target":579},{"source":178,"target":580},{"source":578,"target":191},{"source":579,"target":41},{"source":580,"target":199},{"source":179,"target":0},{"source":179,"target":139},{"source":179,"target":199},{"source":179,"target":581},{"source":179,"target":582},{"source":581,"target":139},{"source":582,"target":199},{"source":180,"target":0},{"source":180,"target":32},{"source":180,"target":199},{"source":180,"target":583},{"source":180,"target":584},{"source":583,"target":32},{"source":584,"target":199},{"source":181,"target":0},{"source":181,"target":41},{"source":181,"target":182},{"source":181,"target":199},{"source":181,"target":585},{"source":181,"target":586},{"source":181,"target":587},{"source":585,"target":41},{"source":586,"target":182},{"source":587,"target":199},{"source":182,"target":0},{"source":182,"target":42},{"source":182,"target":199},{"source":182,"target":588},{"source":182,"target":589},{"source":588,"target":42},{"source":589,"target":199},{"source":183,"target":0},{"source":183,"target":164},{"source":183,"target":199},{"source":183,"target":590},{"source":183,"target":591},{"source":590,"target":164},{"source":591,"target":199},{"source":184,"target":0},{"source":184,"target":103},{"source":184,"target":199},{"source":184,"target":592},{"source":184,"target":593},{"source":592,"target":103},{"source":593,"target":199},{"source":185,"target":0},{"source":185,"target":103},{"source":185,"target":199},{"source":185,"target":594},{"source":185,"target":595},{"source":594,"target":103},{"source":595,"target":199},{"source":186,"target":0},{"source":186,"target":63},{"source":186,"target":83},{"source":186,"target":199},{"source":186,"target":596},{"source":186,"target":597},{"source":186,"target":598},{"source":596,"target":63},{"source":597,"target":83},{"source":598,"target":199},{"source":187,"target":0},{"source":187,"target":125},{"source":187,"target":182},{"source":187,"target":199},{"source":187,"target":599},{"source":187,"target":600},{"source":187,"target":601},{"source":599,"target":125},{"source":600,"target":182},{"source":601,"target":199},{"source":188,"target":0},{"source":188,"target":186},{"source":188,"target":199},{"source":188,"target":602},{"source":188,"target":603},{"source":602,"target":186},{"source":603,"target":199},{"source":189,"target":0},{"source":189,"target":42},{"source":189,"target":199},{"source":189,"target":604},{"source":189,"target":605},{"source":604,"target":42},{"source":605,"target":199},{"source":190,"target":0},{"source":190,"target":195},{"source":190,"target":199},{"source":190,"target":606},{"source":190,"target":607},{"source":606,"target":195},{"source":607,"target":199},{"source":191,"target":0},{"source":191,"target":42},{"source":191,"target":199},{"source":191,"target":608},{"source":191,"target":609},{"source":191,"target":610},{"source":608,"target":42},{"source":608,"target":611},{"source":608,"target":191},{"source":611,"target":42},{"source":609,"target":42},{"source":610,"target":199},{"source":192,"target":0},{"source":192,"target":65},{"source":192,"target":199},{"source":192,"target":612},{"source":192,"target":613},{"source":612,"target":65},{"source":613,"target":199},{"source":193,"target":0},{"source":193,"target":124},{"source":193,"target":199},{"source":193,"target":614},{"source":193,"target":615},{"source":614,"target":124},{"source":615,"target":199},{"source":194,"target":0},{"source":194,"target":4},{"source":194,"target":199},{"source":194,"target":616},{"source":194,"target":617},{"source":616,"target":4},{"source":617,"target":199},{"source":195,"target":0},{"source":195,"target":7},{"source":195,"target":199},{"source":195,"target":618},{"source":195,"target":619},{"source":618,"target":7},{"source":619,"target":199},{"source":196,"target":0},{"source":196,"target":42},{"source":196,"target":199},{"source":196,"target":620},{"source":196,"target":621},{"source":620,"target":42},{"source":621,"target":199},{"source":197,"target":0},{"source":197,"target":139},{"source":197,"target":199},{"source":197,"target":622},{"source":197,"target":623},{"source":622,"target":139},{"source":623,"target":199},{"source":198,"target":0},{"source":198,"target":40},{"source":198,"target":199},{"source":198,"target":624},{"source":198,"target":625},{"source":624,"target":40},{"source":625,"target":199},{"source":199,"target":0},{"source":199,"target":626},{"source":626,"target":627},{"source":626,"target":199}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="mtctl" nsURI="http://www.uni_paderborn.de/fujaba/muml/verification/uppaal/Mtctl"
nsPrefix="mtctl">
<eClassifiers xsi:type="ecore:EClass" name="PropertyRepository" eSuperTypes="../../de.uni_paderborn.fujaba.muml/model/muml.ecore#//constraint/VerificationConstraintRepository">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="List of properties"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//Property" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="../../org.muml.core.migrator/model/core-0.4.ecore#//CommentableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Common superclass of all elements of the language (except Property and PropertyRepository)"/>
</eAnnotations>
</eClassifiers>
<eSubpackages name="Quantifiers" nsURI="http://www.uni_paderborn.de/fujaba/muml/verification/uppaal/Mtctl/Quantifiers"
nsPrefix="Quantifiers">
<eClassifiers xsi:type="ecore:EClass" name="AFExpr" eSuperTypes="#//Quantifiers/TemporalQuantifierExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AGExpr" eSuperTypes="#//Quantifiers/TemporalQuantifierExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EFExpr" eSuperTypes="#//Quantifiers/TemporalQuantifierExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EGExpr" eSuperTypes="#//Quantifiers/TemporalQuantifierExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExistenceQuantExpr" eSuperTypes="#//Quantifiers/QuantifierExpr"/>
<eClassifiers xsi:type="ecore:EClass" name="QuantifierExpr" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="formula" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//Quantifiers/BoundVariable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BoundVariable" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//Sets/SetExpr"
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="TemporalQuantifierExpr" abstract="true"
eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="UniversalQuantExpr" eSuperTypes="#//Quantifiers/QuantifierExpr"/>
<eClassifiers xsi:type="ecore:EClass" name="LeadsToExpr" eSuperTypes="#//Quantifiers/TemporalQuantifierExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOpd" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOpd" eType="#//Expression"
containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="Predicates" nsURI="http://www.uni_paderborn.de/fujaba/muml/verification/uppaal/Mtctl/Predicates"
nsPrefix="Predicates">
<eClassifiers xsi:type="ecore:EClass" name="DeadlockExpr" eSuperTypes="#//Predicates/DynamicPredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="true iff the snapshot is in a deadlock (i.e. no further transition can fire at any future point in time)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ComparisonOp">
<eLiterals name="EQUALS" literal="=="/>
<eLiterals name="GREATER" value="1" literal=">"/>
<eLiterals name="GREATER_OR_EQUAL" value="2" literal=">="/>
<eLiterals name="LESS" value="3" literal="<"/>
<eLiterals name="LESS_OR_EQUAL" value="4" literal="<="/>
<eLiterals name="NOT_EQUAL" value="5" literal="!="/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectorOverflowExpr" eSuperTypes="#//Predicates/DynamicPredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="true iff at any point before the snapshot's time, a buffer overflow has occured"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComparisonExpr" eSuperTypes="#//Predicates/PredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Compares two values. Is evaluated either dynamically or statically "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Comparables/MapExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//Predicates/ComparisonOp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Comparables/MapExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageInBufferExpr" eSuperTypes="#//Predicates/DynamicPredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Evaluates to true iff in the snapshot, there is a message of the specified type in one of the buffers of the specified role"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="buffer" eType="#//Comparables/MapExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="message" eType="#//Comparables/MapExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageInTransitExpr" eSuperTypes="#//Predicates/DynamicPredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Evaluates to true iff a message of the specified type is currently being sent but has not arrived yet"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="message" eType="#//Comparables/MapExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateActiveExpr" eSuperTypes="#//Predicates/DynamicPredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Evaluates to true iff the specified state is active in the snapshot"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//Comparables/MapExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubstateOfExpr" eSuperTypes="#//Predicates/StaticPredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="True iff state is a substate of superstate"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="superstate" eType="#//Comparables/MapExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//Comparables/MapExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionFiringExpr" eSuperTypes="#//Predicates/DynamicPredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="True iff the specified transition is currently firing in the snapshot"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="transition" eType="#//Comparables/MapExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PredicateExpr" eSuperTypes="#//Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Common superclass of predicates"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DynamicPredicateExpr" abstract="true"
eSuperTypes="#//Predicates/PredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Predicates that are evaluated at verification time (i.e. they say something about a state (snapshot) of a system)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StaticPredicateExpr" abstract="true"
eSuperTypes="#//Predicates/PredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Predicates that are evaluated statically (i.e. they say something about the static structure of a model)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrueExpr" eSuperTypes="#//Predicates/StaticPredicateExpr"/>
<eClassifiers xsi:type="ecore:EClass" name="FalseExpr" eSuperTypes="#//Predicates/StaticPredicateExpr"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInStatechartExpr" eSuperTypes="#//Predicates/StaticPredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="true iff a state is indirectly embedded in a statechart"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//Comparables/MapExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statechart" eType="#//Comparables/MapExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageDiscardedExpr" eSuperTypes="#//Predicates/DynamicPredicateExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="buffer" eType="#//Comparables/MapExpr"
containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="Sets" nsURI="http://www.uni_paderborn.de/fujaba/muml/verification/uppaal/Mtctl/Sets"
nsPrefix="Sets">
<eClassifiers xsi:type="ecore:EClass" name="SetExpr" abstract="true" eSuperTypes="#//Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Common supertype of all SetExpressions"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClockSetExpr" eSuperTypes="#//Sets/SetExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set of all clocks in the model"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntervalSetExpr" eSuperTypes="#//Sets/SetExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set integers between lowerVal and upperVal"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerVal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperVal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageSetExpr" eSuperTypes="#//Sets/SetExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set of all messages in the model"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateSetExpr" eSuperTypes="#//Sets/SetExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set of all states in the model"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionSetExpr" eSuperTypes="#//Sets/SetExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set of all transitions in the model"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BufferSetExpr" eSuperTypes="#//Sets/SetExpr"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSetExpr" eSuperTypes="#//Sets/SetExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Comparables/MumlElemExpr"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The type of all elements in the set (e.g., a ConnectorEndpoint or a Component)"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubinstanceSetExpr" eSuperTypes="#//Sets/SetExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Comparables/MumlElemExpr"
containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="BooleanLogic" nsURI="http://www.uni_paderborn.de/fujaba/muml/verification/uppaal/Mtctl/BooleanLogic"
nsPrefix="BooleanLogic">
<eClassifiers xsi:type="ecore:EClass" name="AndExpr" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOpd" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOpd" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImplyExpr" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOpd" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOpd" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotExpr" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="opd" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrExpr" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOpd" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOpd" eType="#//Expression"
containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="Comparables" nsURI="http://www.uni_paderborn.de/fujaba/muml/verification/uppaal/Mtctl/Comparables"
nsPrefix="Comparables">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Contains expressions that can be used in a ComparisonExpr"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="BufferMsgCountExpr" eSuperTypes="#//Comparables/MapExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Evaluates to the current number of elements in the buffer"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="buffer" eType="#//Comparables/MapExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstExpr" eSuperTypes="#//Comparables/MapExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An integer constant"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The constant value of the expression"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeUnit" eType="ecore:EDataType ../../de.uni_paderborn.fujaba.muml/model/muml.ecore#//valuetype/TimeUnit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapExpr" abstract="true" eSuperTypes="#//Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Superclass for expressions that evaluate to some value"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MumlElemExpr" eSuperTypes="#//Comparables/MapExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A reference to an element or expression that evaluates (at least indirectly) to some element of the underlying model (e.g., State, MapExpr, Clock,...)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elem" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The referenced element/expression. Typing and scoping is done in the MtctlScopeProvider"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The concrete instance which this Muml element belongs to (in case there are multiple at runtime). E.g., a ConnectorEndpointInstance for Role RTSC elements"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionMap" abstract="true" eSuperTypes="#//Comparables/MapExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Common abstract superclass of maps with transition pre-image"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="transition" eType="#//Comparables/MapExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceStateExpr" eSuperTypes="#//Comparables/TransitionMap">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Maps a transition to its source state"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TargetStateExpr" eSuperTypes="#//Comparables/TransitionMap">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Maps a transition to its target state"/>
</eAnnotations>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/fraunhofer-iem/mechatronicuml-uppaaladapter/org.muml.uppaal.adapter.mtctl/model/Mtctl-0.4.ecore | ecore | mtctl
PropertyRepository
properties
Property
expression
Expression
Quantifiers
AFExpr
expr
AGExpr
expr
EFExpr
expr
EGExpr
expr
ExistenceQuantExpr
QuantifierExpr
formula
var
BoundVariable
set
name
TemporalQuantifierExpr
UniversalQuantExpr
LeadsToExpr
leftOpd
rightOpd
Predicates
DeadlockExpr
ComparisonOp
EQUALS
==
GREATER
>
GREATER_OR_EQUAL
>=
LESS
<
LESS_OR_EQUAL
<=
NOT_EQUAL
!=
ConnectorOverflowExpr
ComparisonExpr
lhs
op
rhs
MessageInBufferExpr
buffer
message
MessageInTransitExpr
message
StateActiveExpr
state
SubstateOfExpr
superstate
state
TransitionFiringExpr
transition
PredicateExpr
DynamicPredicateExpr
StaticPredicateExpr
TrueExpr
FalseExpr
StateInStatechartExpr
state
statechart
MessageDiscardedExpr
buffer
Sets
SetExpr
ClockSetExpr
IntervalSetExpr
lowerVal
upperVal
MessageSetExpr
StateSetExpr
TransitionSetExpr
BufferSetExpr
InstanceSetExpr
type
SubinstanceSetExpr
type
BooleanLogic
AndExpr
leftOpd
rightOpd
ImplyExpr
leftOpd
rightOpd
NotExpr
opd
OrExpr
leftOpd
rightOpd
Comparables
BufferMsgCountExpr
buffer
ConstExpr
val
timeUnit
MapExpr
MumlElemExpr
elem
instance
TransitionMap
transition
SourceStateExpr
TargetStateExpr | null | {"directed":true,"nodes":[{"nsPrefix":"mtctl","nsURI":"http://www.uni_paderborn.de/fujaba/muml/verification/uppaal/Mtctl","name":"mtctl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyRepository","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"nsPrefix":"Quantifiers","nsURI":"http://www.uni_paderborn.de/fujaba/muml/verification/uppaal/Mtctl/Quantifiers","name":"Quantifiers","id":4,"eClass":"EPackage"},{"nsPrefix":"Predicates","nsURI":"http://www.uni_paderborn.de/fujaba/muml/verification/uppaal/Mtctl/Predicates","name":"Predicates","id":5,"eClass":"EPackage"},{"nsPrefix":"Sets","nsURI":"http://www.uni_paderborn.de/fujaba/muml/verification/uppaal/Mtctl/Sets","name":"Sets","id":6,"eClass":"EPackage"},{"nsPrefix":"BooleanLogic","nsURI":"http://www.uni_paderborn.de/fujaba/muml/verification/uppaal/Mtctl/BooleanLogic","name":"BooleanLogic","id":7,"eClass":"EPackage"},{"nsPrefix":"Comparables","nsURI":"http://www.uni_paderborn.de/fujaba/muml/verification/uppaal/Mtctl/Comparables","name":"Comparables","id":8,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"container":false,"ordered":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":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AFExpr","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AGExpr","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFExpr","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGExpr","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistenceQuantExpr","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantifierExpr","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoundVariable","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalQuantifierExpr","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniversalQuantExpr","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeadsToExpr","instanceClass":null,"abstract":false,"id":25,"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":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formula","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":true,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"set","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExpr","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOpd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOpd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeadlockExpr","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComparisonOp","instanceClass":null,"id":58,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectorOverflowExpr","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparisonExpr","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageInBufferExpr","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageInTransitExpr","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateActiveExpr","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubstateOfExpr","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionFiringExpr","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredicateExpr","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicPredicateExpr","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticPredicateExpr","instanceClass":null,"abstract":true,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrueExpr","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FalseExpr","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInStatechartExpr","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageDiscardedExpr","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"id":73,"eClass":"EGenericType"},{"name":"EQUALS","id":74,"value":0,"literal":"==","eClass":"EEnumLiteral"},{"name":"GREATER","id":75,"value":1,"literal":">","eClass":"EEnumLiteral"},{"name":"GREATER_OR_EQUAL","id":76,"value":2,"literal":">=","eClass":"EEnumLiteral"},{"name":"LESS","id":77,"value":3,"literal":"<","eClass":"EEnumLiteral"},{"name":"LESS_OR_EQUAL","id":78,"value":4,"literal":"<=","eClass":"EEnumLiteral"},{"name":"NOT_EQUAL","id":79,"value":5,"literal":"!=","eClass":"EEnumLiteral"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":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":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExpr","instanceClass":null,"abstract":true,"id":85,"interface":false,"eClass":"EClass"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"buffer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superstate","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":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"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":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statechart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"buffer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClockSetExpr","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalSetExpr","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageSetExpr","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateSetExpr","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionSetExpr","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BufferSetExpr","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSetExpr","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubinstanceSetExpr","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"id":129,"eClass":"EGenericType"},{"id":130,"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":"lowerVal","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upperVal","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":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":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MumlElemExpr","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":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":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpr","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplyExpr","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotExpr","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrExpr","instanceClass":null,"abstract":false,"id":150,"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":"leftOpd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOpd","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":"leftOpd","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":"rightOpd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOpd","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":"rightOpd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BufferMsgCountExpr","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstExpr","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionMap","instanceClass":null,"abstract":true,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceStateExpr","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetStateExpr","instanceClass":null,"abstract":false,"id":173,"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":"buffer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":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":"timeUnit","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transition","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":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":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":12,"target":3},{"source":12,"target":14},{"source":12,"target":2},{"source":14,"target":3},{"source":3,"target":0},{"source":3,"target":15},{"source":4,"target":16},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":0},{"source":16,"target":4},{"source":16,"target":23},{"source":16,"target":26},{"source":16,"target":27},{"source":26,"target":3},{"source":26,"target":28},{"source":26,"target":16},{"source":28,"target":3},{"source":27,"target":23},{"source":17,"target":4},{"source":17,"target":23},{"source":17,"target":29},{"source":17,"target":30},{"source":29,"target":3},{"source":29,"target":31},{"source":29,"target":17},{"source":31,"target":3},{"source":30,"target":23},{"source":18,"target":4},{"source":18,"target":23},{"source":18,"target":32},{"source":18,"target":33},{"source":32,"target":3},{"source":32,"target":34},{"source":32,"target":18},{"source":34,"target":3},{"source":33,"target":23},{"source":19,"target":4},{"source":19,"target":23},{"source":19,"target":35},{"source":19,"target":36},{"source":35,"target":3},{"source":35,"target":37},{"source":35,"target":19},{"source":37,"target":3},{"source":36,"target":23},{"source":20,"target":4},{"source":20,"target":21},{"source":20,"target":38},{"source":38,"target":21},{"source":21,"target":4},{"source":21,"target":3},{"source":21,"target":39},{"source":21,"target":40},{"source":21,"target":41},{"source":39,"target":3},{"source":39,"target":42},{"source":39,"target":21},{"source":42,"target":3},{"source":40,"target":22},{"source":40,"target":43},{"source":40,"target":21},{"source":43,"target":22},{"source":41,"target":3},{"source":22,"target":4},{"source":22,"target":3},{"source":22,"target":44},{"source":22,"target":45},{"source":22,"target":46},{"source":44,"target":47},{"source":44,"target":48},{"source":44,"target":22},{"source":48,"target":47},{"source":45,"target":49},{"source":45,"target":22},{"source":46,"target":3},{"source":23,"target":4},{"source":23,"target":3},{"source":23,"target":50},{"source":50,"target":3},{"source":24,"target":4},{"source":24,"target":21},{"source":24,"target":51},{"source":51,"target":21},{"source":25,"target":4},{"source":25,"target":23},{"source":25,"target":52},{"source":25,"target":53},{"source":25,"target":54},{"source":52,"target":3},{"source":52,"target":55},{"source":52,"target":25},{"source":55,"target":3},{"source":53,"target":3},{"source":53,"target":56},{"source":53,"target":25},{"source":56,"target":3},{"source":54,"target":23},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":69},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":0},{"source":57,"target":5},{"source":57,"target":67},{"source":57,"target":73},{"source":73,"target":67},{"source":58,"target":5},{"source":58,"target":74},{"source":58,"target":75},{"source":58,"target":76},{"source":58,"target":77},{"source":58,"target":78},{"source":58,"target":79},{"source":74,"target":58},{"source":75,"target":58},{"source":76,"target":58},{"source":77,"target":58},{"source":78,"target":58},{"source":79,"target":58},{"source":59,"target":5},{"source":59,"target":67},{"source":59,"target":80},{"source":80,"target":67},{"source":60,"target":5},{"source":60,"target":66},{"source":60,"target":81},{"source":60,"target":82},{"source":60,"target":83},{"source":60,"target":84},{"source":81,"target":85},{"source":81,"target":86},{"source":81,"target":60},{"source":86,"target":85},{"source":82,"target":58},{"source":82,"target":87},{"source":82,"target":60},{"source":87,"target":58},{"source":83,"target":85},{"source":83,"target":88},{"source":83,"target":60},{"source":88,"target":85},{"source":84,"target":66},{"source":61,"target":5},{"source":61,"target":67},{"source":61,"target":89},{"source":61,"target":90},{"source":61,"target":91},{"source":89,"target":85},{"source":89,"target":92},{"source":89,"target":61},{"source":92,"target":85},{"source":90,"target":85},{"source":90,"target":93},{"source":90,"target":61},{"source":93,"target":85},{"source":91,"target":67},{"source":62,"target":5},{"source":62,"target":67},{"source":62,"target":94},{"source":62,"target":95},{"source":94,"target":85},{"source":94,"target":96},{"source":94,"target":62},{"source":96,"target":85},{"source":95,"target":67},{"source":63,"target":5},{"source":63,"target":67},{"source":63,"target":97},{"source":63,"target":98},{"source":97,"target":85},{"source":97,"target":99},{"source":97,"target":63},{"source":99,"target":85},{"source":98,"target":67},{"source":64,"target":5},{"source":64,"target":68},{"source":64,"target":100},{"source":64,"target":101},{"source":64,"target":102},{"source":100,"target":85},{"source":100,"target":103},{"source":100,"target":64},{"source":103,"target":85},{"source":101,"target":85},{"source":101,"target":104},{"source":101,"target":64},{"source":104,"target":85},{"source":102,"target":68},{"source":65,"target":5},{"source":65,"target":67},{"source":65,"target":105},{"source":65,"target":106},{"source":105,"target":85},{"source":105,"target":107},{"source":105,"target":65},{"source":107,"target":85},{"source":106,"target":67},{"source":66,"target":5},{"source":66,"target":3},{"source":66,"target":108},{"source":108,"target":3},{"source":67,"target":5},{"source":67,"target":66},{"source":67,"target":109},{"source":109,"target":66},{"source":68,"target":5},{"source":68,"target":66},{"source":68,"target":110},{"source":110,"target":66},{"source":69,"target":5},{"source":69,"target":68},{"source":69,"target":111},{"source":111,"target":68},{"source":70,"target":5},{"source":70,"target":68},{"source":70,"target":112},{"source":112,"target":68},{"source":71,"target":5},{"source":71,"target":68},{"source":71,"target":113},{"source":71,"target":114},{"source":71,"target":115},{"source":113,"target":85},{"source":113,"target":116},{"source":113,"target":71},{"source":116,"target":85},{"source":114,"target":85},{"source":114,"target":117},{"source":114,"target":71},{"source":117,"target":85},{"source":115,"target":68},{"source":72,"target":5},{"source":72,"target":67},{"source":72,"target":118},{"source":72,"target":119},{"source":118,"target":85},{"source":118,"target":120},{"source":118,"target":72},{"source":120,"target":85},{"source":119,"target":67},{"source":6,"target":47},{"source":6,"target":121},{"source":6,"target":122},{"source":6,"target":123},{"source":6,"target":124},{"source":6,"target":125},{"source":6,"target":126},{"source":6,"target":127},{"source":6,"target":128},{"source":6,"target":0},{"source":47,"target":6},{"source":47,"target":3},{"source":47,"target":129},{"source":129,"target":3},{"source":121,"target":6},{"source":121,"target":47},{"source":121,"target":130},{"source":130,"target":47},{"source":122,"target":6},{"source":122,"target":47},{"source":122,"target":131},{"source":122,"target":132},{"source":122,"target":133},{"source":131,"target":134},{"source":131,"target":122},{"source":132,"target":135},{"source":132,"target":122},{"source":133,"target":47},{"source":123,"target":6},{"source":123,"target":47},{"source":123,"target":136},{"source":136,"target":47},{"source":124,"target":6},{"source":124,"target":47},{"source":124,"target":137},{"source":137,"target":47},{"source":125,"target":6},{"source":125,"target":47},{"source":125,"target":138},{"source":138,"target":47},{"source":126,"target":6},{"source":126,"target":47},{"source":126,"target":139},{"source":139,"target":47},{"source":127,"target":6},{"source":127,"target":47},{"source":127,"target":140},{"source":127,"target":141},{"source":140,"target":142},{"source":140,"target":143},{"source":140,"target":127},{"source":143,"target":142},{"source":141,"target":47},{"source":128,"target":6},{"source":128,"target":47},{"source":128,"target":144},{"source":128,"target":145},{"source":144,"target":142},{"source":144,"target":146},{"source":144,"target":128},{"source":146,"target":142},{"source":145,"target":47},{"source":7,"target":147},{"source":7,"target":148},{"source":7,"target":149},{"source":7,"target":150},{"source":7,"target":0},{"source":147,"target":7},{"source":147,"target":3},{"source":147,"target":151},{"source":147,"target":152},{"source":147,"target":153},{"source":151,"target":3},{"source":151,"target":154},{"source":151,"target":147},{"source":154,"target":3},{"source":152,"target":3},{"source":152,"target":155},{"source":152,"target":147},{"source":155,"target":3},{"source":153,"target":3},{"source":148,"target":7},{"source":148,"target":3},{"source":148,"target":156},{"source":148,"target":157},{"source":148,"target":158},{"source":156,"target":3},{"source":156,"target":159},{"source":156,"target":148},{"source":159,"target":3},{"source":157,"target":3},{"source":157,"target":160},{"source":157,"target":148},{"source":160,"target":3},{"source":158,"target":3},{"source":149,"target":7},{"source":149,"target":3},{"source":149,"target":161},{"source":149,"target":162},{"source":161,"target":3},{"source":161,"target":163},{"source":161,"target":149},{"source":163,"target":3},{"source":162,"target":3},{"source":150,"target":7},{"source":150,"target":3},{"source":150,"target":164},{"source":150,"target":165},{"source":150,"target":166},{"source":164,"target":3},{"source":164,"target":167},{"source":164,"target":150},{"source":167,"target":3},{"source":165,"target":3},{"source":165,"target":168},{"source":165,"target":150},{"source":168,"target":3},{"source":166,"target":3},{"source":8,"target":169},{"source":8,"target":170},{"source":8,"target":85},{"source":8,"target":142},{"source":8,"target":171},{"source":8,"target":172},{"source":8,"target":173},{"source":8,"target":0},{"source":169,"target":8},{"source":169,"target":85},{"source":169,"target":174},{"source":169,"target":175},{"source":174,"target":85},{"source":174,"target":176},{"source":174,"target":169},{"source":176,"target":85},{"source":175,"target":85},{"source":170,"target":8},{"source":170,"target":85},{"source":170,"target":177},{"source":170,"target":178},{"source":170,"target":179},{"source":177,"target":180},{"source":177,"target":170},{"source":178,"target":181},{"source":178,"target":170},{"source":179,"target":85},{"source":85,"target":8},{"source":85,"target":3},{"source":85,"target":182},{"source":182,"target":3},{"source":142,"target":8},{"source":142,"target":85},{"source":142,"target":183},{"source":142,"target":184},{"source":142,"target":185},{"source":183,"target":186},{"source":183,"target":142},{"source":184,"target":187},{"source":184,"target":142},{"source":185,"target":85},{"source":171,"target":8},{"source":171,"target":85},{"source":171,"target":188},{"source":171,"target":189},{"source":188,"target":85},{"source":188,"target":190},{"source":188,"target":171},{"source":190,"target":85},{"source":189,"target":85},{"source":172,"target":8},{"source":172,"target":171},{"source":172,"target":191},{"source":191,"target":171},{"source":173,"target":8},{"source":173,"target":171},{"source":173,"target":192},{"source":192,"target":171}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2WithID" nsURI="http:///UML2WithID.ecore" nsPrefix="UML2WithID">
<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="ReplyAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" abstract="true" eSuperTypes="#//Class #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" abstract="true" eSuperTypes="#//InvocationAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" abstract="true"
eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" abstract="true" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" abstract="true"
eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" abstract="true" eSuperTypes="#//ActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" abstract="true"
eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" abstract="true"
eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" abstract="true" eSuperTypes="#//NamedElement #//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1"
eType="#//NamedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" abstract="true" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" abstract="true"
eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" abstract="true"
eSuperTypes="#//VariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" abstract="true" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" abstract="true"
eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" abstract="true" eSuperTypes="#//ObjectNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//Namespace #//Feature #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" abstract="true"
eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" abstract="true"
eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" abstract="true" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" abstract="true"
eSuperTypes="#//StructuredClassifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" abstract="true" eSuperTypes="#//LinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" abstract="true" eSuperTypes="#//ActivityNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" abstract="true"
eSuperTypes="#//StructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" abstract="true"
eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" abstract="true"
eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" abstract="true" eSuperTypes="#//NamedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" abstract="true"
eSuperTypes="#//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" abstract="true" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" abstract="true" eSuperTypes="#//ActivityNode #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" abstract="true" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//Namespace #//Type #//RedefinableElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//Feature #//TypedElement #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" abstract="true" eSuperTypes="#//Trigger #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package #//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2WithIDInsHTMLownedElementHasVisibility.ecore | ecore | UML2WithID
VisibilityKind
package
package
private
private
protected
protected
public
public
ReplyAction
Behavior
ParameterSet
ConnectionPointReference
InformationItem
CallOperationAction
CallAction
Parameter
ActivityParameterNode
Action
AcceptCallAction
LiteralNull
ConditionalNode
ExecutionOccurrence
Property
ClearStructuralFeatureAction
DeploymentSpecification
BehavioredClassifier
CreateObjectAction
ReadLinkObjectEndQualifierAction
Class
EventOccurrence
AddVariableValueAction
ExtensionEnd
Lifeline
ExtensionPoint
FlowFinalNode
Continuation
ActivityNode
RemoveVariableValueAction
CallBehaviorAction
InitialNode
Device
ConnectableElement
TimeConstraint
ProtocolStateMachine
Include
Vertex
Manifestation
OpaqueExpression
ForkNode
ReadLinkAction
Package
StateMachine
ClearAssociationAction
ActivityPartition
Type
Constraint
CreateLinkObjectAction
ExecutableNode
RemoveStructuralFeatureValueAction
Artifact
RedefinableTemplateSignature
Actor
InteractionFragment
RaiseExceptionAction
LiteralInteger
CommunicationPath
LiteralSpecification
Namespace
member
InvocationAction
LoopNode
ReadSelfAction
SendSignalAction
ExpansionNode
BroadcastSignalAction
TypedElement
CombinedFragment
Region
StructuredActivityNode
Abstraction
InputPin
OutputPin
RedefinableElement
EnumerationLiteral
CallTrigger
AssociationClass
Dependency
WriteVariableAction
TimeExpression
ReadVariableAction
AddStructuralFeatureValueAction
ExpansionRegion
Interval
Stop
MergeNode
SendObjectAction
SignalTrigger
UseCase
GeneralOrdering
Pseudostate
AcceptEventAction
ActivityEdge
ClearVariableAction
DataStoreNode
GeneralizationSet
ParameterableClassifier
ApplyFunctionAction
Extension
InstanceValue
ControlFlow
InteractionConstraint
Usage
Trigger
PrimitiveType
Signal
Pin
Stereotype
DecisionNode
Implementation
ReadExtentAction
Interaction
Association
InteractionOperand
IntervalConstraint
LiteralBoolean
InstanceSpecification
Gate
Collaboration
NamedElement
visibility
Port
BehavioralFeature
StructuredClassifier
ReadIsClassifiedObjectAction
PackageableElement
CreateLinkAction
FinalNode
LiteralString
EncapsulatedClassifier
Transition
ExecutionEnvironment
WriteLinkAction
LiteralUnlimitedNatural
ValuePin
StartOwnedBehaviorAction
Expression
CollaborationOccurrence
DestroyObjectAction
Feature
DurationObservationAction
ControlNode
TimeInterval
Component
InteractionOccurrence
Reception
Message
WriteStructuralFeatureAction
ReadLinkObjectEndAction
Variable
TemplateableClassifier
Activity
AnyTrigger
Realization
StructuralFeatureAction
Node
ReclassifyObjectAction
ProtocolTransition
ChangeTrigger
Duration
TimeTrigger
DeploymentTarget
Operation
MessageEnd
Extend
DeployedArtifact
StateInvariant
Connector
ReadStructuralFeatureAction
TimeObservationAction
DurationInterval
Permission
PartDecomposition
Substitution
ValueSpecification
DataType
InformationFlow
Enumeration
VariableAction
CentralBufferNode
ObjectNode
LinkAction
Interface
PrimitiveFunction
ActivityFinalNode
State
FinalState
JoinNode
DestroyLinkAction
Model
Classifier
StructuralFeature
MessageTrigger
ObjectFlow
DurationConstraint
TestIdentityAction
Deployment
Profile
Element
ID | null | {"directed":true,"nodes":[{"nsPrefix":"UML2WithID","nsURI":"http:///UML2WithID.ecore","name":"UML2WithID","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":true,"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":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","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":"EventOccurrence","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":true,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":true,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":true,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":true,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":true,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":true,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":true,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":true,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":true,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":true,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"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":"BehavioralFeature","instanceClass":null,"abstract":true,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":true,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":true,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":true,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":true,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":true,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":true,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":true,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":true,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","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":"StructuralFeatureAction","instanceClass":null,"abstract":true,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":true,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":true,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":true,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":true,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":true,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":true,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":true,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":true,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":199,"interface":false,"eClass":"EClass"},{"name":"package","id":200,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":201,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":202,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":203,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"container":false,"ordered":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":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"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":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"},{"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"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"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":626,"derived":false},{"id":627,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":1,"target":203},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":203,"target":1},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":199},{"source":2,"target":204},{"source":2,"target":205},{"source":204,"target":11},{"source":205,"target":199},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":199},{"source":3,"target":206},{"source":3,"target":207},{"source":206,"target":22},{"source":207,"target":199},{"source":4,"target":0},{"source":4,"target":121},{"source":4,"target":199},{"source":4,"target":208},{"source":4,"target":209},{"source":208,"target":121},{"source":209,"target":199},{"source":5,"target":0},{"source":5,"target":39},{"source":5,"target":199},{"source":5,"target":210},{"source":5,"target":211},{"source":210,"target":39},{"source":211,"target":199},{"source":6,"target":0},{"source":6,"target":191},{"source":6,"target":199},{"source":6,"target":212},{"source":6,"target":213},{"source":212,"target":191},{"source":213,"target":199},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":199},{"source":7,"target":214},{"source":7,"target":215},{"source":214,"target":8},{"source":215,"target":199},{"source":8,"target":0},{"source":8,"target":62},{"source":8,"target":199},{"source":8,"target":216},{"source":8,"target":217},{"source":216,"target":62},{"source":217,"target":199},{"source":9,"target":0},{"source":9,"target":35},{"source":9,"target":68},{"source":9,"target":199},{"source":9,"target":218},{"source":9,"target":219},{"source":9,"target":220},{"source":218,"target":35},{"source":219,"target":68},{"source":220,"target":199},{"source":10,"target":0},{"source":10,"target":181},{"source":10,"target":199},{"source":10,"target":221},{"source":10,"target":222},{"source":221,"target":181},{"source":222,"target":199},{"source":11,"target":0},{"source":11,"target":51},{"source":11,"target":199},{"source":11,"target":223},{"source":11,"target":224},{"source":223,"target":51},{"source":224,"target":199},{"source":12,"target":0},{"source":12,"target":93},{"source":12,"target":199},{"source":12,"target":225},{"source":12,"target":226},{"source":225,"target":93},{"source":226,"target":199},{"source":13,"target":0},{"source":13,"target":60},{"source":13,"target":199},{"source":13,"target":227},{"source":13,"target":228},{"source":227,"target":60},{"source":228,"target":199},{"source":14,"target":0},{"source":14,"target":71},{"source":14,"target":199},{"source":14,"target":229},{"source":14,"target":230},{"source":229,"target":71},{"source":230,"target":199},{"source":15,"target":0},{"source":15,"target":56},{"source":15,"target":199},{"source":15,"target":231},{"source":15,"target":232},{"source":231,"target":56},{"source":232,"target":199},{"source":16,"target":0},{"source":16,"target":192},{"source":16,"target":35},{"source":16,"target":162},{"source":16,"target":199},{"source":16,"target":233},{"source":16,"target":234},{"source":16,"target":235},{"source":16,"target":236},{"source":233,"target":192},{"source":234,"target":35},{"source":235,"target":162},{"source":236,"target":199},{"source":17,"target":0},{"source":17,"target":155},{"source":17,"target":199},{"source":17,"target":237},{"source":17,"target":238},{"source":237,"target":155},{"source":238,"target":199},{"source":18,"target":0},{"source":18,"target":53},{"source":18,"target":199},{"source":18,"target":239},{"source":18,"target":240},{"source":239,"target":53},{"source":240,"target":199},{"source":19,"target":0},{"source":19,"target":191},{"source":19,"target":199},{"source":19,"target":241},{"source":19,"target":242},{"source":241,"target":191},{"source":242,"target":199},{"source":20,"target":0},{"source":20,"target":11},{"source":20,"target":199},{"source":20,"target":243},{"source":20,"target":244},{"source":243,"target":11},{"source":244,"target":199},{"source":21,"target":0},{"source":21,"target":11},{"source":21,"target":199},{"source":21,"target":245},{"source":21,"target":246},{"source":245,"target":11},{"source":246,"target":199},{"source":22,"target":0},{"source":22,"target":19},{"source":22,"target":130},{"source":22,"target":199},{"source":22,"target":247},{"source":22,"target":248},{"source":22,"target":249},{"source":247,"target":19},{"source":248,"target":130},{"source":249,"target":199},{"source":23,"target":0},{"source":23,"target":56},{"source":23,"target":164},{"source":23,"target":199},{"source":23,"target":250},{"source":23,"target":251},{"source":23,"target":252},{"source":250,"target":56},{"source":251,"target":164},{"source":252,"target":199},{"source":24,"target":0},{"source":24,"target":80},{"source":24,"target":199},{"source":24,"target":253},{"source":24,"target":254},{"source":253,"target":80},{"source":254,"target":199},{"source":25,"target":0},{"source":25,"target":16},{"source":25,"target":199},{"source":25,"target":255},{"source":25,"target":256},{"source":255,"target":16},{"source":256,"target":199},{"source":26,"target":0},{"source":26,"target":121},{"source":26,"target":199},{"source":26,"target":257},{"source":26,"target":258},{"source":257,"target":121},{"source":258,"target":199},{"source":27,"target":0},{"source":27,"target":75},{"source":27,"target":199},{"source":27,"target":259},{"source":27,"target":260},{"source":259,"target":75},{"source":260,"target":199},{"source":28,"target":0},{"source":28,"target":128},{"source":28,"target":199},{"source":28,"target":261},{"source":28,"target":262},{"source":261,"target":128},{"source":262,"target":199},{"source":29,"target":0},{"source":29,"target":56},{"source":29,"target":199},{"source":29,"target":263},{"source":29,"target":264},{"source":263,"target":56},{"source":264,"target":199},{"source":30,"target":0},{"source":30,"target":75},{"source":30,"target":199},{"source":30,"target":265},{"source":30,"target":266},{"source":265,"target":75},{"source":266,"target":199},{"source":31,"target":0},{"source":31,"target":80},{"source":31,"target":199},{"source":31,"target":267},{"source":31,"target":268},{"source":267,"target":80},{"source":268,"target":199},{"source":32,"target":0},{"source":32,"target":8},{"source":32,"target":199},{"source":32,"target":269},{"source":32,"target":270},{"source":269,"target":8},{"source":270,"target":199},{"source":33,"target":0},{"source":33,"target":142},{"source":33,"target":199},{"source":33,"target":271},{"source":33,"target":272},{"source":271,"target":142},{"source":272,"target":199},{"source":34,"target":0},{"source":34,"target":156},{"source":34,"target":199},{"source":34,"target":273},{"source":34,"target":274},{"source":273,"target":156},{"source":274,"target":199},{"source":35,"target":0},{"source":35,"target":121},{"source":35,"target":199},{"source":35,"target":275},{"source":35,"target":276},{"source":275,"target":121},{"source":276,"target":199},{"source":36,"target":0},{"source":36,"target":116},{"source":36,"target":199},{"source":36,"target":277},{"source":36,"target":278},{"source":277,"target":116},{"source":278,"target":199},{"source":37,"target":0},{"source":37,"target":45},{"source":37,"target":199},{"source":37,"target":279},{"source":37,"target":280},{"source":279,"target":45},{"source":280,"target":199},{"source":38,"target":0},{"source":38,"target":121},{"source":38,"target":199},{"source":38,"target":281},{"source":38,"target":282},{"source":281,"target":121},{"source":282,"target":199},{"source":39,"target":0},{"source":39,"target":121},{"source":39,"target":199},{"source":39,"target":283},{"source":39,"target":284},{"source":283,"target":121},{"source":284,"target":199},{"source":40,"target":0},{"source":40,"target":72},{"source":40,"target":199},{"source":40,"target":285},{"source":40,"target":286},{"source":285,"target":72},{"source":286,"target":199},{"source":41,"target":0},{"source":41,"target":175},{"source":41,"target":199},{"source":41,"target":287},{"source":41,"target":288},{"source":287,"target":175},{"source":288,"target":199},{"source":42,"target":0},{"source":42,"target":142},{"source":42,"target":199},{"source":42,"target":289},{"source":42,"target":290},{"source":289,"target":142},{"source":290,"target":199},{"source":43,"target":0},{"source":43,"target":182},{"source":43,"target":199},{"source":43,"target":291},{"source":43,"target":292},{"source":291,"target":182},{"source":292,"target":199},{"source":44,"target":0},{"source":44,"target":61},{"source":44,"target":126},{"source":44,"target":199},{"source":44,"target":293},{"source":44,"target":294},{"source":44,"target":295},{"source":293,"target":61},{"source":294,"target":126},{"source":295,"target":199},{"source":45,"target":0},{"source":45,"target":3},{"source":45,"target":199},{"source":45,"target":296},{"source":45,"target":297},{"source":296,"target":3},{"source":297,"target":199},{"source":46,"target":0},{"source":46,"target":11},{"source":46,"target":199},{"source":46,"target":298},{"source":46,"target":299},{"source":298,"target":11},{"source":299,"target":199},{"source":47,"target":0},{"source":47,"target":121},{"source":47,"target":199},{"source":47,"target":300},{"source":47,"target":301},{"source":300,"target":121},{"source":301,"target":199},{"source":48,"target":0},{"source":48,"target":126},{"source":48,"target":199},{"source":48,"target":302},{"source":48,"target":303},{"source":302,"target":126},{"source":303,"target":199},{"source":49,"target":0},{"source":49,"target":126},{"source":49,"target":199},{"source":49,"target":304},{"source":49,"target":305},{"source":304,"target":126},{"source":305,"target":199},{"source":50,"target":0},{"source":50,"target":127},{"source":50,"target":199},{"source":50,"target":306},{"source":50,"target":307},{"source":306,"target":127},{"source":307,"target":199},{"source":51,"target":0},{"source":51,"target":30},{"source":51,"target":199},{"source":51,"target":308},{"source":51,"target":309},{"source":308,"target":30},{"source":309,"target":199},{"source":52,"target":0},{"source":52,"target":148},{"source":52,"target":199},{"source":52,"target":310},{"source":52,"target":311},{"source":310,"target":148},{"source":311,"target":199},{"source":53,"target":0},{"source":53,"target":191},{"source":53,"target":166},{"source":53,"target":199},{"source":53,"target":312},{"source":53,"target":313},{"source":53,"target":314},{"source":312,"target":191},{"source":313,"target":166},{"source":314,"target":199},{"source":54,"target":0},{"source":54,"target":75},{"source":54,"target":199},{"source":54,"target":315},{"source":54,"target":316},{"source":315,"target":75},{"source":316,"target":199},{"source":55,"target":0},{"source":55,"target":191},{"source":55,"target":199},{"source":55,"target":317},{"source":55,"target":318},{"source":317,"target":191},{"source":318,"target":199},{"source":56,"target":0},{"source":56,"target":121},{"source":56,"target":199},{"source":56,"target":319},{"source":56,"target":320},{"source":319,"target":121},{"source":320,"target":199},{"source":57,"target":0},{"source":57,"target":11},{"source":57,"target":199},{"source":57,"target":321},{"source":57,"target":322},{"source":321,"target":11},{"source":322,"target":199},{"source":58,"target":0},{"source":58,"target":60},{"source":58,"target":199},{"source":58,"target":323},{"source":58,"target":324},{"source":323,"target":60},{"source":324,"target":199},{"source":59,"target":0},{"source":59,"target":114},{"source":59,"target":199},{"source":59,"target":325},{"source":59,"target":326},{"source":325,"target":114},{"source":326,"target":199},{"source":60,"target":0},{"source":60,"target":175},{"source":60,"target":199},{"source":60,"target":327},{"source":60,"target":328},{"source":327,"target":175},{"source":328,"target":199},{"source":61,"target":0},{"source":61,"target":121},{"source":61,"target":199},{"source":61,"target":329},{"source":61,"target":330},{"source":61,"target":331},{"source":329,"target":121},{"source":329,"target":332},{"source":329,"target":61},{"source":332,"target":121},{"source":330,"target":121},{"source":331,"target":199},{"source":62,"target":0},{"source":62,"target":11},{"source":62,"target":199},{"source":62,"target":333},{"source":62,"target":334},{"source":333,"target":11},{"source":334,"target":199},{"source":63,"target":0},{"source":63,"target":71},{"source":63,"target":199},{"source":63,"target":335},{"source":63,"target":336},{"source":335,"target":71},{"source":336,"target":199},{"source":64,"target":0},{"source":64,"target":11},{"source":64,"target":199},{"source":64,"target":337},{"source":64,"target":338},{"source":337,"target":11},{"source":338,"target":199},{"source":65,"target":0},{"source":65,"target":62},{"source":65,"target":199},{"source":65,"target":339},{"source":65,"target":340},{"source":339,"target":62},{"source":340,"target":199},{"source":66,"target":0},{"source":66,"target":181},{"source":66,"target":199},{"source":66,"target":341},{"source":66,"target":342},{"source":341,"target":181},{"source":342,"target":199},{"source":67,"target":0},{"source":67,"target":62},{"source":67,"target":199},{"source":67,"target":343},{"source":67,"target":344},{"source":343,"target":62},{"source":344,"target":199},{"source":68,"target":0},{"source":68,"target":121},{"source":68,"target":199},{"source":68,"target":345},{"source":68,"target":346},{"source":345,"target":121},{"source":346,"target":199},{"source":69,"target":0},{"source":69,"target":56},{"source":69,"target":199},{"source":69,"target":347},{"source":69,"target":348},{"source":347,"target":56},{"source":348,"target":199},{"source":70,"target":0},{"source":70,"target":61},{"source":70,"target":75},{"source":70,"target":199},{"source":70,"target":349},{"source":70,"target":350},{"source":70,"target":351},{"source":349,"target":61},{"source":350,"target":75},{"source":351,"target":199},{"source":71,"target":0},{"source":71,"target":11},{"source":71,"target":61},{"source":71,"target":199},{"source":71,"target":352},{"source":71,"target":353},{"source":71,"target":354},{"source":352,"target":11},{"source":353,"target":61},{"source":354,"target":199},{"source":72,"target":0},{"source":72,"target":79},{"source":72,"target":199},{"source":72,"target":355},{"source":72,"target":356},{"source":355,"target":79},{"source":356,"target":199},{"source":73,"target":0},{"source":73,"target":108},{"source":73,"target":199},{"source":73,"target":357},{"source":73,"target":358},{"source":357,"target":108},{"source":358,"target":199},{"source":74,"target":0},{"source":74,"target":108},{"source":74,"target":199},{"source":74,"target":359},{"source":74,"target":360},{"source":359,"target":108},{"source":360,"target":199},{"source":75,"target":0},{"source":75,"target":121},{"source":75,"target":199},{"source":75,"target":361},{"source":75,"target":362},{"source":361,"target":121},{"source":362,"target":199},{"source":76,"target":0},{"source":76,"target":118},{"source":76,"target":199},{"source":76,"target":363},{"source":76,"target":364},{"source":363,"target":118},{"source":364,"target":199},{"source":77,"target":0},{"source":77,"target":193},{"source":77,"target":199},{"source":77,"target":365},{"source":77,"target":366},{"source":365,"target":193},{"source":366,"target":199},{"source":78,"target":0},{"source":78,"target":22},{"source":78,"target":114},{"source":78,"target":199},{"source":78,"target":367},{"source":78,"target":368},{"source":78,"target":369},{"source":367,"target":22},{"source":368,"target":114},{"source":369,"target":199},{"source":79,"target":0},{"source":79,"target":126},{"source":79,"target":199},{"source":79,"target":370},{"source":79,"target":371},{"source":370,"target":126},{"source":371,"target":199},{"source":80,"target":0},{"source":80,"target":179},{"source":80,"target":199},{"source":80,"target":372},{"source":80,"target":373},{"source":372,"target":179},{"source":373,"target":199},{"source":81,"target":0},{"source":81,"target":175},{"source":81,"target":199},{"source":81,"target":374},{"source":81,"target":375},{"source":374,"target":175},{"source":375,"target":199},{"source":82,"target":0},{"source":82,"target":179},{"source":82,"target":199},{"source":82,"target":376},{"source":82,"target":377},{"source":376,"target":179},{"source":377,"target":199},{"source":83,"target":0},{"source":83,"target":148},{"source":83,"target":199},{"source":83,"target":378},{"source":83,"target":379},{"source":378,"target":148},{"source":379,"target":199},{"source":84,"target":0},{"source":84,"target":71},{"source":84,"target":199},{"source":84,"target":380},{"source":84,"target":381},{"source":380,"target":71},{"source":381,"target":199},{"source":85,"target":0},{"source":85,"target":175},{"source":85,"target":199},{"source":85,"target":382},{"source":85,"target":383},{"source":382,"target":175},{"source":383,"target":199},{"source":86,"target":0},{"source":86,"target":23},{"source":86,"target":199},{"source":86,"target":384},{"source":86,"target":385},{"source":384,"target":23},{"source":385,"target":199},{"source":87,"target":0},{"source":87,"target":142},{"source":87,"target":199},{"source":87,"target":386},{"source":87,"target":387},{"source":386,"target":142},{"source":387,"target":199},{"source":88,"target":0},{"source":88,"target":62},{"source":88,"target":199},{"source":88,"target":388},{"source":88,"target":389},{"source":388,"target":62},{"source":389,"target":199},{"source":89,"target":0},{"source":89,"target":193},{"source":89,"target":199},{"source":89,"target":390},{"source":89,"target":391},{"source":390,"target":193},{"source":391,"target":199},{"source":90,"target":0},{"source":90,"target":19},{"source":90,"target":199},{"source":90,"target":392},{"source":90,"target":393},{"source":392,"target":19},{"source":393,"target":199},{"source":91,"target":0},{"source":91,"target":121},{"source":91,"target":199},{"source":91,"target":394},{"source":91,"target":395},{"source":394,"target":121},{"source":395,"target":199},{"source":92,"target":0},{"source":92,"target":39},{"source":92,"target":199},{"source":92,"target":396},{"source":92,"target":397},{"source":396,"target":39},{"source":397,"target":199},{"source":93,"target":0},{"source":93,"target":11},{"source":93,"target":199},{"source":93,"target":398},{"source":93,"target":399},{"source":398,"target":11},{"source":399,"target":199},{"source":94,"target":0},{"source":94,"target":75},{"source":94,"target":199},{"source":94,"target":400},{"source":94,"target":401},{"source":400,"target":75},{"source":401,"target":199},{"source":95,"target":0},{"source":95,"target":179},{"source":95,"target":199},{"source":95,"target":402},{"source":95,"target":403},{"source":402,"target":179},{"source":403,"target":199},{"source":96,"target":0},{"source":96,"target":180},{"source":96,"target":199},{"source":96,"target":404},{"source":96,"target":405},{"source":404,"target":180},{"source":405,"target":199},{"source":97,"target":0},{"source":97,"target":126},{"source":97,"target":199},{"source":97,"target":406},{"source":97,"target":407},{"source":406,"target":126},{"source":407,"target":199},{"source":98,"target":0},{"source":98,"target":191},{"source":98,"target":199},{"source":98,"target":408},{"source":98,"target":409},{"source":408,"target":191},{"source":409,"target":199},{"source":99,"target":0},{"source":99,"target":11},{"source":99,"target":199},{"source":99,"target":410},{"source":99,"target":411},{"source":410,"target":11},{"source":411,"target":199},{"source":100,"target":0},{"source":100,"target":114},{"source":100,"target":199},{"source":100,"target":412},{"source":100,"target":413},{"source":412,"target":114},{"source":413,"target":199},{"source":101,"target":0},{"source":101,"target":175},{"source":101,"target":199},{"source":101,"target":414},{"source":101,"target":415},{"source":414,"target":175},{"source":415,"target":199},{"source":102,"target":0},{"source":102,"target":94},{"source":102,"target":199},{"source":102,"target":416},{"source":102,"target":417},{"source":416,"target":94},{"source":417,"target":199},{"source":103,"target":0},{"source":103,"target":49},{"source":103,"target":199},{"source":103,"target":418},{"source":103,"target":419},{"source":418,"target":49},{"source":419,"target":199},{"source":104,"target":0},{"source":104,"target":79},{"source":104,"target":199},{"source":104,"target":420},{"source":104,"target":421},{"source":420,"target":79},{"source":421,"target":199},{"source":105,"target":0},{"source":105,"target":121},{"source":105,"target":199},{"source":105,"target":422},{"source":105,"target":423},{"source":422,"target":121},{"source":423,"target":199},{"source":106,"target":0},{"source":106,"target":176},{"source":106,"target":199},{"source":106,"target":424},{"source":106,"target":425},{"source":424,"target":176},{"source":425,"target":199},{"source":107,"target":0},{"source":107,"target":191},{"source":107,"target":199},{"source":107,"target":426},{"source":107,"target":427},{"source":426,"target":191},{"source":427,"target":199},{"source":108,"target":0},{"source":108,"target":181},{"source":108,"target":199},{"source":108,"target":428},{"source":108,"target":429},{"source":428,"target":181},{"source":429,"target":199},{"source":109,"target":0},{"source":109,"target":22},{"source":109,"target":199},{"source":109,"target":430},{"source":109,"target":431},{"source":430,"target":22},{"source":431,"target":199},{"source":110,"target":0},{"source":110,"target":142},{"source":110,"target":199},{"source":110,"target":432},{"source":110,"target":433},{"source":432,"target":142},{"source":433,"target":199},{"source":111,"target":0},{"source":111,"target":154},{"source":111,"target":199},{"source":111,"target":434},{"source":111,"target":435},{"source":434,"target":154},{"source":435,"target":199},{"source":112,"target":0},{"source":112,"target":11},{"source":112,"target":199},{"source":112,"target":436},{"source":112,"target":437},{"source":436,"target":11},{"source":437,"target":199},{"source":113,"target":0},{"source":113,"target":3},{"source":113,"target":56},{"source":113,"target":199},{"source":113,"target":438},{"source":113,"target":439},{"source":113,"target":440},{"source":438,"target":3},{"source":439,"target":56},{"source":440,"target":199},{"source":114,"target":0},{"source":114,"target":191},{"source":114,"target":199},{"source":114,"target":441},{"source":114,"target":442},{"source":441,"target":191},{"source":442,"target":199},{"source":115,"target":0},{"source":115,"target":61},{"source":115,"target":56},{"source":115,"target":199},{"source":115,"target":443},{"source":115,"target":444},{"source":115,"target":445},{"source":443,"target":61},{"source":444,"target":56},{"source":445,"target":199},{"source":116,"target":0},{"source":116,"target":49},{"source":116,"target":199},{"source":116,"target":446},{"source":116,"target":447},{"source":446,"target":49},{"source":447,"target":199},{"source":117,"target":0},{"source":117,"target":60},{"source":117,"target":199},{"source":117,"target":448},{"source":117,"target":449},{"source":448,"target":60},{"source":449,"target":199},{"source":118,"target":0},{"source":118,"target":126},{"source":118,"target":162},{"source":118,"target":166},{"source":118,"target":199},{"source":118,"target":450},{"source":118,"target":451},{"source":118,"target":452},{"source":118,"target":453},{"source":450,"target":126},{"source":451,"target":162},{"source":452,"target":166},{"source":453,"target":199},{"source":119,"target":0},{"source":119,"target":164},{"source":119,"target":199},{"source":119,"target":454},{"source":119,"target":455},{"source":454,"target":164},{"source":455,"target":199},{"source":120,"target":0},{"source":120,"target":19},{"source":120,"target":124},{"source":120,"target":199},{"source":120,"target":456},{"source":120,"target":457},{"source":120,"target":458},{"source":456,"target":19},{"source":457,"target":124},{"source":458,"target":199},{"source":121,"target":0},{"source":121,"target":199},{"source":121,"target":459},{"source":121,"target":460},{"source":459,"target":1},{"source":459,"target":461},{"source":459,"target":121},{"source":461,"target":1},{"source":460,"target":199},{"source":122,"target":0},{"source":122,"target":16},{"source":122,"target":199},{"source":122,"target":462},{"source":122,"target":463},{"source":462,"target":16},{"source":463,"target":199},{"source":123,"target":0},{"source":123,"target":61},{"source":123,"target":140},{"source":123,"target":199},{"source":123,"target":464},{"source":123,"target":465},{"source":123,"target":466},{"source":464,"target":61},{"source":465,"target":140},{"source":466,"target":199},{"source":124,"target":0},{"source":124,"target":191},{"source":124,"target":199},{"source":124,"target":467},{"source":124,"target":468},{"source":467,"target":191},{"source":468,"target":199},{"source":125,"target":0},{"source":125,"target":11},{"source":125,"target":199},{"source":125,"target":469},{"source":125,"target":470},{"source":469,"target":11},{"source":470,"target":199},{"source":126,"target":0},{"source":126,"target":121},{"source":126,"target":199},{"source":126,"target":471},{"source":126,"target":472},{"source":471,"target":121},{"source":472,"target":199},{"source":127,"target":0},{"source":127,"target":133},{"source":127,"target":199},{"source":127,"target":473},{"source":127,"target":474},{"source":473,"target":133},{"source":474,"target":199},{"source":128,"target":0},{"source":128,"target":142},{"source":128,"target":199},{"source":128,"target":475},{"source":128,"target":476},{"source":475,"target":142},{"source":476,"target":199},{"source":129,"target":0},{"source":129,"target":60},{"source":129,"target":199},{"source":129,"target":477},{"source":129,"target":478},{"source":477,"target":60},{"source":478,"target":199},{"source":130,"target":0},{"source":130,"target":124},{"source":130,"target":199},{"source":130,"target":479},{"source":130,"target":480},{"source":479,"target":124},{"source":480,"target":199},{"source":131,"target":0},{"source":131,"target":75},{"source":131,"target":199},{"source":131,"target":481},{"source":131,"target":482},{"source":481,"target":75},{"source":482,"target":199},{"source":132,"target":0},{"source":132,"target":156},{"source":132,"target":199},{"source":132,"target":483},{"source":132,"target":484},{"source":483,"target":156},{"source":484,"target":199},{"source":133,"target":0},{"source":133,"target":182},{"source":133,"target":199},{"source":133,"target":485},{"source":133,"target":486},{"source":485,"target":182},{"source":486,"target":199},{"source":134,"target":0},{"source":134,"target":60},{"source":134,"target":199},{"source":134,"target":487},{"source":134,"target":488},{"source":487,"target":60},{"source":488,"target":199},{"source":135,"target":0},{"source":135,"target":73},{"source":135,"target":199},{"source":135,"target":489},{"source":135,"target":490},{"source":489,"target":73},{"source":490,"target":199},{"source":136,"target":0},{"source":136,"target":11},{"source":136,"target":199},{"source":136,"target":491},{"source":136,"target":492},{"source":491,"target":11},{"source":492,"target":199},{"source":137,"target":0},{"source":137,"target":41},{"source":137,"target":199},{"source":137,"target":493},{"source":137,"target":494},{"source":493,"target":41},{"source":494,"target":199},{"source":138,"target":0},{"source":138,"target":121},{"source":138,"target":199},{"source":138,"target":495},{"source":138,"target":496},{"source":495,"target":121},{"source":496,"target":199},{"source":139,"target":0},{"source":139,"target":11},{"source":139,"target":199},{"source":139,"target":497},{"source":139,"target":498},{"source":497,"target":11},{"source":498,"target":199},{"source":140,"target":0},{"source":140,"target":75},{"source":140,"target":199},{"source":140,"target":499},{"source":140,"target":500},{"source":499,"target":75},{"source":500,"target":199},{"source":141,"target":0},{"source":141,"target":148},{"source":141,"target":199},{"source":141,"target":501},{"source":141,"target":502},{"source":501,"target":148},{"source":502,"target":199},{"source":142,"target":0},{"source":142,"target":30},{"source":142,"target":199},{"source":142,"target":503},{"source":142,"target":504},{"source":503,"target":30},{"source":504,"target":199},{"source":143,"target":0},{"source":143,"target":85},{"source":143,"target":199},{"source":143,"target":505},{"source":143,"target":506},{"source":505,"target":85},{"source":506,"target":199},{"source":144,"target":0},{"source":144,"target":22},{"source":144,"target":199},{"source":144,"target":507},{"source":144,"target":508},{"source":507,"target":22},{"source":508,"target":199},{"source":145,"target":0},{"source":145,"target":56},{"source":145,"target":199},{"source":145,"target":509},{"source":145,"target":510},{"source":509,"target":56},{"source":510,"target":199},{"source":146,"target":0},{"source":146,"target":123},{"source":146,"target":199},{"source":146,"target":511},{"source":146,"target":512},{"source":511,"target":123},{"source":512,"target":199},{"source":147,"target":0},{"source":147,"target":121},{"source":147,"target":199},{"source":147,"target":513},{"source":147,"target":514},{"source":513,"target":121},{"source":514,"target":199},{"source":148,"target":0},{"source":148,"target":155},{"source":148,"target":199},{"source":148,"target":515},{"source":148,"target":516},{"source":515,"target":155},{"source":516,"target":199},{"source":149,"target":0},{"source":149,"target":11},{"source":149,"target":199},{"source":149,"target":517},{"source":149,"target":518},{"source":517,"target":11},{"source":518,"target":199},{"source":150,"target":0},{"source":150,"target":35},{"source":150,"target":68},{"source":150,"target":199},{"source":150,"target":519},{"source":150,"target":520},{"source":150,"target":521},{"source":519,"target":35},{"source":520,"target":68},{"source":521,"target":199},{"source":151,"target":0},{"source":151,"target":191},{"source":151,"target":199},{"source":151,"target":522},{"source":151,"target":523},{"source":522,"target":191},{"source":523,"target":199},{"source":152,"target":0},{"source":152,"target":3},{"source":152,"target":199},{"source":152,"target":524},{"source":152,"target":525},{"source":524,"target":3},{"source":525,"target":199},{"source":153,"target":0},{"source":153,"target":193},{"source":153,"target":199},{"source":153,"target":526},{"source":153,"target":527},{"source":526,"target":193},{"source":527,"target":199},{"source":154,"target":0},{"source":154,"target":72},{"source":154,"target":199},{"source":154,"target":528},{"source":154,"target":529},{"source":528,"target":72},{"source":529,"target":199},{"source":155,"target":0},{"source":155,"target":11},{"source":155,"target":199},{"source":155,"target":530},{"source":155,"target":531},{"source":530,"target":11},{"source":531,"target":199},{"source":156,"target":0},{"source":156,"target":22},{"source":156,"target":162},{"source":156,"target":199},{"source":156,"target":532},{"source":156,"target":533},{"source":156,"target":534},{"source":532,"target":22},{"source":533,"target":162},{"source":534,"target":199},{"source":157,"target":0},{"source":157,"target":11},{"source":157,"target":199},{"source":157,"target":535},{"source":157,"target":536},{"source":535,"target":11},{"source":536,"target":199},{"source":158,"target":0},{"source":158,"target":131},{"source":158,"target":199},{"source":158,"target":537},{"source":158,"target":538},{"source":537,"target":131},{"source":538,"target":199},{"source":159,"target":0},{"source":159,"target":105},{"source":159,"target":199},{"source":159,"target":539},{"source":159,"target":540},{"source":539,"target":105},{"source":540,"target":199},{"source":160,"target":0},{"source":160,"target":175},{"source":160,"target":199},{"source":160,"target":541},{"source":160,"target":542},{"source":541,"target":175},{"source":542,"target":199},{"source":161,"target":0},{"source":161,"target":105},{"source":161,"target":199},{"source":161,"target":543},{"source":161,"target":544},{"source":543,"target":105},{"source":544,"target":199},{"source":162,"target":0},{"source":162,"target":121},{"source":162,"target":199},{"source":162,"target":545},{"source":162,"target":546},{"source":545,"target":121},{"source":546,"target":199},{"source":163,"target":0},{"source":163,"target":123},{"source":163,"target":68},{"source":163,"target":199},{"source":163,"target":547},{"source":163,"target":548},{"source":163,"target":549},{"source":547,"target":123},{"source":548,"target":68},{"source":549,"target":199},{"source":164,"target":0},{"source":164,"target":121},{"source":164,"target":199},{"source":164,"target":550},{"source":164,"target":551},{"source":550,"target":121},{"source":551,"target":199},{"source":165,"target":0},{"source":165,"target":121},{"source":165,"target":199},{"source":165,"target":552},{"source":165,"target":553},{"source":552,"target":121},{"source":553,"target":199},{"source":166,"target":0},{"source":166,"target":121},{"source":166,"target":199},{"source":166,"target":554},{"source":166,"target":555},{"source":554,"target":121},{"source":555,"target":199},{"source":167,"target":0},{"source":167,"target":56},{"source":167,"target":199},{"source":167,"target":556},{"source":167,"target":557},{"source":556,"target":56},{"source":557,"target":199},{"source":168,"target":0},{"source":168,"target":140},{"source":168,"target":199},{"source":168,"target":558},{"source":168,"target":559},{"source":558,"target":140},{"source":559,"target":199},{"source":169,"target":0},{"source":169,"target":155},{"source":169,"target":199},{"source":169,"target":560},{"source":169,"target":561},{"source":560,"target":155},{"source":561,"target":199},{"source":170,"target":0},{"source":170,"target":148},{"source":170,"target":199},{"source":170,"target":562},{"source":170,"target":563},{"source":562,"target":148},{"source":563,"target":199},{"source":171,"target":0},{"source":171,"target":85},{"source":171,"target":199},{"source":171,"target":564},{"source":171,"target":565},{"source":564,"target":85},{"source":565,"target":199},{"source":172,"target":0},{"source":172,"target":79},{"source":172,"target":199},{"source":172,"target":566},{"source":172,"target":567},{"source":566,"target":79},{"source":567,"target":199},{"source":173,"target":0},{"source":173,"target":145},{"source":173,"target":199},{"source":173,"target":568},{"source":173,"target":569},{"source":568,"target":145},{"source":569,"target":199},{"source":174,"target":0},{"source":174,"target":154},{"source":174,"target":199},{"source":174,"target":570},{"source":174,"target":571},{"source":570,"target":154},{"source":571,"target":199},{"source":175,"target":0},{"source":175,"target":68},{"source":175,"target":199},{"source":175,"target":572},{"source":175,"target":573},{"source":572,"target":68},{"source":573,"target":199},{"source":176,"target":0},{"source":176,"target":191},{"source":176,"target":199},{"source":176,"target":574},{"source":176,"target":575},{"source":574,"target":191},{"source":575,"target":199},{"source":177,"target":0},{"source":177,"target":126},{"source":177,"target":199},{"source":177,"target":576},{"source":177,"target":577},{"source":576,"target":126},{"source":577,"target":199},{"source":178,"target":0},{"source":178,"target":176},{"source":178,"target":199},{"source":178,"target":578},{"source":178,"target":579},{"source":578,"target":176},{"source":579,"target":199},{"source":179,"target":0},{"source":179,"target":11},{"source":179,"target":199},{"source":179,"target":580},{"source":179,"target":581},{"source":580,"target":11},{"source":581,"target":199},{"source":180,"target":0},{"source":180,"target":181},{"source":180,"target":199},{"source":180,"target":582},{"source":180,"target":583},{"source":582,"target":181},{"source":583,"target":199},{"source":181,"target":0},{"source":181,"target":30},{"source":181,"target":68},{"source":181,"target":199},{"source":181,"target":584},{"source":181,"target":585},{"source":181,"target":586},{"source":584,"target":30},{"source":585,"target":68},{"source":586,"target":199},{"source":182,"target":0},{"source":182,"target":11},{"source":182,"target":199},{"source":182,"target":587},{"source":182,"target":588},{"source":587,"target":11},{"source":588,"target":199},{"source":183,"target":0},{"source":183,"target":191},{"source":183,"target":199},{"source":183,"target":589},{"source":183,"target":590},{"source":589,"target":191},{"source":590,"target":199},{"source":184,"target":0},{"source":184,"target":126},{"source":184,"target":199},{"source":184,"target":591},{"source":184,"target":592},{"source":591,"target":126},{"source":592,"target":199},{"source":185,"target":0},{"source":185,"target":128},{"source":185,"target":199},{"source":185,"target":593},{"source":185,"target":594},{"source":593,"target":128},{"source":594,"target":199},{"source":186,"target":0},{"source":186,"target":61},{"source":186,"target":75},{"source":186,"target":39},{"source":186,"target":199},{"source":186,"target":595},{"source":186,"target":596},{"source":186,"target":597},{"source":186,"target":598},{"source":595,"target":61},{"source":596,"target":75},{"source":597,"target":39},{"source":598,"target":199},{"source":187,"target":0},{"source":187,"target":186},{"source":187,"target":199},{"source":187,"target":599},{"source":187,"target":600},{"source":599,"target":186},{"source":600,"target":199},{"source":188,"target":0},{"source":188,"target":142},{"source":188,"target":199},{"source":188,"target":601},{"source":188,"target":602},{"source":601,"target":142},{"source":602,"target":199},{"source":189,"target":0},{"source":189,"target":133},{"source":189,"target":199},{"source":189,"target":603},{"source":189,"target":604},{"source":603,"target":133},{"source":604,"target":199},{"source":190,"target":0},{"source":190,"target":44},{"source":190,"target":199},{"source":190,"target":605},{"source":190,"target":606},{"source":605,"target":44},{"source":606,"target":199},{"source":191,"target":0},{"source":191,"target":61},{"source":191,"target":48},{"source":191,"target":75},{"source":191,"target":199},{"source":191,"target":607},{"source":191,"target":608},{"source":191,"target":609},{"source":191,"target":610},{"source":607,"target":61},{"source":608,"target":48},{"source":609,"target":75},{"source":610,"target":199},{"source":192,"target":0},{"source":192,"target":140},{"source":192,"target":68},{"source":192,"target":199},{"source":192,"target":611},{"source":192,"target":612},{"source":192,"target":613},{"source":611,"target":140},{"source":612,"target":68},{"source":613,"target":199},{"source":193,"target":0},{"source":193,"target":105},{"source":193,"target":199},{"source":193,"target":614},{"source":193,"target":615},{"source":614,"target":105},{"source":615,"target":199},{"source":194,"target":0},{"source":194,"target":94},{"source":194,"target":199},{"source":194,"target":616},{"source":194,"target":617},{"source":616,"target":94},{"source":617,"target":199},{"source":195,"target":0},{"source":195,"target":116},{"source":195,"target":199},{"source":195,"target":618},{"source":195,"target":619},{"source":618,"target":116},{"source":619,"target":199},{"source":196,"target":0},{"source":196,"target":11},{"source":196,"target":199},{"source":196,"target":620},{"source":196,"target":621},{"source":620,"target":11},{"source":621,"target":199},{"source":197,"target":0},{"source":197,"target":79},{"source":197,"target":199},{"source":197,"target":622},{"source":197,"target":623},{"source":622,"target":79},{"source":623,"target":199},{"source":198,"target":0},{"source":198,"target":44},{"source":198,"target":199},{"source":198,"target":624},{"source":198,"target":625},{"source":624,"target":44},{"source":625,"target":199},{"source":199,"target":0},{"source":199,"target":626},{"source":626,"target":627},{"source":626,"target":199}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="pimm" nsURI="http://org.ietr.preesm/experiment/model/pimm" nsPrefix="org.ietr.preesm.experiment.pimm">
<eClassifiers xsi:type="ecore:EClass" name="Parameterizable" abstract="true" eSuperTypes="#//visitor/PiMMVisitable">
<eOperations name="getInputParameters" upperBound="-1" eType="#//Parameter">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="final EList<Parameter> result = ECollections.newBasicEList();
for (final ConfigInputPort in : getConfigInputPorts()) {
 final ISetter setter = in.getIncomingDependency().getSetter();
 if (setter instanceof Parameter) {
	result.add((Parameter) setter);
 }
}
return result;"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="configInputPorts" upperBound="-1"
eType="#//ConfigInputPort" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractVertex" abstract="true" eSuperTypes="#//Parameterizable">
<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="AbstractActor" abstract="true" eSuperTypes="#//AbstractVertex">
<eOperations name="getAllPorts" upperBound="-1" eType="#//Port">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="final BasicEList<Port> result = ECollections.newBasicEList();
result.addAll(getConfigOutputPorts());
result.addAll(getConfigInputPorts());
result.addAll(getDataInputPorts());
result.addAll(getDataOutputPorts());
return ECollections.unmodifiableEList(result);"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataInputPorts" upperBound="-1"
eType="#//DataInputPort" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataOutputPorts" upperBound="-1"
eType="#//DataOutputPort" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="configOutputPorts" upperBound="-1"
eType="#//ConfigOutputPort" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PiGraph" eSuperTypes="#//AbstractActor">
<eOperations name="getVerticesNames" 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="return ECollections.newBasicEList(getVertices().stream().map(AbstractActor::getName).collect(Collectors.toList()));"/>
</eAnnotations>
</eOperations>
<eOperations name="getParametersNames" 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="return ECollections.newBasicEList(getParameters().stream().map(Parameter::getName).collect(Collectors.toList()));"/>
</eAnnotations>
</eOperations>
<eOperations name="getActors" upperBound="-1" eType="#//Actor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return ECollections.newBasicEList(getVertices().stream().filter(Actor.class::isInstance).map(Actor.class::cast).collect(Collectors.toList()));"/>
</eAnnotations>
</eOperations>
<eOperations name="getAllParameters" upperBound="-1" eType="#//Parameter">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="final EList<Parameter> result = ECollections.newBasicEList();
for (final AbstractActor aa : getVertices()) {
 if (aa instanceof PiGraph) {
 result.addAll(((PiGraph) aa).getAllParameters());
 } else if (aa instanceof Actor) {
 final Refinement refinement = ((Actor) aa).getRefinement();
 if (refinement != null) {
 final AbstractActor subGraph = refinement.getAbstractActor();
 if ((subGraph != null) && (subGraph instanceof PiGraph)) {
 result.addAll(((PiGraph) subGraph).getAllParameters());
 }
 }
 }
}
result.addAll(getParameters());
return result;"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="vertices" upperBound="-1"
eType="#//AbstractActor" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fifos" upperBound="-1"
eType="#//Fifo" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1"
eType="#//Dependency" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//ExecutableActor">
<eStructuralFeatures xsi:type="ecore:EReference" name="refinement" lowerBound="1"
eType="#//Refinement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="configurationActor" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memoryScriptPath" eType="#//IPath"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true" eSuperTypes="#//visitor/PiMMVisitable">
<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" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataInputPort" eSuperTypes="#//DataPort">
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingFifo" eType="#//Fifo"
eOpposite="#//Fifo/targetPort"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataOutputPort" eSuperTypes="#//DataPort">
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingFifo" eType="#//Fifo"
eOpposite="#//Fifo/sourcePort"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfigInputPort" eSuperTypes="#//Port">
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingDependency" eType="#//Dependency"
eOpposite="#//Dependency/getter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfigOutputPort" eSuperTypes="#//DataOutputPort #//ISetter"/>
<eClassifiers xsi:type="ecore:EClass" name="Fifo" eSuperTypes="#//visitor/PiMMVisitable">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourcePort" lowerBound="1"
eType="#//DataOutputPort" eOpposite="#//DataOutputPort/outgoingFifo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetPort" lowerBound="1"
eType="#//DataInputPort" eOpposite="#//DataInputPort/incomingFifo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="delay" eType="#//Delay"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" unsettable="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="void"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceActor" eSuperTypes="#//AbstractActor">
<eStructuralFeatures xsi:type="ecore:EReference" name="graphPort" lowerBound="1"
eType="#//Port"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataInputInterface" eSuperTypes="#//InterfaceActor"/>
<eClassifiers xsi:type="ecore:EClass" name="DataOutputInterface" eSuperTypes="#//InterfaceActor"/>
<eClassifiers xsi:type="ecore:EClass" name="ConfigInputInterface" eSuperTypes="#//Parameter"/>
<eClassifiers xsi:type="ecore:EClass" name="ConfigOutputInterface" eSuperTypes="#//InterfaceActor"/>
<eClassifiers xsi:type="ecore:EClass" name="Refinement" eSuperTypes="#//visitor/PiMMVisitable">
<eOperations name="getAbstractActor" eType="#//AbstractActor"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filePath" eType="#//IPath"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//AbstractVertex #//ISetter">
<eOperations name="isLocallyStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isDependent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="configurationInterface"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="graphPort" lowerBound="1"
eType="#//ConfigInputPort"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//visitor/PiMMVisitable">
<eStructuralFeatures xsi:type="ecore:EReference" name="setter" lowerBound="1"
eType="#//ISetter" eOpposite="#//ISetter/outgoingDependencies"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="getter" lowerBound="1"
eType="#//ConfigInputPort" eOpposite="#//ConfigInputPort/incomingDependency"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ISetter" abstract="true" interface="true">
<eOperations name="getValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingDependencies" upperBound="-1"
eType="#//Dependency" eOpposite="#//Dependency/setter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Delay" eSuperTypes="#//Parameterizable">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//visitor/PiMMVisitable">
<eOperations name="evaluate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="string" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HRefinement" eSuperTypes="#//Refinement">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopPrototype" lowerBound="1"
eType="#//FunctionPrototype" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initPrototype" eType="#//FunctionPrototype"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionPrototype" eSuperTypes="#//visitor/PiMMVisitable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//FunctionParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionParameter" eSuperTypes="#//visitor/PiMMVisitable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//Direction"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isConfigurationParameter"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Direction">
<eLiterals name="IN"/>
<eLiterals name="OUT" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataPort" abstract="true" eSuperTypes="#//Port">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="annotation" eType="#//PortMemoryAnnotation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PortMemoryAnnotation">
<eLiterals name="NONE" literal="NONE"/>
<eLiterals name="READ_ONLY" value="1" literal="READ_ONLY"/>
<eLiterals name="WRITE_ONLY" value="2" literal="WRITE_ONLY"/>
<eLiterals name="UNUSED" value="3" literal="UNUSED"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="IPath" instanceClassName="org.eclipse.core.runtime.IPath"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastActor" eSuperTypes="#//ExecutableActor"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinActor" eSuperTypes="#//ExecutableActor"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkActor" eSuperTypes="#//ExecutableActor"/>
<eClassifiers xsi:type="ecore:EClass" name="RoundBufferActor" eSuperTypes="#//ExecutableActor"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableActor" abstract="true" eSuperTypes="#//AbstractActor"/>
<eSubpackages name="visitor" nsURI="http://org.ietr.preesm/experiment/model/pimm/visitor"
nsPrefix="org.ietr.preesm.experiment.pimm.visitor">
<eClassifiers xsi:type="ecore:EClass" name="PiMMVisitable" abstract="true" interface="true">
<eOperations name="accept" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//visitor/PiMMVisitor"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PiMMVisitor" abstract="true">
<eOperations name="visit" lowerBound="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="subject.accept(this);"/>
</eAnnotations>
<eParameters name="subject" lowerBound="1" eType="#//visitor/PiMMVisitable"/>
</eOperations>
<eOperations name="visitAbstractActor" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//AbstractActor"/>
</eOperations>
<eOperations name="visitAbstractVertex" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//AbstractVertex"/>
</eOperations>
<eOperations name="visitActor" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//Actor"/>
</eOperations>
<eOperations name="visitConfigInputInterface" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//ConfigInputInterface"/>
</eOperations>
<eOperations name="visitConfigInputPort" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//ConfigInputPort"/>
</eOperations>
<eOperations name="visitConfigOutputInterface" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//ConfigOutputInterface"/>
</eOperations>
<eOperations name="visitConfigOutputPort" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//ConfigOutputPort"/>
</eOperations>
<eOperations name="visitDataInputInterface" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//DataInputInterface"/>
</eOperations>
<eOperations name="visitDataInputPort" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//DataInputPort"/>
</eOperations>
<eOperations name="visitDataOutputInterface" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//DataOutputInterface"/>
</eOperations>
<eOperations name="visitDataOutputPort" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//DataOutputPort"/>
</eOperations>
<eOperations name="visitDelay" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//Delay"/>
</eOperations>
<eOperations name="visitDependency" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//Dependency"/>
</eOperations>
<eOperations name="visitExpression" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//Expression"/>
</eOperations>
<eOperations name="visitFifo" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//Fifo"/>
</eOperations>
<eOperations name="visitInterfaceActor" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//InterfaceActor"/>
</eOperations>
<eOperations name="visitISetter" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//ISetter"/>
</eOperations>
<eOperations name="visitParameter" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//Parameter"/>
</eOperations>
<eOperations name="visitParameterizable" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//Parameterizable"/>
</eOperations>
<eOperations name="visitPiGraph" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//PiGraph"/>
</eOperations>
<eOperations name="visitPort" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//Port"/>
</eOperations>
<eOperations name="visitRefinement" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//Refinement"/>
</eOperations>
<eOperations name="visitFunctionParameter" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//FunctionParameter"/>
</eOperations>
<eOperations name="visitFunctionPrototype" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//FunctionPrototype"/>
</eOperations>
<eOperations name="visitHRefinement" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//HRefinement"/>
</eOperations>
<eOperations name="visitDataPort" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//DataPort"/>
</eOperations>
<eOperations name="visitBroadcastActor" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//BroadcastActor"/>
</eOperations>
<eOperations name="visitJoinActor" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//JoinActor"/>
</eOperations>
<eOperations name="visitForkActor" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//ForkActor"/>
</eOperations>
<eOperations name="visitRoundBufferActor" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//RoundBufferActor"/>
</eOperations>
<eOperations name="visitExecutableActor" lowerBound="1">
<eParameters name="subject" lowerBound="1" eType="#//ExecutableActor"/>
</eOperations>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/skanur/preesm/plugins/org.ietr.preesm.experiment.model/model/PiMM.ecore | ecore | pimm
Parameterizable
getInputParameters
configInputPorts
AbstractVertex
name
AbstractActor
getAllPorts
dataInputPorts
dataOutputPorts
configOutputPorts
PiGraph
getVerticesNames
getParametersNames
getActors
getAllParameters
vertices
fifos
parameters
dependencies
Actor
refinement
configurationActor
memoryScriptPath
Port
name
kind
DataInputPort
incomingFifo
DataOutputPort
outgoingFifo
ConfigInputPort
incomingDependency
ConfigOutputPort
Fifo
sourcePort
targetPort
delay
id
type
void
InterfaceActor
graphPort
kind
DataInputInterface
DataOutputInterface
ConfigInputInterface
ConfigOutputInterface
Refinement
getAbstractActor
fileName
""
filePath
Parameter
isLocallyStatic
isDependent
configurationInterface
graphPort
expression
Dependency
setter
getter
ISetter
getValue
outgoingDependencies
Delay
expression
Expression
evaluate
string
0
HRefinement
loopPrototype
initPrototype
FunctionPrototype
name
parameters
FunctionParameter
name
direction
type
isConfigurationParameter
Direction
IN
IN
OUT
OUT
DataPort
expression
annotation
PortMemoryAnnotation
NONE
NONE
READ_ONLY
READ_ONLY
WRITE_ONLY
WRITE_ONLY
UNUSED
UNUSED
IPath
org.eclipse.core.runtime.IPath
org.eclipse.core.runtime.IPath
BroadcastActor
JoinActor
ForkActor
RoundBufferActor
ExecutableActor
visitor
PiMMVisitable
accept
subject
PiMMVisitor
visit
subject
visitAbstractActor
subject
visitAbstractVertex
subject
visitActor
subject
visitConfigInputInterface
subject
visitConfigInputPort
subject
visitConfigOutputInterface
subject
visitConfigOutputPort
subject
visitDataInputInterface
subject
visitDataInputPort
subject
visitDataOutputInterface
subject
visitDataOutputPort
subject
visitDelay
subject
visitDependency
subject
visitExpression
subject
visitFifo
subject
visitInterfaceActor
subject
visitISetter
subject
visitParameter
subject
visitParameterizable
subject
visitPiGraph
subject
visitPort
subject
visitRefinement
subject
visitFunctionParameter
subject
visitFunctionPrototype
subject
visitHRefinement
subject
visitDataPort
subject
visitBroadcastActor
subject
visitJoinActor
subject
visitForkActor
subject
visitRoundBufferActor
subject
visitExecutableActor
subject | null | {"directed":true,"nodes":[{"nsPrefix":"org.ietr.preesm.experiment.pimm","nsURI":"http://org.ietr.preesm/experiment/model/pimm","name":"pimm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameterizable","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractVertex","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractActor","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PiGraph","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataInputPort","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataOutputPort","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigInputPort","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigOutputPort","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fifo","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceActor","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataInputInterface","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataOutputInterface","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigInputInterface","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigOutputInterface","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Refinement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ISetter","instanceClass":null,"abstract":true,"id":20,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delay","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HRefinement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionPrototype","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionParameter","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Direction","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataPort","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PortMemoryAnnotation","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.core.runtime.IPath","defaultValue":null,"instanceClassName":"org.eclipse.core.runtime.IPath","name":"IPath","instanceClass":"org.eclipse.core.runtime.IPath","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastActor","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinActor","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkActor","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoundBufferActor","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableActor","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.ietr.preesm.experiment.pimm.visitor","nsURI":"http://org.ietr.preesm/experiment/model/pimm/visitor","name":"visitor","id":35,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PiMMVisitable","instanceClass":null,"abstract":true,"id":36,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getInputParameters","lowerBound":0,"id":37,"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":"configInputPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllPorts","lowerBound":0,"id":45,"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":"dataInputPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataOutputPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configOutputPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getVerticesNames","lowerBound":0,"id":54,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getParametersNames","lowerBound":0,"id":55,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActors","lowerBound":0,"id":56,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllParameters","lowerBound":0,"id":57,"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":"vertices","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":"fifos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refinement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"configurationActor","changeable":false,"lowerBound":1,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memoryScriptPath","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":false,"lowerBound":1,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingFifo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetPort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingFifo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourcePort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingDependency","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"getter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delay","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"id","changeable":false,"lowerBound":1,"iD":false,"id":98,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"void","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"void","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"graphPort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":false,"lowerBound":1,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAbstractActor","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"fileName","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filePath","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isLocallyStatic","lowerBound":0,"id":122,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isDependent","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"configurationInterface","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"graphPort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"container":false,"ordered":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":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"setter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingDependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValue","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EOperation"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":1,"id":145,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":"0","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"string","changeable":true,"lowerBound":1,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"loopPrototype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initPrototype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"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":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isConfigurationParameter","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"name":"IN","id":169,"value":0,"literal":"IN","eClass":"EEnumLiteral"},{"name":"OUT","id":170,"value":1,"literal":"OUT","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":171,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"name":"NONE","id":176,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"READ_ONLY","id":177,"value":1,"literal":"READ_ONLY","eClass":"EEnumLiteral"},{"name":"WRITE_ONLY","id":178,"value":2,"literal":"WRITE_ONLY","eClass":"EEnumLiteral"},{"name":"UNUSED","id":179,"value":3,"literal":"UNUSED","eClass":"EEnumLiteral"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PiMMVisitor","instanceClass":null,"abstract":true,"id":185,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":1,"id":186,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":187,"many":false,"required":true,"eClass":"EParameter"},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":1,"id":189,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitAbstractActor","lowerBound":1,"id":190,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitAbstractVertex","lowerBound":1,"id":191,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitActor","lowerBound":1,"id":192,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitConfigInputInterface","lowerBound":1,"id":193,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitConfigInputPort","lowerBound":1,"id":194,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitConfigOutputInterface","lowerBound":1,"id":195,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitConfigOutputPort","lowerBound":1,"id":196,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitDataInputInterface","lowerBound":1,"id":197,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitDataInputPort","lowerBound":1,"id":198,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitDataOutputInterface","lowerBound":1,"id":199,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitDataOutputPort","lowerBound":1,"id":200,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitDelay","lowerBound":1,"id":201,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitDependency","lowerBound":1,"id":202,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitExpression","lowerBound":1,"id":203,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitFifo","lowerBound":1,"id":204,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitInterfaceActor","lowerBound":1,"id":205,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitISetter","lowerBound":1,"id":206,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitParameter","lowerBound":1,"id":207,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitParameterizable","lowerBound":1,"id":208,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitPiGraph","lowerBound":1,"id":209,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitPort","lowerBound":1,"id":210,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitRefinement","lowerBound":1,"id":211,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitFunctionParameter","lowerBound":1,"id":212,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitFunctionPrototype","lowerBound":1,"id":213,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitHRefinement","lowerBound":1,"id":214,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitDataPort","lowerBound":1,"id":215,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitBroadcastActor","lowerBound":1,"id":216,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitJoinActor","lowerBound":1,"id":217,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitForkActor","lowerBound":1,"id":218,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitRoundBufferActor","lowerBound":1,"id":219,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitExecutableActor","lowerBound":1,"id":220,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":221,"many":false,"required":true,"eClass":"EParameter"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":223,"many":false,"required":true,"eClass":"EParameter"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":225,"many":false,"required":true,"eClass":"EParameter"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":227,"many":false,"required":true,"eClass":"EParameter"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":229,"many":false,"required":true,"eClass":"EParameter"},{"id":230,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":231,"many":false,"required":true,"eClass":"EParameter"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":233,"many":false,"required":true,"eClass":"EParameter"},{"id":234,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":235,"many":false,"required":true,"eClass":"EParameter"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":237,"many":false,"required":true,"eClass":"EParameter"},{"id":238,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":239,"many":false,"required":true,"eClass":"EParameter"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":241,"many":false,"required":true,"eClass":"EParameter"},{"id":242,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":243,"many":false,"required":true,"eClass":"EParameter"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":245,"many":false,"required":true,"eClass":"EParameter"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":247,"many":false,"required":true,"eClass":"EParameter"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":249,"many":false,"required":true,"eClass":"EParameter"},{"id":250,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":251,"many":false,"required":true,"eClass":"EParameter"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":253,"many":false,"required":true,"eClass":"EParameter"},{"id":254,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":255,"many":false,"required":true,"eClass":"EParameter"},{"id":256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":257,"many":false,"required":true,"eClass":"EParameter"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":259,"many":false,"required":true,"eClass":"EParameter"},{"id":260,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":261,"many":false,"required":true,"eClass":"EParameter"},{"id":262,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":263,"many":false,"required":true,"eClass":"EParameter"},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":265,"many":false,"required":true,"eClass":"EParameter"},{"id":266,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":267,"many":false,"required":true,"eClass":"EParameter"},{"id":268,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":269,"many":false,"required":true,"eClass":"EParameter"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":271,"many":false,"required":true,"eClass":"EParameter"},{"id":272,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":273,"many":false,"required":true,"eClass":"EParameter"},{"id":274,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":275,"many":false,"required":true,"eClass":"EParameter"},{"id":276,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":277,"many":false,"required":true,"eClass":"EParameter"},{"id":278,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":279,"many":false,"required":true,"eClass":"EParameter"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":281,"many":false,"required":true,"eClass":"EParameter"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subject","lowerBound":1,"id":283,"many":false,"required":true,"eClass":"EParameter"},{"id":284,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":1,"target":0},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":37,"target":18},{"source":37,"target":40},{"source":37,"target":1},{"source":40,"target":18},{"source":38,"target":9},{"source":38,"target":41},{"source":38,"target":1},{"source":41,"target":9},{"source":39,"target":36},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":42},{"source":2,"target":43},{"source":42,"target":44},{"source":42,"target":2},{"source":43,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":45,"target":6},{"source":45,"target":50},{"source":45,"target":3},{"source":50,"target":6},{"source":46,"target":7},{"source":46,"target":51},{"source":46,"target":3},{"source":51,"target":7},{"source":47,"target":8},{"source":47,"target":52},{"source":47,"target":3},{"source":52,"target":8},{"source":48,"target":10},{"source":48,"target":53},{"source":48,"target":3},{"source":53,"target":10},{"source":49,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":62},{"source":54,"target":63},{"source":54,"target":4},{"source":55,"target":64},{"source":55,"target":4},{"source":56,"target":5},{"source":56,"target":65},{"source":56,"target":4},{"source":65,"target":5},{"source":57,"target":18},{"source":57,"target":66},{"source":57,"target":4},{"source":66,"target":18},{"source":58,"target":3},{"source":58,"target":67},{"source":58,"target":4},{"source":67,"target":3},{"source":59,"target":11},{"source":59,"target":68},{"source":59,"target":4},{"source":68,"target":11},{"source":60,"target":18},{"source":60,"target":69},{"source":60,"target":4},{"source":69,"target":18},{"source":61,"target":19},{"source":61,"target":70},{"source":61,"target":4},{"source":70,"target":19},{"source":62,"target":3},{"source":5,"target":0},{"source":5,"target":34},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":71,"target":17},{"source":71,"target":75},{"source":71,"target":5},{"source":75,"target":17},{"source":72,"target":76},{"source":72,"target":5},{"source":73,"target":29},{"source":73,"target":77},{"source":73,"target":5},{"source":77,"target":29},{"source":74,"target":34},{"source":6,"target":0},{"source":6,"target":36},{"source":6,"target":78},{"source":6,"target":79},{"source":6,"target":80},{"source":78,"target":81},{"source":78,"target":6},{"source":79,"target":82},{"source":79,"target":6},{"source":80,"target":36},{"source":7,"target":0},{"source":7,"target":27},{"source":7,"target":83},{"source":7,"target":84},{"source":83,"target":11},{"source":83,"target":85},{"source":83,"target":7},{"source":83,"target":86},{"source":85,"target":11},{"source":84,"target":27},{"source":8,"target":0},{"source":8,"target":27},{"source":8,"target":87},{"source":8,"target":88},{"source":87,"target":11},{"source":87,"target":89},{"source":87,"target":8},{"source":87,"target":90},{"source":89,"target":11},{"source":88,"target":27},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":91},{"source":9,"target":92},{"source":91,"target":19},{"source":91,"target":93},{"source":91,"target":9},{"source":91,"target":94},{"source":93,"target":19},{"source":92,"target":6},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":20},{"source":10,"target":95},{"source":10,"target":96},{"source":95,"target":8},{"source":96,"target":20},{"source":11,"target":0},{"source":11,"target":36},{"source":11,"target":90},{"source":11,"target":86},{"source":11,"target":97},{"source":11,"target":98},{"source":11,"target":99},{"source":11,"target":100},{"source":90,"target":8},{"source":90,"target":101},{"source":90,"target":11},{"source":90,"target":87},{"source":101,"target":8},{"source":86,"target":7},{"source":86,"target":102},{"source":86,"target":11},{"source":86,"target":83},{"source":102,"target":7},{"source":97,"target":21},{"source":97,"target":103},{"source":97,"target":11},{"source":103,"target":21},{"source":98,"target":104},{"source":98,"target":11},{"source":99,"target":105},{"source":99,"target":11},{"source":100,"target":36},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":106},{"source":12,"target":107},{"source":12,"target":108},{"source":106,"target":6},{"source":106,"target":109},{"source":106,"target":12},{"source":109,"target":6},{"source":107,"target":110},{"source":107,"target":12},{"source":108,"target":3},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":111},{"source":111,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":112},{"source":112,"target":12},{"source":15,"target":0},{"source":15,"target":18},{"source":15,"target":113},{"source":113,"target":18},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":114},{"source":114,"target":12},{"source":17,"target":0},{"source":17,"target":36},{"source":17,"target":115},{"source":17,"target":116},{"source":17,"target":117},{"source":17,"target":118},{"source":115,"target":3},{"source":115,"target":119},{"source":115,"target":17},{"source":119,"target":3},{"source":116,"target":120},{"source":116,"target":17},{"source":117,"target":29},{"source":117,"target":121},{"source":117,"target":17},{"source":121,"target":29},{"source":118,"target":36},{"source":18,"target":0},{"source":18,"target":2},{"source":18,"target":20},{"source":18,"target":122},{"source":18,"target":123},{"source":18,"target":124},{"source":18,"target":125},{"source":18,"target":126},{"source":18,"target":127},{"source":18,"target":128},{"source":122,"target":129},{"source":122,"target":18},{"source":123,"target":130},{"source":123,"target":18},{"source":124,"target":131},{"source":124,"target":18},{"source":125,"target":9},{"source":125,"target":132},{"source":125,"target":18},{"source":132,"target":9},{"source":126,"target":22},{"source":126,"target":133},{"source":126,"target":18},{"source":133,"target":22},{"source":127,"target":2},{"source":128,"target":20},{"source":19,"target":0},{"source":19,"target":36},{"source":19,"target":134},{"source":19,"target":94},{"source":19,"target":135},{"source":134,"target":20},{"source":134,"target":136},{"source":134,"target":19},{"source":134,"target":137},{"source":136,"target":20},{"source":94,"target":9},{"source":94,"target":138},{"source":94,"target":19},{"source":94,"target":91},{"source":138,"target":9},{"source":135,"target":36},{"source":20,"target":0},{"source":20,"target":139},{"source":20,"target":137},{"source":139,"target":140},{"source":139,"target":20},{"source":137,"target":19},{"source":137,"target":141},{"source":137,"target":20},{"source":137,"target":134},{"source":141,"target":19},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":142},{"source":21,"target":143},{"source":142,"target":22},{"source":142,"target":144},{"source":142,"target":21},{"source":144,"target":22},{"source":143,"target":1},{"source":22,"target":0},{"source":22,"target":36},{"source":22,"target":145},{"source":22,"target":146},{"source":22,"target":147},{"source":145,"target":148},{"source":145,"target":22},{"source":146,"target":149},{"source":146,"target":22},{"source":147,"target":36},{"source":23,"target":0},{"source":23,"target":17},{"source":23,"target":150},{"source":23,"target":151},{"source":23,"target":152},{"source":150,"target":24},{"source":150,"target":153},{"source":150,"target":23},{"source":153,"target":24},{"source":151,"target":24},{"source":151,"target":154},{"source":151,"target":23},{"source":154,"target":24},{"source":152,"target":17},{"source":24,"target":0},{"source":24,"target":36},{"source":24,"target":155},{"source":24,"target":156},{"source":24,"target":157},{"source":155,"target":158},{"source":155,"target":24},{"source":156,"target":25},{"source":156,"target":159},{"source":156,"target":24},{"source":159,"target":25},{"source":157,"target":36},{"source":25,"target":0},{"source":25,"target":36},{"source":25,"target":160},{"source":25,"target":161},{"source":25,"target":162},{"source":25,"target":163},{"source":25,"target":164},{"source":160,"target":165},{"source":160,"target":25},{"source":161,"target":26},{"source":161,"target":166},{"source":161,"target":25},{"source":166,"target":26},{"source":162,"target":167},{"source":162,"target":25},{"source":163,"target":168},{"source":163,"target":25},{"source":164,"target":36},{"source":26,"target":0},{"source":26,"target":169},{"source":26,"target":170},{"source":169,"target":26},{"source":170,"target":26},{"source":27,"target":0},{"source":27,"target":6},{"source":27,"target":171},{"source":27,"target":172},{"source":27,"target":173},{"source":171,"target":22},{"source":171,"target":174},{"source":171,"target":27},{"source":174,"target":22},{"source":172,"target":28},{"source":172,"target":175},{"source":172,"target":27},{"source":175,"target":28},{"source":173,"target":6},{"source":28,"target":0},{"source":28,"target":176},{"source":28,"target":177},{"source":28,"target":178},{"source":28,"target":179},{"source":176,"target":28},{"source":177,"target":28},{"source":178,"target":28},{"source":179,"target":28},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":34},{"source":30,"target":180},{"source":180,"target":34},{"source":31,"target":0},{"source":31,"target":34},{"source":31,"target":181},{"source":181,"target":34},{"source":32,"target":0},{"source":32,"target":34},{"source":32,"target":182},{"source":182,"target":34},{"source":33,"target":0},{"source":33,"target":34},{"source":33,"target":183},{"source":183,"target":34},{"source":34,"target":0},{"source":34,"target":3},{"source":34,"target":184},{"source":184,"target":3},{"source":35,"target":36},{"source":35,"target":185},{"source":35,"target":0},{"source":36,"target":35},{"source":36,"target":186},{"source":186,"target":36},{"source":186,"target":187},{"source":187,"target":185},{"source":187,"target":188},{"source":187,"target":186},{"source":188,"target":185},{"source":185,"target":35},{"source":185,"target":189},{"source":185,"target":190},{"source":185,"target":191},{"source":185,"target":192},{"source":185,"target":193},{"source":185,"target":194},{"source":185,"target":195},{"source":185,"target":196},{"source":185,"target":197},{"source":185,"target":198},{"source":185,"target":199},{"source":185,"target":200},{"source":185,"target":201},{"source":185,"target":202},{"source":185,"target":203},{"source":185,"target":204},{"source":185,"target":205},{"source":185,"target":206},{"source":185,"target":207},{"source":185,"target":208},{"source":185,"target":209},{"source":185,"target":210},{"source":185,"target":211},{"source":185,"target":212},{"source":185,"target":213},{"source":185,"target":214},{"source":185,"target":215},{"source":185,"target":216},{"source":185,"target":217},{"source":185,"target":218},{"source":185,"target":219},{"source":185,"target":220},{"source":189,"target":185},{"source":189,"target":221},{"source":221,"target":36},{"source":221,"target":222},{"source":221,"target":189},{"source":222,"target":36},{"source":190,"target":185},{"source":190,"target":223},{"source":223,"target":3},{"source":223,"target":224},{"source":223,"target":190},{"source":224,"target":3},{"source":191,"target":185},{"source":191,"target":225},{"source":225,"target":2},{"source":225,"target":226},{"source":225,"target":191},{"source":226,"target":2},{"source":192,"target":185},{"source":192,"target":227},{"source":227,"target":5},{"source":227,"target":228},{"source":227,"target":192},{"source":228,"target":5},{"source":193,"target":185},{"source":193,"target":229},{"source":229,"target":15},{"source":229,"target":230},{"source":229,"target":193},{"source":230,"target":15},{"source":194,"target":185},{"source":194,"target":231},{"source":231,"target":9},{"source":231,"target":232},{"source":231,"target":194},{"source":232,"target":9},{"source":195,"target":185},{"source":195,"target":233},{"source":233,"target":16},{"source":233,"target":234},{"source":233,"target":195},{"source":234,"target":16},{"source":196,"target":185},{"source":196,"target":235},{"source":235,"target":10},{"source":235,"target":236},{"source":235,"target":196},{"source":236,"target":10},{"source":197,"target":185},{"source":197,"target":237},{"source":237,"target":13},{"source":237,"target":238},{"source":237,"target":197},{"source":238,"target":13},{"source":198,"target":185},{"source":198,"target":239},{"source":239,"target":7},{"source":239,"target":240},{"source":239,"target":198},{"source":240,"target":7},{"source":199,"target":185},{"source":199,"target":241},{"source":241,"target":14},{"source":241,"target":242},{"source":241,"target":199},{"source":242,"target":14},{"source":200,"target":185},{"source":200,"target":243},{"source":243,"target":8},{"source":243,"target":244},{"source":243,"target":200},{"source":244,"target":8},{"source":201,"target":185},{"source":201,"target":245},{"source":245,"target":21},{"source":245,"target":246},{"source":245,"target":201},{"source":246,"target":21},{"source":202,"target":185},{"source":202,"target":247},{"source":247,"target":19},{"source":247,"target":248},{"source":247,"target":202},{"source":248,"target":19},{"source":203,"target":185},{"source":203,"target":249},{"source":249,"target":22},{"source":249,"target":250},{"source":249,"target":203},{"source":250,"target":22},{"source":204,"target":185},{"source":204,"target":251},{"source":251,"target":11},{"source":251,"target":252},{"source":251,"target":204},{"source":252,"target":11},{"source":205,"target":185},{"source":205,"target":253},{"source":253,"target":12},{"source":253,"target":254},{"source":253,"target":205},{"source":254,"target":12},{"source":206,"target":185},{"source":206,"target":255},{"source":255,"target":20},{"source":255,"target":256},{"source":255,"target":206},{"source":256,"target":20},{"source":207,"target":185},{"source":207,"target":257},{"source":257,"target":18},{"source":257,"target":258},{"source":257,"target":207},{"source":258,"target":18},{"source":208,"target":185},{"source":208,"target":259},{"source":259,"target":1},{"source":259,"target":260},{"source":259,"target":208},{"source":260,"target":1},{"source":209,"target":185},{"source":209,"target":261},{"source":261,"target":4},{"source":261,"target":262},{"source":261,"target":209},{"source":262,"target":4},{"source":210,"target":185},{"source":210,"target":263},{"source":263,"target":6},{"source":263,"target":264},{"source":263,"target":210},{"source":264,"target":6},{"source":211,"target":185},{"source":211,"target":265},{"source":265,"target":17},{"source":265,"target":266},{"source":265,"target":211},{"source":266,"target":17},{"source":212,"target":185},{"source":212,"target":267},{"source":267,"target":25},{"source":267,"target":268},{"source":267,"target":212},{"source":268,"target":25},{"source":213,"target":185},{"source":213,"target":269},{"source":269,"target":24},{"source":269,"target":270},{"source":269,"target":213},{"source":270,"target":24},{"source":214,"target":185},{"source":214,"target":271},{"source":271,"target":23},{"source":271,"target":272},{"source":271,"target":214},{"source":272,"target":23},{"source":215,"target":185},{"source":215,"target":273},{"source":273,"target":27},{"source":273,"target":274},{"source":273,"target":215},{"source":274,"target":27},{"source":216,"target":185},{"source":216,"target":275},{"source":275,"target":30},{"source":275,"target":276},{"source":275,"target":216},{"source":276,"target":30},{"source":217,"target":185},{"source":217,"target":277},{"source":277,"target":31},{"source":277,"target":278},{"source":277,"target":217},{"source":278,"target":31},{"source":218,"target":185},{"source":218,"target":279},{"source":279,"target":32},{"source":279,"target":280},{"source":279,"target":218},{"source":280,"target":32},{"source":219,"target":185},{"source":219,"target":281},{"source":281,"target":33},{"source":281,"target":282},{"source":281,"target":219},{"source":282,"target":33},{"source":220,"target":185},{"source":220,"target":283},{"source":283,"target":34},{"source":283,"target":284},{"source":283,"target":220},{"source":284,"target":34}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="generalAppGenerator" nsURI="http://genappgen" nsPrefix="genAppGen">
<eAnnotations source="gmf"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralMobileApp">
<eAnnotations source="gmf.diagram"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="flowElements" lowerBound="3"
upperBound="-1" eType="#//FlowElement" 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="transitions" lowerBound="2"
upperBound="-1" eType="#//Transition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FlowElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="transitionIn" eType="#//Transition"
eOpposite="#//Transition/output"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitionOut" eType="#//Transition"
eOpposite="#//Transition/input"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eAnnotations source="gmf.link">
<details key="target" value="output"/>
<details key="source" value="input"/>
<details key="resizable" value="true"/>
<details key="target.decoration" value="arrow"/>
<details key="label" value="name"/>
<details key="tool.description" value="New transition."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="output" eType="#//FlowElement"
eOpposite="#//FlowElement/transitionIn"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="input" eType="#//FlowElement"
eOpposite="#//FlowElement/transitionOut"/>
<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="InitialNode" eSuperTypes="#//FlowElement">
<eAnnotations source="gmf.node">
<details key="label.placement" value="none"/>
<details key="label.icon" value="false"/>
<details key="figure" value="svg"/>
<details key="svg.uri" value="platform:/plugin/model-driven-mobile-apps-generator/editor-icons/initial-node.svg"/>
<details key="resizable" value="false"/>
<details key="tool.description" value="New initial node."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//FlowElement">
<eAnnotations source="gmf.node">
<details key="label.placement" value="none"/>
<details key="label.icon" value="false"/>
<details key="figure" value="svg"/>
<details key="svg.uri" value="platform:/plugin/model-driven-mobile-apps-generator/editor-icons/final-node.svg"/>
<details key="resizable" value="false"/>
<details key="tool.description" value="New final node."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Screen" eSuperTypes="#//FlowElement">
<eAnnotations source="gmf.node">
<details key="label" value="title"/>
<details key="label.placement" value="internal"/>
<details key="label.icon" value="false"/>
<details key="resizable" value="true"/>
<details key="tool.description" value="New Screen."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1"
eType="#//Component" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
<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="Component" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputComponent" abstract="true" eSuperTypes="#//Component">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stateID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DynamicComponent" abstract="true" eSuperTypes="#//Component">
<eStructuralFeatures xsi:type="ecore:EReference" name="dataSource" upperBound="5"
eType="#//InputComponent"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stateID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Card" eSuperTypes="#//DynamicComponent">
<eAnnotations source="gmf.node">
<details key="label.placement" value="none"/>
<details key="label.icon" value="false"/>
<details key="figure" value="svg"/>
<details key="svg.uri" value="platform:/plugin/model-driven-mobile-apps-generator/editor-icons/card.svg"/>
<details key="resizable" value="false"/>
<details key="tool.description" value="New card."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputText" eSuperTypes="#//InputComponent">
<eAnnotations source="gmf.node">
<details key="label" value="placeholder"/>
<details key="label.placement" value="internal"/>
<details key="label.icon" value="false"/>
<details key="resizable" value="true"/>
<details key="tool.description" value="New inputText."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="placeholder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListC" eSuperTypes="#//DynamicComponent">
<eAnnotations source="gmf.node">
<details key="label.placement" value="none"/>
<details key="label.icon" value="false"/>
<details key="figure" value="svg"/>
<details key="svg.uri" value="platform:/plugin/model-driven-mobile-apps-generator/editor-icons/list.svg"/>
<details key="resizable" value="false"/>
<details key="tool.description" value="New listC."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoginForm" eSuperTypes="#//InputComponent">
<eAnnotations source="gmf.node">
<details key="label" value="buttonTitle"/>
<details key="label.placement" value="external"/>
<details key="label.icon" value="false"/>
<details key="figure" value="svg"/>
<details key="svg.uri" value="platform:/plugin/model-driven-mobile-apps-generator/editor-icons/login.svg"/>
<details key="resizable" value="false"/>
<details key="tool.description" value="New loginForm."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="userPlaceholder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="passwordPlaceholder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="buttonTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Picker" eSuperTypes="#//InputComponent">
<eAnnotations source="gmf.node">
<details key="label" value="title"/>
<details key="label.placement" value="internal"/>
<details key="label.icon" value="false"/>
<details key="resizable" value="true"/>
<details key="tool.description" value="New picker."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="2"
upperBound="-1" eType="#//PickerElement" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultOption" lowerBound="1"
eType="#//PickerElement"/>
<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="RadioButton" eSuperTypes="#//InputComponent">
<eAnnotations source="gmf.node">
<details key="label" value="title"/>
<details key="label.placement" value="external"/>
<details key="label.icon" value="false"/>
<details key="figure" value="svg"/>
<details key="svg.uri" value="platform:/plugin/model-driven-mobile-apps-generator/editor-icons/check-box.svg"/>
<details key="resizable" value="false"/>
<details key="tool.description" value="New radioButton."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultOption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PickerElement">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
<details key="label.placement" value="internal"/>
<details key="label.icon" value="false"/>
<details key="resizable" value="true"/>
<details key="tool.description" value="New pickerElement."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/AML14/model-driven-mobile-apps-generator/src/metamodel/general_design.ecore | ecore | generalAppGenerator
GeneralMobileApp
flowElements
name
transitions
FlowElement
transitionIn
transitionOut
Transition
output
input
name
InitialNode
FinalNode
Screen
components
title
Component
verticalPosition
InputComponent
stateID
DynamicComponent
dataSource
stateID
Card
InputText
placeholder
ListC
LoginForm
userPlaceholder
passwordPlaceholder
buttonTitle
Picker
elements
defaultOption
title
RadioButton
title
defaultOption
PickerElement
name | null | {"directed":true,"nodes":[{"nsPrefix":"genAppGen","nsURI":"http://genappgen","name":"generalAppGenerator","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralMobileApp","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Screen","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputComponent","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicComponent","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Card","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputText","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListC","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoginForm","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Picker","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RadioButton","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PickerElement","instanceClass":null,"abstract":false,"id":16,"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":"flowElements","changeable":true,"resolveProxies":true,"lowerBound":3,"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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":2,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transitionIn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transitionOut","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"title","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"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":"verticalPosition","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"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":"stateID","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stateID","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"placeholder","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userPlaceholder","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":"passwordPlaceholder","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":"buttonTitle","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"},{"container":false,"ordered":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":2,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultOption","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"title","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"},{"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":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":"defaultOption","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":17,"target":2},{"source":17,"target":20},{"source":17,"target":1},{"source":20,"target":2},{"source":18,"target":21},{"source":18,"target":1},{"source":19,"target":3},{"source":19,"target":22},{"source":19,"target":1},{"source":22,"target":3},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":23,"target":3},{"source":23,"target":25},{"source":23,"target":2},{"source":23,"target":26},{"source":25,"target":3},{"source":24,"target":3},{"source":24,"target":27},{"source":24,"target":2},{"source":24,"target":28},{"source":27,"target":3},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":28},{"source":3,"target":29},{"source":26,"target":2},{"source":26,"target":30},{"source":26,"target":3},{"source":26,"target":23},{"source":30,"target":2},{"source":28,"target":2},{"source":28,"target":31},{"source":28,"target":3},{"source":28,"target":24},{"source":31,"target":2},{"source":29,"target":32},{"source":29,"target":3},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":33},{"source":33,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":34},{"source":34,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":35,"target":7},{"source":35,"target":38},{"source":35,"target":6},{"source":38,"target":7},{"source":36,"target":39},{"source":36,"target":6},{"source":37,"target":2},{"source":7,"target":0},{"source":7,"target":40},{"source":40,"target":41},{"source":40,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":42},{"source":8,"target":43},{"source":42,"target":44},{"source":42,"target":8},{"source":43,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":45},{"source":9,"target":46},{"source":9,"target":47},{"source":45,"target":8},{"source":45,"target":48},{"source":45,"target":9},{"source":48,"target":8},{"source":46,"target":49},{"source":46,"target":9},{"source":47,"target":7},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":50},{"source":50,"target":9},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":51},{"source":11,"target":52},{"source":51,"target":53},{"source":51,"target":11},{"source":52,"target":8},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":54},{"source":54,"target":9},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":55},{"source":13,"target":56},{"source":13,"target":57},{"source":13,"target":58},{"source":55,"target":59},{"source":55,"target":13},{"source":56,"target":60},{"source":56,"target":13},{"source":57,"target":61},{"source":57,"target":13},{"source":58,"target":8},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":62},{"source":14,"target":63},{"source":14,"target":64},{"source":14,"target":65},{"source":62,"target":16},{"source":62,"target":66},{"source":62,"target":14},{"source":66,"target":16},{"source":63,"target":16},{"source":63,"target":67},{"source":63,"target":14},{"source":67,"target":16},{"source":64,"target":68},{"source":64,"target":14},{"source":65,"target":8},{"source":15,"target":0},{"source":15,"target":8},{"source":15,"target":69},{"source":15,"target":70},{"source":15,"target":71},{"source":69,"target":72},{"source":69,"target":15},{"source":70,"target":73},{"source":70,"target":15},{"source":71,"target":8},{"source":16,"target":0},{"source":16,"target":74},{"source":74,"target":75},{"source":74,"target":16}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="eShop" nsURI="http://www.example.com/" nsPrefix="eShop">
<eClassifiers xsi:type="ecore:EClass" name="Customer">
<eOperations name="newCustomer" eType="#//Customer">
<eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="p" lowerBound="1" eType="#//Portal"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portal" lowerBound="1"
eType="#//Portal" eOpposite="#//Portal/customers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sale" upperBound="-1" eType="#//Sale"
eOpposite="#//Sale/purchaser"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GoldCustomer" eSuperTypes="#//Customer"/>
<eClassifiers xsi:type="ecore:EClass" name="Portal">
<eOperations name="removeGoldCategory">
<eParameters name="c" lowerBound="1" eType="#//Customer"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="customers" upperBound="-1"
eType="#//Customer" eOpposite="#//Customer/portal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sale">
<eOperations name="addSaleLine" eType="#//SaleLine">
<eParameters name="p" lowerBound="1" eType="#//Product"/>
<eParameters name="quantity" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="paid" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="amount" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="purchaser" lowerBound="1"
eType="#//Customer" eOpposite="#//Customer/sale"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lines" upperBound="-1"
eType="#//SaleLine" eOpposite="#//SaleLine/sale"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SaleLine">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="quantity" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sale" eType="#//Sale" eOpposite="#//Sale/lines"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="product" lowerBound="1"
eType="#//Product" eOpposite="#//Product/salesLines"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Product">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="price" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stock" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="salesLines" upperBound="-1"
eType="#//SaleLine" eOpposite="#//SaleLine/product"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/megamart2/tool-emftocsp/plugins/fr.inria.atlanmod.emftocsp.examples/samples/ecore/eShop.ecore | ecore | eShop
Customer
newCustomer
name
p
name
portal
sale
GoldCustomer
Portal
removeGoldCategory
c
name
url
customers
Sale
addSaleLine
p
quantity
id
paid
amount
purchaser
lines
SaleLine
quantity
sale
product
Product
price
stock
salesLines | null | {"directed":true,"nodes":[{"nsPrefix":"eShop","nsURI":"http://www.example.com/","name":"eShop","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Customer","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GoldCustomer","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Portal","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sale","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SaleLine","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Product","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"newCustomer","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"portal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sale","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":12,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"p","lowerBound":1,"id":13,"many":false,"required":true,"eClass":"EParameter"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"customers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"purchaser","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeGoldCategory","lowerBound":0,"id":22,"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":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"c","lowerBound":1,"id":25,"many":false,"required":true,"eClass":"EParameter"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addSaleLine","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":31,"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":"paid","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"amount","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"p","lowerBound":1,"id":36,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"quantity","lowerBound":1,"id":37,"many":false,"required":true,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sale","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantity","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"product","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"salesLines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"price","changeable":true,"lowerBound":1,"iD":false,"id":52,"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":"stock","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":7,"target":1},{"source":7,"target":11},{"source":7,"target":1},{"source":7,"target":12},{"source":7,"target":13},{"source":11,"target":1},{"source":12,"target":14},{"source":12,"target":7},{"source":13,"target":3},{"source":13,"target":15},{"source":13,"target":7},{"source":15,"target":3},{"source":8,"target":16},{"source":8,"target":1},{"source":9,"target":3},{"source":9,"target":17},{"source":9,"target":1},{"source":9,"target":18},{"source":17,"target":3},{"source":10,"target":4},{"source":10,"target":19},{"source":10,"target":1},{"source":10,"target":20},{"source":19,"target":4},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":21},{"source":21,"target":1},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":18},{"source":22,"target":3},{"source":22,"target":25},{"source":25,"target":1},{"source":25,"target":26},{"source":25,"target":22},{"source":26,"target":1},{"source":23,"target":27},{"source":23,"target":3},{"source":24,"target":28},{"source":24,"target":3},{"source":18,"target":1},{"source":18,"target":29},{"source":18,"target":3},{"source":18,"target":9},{"source":29,"target":1},{"source":4,"target":0},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":20},{"source":4,"target":34},{"source":30,"target":5},{"source":30,"target":35},{"source":30,"target":4},{"source":30,"target":36},{"source":30,"target":37},{"source":35,"target":5},{"source":36,"target":6},{"source":36,"target":38},{"source":36,"target":30},{"source":38,"target":6},{"source":37,"target":39},{"source":37,"target":30},{"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":20,"target":1},{"source":20,"target":43},{"source":20,"target":4},{"source":20,"target":10},{"source":43,"target":1},{"source":34,"target":5},{"source":34,"target":44},{"source":34,"target":4},{"source":34,"target":45},{"source":44,"target":5},{"source":5,"target":0},{"source":5,"target":46},{"source":5,"target":45},{"source":5,"target":47},{"source":46,"target":48},{"source":46,"target":5},{"source":45,"target":4},{"source":45,"target":49},{"source":45,"target":5},{"source":45,"target":34},{"source":49,"target":4},{"source":47,"target":6},{"source":47,"target":50},{"source":47,"target":5},{"source":47,"target":51},{"source":50,"target":6},{"source":6,"target":0},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":51},{"source":52,"target":54},{"source":52,"target":6},{"source":53,"target":55},{"source":53,"target":6},{"source":51,"target":5},{"source":51,"target":56},{"source":51,"target":6},{"source":51,"target":47},{"source":56,"target":5}],"multigraph":true} |
false | <?xml version="1.0" encoding="ASCII"?>
<ecore:EPackage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="generics" nsURI="eu.modelwriter.generics" nsPrefix="gns">
<eAnnotations source="http://www.modelwriter.eu/alloyinecore/expression/invariant">
<details key="callable" value="false"/>
<details key="name" value="test1"/>
<details key="formula" value="contents in Dir -> (Dir + File"/>
</eAnnotations>
<eAnnotations source="http://www.modelwriter.eu/alloyinecore/model">
<details key="name"/>
</eAnnotations>
<eAnnotations source="http://www.modelwriter.eu/alloyinecore/import">
<details key="Ecore" value="http://www.eclipse.org/emf/2002/Ecore"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="List" abstract="true">
<eAnnotations source="http://www.modelwriter.eu/alloyinecore/expression/invariant">
<details key="callable" value="false"/>
<details key="name" value="quantifier"/>
<details key="formula" value="all d : List | not (d in d.^contents"/>
</eAnnotations>
<eTypeParameters name="E"/>
<eOperations name="add" lowerBound="1">
<eParameters name="element" lowerBound="1"/>
</eOperations>
<eOperations name="iterator">
<eGenericType/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iterator">
<eTypeParameters name="E"/>
<eOperations name="next">
<eGenericType/>
<eExceptions xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="hasNext" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayList">
<eTypeParameters name="V"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Car">
<eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility">
<details key="visibility" value="public"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Person" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Owner">
<eAnnotations/>
<eTypeParameters name="K"/>
<eTypeParameters name="V">
<eBounds/>
<eBounds/>
</eTypeParameters>
<eOperations name="op" lowerBound="1">
<eGenericType/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="cars"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" upperBound="-1">
<eAnnotations source="http://www.modelwriter.eu/alloyinecore/nullable"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Shape" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Canvas">
<eOperations name="draw">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eParameters name="shapes" lowerBound="1"/>
</eOperations>
<eOperations name="create" lowerBound="1">
<eTypeParameters name="V"/>
<eParameters name="name" lowerBound="1"/>
</eOperations>
<eOperations name="create" lowerBound="1">
<eParameters name="arg"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MyException">
<eTypeParameters name="T"/>
</eClassifiers>
<eSubpackages name="subpackage" nsURI="w3" nsPrefix="sp">
<eClassifiers xsi:type="ecore:EClass" name="SubClass">
<eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility">
<details key="visibility" value="public"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/ModelWriter/AlloyInEcore/Source/eu.modelwriter.core.alloyinecore/src/test/resources/out/Test3.ecore | ecore | generics
List
E
add
element
iterator
Iterator
E
next
hasNext
ArrayList
V
Car
Person
Owner
K
V
op
cars
owner
Shape
Canvas
draw
shapes
create
V
name
create
arg
ref
MyException
T
subpackage
SubClass
ref | null | {"directed":true,"nodes":[{"nsPrefix":"gns","nsURI":"eu.modelwriter.generics","name":"generics","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"List","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayList","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Car","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Owner","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shape","instanceClass":null,"abstract":true,"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":"MyException","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"nsPrefix":"sp","nsURI":"w3","name":"subpackage","id":10,"eClass":"EPackage"},{"name":"E","id":11,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"add","lowerBound":1,"id":12,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"iterator","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":1,"id":14,"many":false,"required":true,"eClass":"EParameter"},{"id":15,"eClass":"EGenericType"},{"name":"E","id":16,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"next","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasNext","lowerBound":1,"id":18,"many":false,"required":true,"eClass":"EOperation"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"name":"V","id":22,"eClass":"ETypeParameter"},{"name":"K","id":23,"eClass":"ETypeParameter"},{"name":"V","id":24,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"op","lowerBound":1,"id":25,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"draw","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":1,"id":32,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":1,"id":33,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"shapes","lowerBound":1,"id":36,"many":false,"required":true,"eClass":"EParameter"},{"name":"V","id":37,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":38,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"arg","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EParameter"},{"name":"T","id":40,"eClass":"ETypeParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubClass","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":12,"target":1},{"source":12,"target":14},{"source":14,"target":12},{"source":13,"target":15},{"source":13,"target":1},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":17,"target":19},{"source":17,"target":2},{"source":17,"target":20},{"source":18,"target":21},{"source":18,"target":2},{"source":3,"target":0},{"source":3,"target":22},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":23},{"source":6,"target":24},{"source":6,"target":25},{"source":6,"target":26},{"source":6,"target":27},{"source":24,"target":28},{"source":24,"target":29},{"source":25,"target":30},{"source":25,"target":6},{"source":26,"target":6},{"source":27,"target":6},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":31},{"source":8,"target":32},{"source":8,"target":33},{"source":8,"target":34},{"source":31,"target":35},{"source":31,"target":8},{"source":31,"target":36},{"source":36,"target":31},{"source":32,"target":8},{"source":32,"target":37},{"source":32,"target":38},{"source":38,"target":32},{"source":33,"target":8},{"source":33,"target":39},{"source":39,"target":33},{"source":34,"target":8},{"source":9,"target":0},{"source":9,"target":40},{"source":10,"target":41},{"source":10,"target":0},{"source":41,"target":10},{"source":41,"target":42},{"source":42,"target":41}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="flow" nsURI="http://www.obeo.fr/dsl/designer/sample/flow" nsPrefix="flow">
<eAnnotations source="Tags">
<details key="test"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="StateProcessor" eSuperTypes="#//Processor">
<eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1"
eType="#//ComputationResult" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//AbstractState" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="current" eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="first" eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1"
eType="#//Event" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#//Operation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Fork">
<eStructuralFeatures xsi:type="ecore:EReference" name="next" lowerBound="1" upperBound="-1"
eType="#//State"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractState" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Processor" eSuperTypes="#//FlowTarget #//CapacityBound #//FlowSource #//Powered">
<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="volume" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="2"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="10"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Fan" eSuperTypes="#//FlowElement #//Powered">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="speed" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1000"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Physical"/>
<eClassifiers xsi:type="ecore:EClass" name="CompositeProcessor" eSuperTypes="#//System #//FlowTarget #//CapacityBound #//FlowSource"/>
<eClassifiers xsi:type="ecore:EClass" name="DataFlow" eSuperTypes="#//CapacityBound">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//FlowTarget" eOpposite="#//FlowTarget/incomingFlows"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//FlowSource" eOpposite="#//FlowSource/outgoingFlows"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CapacityBound" eSuperTypes="#//FlowElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="capacity" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="10"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="load" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="System" eSuperTypes="#//Powered">
<eStructuralFeatures xsi:type="ecore:EReference" name="flows" upperBound="-1"
eType="#//DataFlow" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//FlowElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="temperature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="powerOutputs" upperBound="-1"
eType="#//PowerOutput" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="powerInputs" upperBound="-1"
eType="#//PowerInput" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PowerOutput">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="power" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1000"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1"
eType="#//PowerLink" containment="true" eOpposite="#//PowerLink/source"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Powered" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="consumption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="powerStatus" lowerBound="1"
eType="#//PoweredStatus"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PoweredStatus">
<eLiterals name="none"/>
<eLiterals name="low" value="1"/>
<eLiterals name="ok" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PowerInput"/>
<eClassifiers xsi:type="ecore:EClass" name="PowerLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//PowerInput"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//PowerOutput"
eOpposite="#//PowerOutput/links"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FlowSource" abstract="true" eSuperTypes="#//FlowElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingFlows" upperBound="-1"
eType="#//DataFlow" containment="true" eOpposite="#//DataFlow/source"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FlowTarget" abstract="true" eSuperTypes="#//FlowElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingFlows" upperBound="-1"
eType="#//DataFlow" eOpposite="#//DataFlow/target"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataSource" eSuperTypes="#//FlowSource">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volume" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="2"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//AbstractState">
<eStructuralFeatures xsi:type="ecore:EReference" name="catches" upperBound="-1"
eType="#//Event"/>
<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="execute" upperBound="-1"
eType="#//Operation" eOpposite="#//Operation/calledBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="next" lowerBound="1" eType="#//State"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComputationResult" eSuperTypes="#//FlowSource"/>
<eClassifiers xsi:type="ecore:EClass" name="Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="next" lowerBound="1" eType="#//State"/>
<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="Operation">
<eStructuralFeatures xsi:type="ecore:EReference" name="output" lowerBound="1"
eType="#//ComputationResult"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volume" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="calledBy" upperBound="-1"
eType="#//State" eOpposite="#//State/execute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FlowElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" lowerBound="1"
eType="#//FlowElementStatus" defaultValueLiteral="active"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="usage" lowerBound="1" eType="#//FlowElementUsage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FlowElementStatus">
<eLiterals name="inactive"/>
<eLiterals name="active" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FlowElementUsage">
<eLiterals name="unused" literal="unused"/>
<eLiterals name="low" value="1" literal="low"/>
<eLiterals name="standard" value="2" literal="standard"/>
<eLiterals name="high" value="3" literal="high"/>
<eLiterals name="over" value="4" literal="over"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelRunnable/differentSelectionMethodsOriginals/Flow.ecore | ecore | flow
StateProcessor
outputs
states
current
first
events
operations
Fork
next
AbstractState
Processor
name
volume
2
weight
10
Fan
speed
1000
weight
3
Physical
CompositeProcessor
DataFlow
target
source
CapacityBound
capacity
10
load
0
System
flows
elements
name
temperature
0
weight
0
powerOutputs
powerInputs
PowerOutput
power
1000
links
Powered
consumption
0
powerStatus
PoweredStatus
none
none
low
low
ok
ok
PowerInput
PowerLink
target
source
FlowSource
outgoingFlows
FlowTarget
incomingFlows
DataSource
volume
2
name
State
catches
name
execute
next
ComputationResult
Event
next
name
Operation
output
volume
name
calledBy
FlowElement
status
active
usage
FlowElementStatus
inactive
inactive
active
active
FlowElementUsage
unused
unused
low
low
standard
standard
high
high
over
over | null | {"directed":true,"nodes":[{"nsPrefix":"flow","nsURI":"http://www.obeo.fr/dsl/designer/sample/flow","name":"flow","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateProcessor","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fork","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractState","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Processor","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fan","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Physical","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeProcessor","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataFlow","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapacityBound","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PowerOutput","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Powered","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PoweredStatus","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PowerInput","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PowerLink","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowSource","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowTarget","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSource","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputationResult","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowElement","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FlowElementStatus","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FlowElementUsage","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputs","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":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"current","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":"first","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":2,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"2","unsettable":false,"transient":false,"unique":true,"name":"volume","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":10,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"10","unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1000,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1000","unsettable":false,"transient":false,"unique":true,"name":"speed","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":3,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"container":true,"ordered":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":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingFlows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outgoingFlows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":10,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"10","unsettable":false,"transient":false,"unique":true,"name":"capacity","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"load","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"flows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"temperature","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":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":"powerOutputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"powerInputs","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"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1000,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1000","unsettable":false,"transient":false,"unique":true,"name":"power","changeable":true,"lowerBound":1,"iD":false,"id":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":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"consumption","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"powerStatus","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"name":"none","id":97,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"low","id":98,"value":1,"literal":"low","eClass":"EEnumLiteral"},{"name":"ok","id":99,"value":2,"literal":"ok","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":2,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"2","unsettable":false,"transient":false,"unique":true,"name":"volume","changeable":true,"lowerBound":1,"iD":false,"id":107,"derived":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":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"catches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"execute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"calledBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"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":"volume","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":"name","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"active","unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":1,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usage","changeable":true,"lowerBound":1,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"name":"inactive","id":138,"value":0,"literal":"inactive","eClass":"EEnumLiteral"},{"name":"active","id":139,"value":1,"literal":"active","eClass":"EEnumLiteral"},{"name":"unused","id":140,"value":0,"literal":"unused","eClass":"EEnumLiteral"},{"name":"low","id":141,"value":1,"literal":"low","eClass":"EEnumLiteral"},{"name":"standard","id":142,"value":2,"literal":"standard","eClass":"EEnumLiteral"},{"name":"high","id":143,"value":3,"literal":"high","eClass":"EEnumLiteral"},{"name":"over","id":144,"value":4,"literal":"over","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":1,"target":0},{"source":1,"target":4},{"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":26,"target":20},{"source":26,"target":33},{"source":26,"target":1},{"source":33,"target":20},{"source":27,"target":3},{"source":27,"target":34},{"source":27,"target":1},{"source":34,"target":3},{"source":28,"target":19},{"source":28,"target":35},{"source":28,"target":1},{"source":35,"target":19},{"source":29,"target":19},{"source":29,"target":36},{"source":29,"target":1},{"source":36,"target":19},{"source":30,"target":21},{"source":30,"target":37},{"source":30,"target":1},{"source":37,"target":21},{"source":31,"target":22},{"source":31,"target":38},{"source":31,"target":1},{"source":38,"target":22},{"source":32,"target":4},{"source":2,"target":0},{"source":2,"target":39},{"source":39,"target":19},{"source":39,"target":40},{"source":39,"target":2},{"source":40,"target":19},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":17},{"source":4,"target":9},{"source":4,"target":16},{"source":4,"target":12},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":41,"target":48},{"source":41,"target":4},{"source":42,"target":49},{"source":42,"target":4},{"source":43,"target":50},{"source":43,"target":4},{"source":44,"target":17},{"source":45,"target":9},{"source":46,"target":16},{"source":47,"target":12},{"source":5,"target":0},{"source":5,"target":23},{"source":5,"target":12},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":51,"target":55},{"source":51,"target":5},{"source":52,"target":56},{"source":52,"target":5},{"source":53,"target":23},{"source":54,"target":12},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":17},{"source":7,"target":9},{"source":7,"target":16},{"source":7,"target":57},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":57,"target":10},{"source":58,"target":17},{"source":59,"target":9},{"source":60,"target":16},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":61,"target":17},{"source":61,"target":64},{"source":61,"target":8},{"source":61,"target":65},{"source":64,"target":17},{"source":62,"target":16},{"source":62,"target":66},{"source":62,"target":8},{"source":62,"target":67},{"source":66,"target":16},{"source":63,"target":9},{"source":9,"target":0},{"source":9,"target":23},{"source":9,"target":68},{"source":9,"target":69},{"source":9,"target":70},{"source":68,"target":71},{"source":68,"target":9},{"source":69,"target":72},{"source":69,"target":9},{"source":70,"target":23},{"source":10,"target":0},{"source":10,"target":12},{"source":10,"target":73},{"source":10,"target":74},{"source":10,"target":75},{"source":10,"target":76},{"source":10,"target":77},{"source":10,"target":78},{"source":10,"target":79},{"source":10,"target":80},{"source":73,"target":8},{"source":73,"target":81},{"source":73,"target":10},{"source":81,"target":8},{"source":74,"target":23},{"source":74,"target":82},{"source":74,"target":10},{"source":82,"target":23},{"source":75,"target":83},{"source":75,"target":10},{"source":76,"target":84},{"source":76,"target":10},{"source":77,"target":85},{"source":77,"target":10},{"source":78,"target":11},{"source":78,"target":86},{"source":78,"target":10},{"source":86,"target":11},{"source":79,"target":14},{"source":79,"target":87},{"source":79,"target":10},{"source":87,"target":14},{"source":80,"target":12},{"source":11,"target":0},{"source":11,"target":88},{"source":11,"target":89},{"source":88,"target":90},{"source":88,"target":11},{"source":89,"target":15},{"source":89,"target":91},{"source":89,"target":11},{"source":89,"target":92},{"source":91,"target":15},{"source":12,"target":0},{"source":12,"target":93},{"source":12,"target":94},{"source":93,"target":95},{"source":93,"target":12},{"source":94,"target":13},{"source":94,"target":96},{"source":94,"target":12},{"source":96,"target":13},{"source":13,"target":0},{"source":13,"target":97},{"source":13,"target":98},{"source":13,"target":99},{"source":97,"target":13},{"source":98,"target":13},{"source":99,"target":13},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":100},{"source":15,"target":92},{"source":100,"target":14},{"source":100,"target":101},{"source":100,"target":15},{"source":101,"target":14},{"source":92,"target":11},{"source":92,"target":102},{"source":92,"target":15},{"source":92,"target":89},{"source":102,"target":11},{"source":16,"target":0},{"source":16,"target":23},{"source":16,"target":67},{"source":16,"target":103},{"source":67,"target":8},{"source":67,"target":104},{"source":67,"target":16},{"source":67,"target":62},{"source":104,"target":8},{"source":103,"target":23},{"source":17,"target":0},{"source":17,"target":23},{"source":17,"target":65},{"source":17,"target":105},{"source":65,"target":8},{"source":65,"target":106},{"source":65,"target":17},{"source":65,"target":61},{"source":106,"target":8},{"source":105,"target":23},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":107},{"source":18,"target":108},{"source":18,"target":109},{"source":107,"target":110},{"source":107,"target":18},{"source":108,"target":111},{"source":108,"target":18},{"source":109,"target":16},{"source":19,"target":0},{"source":19,"target":3},{"source":19,"target":112},{"source":19,"target":113},{"source":19,"target":114},{"source":19,"target":115},{"source":19,"target":116},{"source":112,"target":21},{"source":112,"target":117},{"source":112,"target":19},{"source":117,"target":21},{"source":113,"target":118},{"source":113,"target":19},{"source":114,"target":22},{"source":114,"target":119},{"source":114,"target":19},{"source":114,"target":120},{"source":119,"target":22},{"source":115,"target":19},{"source":115,"target":121},{"source":115,"target":19},{"source":121,"target":19},{"source":116,"target":3},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":122},{"source":122,"target":16},{"source":21,"target":0},{"source":21,"target":123},{"source":21,"target":124},{"source":123,"target":19},{"source":123,"target":125},{"source":123,"target":21},{"source":125,"target":19},{"source":124,"target":126},{"source":124,"target":21},{"source":22,"target":0},{"source":22,"target":127},{"source":22,"target":128},{"source":22,"target":129},{"source":22,"target":120},{"source":127,"target":20},{"source":127,"target":130},{"source":127,"target":22},{"source":130,"target":20},{"source":128,"target":131},{"source":128,"target":22},{"source":129,"target":132},{"source":129,"target":22},{"source":120,"target":19},{"source":120,"target":133},{"source":120,"target":22},{"source":120,"target":114},{"source":133,"target":19},{"source":23,"target":0},{"source":23,"target":134},{"source":23,"target":135},{"source":134,"target":24},{"source":134,"target":136},{"source":134,"target":23},{"source":136,"target":24},{"source":135,"target":25},{"source":135,"target":137},{"source":135,"target":23},{"source":137,"target":25},{"source":24,"target":0},{"source":24,"target":138},{"source":24,"target":139},{"source":138,"target":24},{"source":139,"target":24},{"source":25,"target":0},{"source":25,"target":140},{"source":25,"target":141},{"source":25,"target":142},{"source":25,"target":143},{"source":25,"target":144},{"source":140,"target":25},{"source":141,"target":25},{"source":142,"target":25},{"source":143,"target":25},{"source":144,"target":25}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cloudmonitoring" nsURI="http://occiware.org/occi/multicloud/monitoring/ecore"
nsPrefix="cloudmonitoring">
<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>
<eAnnotations source="http://www.eclipse.org/OCL/Import">
<details key="occi" value="http://schemas.ogf.org/occi/core/ecore"/>
<details key="monitoring" value="http://schemas.ogf.org/occi/monitoring/ecore"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EEnum" name="IOUnit">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Units for IO metrics (network / storage)"/>
</eAnnotations>
<eLiterals name="bytePerSec" literal="bytePerSec">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Nb of bytes per seconds type"/>
</eAnnotations>
</eLiterals>
<eLiterals name="kiloBytePerSec" value="1" literal="kiloBytePerSec">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Number of kilo bytes per seconds type"/>
</eAnnotations>
</eLiterals>
<eLiterals name="megaBytePerSec" value="2" literal="megaBytePerSec">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Nb of megabytes per seconds type"/>
</eAnnotations>
</eLiterals>
<eLiterals name="gigaBytePerSec" value="3" literal="gigaBytePerSec">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Number of giga bytes per seconds type"/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Percent" instanceClassName="java.lang.Double">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="MinInclusive" value="0.0"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Average" instanceClassName="java.lang.Double">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="MinInclusive" value="0.0"/>
<details key="MinExclusive" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="PerSec" instanceClassName="java.lang.Double">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="MinInclusive" value="0.0"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MonitorState">
<eLiterals name="on" literal="on"/>
<eLiterals name="off" value="1" literal="off"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Temperature" instanceClassName="java.lang.Double"/>
<eClassifiers xsi:type="ecore:EClass" name="Cloudsensor" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.monitoring/model/monitoring.ecore#//Sensor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cpu" eSuperTypes="#//Mainmetric platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="appliesConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="appliesConstraint" value="self.entity.oclIsKindOf(monitoring::Collector)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="loadAvg" eType="#//Average">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cpuUsed" eType="#//Percent">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Diskio" eSuperTypes="#//Inputoutput platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="appliesConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="appliesConstraint" value="self.entity.oclIsKindOf(monitoring::Collector)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="diskWrite" eType="#//PerSec">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="diskRead" eType="#//PerSec">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ram" eSuperTypes="#//Mainmetric platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="appliesConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="appliesConstraint" value="self.entity.oclIsKindOf(monitoring::Collector)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="free" eType="#//Percent">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="swap" eType="#//Percent">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ramUsed" eType="#//Percent">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Networkio" eSuperTypes="#//Inputoutput platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="appliesConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="appliesConstraint" value="self.entity.oclIsKindOf(monitoring::Collector)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="networkIn" eType="#//PerSec">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="networkOut" eType="#//PerSec">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Inputoutput" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.monitoring/model/monitoring.ecore#//Metric platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="appliesConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="appliesConstraint" value="self.entity.oclIsKindOf(monitoring::Collector)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="#//IOUnit">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sensorcontrol" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="appliesConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="appliesConstraint" value="self.entity.oclIsKindOf(monitoring::Sensor) or self.entity.oclIsKindOf(cloudmonitoring::Cloudsensor)"/>
</eAnnotations>
<eOperations name="startmonitoring">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Start the monitoring system for this sensor"/>
</eAnnotations>
</eOperations>
<eOperations name="stopmonitoring">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Stop monitoring for this sensor"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="monitorState" eType="#//MonitorState"
defaultValueLiteral="off">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Monitoring is active if monitorState is on, inactive if monitorState is off."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Emfpublisher" eSuperTypes="#//Publishercontrol platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="appliesConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="appliesConstraint" value="self.entity.oclIsKindOf(monitoring::Sensor) or self.entity.oclIsKindOf(cloudmonitoring::Cloudsensor)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Systemoutpublisher" eSuperTypes="#//Publishercontrol platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="appliesConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="appliesConstraint" value="self.entity.oclIsKindOf(monitoring::Sensor) or self.entity.oclIsKindOf(cloudmonitoring::Cloudsensor)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Publishercontrol" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.monitoring/model/monitoring.ecore#//Publisher platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="appliesConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="appliesConstraint" value="self.entity.oclIsKindOf(monitoring::Sensor) or self.entity.oclIsKindOf(cloudmonitoring::Cloudsensor)"/>
</eAnnotations>
<eOperations name="enable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Enable the p"/>
</eAnnotations>
</eOperations>
<eOperations name="disable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="publisherState" eType="#//MonitorState"
defaultValueLiteral="on">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Disk" eSuperTypes="#//Mainmetric platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="appliesConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="appliesConstraint" value="self.entity.oclIsKindOf(monitoring::Collector)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="swap" eType="#//Percent">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="free" eType="#//Percent">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volumeName" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="diskUsed" eType="#//Percent">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mailpublisher" eSuperTypes="#//Publishercontrol platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="appliesConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="appliesConstraint" value="self.entity.oclIsKindOf(monitoring::Sensor) or self.entity.oclIsKindOf(cloudmonitoring::Cloudsensor)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mailAddress" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="postOnCpuAlert" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Boolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="postOnRamAlert" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Boolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="postOnNetworkIOAlert" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Boolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="postOnDiskIOAlert" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Boolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nbEmail" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Integer"
defaultValueLiteral="2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Number of emails to send after a threshold is reach"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mainmetric" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.monitoring/model/monitoring.ecore#//Metric platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="appliesConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="appliesConstraint" value="self.entity.oclIsKindOf(monitoring::Collector)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="thresholdUsage" eType="#//Percent"
defaultValueLiteral="80.0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="temperature" eType="#//Temperature">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="thresholdTemperature" eType="#//Temperature"
defaultValueLiteral="80.0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Threshold for temperature in degree celcius"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Supervisorapiconnect" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="appliesConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="appliesConstraint" value="self.entity.oclIsKindOf(monitoring::Collector)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="httpApiAddress" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/occiware/Multi-Cloud-Studio/plugins/org.eclipse.cmf.occi.multicloud.monitoring/model/cloudmonitoring.ecore | ecore | cloudmonitoring
IOUnit
bytePerSec
bytePerSec
kiloBytePerSec
kiloBytePerSec
megaBytePerSec
megaBytePerSec
gigaBytePerSec
gigaBytePerSec
Percent
java.lang.Double
java.lang.Double
Average
java.lang.Double
java.lang.Double
PerSec
java.lang.Double
java.lang.Double
MonitorState
on
on
off
off
Temperature
java.lang.Double
java.lang.Double
Cloudsensor
Cpu
loadAvg
cpuUsed
Diskio
diskWrite
diskRead
Ram
free
swap
ramUsed
Networkio
networkIn
networkOut
Inputoutput
unit
Sensorcontrol
startmonitoring
stopmonitoring
monitorState
off
Emfpublisher
Systemoutpublisher
Publishercontrol
enable
disable
publisherState
on
Disk
swap
free
volumeName
diskUsed
Mailpublisher
mailAddress
postOnCpuAlert
false
postOnRamAlert
false
postOnNetworkIOAlert
false
postOnDiskIOAlert
false
nbEmail
2
Mainmetric
thresholdUsage
80.0
temperature
thresholdTemperature
80.0
Supervisorapiconnect
username
password
httpApiAddress | null | {"directed":true,"nodes":[{"nsPrefix":"cloudmonitoring","nsURI":"http://occiware.org/occi/multicloud/monitoring/ecore","name":"cloudmonitoring","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"IOUnit","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"Percent","instanceClass":"java.lang.Double","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"Average","instanceClass":"java.lang.Double","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"PerSec","instanceClass":"java.lang.Double","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"MonitorState","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"Temperature","instanceClass":"java.lang.Double","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cloudsensor","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cpu","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diskio","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ram","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Networkio","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inputoutput","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sensorcontrol","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Emfpublisher","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Systemoutpublisher","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Publishercontrol","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Disk","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mailpublisher","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mainmetric","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Supervisorapiconnect","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"name":"bytePerSec","id":21,"value":0,"literal":"bytePerSec","eClass":"EEnumLiteral"},{"name":"kiloBytePerSec","id":22,"value":1,"literal":"kiloBytePerSec","eClass":"EEnumLiteral"},{"name":"megaBytePerSec","id":23,"value":2,"literal":"megaBytePerSec","eClass":"EEnumLiteral"},{"name":"gigaBytePerSec","id":24,"value":3,"literal":"gigaBytePerSec","eClass":"EEnumLiteral"},{"name":"on","id":25,"value":0,"literal":"on","eClass":"EEnumLiteral"},{"name":"off","id":26,"value":1,"literal":"off","eClass":"EEnumLiteral"},{"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":"loadAvg","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":"cpuUsed","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"diskWrite","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":"diskRead","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"free","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":"swap","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ramUsed","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"networkIn","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":"networkOut","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"startmonitoring","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stopmonitoring","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"off","unsettable":false,"transient":false,"unique":true,"name":"monitorState","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"enable","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"disable","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"on","unsettable":false,"transient":false,"unique":true,"name":"publisherState","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"swap","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"free","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volumeName","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"diskUsed","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mailAddress","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"postOnCpuAlert","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"postOnRamAlert","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"postOnNetworkIOAlert","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"postOnDiskIOAlert","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":"2","unsettable":false,"transient":false,"unique":true,"name":"nbEmail","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":80.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"80.0","unsettable":false,"transient":false,"unique":true,"name":"thresholdUsage","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":"temperature","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":80.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"80.0","unsettable":false,"transient":false,"unique":true,"name":"thresholdTemperature","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"username","changeable":true,"lowerBound":0,"iD":false,"id":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":"password","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":"httpApiAddress","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":21,"target":1},{"source":22,"target":1},{"source":23,"target":1},{"source":24,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":25},{"source":5,"target":26},{"source":25,"target":5},{"source":26,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":27},{"source":8,"target":0},{"source":8,"target":19},{"source":8,"target":28},{"source":8,"target":29},{"source":8,"target":30},{"source":8,"target":31},{"source":28,"target":3},{"source":28,"target":32},{"source":28,"target":8},{"source":32,"target":3},{"source":29,"target":2},{"source":29,"target":33},{"source":29,"target":8},{"source":33,"target":2},{"source":30,"target":19},{"source":9,"target":0},{"source":9,"target":12},{"source":9,"target":34},{"source":9,"target":35},{"source":9,"target":36},{"source":9,"target":37},{"source":34,"target":4},{"source":34,"target":38},{"source":34,"target":9},{"source":38,"target":4},{"source":35,"target":4},{"source":35,"target":39},{"source":35,"target":9},{"source":39,"target":4},{"source":36,"target":12},{"source":10,"target":0},{"source":10,"target":19},{"source":10,"target":40},{"source":10,"target":41},{"source":10,"target":42},{"source":10,"target":43},{"source":10,"target":44},{"source":40,"target":2},{"source":40,"target":45},{"source":40,"target":10},{"source":45,"target":2},{"source":41,"target":2},{"source":41,"target":46},{"source":41,"target":10},{"source":46,"target":2},{"source":42,"target":2},{"source":42,"target":47},{"source":42,"target":10},{"source":47,"target":2},{"source":43,"target":19},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":48},{"source":11,"target":49},{"source":11,"target":50},{"source":11,"target":51},{"source":48,"target":4},{"source":48,"target":52},{"source":48,"target":11},{"source":52,"target":4},{"source":49,"target":4},{"source":49,"target":53},{"source":49,"target":11},{"source":53,"target":4},{"source":50,"target":12},{"source":12,"target":0},{"source":12,"target":54},{"source":12,"target":55},{"source":12,"target":56},{"source":54,"target":1},{"source":54,"target":57},{"source":54,"target":12},{"source":57,"target":1},{"source":13,"target":0},{"source":13,"target":58},{"source":13,"target":59},{"source":13,"target":60},{"source":13,"target":61},{"source":58,"target":13},{"source":59,"target":13},{"source":60,"target":5},{"source":60,"target":62},{"source":60,"target":13},{"source":62,"target":5},{"source":14,"target":0},{"source":14,"target":16},{"source":14,"target":63},{"source":14,"target":64},{"source":63,"target":16},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":65},{"source":15,"target":66},{"source":65,"target":16},{"source":16,"target":0},{"source":16,"target":67},{"source":16,"target":68},{"source":16,"target":69},{"source":16,"target":70},{"source":16,"target":71},{"source":67,"target":16},{"source":68,"target":16},{"source":69,"target":5},{"source":69,"target":72},{"source":69,"target":16},{"source":72,"target":5},{"source":17,"target":0},{"source":17,"target":19},{"source":17,"target":73},{"source":17,"target":74},{"source":17,"target":75},{"source":17,"target":76},{"source":17,"target":77},{"source":17,"target":78},{"source":73,"target":2},{"source":73,"target":79},{"source":73,"target":17},{"source":79,"target":2},{"source":74,"target":2},{"source":74,"target":80},{"source":74,"target":17},{"source":80,"target":2},{"source":75,"target":81},{"source":75,"target":17},{"source":76,"target":2},{"source":76,"target":82},{"source":76,"target":17},{"source":82,"target":2},{"source":77,"target":19},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":83},{"source":18,"target":84},{"source":18,"target":85},{"source":18,"target":86},{"source":18,"target":87},{"source":18,"target":88},{"source":18,"target":89},{"source":18,"target":90},{"source":83,"target":91},{"source":83,"target":18},{"source":84,"target":92},{"source":84,"target":18},{"source":85,"target":93},{"source":85,"target":18},{"source":86,"target":94},{"source":86,"target":18},{"source":87,"target":95},{"source":87,"target":18},{"source":88,"target":96},{"source":88,"target":18},{"source":89,"target":16},{"source":19,"target":0},{"source":19,"target":97},{"source":19,"target":98},{"source":19,"target":99},{"source":19,"target":100},{"source":19,"target":101},{"source":97,"target":2},{"source":97,"target":102},{"source":97,"target":19},{"source":102,"target":2},{"source":98,"target":6},{"source":98,"target":103},{"source":98,"target":19},{"source":103,"target":6},{"source":99,"target":6},{"source":99,"target":104},{"source":99,"target":19},{"source":104,"target":6},{"source":20,"target":0},{"source":20,"target":105},{"source":20,"target":106},{"source":20,"target":107},{"source":20,"target":108},{"source":105,"target":109},{"source":105,"target":20},{"source":106,"target":110},{"source":106,"target":20},{"source":107,"target":111},{"source":107,"target":20}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sam"
nsURI="http://www.topcased.org/SAM/1.0" nsPrefix="sam">
<eClassifiers xsi:type="ecore:EClass" name="AbstractState" abstract="true" eSuperTypes="#//NamedItem">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abstraction of the states that can be contained by an Automaton."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentState" eType="#//MacroState"
transient="true" resolveProxies="false" eOpposite="#//MacroState/composition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentAutomaton" eType="#//Automaton"
transient="true" resolveProxies="false" eOpposite="#//Automaton/listStates"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outlink" upperBound="-1"
eType="#//Transition" resolveProxies="false" eOpposite="#//Transition/source"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Automaton" eSuperTypes="#//ModelContent">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents an automaton component, consisting of a set of states linked by transitions.
An automaton cannot produce data, but it can output its current state, so only one OutDataPort is possible."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="listTransitions" upperBound="-1"
eType="#//Transition" containment="true" resolveProxies="false" eOpposite="#//Transition/parentAutomaton"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listPorts" upperBound="-1"
eType="#//Port" containment="true" resolveProxies="false" eOpposite="#//Port/parentAutomaton"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listStates" lowerBound="1"
upperBound="-1" eType="#//AbstractState" containment="true" resolveProxies="false"
eOpposite="#//AbstractState/parentAutomaton"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="isInstanceOf" eType="#//Automaton"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="MacroState" eSuperTypes="#//AbstractState">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Due to the fact a MacroState cannot have inlinks, it cannot be a directly State.
Furthermore, a macrostate can be composed of states."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="composition" upperBound="-1"
eType="#//AbstractState" containment="true" resolveProxies="false" eOpposite="#//AbstractState/parentState"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//AbstractState">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A state represents the way of functionning of an automaton.
One of the states of the automaton is the initial state.
The states are linked by transition with a condition and possibly a priority if several transition goes from the same state."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="inlink" upperBound="-1"
eType="#//Transition" resolveProxies="false" eOpposite="#//Transition/dest"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//IdentifiedItem">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A transition represents the link between 2 states of an automaton.

The condition attribute represents the event/condition string.

The priority is used only is there are multiple link outgoing from one state.

A transition outgoing from a macro-state has a greater priority than its internal transitions. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="emission" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dest" lowerBound="1" eType="#//State"
resolveProxies="false" eOpposite="#//State/inlink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentAutomaton" lowerBound="1"
eType="#//Automaton" transient="true" resolveProxies="false" eOpposite="#//Automaton/listTransitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//AbstractState" resolveProxies="false" eOpposite="#//AbstractState/outlink"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlPort" abstract="true" eSuperTypes="#//Port">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This represents a port allowing to the component containing it to receive or emit a control flow."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataPort" abstract="true" eSuperTypes="#//Port">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This represents a port allowing to the component containing it to receive or emit a data flow."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InControlPort" eSuperTypes="#//ControlPort #//InputPort">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a kind of port.
It allows a control flow to bring control information into the component containing this port."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InDataPort" eSuperTypes="#//DataPort #//InputPort">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a kind of port.
It allows a data flow to bring some data into the component containing this port."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentSync" eType="#//SynchronisationGate"
transient="true" resolveProxies="false" eOpposite="#//SynchronisationGate/in"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentDataStore" eType="#//DataStore"
transient="true" resolveProxies="false" eOpposite="#//DataStore/in"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputPort" abstract="true" eSuperTypes="#//Port">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This represents a port allowing to the component containing it to received information."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutControlPort" eSuperTypes="#//ControlPort #//OutputPort">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a kind of port.
It allows the component containing it to output control information in a control flow."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutDataPort" eSuperTypes="#//DataPort #//OutputPort">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a kind of port.
It allows the component containing it to output some data in a data flow."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentSync" eType="#//SynchronisationGate"
transient="true" resolveProxies="false" eOpposite="#//SynchronisationGate/out"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentDataStore" eType="#//DataStore"
transient="true" resolveProxies="false" eOpposite="#//DataStore/out"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutputPort" abstract="true" eSuperTypes="#//Port">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This represents a port allowing to the component containing it to output information."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true" eSuperTypes="#//NamedItem">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the generalization of the different kind of ports.
A port allows the input or output of information in or from components."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentSystem" eType="#//System"
transient="true" resolveProxies="false" eOpposite="#//System/listPorts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outlink" eType="#//Flow"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inlink" eType="#//Flow"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentAutomaton" eType="#//Automaton"
transient="true" resolveProxies="false" eOpposite="#//Automaton/listPorts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentMultiPort" eType="#//MultiPort"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="isInstanceOf" eType="#//Port"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Composition" eSuperTypes="#//SynchronisationGate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A composition is a flow synchronisation used to group several flow into one."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//Flow">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A control flow is a flow carrying control messages to between systems or automatons.
This class represent the link used for control purpose between 2 components.
Note : A ControlFlow is Event typed. See DataFlow."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//ControlPort" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dest" lowerBound="1" upperBound="-1"
eType="#//ControlPort" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataFlow" eSuperTypes="#//Flow">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A data flow is a flow carrying data between systems or to an automaton.
It cannot come from an autumaton.
the Data can be stored, or retrieve, into, or from, a data store, and composed into one or decomposed from one data flow.
This class represent the link used to give data between 2 components.
Note : a DataFlow is scalar typed. See ControlFlow."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//DataPort" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dest" lowerBound="1" upperBound="-1"
eType="#//DataPort" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataStore" eSuperTypes="#//NamedItem">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A data store is a component used to store data that can be retrieved later.
This class represent a general data store, not precising where the entry point is.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentSystem" lowerBound="1"
eType="#//System" transient="true" resolveProxies="false" eOpposite="#//System/listStores"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in" lowerBound="1" eType="#//InDataPort"
containment="true" resolveProxies="false" eOpposite="#//InDataPort/parentDataStore"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="out" lowerBound="1" eType="#//OutDataPort"
containment="true" resolveProxies="false" eOpposite="#//OutDataPort/parentDataStore"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DataType">
<eLiterals name="Integer"/>
<eLiterals name="Real" value="1"/>
<eLiterals name="Float" value="2"/>
<eLiterals name="Double" value="3"/>
<eLiterals name="Boolean" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Decomposition" eSuperTypes="#//SynchronisationGate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A decomposition is a flow synchronisation used to make several flow from a single flow.
Each flow "produced" by the decomposition is a part of the original flow.
This is not used to have several destination for one flow, by to split the data contained by the original flow."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Flow" abstract="true" eSuperTypes="#//NamedItem">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A flow is a link between 2 components used to communicate."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentSystem" lowerBound="1"
eType="#//System" transient="true" resolveProxies="false" eOpposite="#//System/listFlows"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SynchronisationGate" abstract="true"
eSuperTypes="#//IdentifiedItem">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A flow synchronisation, represented with a bar, is a way to group or split data with several data flow.
One flow contain all the data, and the other flows a part of this data only."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentSystem" lowerBound="1"
eType="#//System" transient="true" resolveProxies="false" eOpposite="#//System/listSynchronisation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="out" lowerBound="1" upperBound="-1"
eType="#//OutDataPort" containment="true" resolveProxies="false" eOpposite="#//OutDataPort/parentSync"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in" lowerBound="1" upperBound="-1"
eType="#//InDataPort" containment="true" resolveProxies="false" eOpposite="#//InDataPort/parentSync"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="System" eSuperTypes="#//ModelContent">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represent either the system to modelize and the subsystems it is composed of.

A simple function will represented as a system composed of no component."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="listPorts" upperBound="-1"
eType="#//Port" containment="true" resolveProxies="false" eOpposite="#//Port/parentSystem"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listStores" upperBound="-1"
eType="#//DataStore" containment="true" resolveProxies="false" eOpposite="#//DataStore/parentSystem"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listSynchronisation" upperBound="-1"
eType="#//SynchronisationGate" containment="true" resolveProxies="false" eOpposite="#//SynchronisationGate/parentSystem"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listFlows" upperBound="-1"
eType="#//Flow" containment="true" resolveProxies="false" eOpposite="#//Flow/parentSystem"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listElements" upperBound="-1"
eType="#//ModelContent" containment="true" eOpposite="#//ModelContent/parentSystem"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="isInstanceOf" eType="#//System"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represent the root of the global model.
There is only one instance of this element for each model."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelContent" lowerBound="1"
eType="#//ModelContent" containment="true" resolveProxies="false" eOpposite="#//ModelContent/parentModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelContent" abstract="true" eSuperTypes="#//NamedItem">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class is abstract and represents the different kinds of elements that can be the first element of the model."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentModel" eType="#//Model"
transient="true" resolveProxies="false" eOpposite="#//Model/modelContent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentSystem" eType="#//System"
transient="true" eOpposite="#//System/listElements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listMultiPort" upperBound="-1"
eType="#//MultiPort" containment="true" resolveProxies="false" eOpposite="#//MultiPort/parent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IdentifiedItem" abstract="true" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This abstract class represent any item that is unique, so possesses a unique identifier. Each of these items can be commented ou have requirements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="requirements" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedItem" abstract="true" eSuperTypes="#//IdentifiedItem">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This abstract class represent any item that can be named."/>
</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="MultiPort" eSuperTypes="#//NamedItem">
<eStructuralFeatures xsi:type="ecore:EReference" name="listPort" lowerBound="1"
upperBound="-1" eType="#//Port" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1"
eType="#//ModelContent" transient="true" resolveProxies="false" eOpposite="#//ModelContent/listMultiPort"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="isInstanceOf" eType="#//MultiPort"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/atlanmod/EMFTVM-D/tests/org.eclipse.m2m.atl.tests/data/inputs/Sildex2Sam/SAM.ecore | ecore | sam
AbstractState
parentState
parentAutomaton
outlink
Automaton
listTransitions
listPorts
listStates
isInstanceOf
InitialState
MacroState
composition
State
inlink
Transition
condition
emission
priority
dest
parentAutomaton
source
ControlPort
DataPort
InControlPort
InDataPort
parentSync
parentDataStore
InputPort
OutControlPort
OutDataPort
parentSync
parentDataStore
OutputPort
Port
parentSystem
outlink
inlink
parentAutomaton
parentMultiPort
isInstanceOf
Composition
ControlFlow
source
dest
DataFlow
type
source
dest
DataStore
parentSystem
in
out
DataType
Integer
Integer
Real
Real
Float
Float
Double
Double
Boolean
Boolean
Decomposition
Flow
parentSystem
SynchronisationGate
parentSystem
out
in
System
listPorts
listStores
listSynchronisation
listFlows
listElements
isInstanceOf
Model
modelContent
ModelContent
parentModel
parentSystem
listMultiPort
IdentifiedItem
comment
requirements
NamedItem
name
MultiPort
listPort
parent
isInstanceOf | null | {"directed":true,"nodes":[{"nsPrefix":"sam","nsURI":"http://www.topcased.org/SAM/1.0","name":"sam","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractState","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Automaton","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MacroState","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlPort","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataPort","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InControlPort","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InDataPort","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPort","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutControlPort","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutDataPort","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPort","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Composition","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataFlow","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStore","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decomposition","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronisationGate","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelContent","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifiedItem","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedItem","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiPort","instanceClass":null,"abstract":false,"id":29,"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":true,"unique":true,"name":"parentState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":30,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"parentAutomaton","changeable":true,"resolveProxies":false,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outlink","changeable":true,"resolveProxies":false,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":false},{"id":36,"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":"listStates","changeable":true,"resolveProxies":false,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"lowerBound":1,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listTransitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listPorts","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"isInstanceOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"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":true,"unique":true,"name":"parentAutomaton","changeable":true,"resolveProxies":false,"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":"parentAutomaton","changeable":true,"resolveProxies":false,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inlink","changeable":true,"resolveProxies":false,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dest","changeable":true,"resolveProxies":false,"lowerBound":1,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"emission","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"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":"parentSync","changeable":true,"resolveProxies":false,"lowerBound":0,"id":71,"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":"parentDataStore","changeable":true,"resolveProxies":false,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":false,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":false,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"parentSync","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"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":"parentDataStore","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"out","changeable":true,"resolveProxies":false,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"out","changeable":true,"resolveProxies":false,"lowerBound":1,"id":89,"derived":false},{"id":90,"eClass":"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":"parentSystem","changeable":true,"resolveProxies":false,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outlink","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":"inlink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentMultiPort","changeable":true,"resolveProxies":false,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isInstanceOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listPorts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"lowerBound":1,"id":105,"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":"dest","changeable":true,"resolveProxies":false,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"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":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"lowerBound":1,"id":111,"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":"dest","changeable":true,"resolveProxies":false,"lowerBound":1,"id":112,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"parentSystem","changeable":true,"resolveProxies":false,"lowerBound":1,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listStores","changeable":true,"resolveProxies":false,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"name":"Integer","id":123,"value":0,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"Real","id":124,"value":1,"literal":"Real","eClass":"EEnumLiteral"},{"name":"Float","id":125,"value":2,"literal":"Float","eClass":"EEnumLiteral"},{"name":"Double","id":126,"value":3,"literal":"Double","eClass":"EEnumLiteral"},{"name":"Boolean","id":127,"value":4,"literal":"Boolean","eClass":"EEnumLiteral"},{"id":128,"eClass":"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":"parentSystem","changeable":true,"resolveProxies":false,"lowerBound":1,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listFlows","changeable":true,"resolveProxies":false,"lowerBound":0,"id":132,"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":"parentSystem","changeable":true,"resolveProxies":false,"lowerBound":1,"id":133,"derived":false},{"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":"listSynchronisation","changeable":true,"resolveProxies":false,"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":"listElements","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"isInstanceOf","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"},{"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":"parentSystem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelContent","changeable":true,"resolveProxies":false,"lowerBound":1,"id":149,"derived":false},{"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":"parentModel","changeable":true,"resolveProxies":false,"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":false,"unique":true,"name":"listMultiPort","changeable":true,"resolveProxies":false,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"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":"parent","changeable":true,"resolveProxies":false,"lowerBound":1,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requirements","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"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":"listPort","changeable":true,"resolveProxies":false,"lowerBound":1,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isInstanceOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":1,"target":0},{"source":1,"target":28},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":30,"target":4},{"source":30,"target":34},{"source":30,"target":1},{"source":30,"target":35},{"source":34,"target":4},{"source":31,"target":2},{"source":31,"target":36},{"source":31,"target":1},{"source":31,"target":37},{"source":36,"target":2},{"source":32,"target":6},{"source":32,"target":38},{"source":32,"target":1},{"source":32,"target":39},{"source":38,"target":6},{"source":33,"target":28},{"source":2,"target":0},{"source":2,"target":26},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":37},{"source":2,"target":42},{"source":2,"target":43},{"source":40,"target":6},{"source":40,"target":44},{"source":40,"target":2},{"source":40,"target":45},{"source":44,"target":6},{"source":41,"target":15},{"source":41,"target":46},{"source":41,"target":2},{"source":41,"target":47},{"source":46,"target":15},{"source":37,"target":1},{"source":37,"target":48},{"source":37,"target":2},{"source":37,"target":31},{"source":48,"target":1},{"source":42,"target":2},{"source":42,"target":49},{"source":42,"target":2},{"source":49,"target":2},{"source":43,"target":26},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":50},{"source":50,"target":5},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":35},{"source":4,"target":51},{"source":35,"target":1},{"source":35,"target":52},{"source":35,"target":4},{"source":35,"target":30},{"source":52,"target":1},{"source":51,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":53},{"source":5,"target":54},{"source":53,"target":6},{"source":53,"target":55},{"source":53,"target":5},{"source":53,"target":56},{"source":55,"target":6},{"source":54,"target":1},{"source":6,"target":0},{"source":6,"target":27},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":56},{"source":6,"target":45},{"source":6,"target":39},{"source":6,"target":60},{"source":57,"target":61},{"source":57,"target":6},{"source":58,"target":62},{"source":58,"target":6},{"source":59,"target":63},{"source":59,"target":6},{"source":56,"target":5},{"source":56,"target":64},{"source":56,"target":6},{"source":56,"target":53},{"source":64,"target":5},{"source":45,"target":2},{"source":45,"target":65},{"source":45,"target":6},{"source":45,"target":40},{"source":65,"target":2},{"source":39,"target":1},{"source":39,"target":66},{"source":39,"target":6},{"source":39,"target":32},{"source":66,"target":1},{"source":60,"target":27},{"source":7,"target":0},{"source":7,"target":15},{"source":7,"target":67},{"source":67,"target":15},{"source":8,"target":0},{"source":8,"target":15},{"source":8,"target":68},{"source":68,"target":15},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":11},{"source":9,"target":69},{"source":9,"target":70},{"source":69,"target":7},{"source":70,"target":11},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":11},{"source":10,"target":71},{"source":10,"target":72},{"source":10,"target":73},{"source":10,"target":74},{"source":71,"target":23},{"source":71,"target":75},{"source":71,"target":10},{"source":71,"target":76},{"source":75,"target":23},{"source":72,"target":19},{"source":72,"target":77},{"source":72,"target":10},{"source":72,"target":78},{"source":77,"target":19},{"source":73,"target":8},{"source":74,"target":11},{"source":11,"target":0},{"source":11,"target":15},{"source":11,"target":79},{"source":79,"target":15},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":14},{"source":12,"target":80},{"source":12,"target":81},{"source":80,"target":7},{"source":81,"target":14},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":14},{"source":13,"target":82},{"source":13,"target":83},{"source":13,"target":84},{"source":13,"target":85},{"source":82,"target":23},{"source":82,"target":86},{"source":82,"target":13},{"source":82,"target":87},{"source":86,"target":23},{"source":83,"target":19},{"source":83,"target":88},{"source":83,"target":13},{"source":83,"target":89},{"source":88,"target":19},{"source":84,"target":8},{"source":85,"target":14},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":90},{"source":90,"target":15},{"source":15,"target":0},{"source":15,"target":28},{"source":15,"target":91},{"source":15,"target":92},{"source":15,"target":93},{"source":15,"target":47},{"source":15,"target":94},{"source":15,"target":95},{"source":15,"target":96},{"source":91,"target":24},{"source":91,"target":97},{"source":91,"target":15},{"source":91,"target":98},{"source":97,"target":24},{"source":92,"target":22},{"source":92,"target":99},{"source":92,"target":15},{"source":99,"target":22},{"source":93,"target":22},{"source":93,"target":100},{"source":93,"target":15},{"source":100,"target":22},{"source":47,"target":2},{"source":47,"target":101},{"source":47,"target":15},{"source":47,"target":41},{"source":101,"target":2},{"source":94,"target":29},{"source":94,"target":102},{"source":94,"target":15},{"source":102,"target":29},{"source":95,"target":15},{"source":95,"target":103},{"source":95,"target":15},{"source":103,"target":15},{"source":96,"target":28},{"source":16,"target":0},{"source":16,"target":23},{"source":16,"target":104},{"source":104,"target":23},{"source":17,"target":0},{"source":17,"target":22},{"source":17,"target":105},{"source":17,"target":106},{"source":17,"target":107},{"source":105,"target":7},{"source":105,"target":108},{"source":105,"target":17},{"source":108,"target":7},{"source":106,"target":7},{"source":106,"target":109},{"source":106,"target":17},{"source":109,"target":7},{"source":107,"target":22},{"source":18,"target":0},{"source":18,"target":22},{"source":18,"target":110},{"source":18,"target":111},{"source":18,"target":112},{"source":18,"target":113},{"source":110,"target":20},{"source":110,"target":114},{"source":110,"target":18},{"source":114,"target":20},{"source":111,"target":8},{"source":111,"target":115},{"source":111,"target":18},{"source":115,"target":8},{"source":112,"target":8},{"source":112,"target":116},{"source":112,"target":18},{"source":116,"target":8},{"source":113,"target":22},{"source":19,"target":0},{"source":19,"target":28},{"source":19,"target":117},{"source":19,"target":78},{"source":19,"target":89},{"source":19,"target":118},{"source":117,"target":24},{"source":117,"target":119},{"source":117,"target":19},{"source":117,"target":120},{"source":119,"target":24},{"source":78,"target":10},{"source":78,"target":121},{"source":78,"target":19},{"source":78,"target":72},{"source":121,"target":10},{"source":89,"target":13},{"source":89,"target":122},{"source":89,"target":19},{"source":89,"target":83},{"source":122,"target":13},{"source":118,"target":28},{"source":20,"target":0},{"source":20,"target":123},{"source":20,"target":124},{"source":20,"target":125},{"source":20,"target":126},{"source":20,"target":127},{"source":123,"target":20},{"source":124,"target":20},{"source":125,"target":20},{"source":126,"target":20},{"source":127,"target":20},{"source":21,"target":0},{"source":21,"target":23},{"source":21,"target":128},{"source":128,"target":23},{"source":22,"target":0},{"source":22,"target":28},{"source":22,"target":129},{"source":22,"target":130},{"source":129,"target":24},{"source":129,"target":131},{"source":129,"target":22},{"source":129,"target":132},{"source":131,"target":24},{"source":130,"target":28},{"source":23,"target":0},{"source":23,"target":27},{"source":23,"target":133},{"source":23,"target":87},{"source":23,"target":76},{"source":23,"target":134},{"source":133,"target":24},{"source":133,"target":135},{"source":133,"target":23},{"source":133,"target":136},{"source":135,"target":24},{"source":87,"target":13},{"source":87,"target":137},{"source":87,"target":23},{"source":87,"target":82},{"source":137,"target":13},{"source":76,"target":10},{"source":76,"target":138},{"source":76,"target":23},{"source":76,"target":71},{"source":138,"target":10},{"source":134,"target":27},{"source":24,"target":0},{"source":24,"target":26},{"source":24,"target":98},{"source":24,"target":120},{"source":24,"target":136},{"source":24,"target":132},{"source":24,"target":139},{"source":24,"target":140},{"source":24,"target":141},{"source":98,"target":15},{"source":98,"target":142},{"source":98,"target":24},{"source":98,"target":91},{"source":142,"target":15},{"source":120,"target":19},{"source":120,"target":143},{"source":120,"target":24},{"source":120,"target":117},{"source":143,"target":19},{"source":136,"target":23},{"source":136,"target":144},{"source":136,"target":24},{"source":136,"target":133},{"source":144,"target":23},{"source":132,"target":22},{"source":132,"target":145},{"source":132,"target":24},{"source":132,"target":129},{"source":145,"target":22},{"source":139,"target":26},{"source":139,"target":146},{"source":139,"target":24},{"source":139,"target":147},{"source":146,"target":26},{"source":140,"target":24},{"source":140,"target":148},{"source":140,"target":24},{"source":148,"target":24},{"source":141,"target":26},{"source":25,"target":0},{"source":25,"target":149},{"source":149,"target":26},{"source":149,"target":150},{"source":149,"target":25},{"source":149,"target":151},{"source":150,"target":26},{"source":26,"target":0},{"source":26,"target":28},{"source":26,"target":151},{"source":26,"target":147},{"source":26,"target":152},{"source":26,"target":153},{"source":151,"target":25},{"source":151,"target":154},{"source":151,"target":26},{"source":151,"target":149},{"source":154,"target":25},{"source":147,"target":24},{"source":147,"target":155},{"source":147,"target":26},{"source":147,"target":139},{"source":155,"target":24},{"source":152,"target":29},{"source":152,"target":156},{"source":152,"target":26},{"source":152,"target":157},{"source":156,"target":29},{"source":153,"target":28},{"source":27,"target":0},{"source":27,"target":158},{"source":27,"target":159},{"source":27,"target":160},{"source":158,"target":161},{"source":158,"target":27},{"source":159,"target":162},{"source":159,"target":27},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":163},{"source":28,"target":164},{"source":163,"target":165},{"source":163,"target":28},{"source":164,"target":27},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":166},{"source":29,"target":157},{"source":29,"target":167},{"source":29,"target":168},{"source":166,"target":15},{"source":166,"target":169},{"source":166,"target":29},{"source":169,"target":15},{"source":157,"target":26},{"source":157,"target":170},{"source":157,"target":29},{"source":157,"target":152},{"source":170,"target":26},{"source":167,"target":29},{"source":167,"target":171},{"source":167,"target":29},{"source":171,"target":29},{"source":168,"target":28}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="finiteEnumerations" nsURI="http:///symmetricnet.finiteEnumerations.ecore"
nsPrefix="finiteEnumerations">
<eClassifiers xsi:type="ecore:EClass" name="FiniteEnumeration" eSuperTypes="terms.ecore#//BuiltInSort">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="finiteenumeration"/>
<details key="kind" value="son"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/methods/SORT">
<details key="signature" value="boolean equalSorts(Sort sort)"/>
<details key="body" value="boolean isEqual = false;
		if (this.eClass().getName().equalsIgnoreCase(sort.eClass().getName())) {
			if (this.getContainerNamedSort() != null
					&& sort.getContainerNamedSort() != null) {
				isEqual = this.getContainerNamedSort().getName()
						.equalsIgnoreCase(
								sort.getContainerNamedSort().getName());
			} else {
				if ("FiniteEnumeration".equalsIgnoreCase(this.eClass().getName())) {
					FiniteEnumeration myFE = (FiniteEnumeration) this;
					FiniteEnumeration thatFE = (FiniteEnumeration) sort;
					List<FEConstant> myConstants = myFE.getElements();
					List<FEConstant> thoseConstants = thatFE.getElements();
					int i = 0;
					int j = 0;
					
					for (; i < myConstants.size() && j < thoseConstants.size(); i++, j++) {
						if (myConstants
								.get(i)
								.getName()
								.equalsIgnoreCase(
										thoseConstants.get(j).getName())) {
							isEqual = true;
						} else {
							isEqual = false;
							break;
						}
					}
				}
			}
		}
		return isEqual;"/>
<details key="documentation" value="/**
 * Returns true if this sort and argument sort are actually 
 * semantically the same sort, even in two different objects.
 * Ex: two FiniteEnumerations or two Integers.
 * @return true if so. 
 * @param sort the sort to which we compare this one. 
 */"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//FEConstant" containment="true" eOpposite="#//FEConstant/sort">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FEConstant" eSuperTypes="terms.ecore#//OperatorDecl">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="feconstant"/>
<details key="kind" value="son"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sort" ordered="false" lowerBound="1"
eType="#//FiniteEnumeration" eOpposite="#//FiniteEnumeration/elements"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/lip6/pnmlframework/pnmlFw-Low_Level_API_Generation/model/symmetric-net/finiteEnumerations.ecore | ecore | finiteEnumerations
FiniteEnumeration
elements
FEConstant
sort | null | {"directed":true,"nodes":[{"nsPrefix":"finiteEnumerations","nsURI":"http:///symmetricnet.finiteEnumerations.ecore","name":"finiteEnumerations","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FiniteEnumeration","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FEConstant","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"id":5,"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":"sort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":3,"target":2},{"source":3,"target":5},{"source":3,"target":1},{"source":3,"target":6},{"source":5,"target":2},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":7},{"source":6,"target":1},{"source":6,"target":8},{"source":6,"target":2},{"source":6,"target":3},{"source":8,"target":1}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="email" nsURI="http://www.soluvas.org/schema/email/1.0" nsPrefix="email">
<eClassifiers xsi:type="ecore:EClass" name="EmailCatalog" eSuperTypes="../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//NsPrefixable">
<eStructuralFeatures xsi:type="ecore:EReference" name="pageTypes" upperBound="-1"
eType="#//PageType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layoutTypes" upperBound="-1"
eType="#//LayoutType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="senderTypes" upperBound="-1"
eType="#//SenderType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="generatedPackageName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Generated package name, in order to lookup the Java class. e.g. "id.co.bippo.comment.email"."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"
transient="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Only used by EmailCatalogXmiTracker."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eFactory" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EFactory"
transient="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Only used by EmailCatalogXmiTracker."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateType" abstract="true">
<eTypeParameters name="T">
<eBounds eClassifier="#//Template"/>
</eTypeParameters>
<eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//ResourceAware"/>
<eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//BundleAware"/>
<eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//NameContainer"/>
<eGenericSuperTypes eClassifier="#//TemplateLike"/>
<eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//NsPrefixable"/>
<eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//JavaClassLinked">
<eTypeArguments eTypeParameter="#//TemplateType/T"/>
</eGenericSuperTypes>
<eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//EFactoryLinked"/>
<eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//EClassLinked"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PageType">
<eOperations name="create" eType="#//Page">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Create Page using the specified layout."/>
</eAnnotations>
<eParameters name="layout" eType="#//Layout"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="senderTypeName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Sender type name, including prefix. If not set, "builtin:general" is default."/>
</eAnnotations>
</eStructuralFeatures>
<eGenericSuperTypes eClassifier="#//TemplateType">
<eTypeArguments eClassifier="#//Page"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LayoutType">
<eOperations name="create" eType="#//Layout"/>
<eGenericSuperTypes eClassifier="#//TemplateType">
<eTypeArguments eClassifier="#//Layout"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Template" abstract="true" eSuperTypes="#//TemplateLike #//DefaultScope">
<eOperations name="renderSubject" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Render the subject."/>
</eAnnotations>
<eParameters name="recipient" eType="#//Recipient"/>
</eOperations>
<eOperations name="renderText" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Render body using text/plain format."/>
</eAnnotations>
<eParameters name="recipient" eType="#//Recipient"/>
</eOperations>
<eOperations name="renderHtml" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Render body using text/html format."/>
</eAnnotations>
<eParameters name="recipient" eType="#//Recipient"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="recipients" upperBound="-1"
eType="#//Recipient"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Recipient">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="roleName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Role e.g. "administrator", "sales staff for O Batiks"."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preferredFormat" eType="#//EmailFormat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preferredWebSecurity" eType="#//WebSecurity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EmailFormat">
<eLiterals name="multipart" literal="multipart"/>
<eLiterals name="plain" value="1"/>
<eLiterals name="html" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Layout" abstract="true" eSuperTypes="#//Template">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pageSubject" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Rendered subject by Page, to be used as input for the layout."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pagePlain" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Rendered text/plain content by Page, to be used as input for the layout."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pageHtml" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Rendered text/html content by Page, to be used as input for the layout."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="layoutType" lowerBound="1"
eType="#//LayoutType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Page" abstract="true" eSuperTypes="#//Template">
<eOperations name="compose" eType="#//Email">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Compose an Email to a recipient, using the provided layout."/>
</eAnnotations>
<eParameters name="recipient" eType="#//Recipient"/>
</eOperations>
<eOperations name="composeAll" lowerBound="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Compose emails based on attributes, using the provided layout."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//List">
<eTypeArguments eClassifier="#//Email"/>
</eGenericType>
</eOperations>
<eOperations name="attach">
<eParameters name="content" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EByteArray"/>
<eParameters name="fileName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//Layout"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pageType" lowerBound="1"
eType="#//PageType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sender" lowerBound="1"
eType="#//Sender"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mailSession" lowerBound="1"
eType="#//MailSession" transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Email" instanceClassName="org.apache.commons.mail.Email"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateLike" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subjectTemplate" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Some subjects include tracking ID, e.g.

<pre>[#MCV-529-28864]: Email forwarding not working</pre>

<p>Such subject would use this template:

<pre>[#{{{ticket.formalId}}}]: {{{ticket.subject}}}</pre>

<p>It's not recommended to put company name in the subject. Best practice is to put the company name as Sender's name, optionally suffixed with "Support" etc. Also, most services (Facebook, NameCheap) do not put the recipient name in the subject."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="plainTemplate" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Plain text template."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="htmlTemplate" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="If this is null, the html template will be synthesized from plain template."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="WebSecurity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Preference between URIs will use unsecure HTTP or secured HTTPS."/>
</eAnnotations>
<eLiterals name="prefer_secure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Prefer HTTPS for sensitive content (recommended)."/>
</eAnnotations>
</eLiterals>
<eLiterals name="always_secure" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Always use secure HTTPS for all content, including content with publicly available URIs. (slows down)"/>
</eAnnotations>
</eLiterals>
<eLiterals name="always_unsecure" value="2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Always use plain HTTP for all content, including content with sensitive URIs. (not recommended, but sometimes required for older mobile devices, or for development purposes.)"/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EmailManager">
<eOperations name="createPage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Create an email Page using the tenant-wide default layout."/>
</eAnnotations>
<eGenericType eTypeParameter="#//EmailManager/createPage/T"/>
<eTypeParameters name="T">
<eBounds eClassifier="#//Page"/>
</eTypeParameters>
<eParameters name="pageClass">
<eGenericType eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EJavaClass">
<eTypeArguments eTypeParameter="#//EmailManager/createPage/T"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="createSender" eType="#//Sender">
<eParameters name="qname" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eOperations>
<eOperations name="sendAll">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Compose the page to all recipients, then sends all of them. Returns the list of Email IDs returned by mailer."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//List">
<eTypeArguments eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eGenericType>
<eParameters name="page" eType="#//Page"/>
</eOperations>
<eOperations name="sendAll">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Compose the page to all recipients, then sends all of them with custom MailSession. Returns the list of Email IDs returned by mailer."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//List">
<eTypeArguments eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eGenericType>
<eParameters name="page" eType="#//Page"/>
<eParameters name="mailSession" eType="#//MailSession"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="smtpUser" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
changeable="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="smtpSecurity"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="smtpPassword" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
changeable="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="smtpSecurity"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="smtpHost" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
changeable="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="smtpSecurity"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="smtpPort" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EIntegerObject"
changeable="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="smtpSecurity"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="smtpSecurity" eType="#//EmailSecurity"
changeable="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sender" eSuperTypes="#//SenderLike #//DefaultScope">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Sender information. Mustache variables are supported."/>
</eAnnotations>
<eOperations name="expand">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expand the Mustache templates."/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="senderType" lowerBound="1"
eType="#//SenderType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SenderType" eSuperTypes="../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//NameContainer ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//BundleAware ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//NsPrefixable #//SenderLike">
<eOperations name="create" eType="#//Sender"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SenderLike" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="from" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Best practice is to put the company name as Sender's name, optionally suffixed with "Support" etc.

<p>Most notifications should consist only of company name. Actual conversations with support (i.e. tickets) would be suffixed with "Support"."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Email address of the sender. This can be:

<ol>
<li>a fully static text, e.g. "support@berbatik.com", very seldom used</li>
<li>a variable, e.g. "{{{generalEmail}}}", most common</li>
<li>a partial variable, e.g. "support@{{{appManifest.domain}}}", sometimes used</li>
<li>multiple variables for randomly generated drop boxes, e.g. "{{{dropbox.code}}}@{{{postEmailDomain}}}" or "{{{dropbox.code}}}@post.{{{appManifest.domain}}}", which expands to "yummy234food@post.berbatik.com"</li>
<li>a tracking address, e.g. "notification+mwkuhkji@facebookmail.com". Template is: "notification+{{{tracker.code}}}@notification.{{{appManifest.domain}}}" or "notification+{{{tracker.code}}}@{{{notificationEmailDomain}}}"</li>

<p>WARNING: A suffix like "+something" is not recommended for non-tracking emails, some mail servers like NameCheap email forwarding does not support it, and many email forms do not accept "+"."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="replyTo" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DefaultScope" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="webAddress" eType="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//WebAddress"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appManifest" eType="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//AppManifest"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="MailSession" instanceClassName="javax.mail.Session"
serializable="false"/>
<eClassifiers xsi:type="ecore:EEnum" name="EmailSecurity">
<eLiterals name="none">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Do not attempt to specify protocol. Amazon SES supports the default protocol at port 587."/>
</eAnnotations>
</eLiterals>
<eLiterals name="starttls" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set {@code mail.smtp.starttls.enable} to {@code true}, this is the recommended option. (Amazon SES supports this at port 587)"/>
</eAnnotations>
</eLiterals>
<eLiterals name="ssl" value="2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set {@code mail.smtp.socketFactory.class} to {@link javax.net.ssl.SSLSocketFactory}. (Amazon SES only supports this at port 465)"/>
</eAnnotations>
</eLiterals>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/email.ecore | ecore | email
EmailCatalog
pageTypes
layoutTypes
senderTypes
generatedPackageName
ePackage
eFactory
TemplateType
T
PageType
create
layout
senderTypeName
LayoutType
create
Template
renderSubject
recipient
renderText
recipient
renderHtml
recipient
recipients
Recipient
email
name
firstName
lastName
roleName
preferredFormat
preferredWebSecurity
EmailFormat
multipart
multipart
plain
plain
html
html
Layout
pageSubject
pagePlain
pageHtml
layoutType
Page
compose
recipient
composeAll
attach
content
fileName
layout
pageType
sender
mailSession
Email
org.apache.commons.mail.Email
org.apache.commons.mail.Email
TemplateLike
subjectTemplate
plainTemplate
htmlTemplate
WebSecurity
prefer_secure
prefer_secure
always_secure
always_secure
always_unsecure
always_unsecure
EmailManager
createPage
T
pageClass
createSender
qname
sendAll
page
sendAll
page
mailSession
smtpUser
smtpPassword
smtpHost
smtpPort
smtpSecurity
Sender
expand
senderType
SenderType
create
SenderLike
from
email
replyTo
DefaultScope
webAddress
appManifest
MailSession
javax.mail.Session
javax.mail.Session
EmailSecurity
none
none
starttls
starttls
ssl
ssl | null | {"directed":true,"nodes":[{"nsPrefix":"email","nsURI":"http://www.soluvas.org/schema/email/1.0","name":"email","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmailCatalog","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateType","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Recipient","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EmailFormat","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layout","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.apache.commons.mail.Email","defaultValue":null,"instanceClassName":"org.apache.commons.mail.Email","name":"Email","instanceClass":null,"id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateLike","instanceClass":null,"abstract":true,"id":11,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"WebSecurity","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmailManager","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sender","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SenderType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SenderLike","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultScope","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.mail.Session","defaultValue":null,"instanceClassName":"javax.mail.Session","name":"MailSession","instanceClass":null,"id":18,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"EmailSecurity","instanceClass":null,"id":19,"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":"pageTypes","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":"layoutTypes","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":"senderTypes","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":"generatedPackageName","changeable":true,"lowerBound":1,"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":"ePackage","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":true,"unique":true,"name":"eFactory","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"},{"name":"T","id":33,"eClass":"ETypeParameter"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":44,"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":"senderTypeName","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"layout","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EParameter"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EOperation"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"renderSubject","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"renderText","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"renderHtml","lowerBound":0,"id":58,"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":"recipients","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"recipient","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EParameter"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"recipient","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":"recipient","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EParameter"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"firstName","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastName","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roleName","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preferredFormat","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preferredWebSecurity","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"name":"multipart","id":86,"value":0,"literal":"multipart","eClass":"EEnumLiteral"},{"name":"plain","id":87,"value":1,"literal":"plain","eClass":"EEnumLiteral"},{"name":"html","id":88,"value":2,"literal":"html","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":"pageSubject","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pagePlain","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pageHtml","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"layoutType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"compose","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"composeAll","lowerBound":1,"id":99,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"attach","lowerBound":0,"id":100,"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":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pageType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sender","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"mailSession","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"recipient","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EParameter"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"content","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"fileName","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EParameter"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subjectTemplate","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"plainTemplate","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"htmlTemplate","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"name":"prefer_secure","id":125,"value":0,"literal":"prefer_secure","eClass":"EEnumLiteral"},{"name":"always_secure","id":126,"value":1,"literal":"always_secure","eClass":"EEnumLiteral"},{"name":"always_unsecure","id":127,"value":2,"literal":"always_unsecure","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPage","lowerBound":0,"id":128,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createSender","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"sendAll","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"sendAll","lowerBound":0,"id":131,"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":"smtpUser","changeable":false,"lowerBound":0,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"smtpPassword","changeable":false,"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":"smtpHost","changeable":false,"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":"smtpPort","changeable":false,"lowerBound":0,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"smtpSecurity","changeable":false,"lowerBound":0,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"name":"T","id":138,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"pageClass","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"qname","lowerBound":0,"id":144,"many":false,"required":false,"eClass":"EParameter"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"page","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EParameter"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"page","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"mailSession","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"expand","lowerBound":0,"id":161,"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":"senderType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EOperation"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"replyTo","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"webAddress","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":false,"unsettable":false,"transient":false,"unique":true,"name":"appManifest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"name":"none","id":182,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"starttls","id":183,"value":1,"literal":"starttls","eClass":"EEnumLiteral"},{"name":"ssl","id":184,"value":2,"literal":"ssl","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":1,"target":0},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":20,"target":3},{"source":20,"target":27},{"source":20,"target":1},{"source":27,"target":3},{"source":21,"target":4},{"source":21,"target":28},{"source":21,"target":1},{"source":28,"target":4},{"source":22,"target":15},{"source":22,"target":29},{"source":22,"target":1},{"source":29,"target":15},{"source":23,"target":30},{"source":23,"target":1},{"source":24,"target":31},{"source":24,"target":1},{"source":25,"target":32},{"source":25,"target":1},{"source":2,"target":0},{"source":2,"target":33},{"source":2,"target":11},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":33,"target":42},{"source":42,"target":5},{"source":37,"target":11},{"source":39,"target":43},{"source":43,"target":33},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":44,"target":9},{"source":44,"target":47},{"source":44,"target":3},{"source":44,"target":48},{"source":47,"target":9},{"source":48,"target":8},{"source":48,"target":49},{"source":48,"target":44},{"source":49,"target":8},{"source":45,"target":50},{"source":45,"target":3},{"source":46,"target":51},{"source":46,"target":2},{"source":51,"target":9},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":52},{"source":4,"target":53},{"source":52,"target":8},{"source":52,"target":54},{"source":52,"target":4},{"source":54,"target":8},{"source":53,"target":55},{"source":53,"target":2},{"source":55,"target":8},{"source":5,"target":0},{"source":5,"target":11},{"source":5,"target":17},{"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":56,"target":62},{"source":56,"target":5},{"source":56,"target":63},{"source":63,"target":6},{"source":63,"target":64},{"source":63,"target":56},{"source":64,"target":6},{"source":57,"target":65},{"source":57,"target":5},{"source":57,"target":66},{"source":66,"target":6},{"source":66,"target":67},{"source":66,"target":57},{"source":67,"target":6},{"source":58,"target":68},{"source":58,"target":5},{"source":58,"target":69},{"source":69,"target":6},{"source":69,"target":70},{"source":69,"target":58},{"source":70,"target":6},{"source":59,"target":6},{"source":59,"target":71},{"source":59,"target":5},{"source":71,"target":6},{"source":60,"target":11},{"source":61,"target":17},{"source":6,"target":0},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":6,"target":78},{"source":72,"target":79},{"source":72,"target":6},{"source":73,"target":80},{"source":73,"target":6},{"source":74,"target":81},{"source":74,"target":6},{"source":75,"target":82},{"source":75,"target":6},{"source":76,"target":83},{"source":76,"target":6},{"source":77,"target":7},{"source":77,"target":84},{"source":77,"target":6},{"source":84,"target":7},{"source":78,"target":12},{"source":78,"target":85},{"source":78,"target":6},{"source":85,"target":12},{"source":7,"target":0},{"source":7,"target":86},{"source":7,"target":87},{"source":7,"target":88},{"source":86,"target":7},{"source":87,"target":7},{"source":88,"target":7},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":89},{"source":8,"target":90},{"source":8,"target":91},{"source":8,"target":92},{"source":8,"target":93},{"source":89,"target":94},{"source":89,"target":8},{"source":90,"target":95},{"source":90,"target":8},{"source":91,"target":96},{"source":91,"target":8},{"source":92,"target":4},{"source":92,"target":97},{"source":92,"target":8},{"source":97,"target":4},{"source":93,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":98},{"source":9,"target":99},{"source":9,"target":100},{"source":9,"target":101},{"source":9,"target":102},{"source":9,"target":103},{"source":9,"target":104},{"source":9,"target":105},{"source":98,"target":10},{"source":98,"target":106},{"source":98,"target":9},{"source":98,"target":107},{"source":106,"target":10},{"source":107,"target":6},{"source":107,"target":108},{"source":107,"target":98},{"source":108,"target":6},{"source":99,"target":109},{"source":99,"target":9},{"source":109,"target":110},{"source":110,"target":10},{"source":100,"target":9},{"source":100,"target":111},{"source":100,"target":112},{"source":111,"target":113},{"source":111,"target":100},{"source":112,"target":114},{"source":112,"target":100},{"source":101,"target":8},{"source":101,"target":115},{"source":101,"target":9},{"source":115,"target":8},{"source":102,"target":3},{"source":102,"target":116},{"source":102,"target":9},{"source":116,"target":3},{"source":103,"target":14},{"source":103,"target":117},{"source":103,"target":9},{"source":117,"target":14},{"source":104,"target":18},{"source":104,"target":118},{"source":104,"target":9},{"source":118,"target":18},{"source":105,"target":5},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":119},{"source":11,"target":120},{"source":11,"target":121},{"source":119,"target":122},{"source":119,"target":11},{"source":120,"target":123},{"source":120,"target":11},{"source":121,"target":124},{"source":121,"target":11},{"source":12,"target":0},{"source":12,"target":125},{"source":12,"target":126},{"source":12,"target":127},{"source":125,"target":12},{"source":126,"target":12},{"source":127,"target":12},{"source":13,"target":0},{"source":13,"target":128},{"source":13,"target":129},{"source":13,"target":130},{"source":13,"target":131},{"source":13,"target":132},{"source":13,"target":133},{"source":13,"target":134},{"source":13,"target":135},{"source":13,"target":136},{"source":128,"target":9},{"source":128,"target":137},{"source":128,"target":13},{"source":128,"target":138},{"source":128,"target":139},{"source":137,"target":138},{"source":138,"target":140},{"source":140,"target":9},{"source":139,"target":141},{"source":139,"target":128},{"source":141,"target":142},{"source":142,"target":138},{"source":129,"target":14},{"source":129,"target":143},{"source":129,"target":13},{"source":129,"target":144},{"source":143,"target":14},{"source":144,"target":145},{"source":144,"target":129},{"source":130,"target":146},{"source":130,"target":13},{"source":130,"target":147},{"source":146,"target":148},{"source":147,"target":9},{"source":147,"target":149},{"source":147,"target":130},{"source":149,"target":9},{"source":131,"target":150},{"source":131,"target":13},{"source":131,"target":151},{"source":131,"target":152},{"source":150,"target":153},{"source":151,"target":9},{"source":151,"target":154},{"source":151,"target":131},{"source":154,"target":9},{"source":152,"target":18},{"source":152,"target":155},{"source":152,"target":131},{"source":155,"target":18},{"source":132,"target":156},{"source":132,"target":13},{"source":133,"target":157},{"source":133,"target":13},{"source":134,"target":158},{"source":134,"target":13},{"source":135,"target":159},{"source":135,"target":13},{"source":136,"target":19},{"source":136,"target":160},{"source":136,"target":13},{"source":160,"target":19},{"source":14,"target":0},{"source":14,"target":16},{"source":14,"target":17},{"source":14,"target":161},{"source":14,"target":162},{"source":14,"target":163},{"source":14,"target":164},{"source":161,"target":14},{"source":162,"target":15},{"source":162,"target":165},{"source":162,"target":14},{"source":165,"target":15},{"source":163,"target":16},{"source":164,"target":17},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":166},{"source":15,"target":167},{"source":15,"target":168},{"source":15,"target":169},{"source":15,"target":170},{"source":166,"target":14},{"source":166,"target":171},{"source":166,"target":15},{"source":171,"target":14},{"source":170,"target":16},{"source":16,"target":0},{"source":16,"target":172},{"source":16,"target":173},{"source":16,"target":174},{"source":172,"target":175},{"source":172,"target":16},{"source":173,"target":176},{"source":173,"target":16},{"source":174,"target":177},{"source":174,"target":16},{"source":17,"target":0},{"source":17,"target":178},{"source":17,"target":179},{"source":178,"target":180},{"source":178,"target":17},{"source":179,"target":181},{"source":179,"target":17},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":182},{"source":19,"target":183},{"source":19,"target":184},{"source":182,"target":19},{"source":183,"target":19},{"source":184,"target":19}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bycounter" nsURI="http://sdq.ipd.kit.edu/ByCounterModels/0.3"
nsPrefix="ByCounter">
<eSubpackages name="output" nsURI="http://sdq.ipd.kit.edu/ByCounterModels/Output/0.3"
nsPrefix="ByCounter.Output">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Decorator&nbsp;models&nbsp;which&nbsp;annotate&nbsp;raw&nbsp;resource&nbsp;demands&nbsp;to&nbsp;AbstractInternalControlFlowActions."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="OutputModelRepository" eSuperTypes="platform:/plugin/de.uka.ipd.sdq.identifier/model/identifier.ecore#//Identifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="resultCollection" ordered="false"
upperBound="-1" eType="#//output/ResultCollection" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResultCollection">
<eStructuralFeatures xsi:type="ecore:EReference" name="requestResults" ordered="false"
upperBound="-1" eType="#//output/RequestResult" containment="true" eOpposite="#//output/RequestResult/resultCollection"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="countingResults" ordered="false"
upperBound="-1" eType="#//output/CountingResult" containment="true" eOpposite="#//output/CountingResult/resultCollection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequestResult" eSuperTypes="platform:/plugin/de.uka.ipd.sdq.identifier/model/identifier.ecore#//Identifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="countingResults" ordered="false"
upperBound="-1" eType="#//output/CountingResult" containment="true" eOpposite="#//output/CountingResult/requestResult"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resultCollection" ordered="false"
lowerBound="1" eType="#//output/ResultCollection" eOpposite="#//output/ResultCollection/requestResults"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CountingResult">
<eStructuralFeatures xsi:type="ecore:EReference" name="callerId" ordered="false"
lowerBound="1" eType="#//output/UUID" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ID of the method that invoked the method of the result. Can be null if the caller was not instrumented."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="methodInvocationStartTime"
ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Time at which the method that produced this result was invoked."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reportingTime" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Time at which the result was reported."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="observedElement" ordered="false"
lowerBound="1" eType="#//input/EntityToInstrument"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcodeCounts" ordered="false"
unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A list of counts for all possible opcodes, even if a particular opcode was not counted, i.e. the count is 0."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="methodId" ordered="false"
lowerBound="1" eType="#//output/UUID" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ID of the method of this result."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedMethodName"
ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resultCollection" ordered="false"
eType="#//output/ResultCollection" eOpposite="#//output/ResultCollection/countingResults"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayCreationCounts"
ordered="false" upperBound="-1" eType="#//output/ArrayCreationCount" containment="true"
eOpposite="#//output/ArrayCreationCount/countingResult"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methodCallCounts" ordered="false"
upperBound="-1" eType="#//output/MethodCallCount" containment="true" eOpposite="#//output/MethodCallCount/countingResult"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="threadId" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="final" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="When true, the result is complete and all field have their final value.
When false, the result exists to allow for the correct result structure. The values of fields and references however are not all determined yet. In particular, counts for opcodes, method calls or array creations are subject to change.
An instance in which final is used is a result for code which spawns threads. In order to correctly create a parent->child thread result relationship, an incomplete result (i.e. final=false) is created that correctly references the spawned result but is incomplete until the entirety of the instrumented element is executed."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="spawnedThreadedCountingResults"
ordered="false" upperBound="-1" eType="#//output/CountingResult" containment="true"
eOpposite="#//output/CountingResult/threadedCountingResult"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="threadedCountingResult"
ordered="false" eType="#//output/CountingResult" eOpposite="#//output/CountingResult/spawnedThreadedCountingResults"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requestResult" ordered="false"
eType="#//output/RequestResult" eOpposite="#//output/RequestResult/countingResults"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UUID">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringRepresentation"
ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayCreationCount">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="count" ordered="false"
lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeDescriptor" ordered="false"
lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Descriptor of the type of the array elements."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfDimensions" ordered="false"
lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arrayType" ordered="false"
lowerBound="1" eType="#//output/ArrayType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The opcode of the array type."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="countingResult" ordered="false"
lowerBound="1" eType="#//output/CountingResult" eOpposite="#//output/CountingResult/arrayCreationCounts"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ArrayType">
<eLiterals name="INVALID">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Unknown type or object type."/>
</eAnnotations>
</eLiterals>
<eLiterals name="BOOLEAN" value="1"/>
<eLiterals name="BYTE" value="2"/>
<eLiterals name="CHAR" value="3"/>
<eLiterals name="DOUBLE" value="4"/>
<eLiterals name="FLOAT" value="5"/>
<eLiterals name="INT" value="6"/>
<eLiterals name="LONG" value="7"/>
<eLiterals name="SHORT" value="8"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodCallCount">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedFunctionName"
ordered="false" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="count" ordered="false"
lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="function" ordered="false"
eType="ecore:EClass platform:/plugin/de.fzi.gast/model/gast.ecore#//functions/Function">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Reference to the called function (if mapping is available)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="countingResult" ordered="false"
lowerBound="1" eType="#//output/CountingResult" eOpposite="#//output/CountingResult/methodCallCounts"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="input" nsURI="http://sdq.ipd.kit.edu/ByCounterModels/Input/0.3"
nsPrefix="ByCounter.Input">
<eClassifiers xsi:type="ecore:EClass" name="InstrumentationProfile" eSuperTypes="platform:/plugin/de.uka.ipd.sdq.identifier/model/identifier.ecore#//Identifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p></p>"/>
</eAnnotations>
<eOperations name="atLeastOneThread" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="(self.numberCallGraphClassAnalyserThreads = null) or (self.numberCallGraphClassAnalyserThreads >= 1)"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instrumentRecursively"
ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="When set, instruments methods called from the methods specified in 
entitesToInstrument that are not Java API methods (packages java.*, javax.* sun.*) and not native methods."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="aggregationExcludes"
ordered="false" upperBound="-1" eType="ecore:EClass platform:/plugin/de.fzi.gast/model/gast.ecore#//functions/Method"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entitiesToInstrument"
ordered="false" upperBound="-1" eType="#//input/EntityToInstrument" containment="true"
eOpposite="#//input/EntityToInstrument/instrumentationProfile"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intrumentationProfileRepository"
ordered="false" eType="#//input/InstrumentationProfileRepository" eOpposite="#//input/InstrumentationProfileRepository/instrumentationProfile"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instrumentUsingLongCounters"
ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="When true, counters are long values instead of integers. Must be used for counting large execution frequencies. Setting this to false offers some performance benifits but can result in overflows."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instrumentUsingBasicBlocks"
ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="When true, bytecode instructions will be counted in groups made up of identified basic blocks. The execution numbers of single instructions are calculated after the execution. When false, every single bytecode instruction will be counted by an individual counter."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberCallGraphClassAnalyserThreads"
ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>The specific amount of threads to spawn in the CallGraphClassAnalyser which is used when instrumenting recursively. Can be used to potentially limit memory demands etc. When not set a heuristic is used instead.</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="provideJoinThreadsAbility"
ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="When true, allows ByCounter to wait for all threads spawned from instrumented methods to complete."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="persistInstrumentedClassesToOSPath"
ordered="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="When set, classes will be written to the hereby specified directory."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="provideOnlineSectionActiveUpdates"
ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" When true, the instrumentation for providing updates on the execution of user specified code sections is inserted."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="traceAndIdentifyRequests"
ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="RequestIDs are UUIDs used to track the method call graph across threads. They are created in a root method (a method called with no request ID) and then passed recursively on to all methods it calls. Note: Currently, constructors cannot be tracked."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="logicalSetExternalToClassLoader"
ordered="false" upperBound="-1" eType="#//input/LogicalSet" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstrumentationProfileRepository"
eSuperTypes="platform:/plugin/de.uka.ipd.sdq.identifier/model/identifier.ecore#//Identifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="executionProfile" ordered="false"
upperBound="-1" eType="#//input/ExecutionProfile" containment="true" eOpposite="#//input/ExecutionProfile/instrumentationProfileRepository"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instrumentationProfile"
ordered="false" upperBound="-1" eType="#//input/InstrumentationProfile"
containment="true" eOpposite="#//input/InstrumentationProfile/intrumentationProfileRepository"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionProfile">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="addUpResultsRecursively"
ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="True, when result retrieval adds up counting results recursively.
This means that results for methods that call other methods include the counts of these called methods, i.e. of the entire calling tree.
When false, only the counts for operations done in the method itself - not those by called methods - are returned."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="waitForThreadsToFinish"
ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="When true, execution tries to wait for all threads from instrumented methods to finish before returning."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="definedLogicalSets" ordered="false"
upperBound="-1" eType="#//input/LogicalSet" containment="true" eOpposite="#//input/LogicalSet/executionProfile"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instrumentationProfileRepository"
ordered="false" eType="#//input/InstrumentationProfileRepository" eOpposite="#//input/InstrumentationProfileRepository/executionProfile"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LogicalSet" eSuperTypes="platform:/plugin/de.uka.ipd.sdq.identifier/model/identifier.ecore#//Identifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="internalClasses" ordered="false"
upperBound="-1" eType="ecore:EClass platform:/plugin/de.fzi.gast/model/gast.ecore#//types/GASTClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="executionProfile" ordered="false"
eType="#//input/ExecutionProfile" eOpposite="#//input/ExecutionProfile/definedLogicalSets"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstrumentedCodeArea" eSuperTypes="#//input/EntityToInstrument">
<eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/de.fzi.gast/model/gast.ecore#//statements/Statement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1"
eType="ecore:EClass platform:/plugin/de.fzi.gast/model/gast.ecore#//statements/Statement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstrumentedMethod" eSuperTypes="#//input/EntityToInstrument">
<eStructuralFeatures xsi:type="ecore:EReference" name="implementationOrDerived"
ordered="false" upperBound="-1" eType="#//input/InstrumentedMethod" containment="true"
eOpposite="#//input/InstrumentedMethod/declarationOrParent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="declarationOrParent"
ordered="false" eType="#//input/InstrumentedMethod" eOpposite="#//input/InstrumentedMethod/implementationOrDerived"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instrumentDerived" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/de.fzi.gast/model/gast.ecore#//functions/Method"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntityToInstrument" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="instrumentationProfile"
ordered="false" eType="#//input/InstrumentationProfile" eOpposite="#//input/InstrumentationProfile/entitiesToInstrument"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/PalladioSimulator/Palladio-Addons-BySuite-ByCounter/edu.kit.ipd.sdq.bycounter/model/ByCounter.ecore | ecore | bycounter
output
OutputModelRepository
resultCollection
ResultCollection
requestResults
countingResults
RequestResult
countingResults
resultCollection
CountingResult
callerId
methodInvocationStartTime
reportingTime
observedElement
opcodeCounts
methodId
qualifiedMethodName
resultCollection
arrayCreationCounts
methodCallCounts
threadId
final
false
spawnedThreadedCountingResults
threadedCountingResult
requestResult
UUID
stringRepresentation
ArrayCreationCount
count
typeDescriptor
numberOfDimensions
arrayType
countingResult
ArrayType
INVALID
INVALID
BOOLEAN
BOOLEAN
BYTE
BYTE
CHAR
CHAR
DOUBLE
DOUBLE
FLOAT
FLOAT
INT
INT
LONG
LONG
SHORT
SHORT
MethodCallCount
qualifiedFunctionName
count
function
countingResult
input
InstrumentationProfile
atLeastOneThread
diagnostics
context
instrumentRecursively
true
aggregationExcludes
entitiesToInstrument
intrumentationProfileRepository
instrumentUsingLongCounters
true
instrumentUsingBasicBlocks
true
numberCallGraphClassAnalyserThreads
provideJoinThreadsAbility
true
persistInstrumentedClassesToOSPath
provideOnlineSectionActiveUpdates
true
traceAndIdentifyRequests
false
logicalSetExternalToClassLoader
InstrumentationProfileRepository
executionProfile
instrumentationProfile
ExecutionProfile
addUpResultsRecursively
true
waitForThreadsToFinish
true
definedLogicalSets
instrumentationProfileRepository
LogicalSet
internalClasses
executionProfile
InstrumentedCodeArea
from
to
InstrumentedMethod
implementationOrDerived
declarationOrParent
instrumentDerived
false
method
EntityToInstrument
instrumentationProfile | null | {"directed":true,"nodes":[{"nsPrefix":"ByCounter","nsURI":"http://sdq.ipd.kit.edu/ByCounterModels/0.3","name":"bycounter","id":0,"eClass":"EPackage"},{"nsPrefix":"ByCounter.Output","nsURI":"http://sdq.ipd.kit.edu/ByCounterModels/Output/0.3","name":"output","id":1,"eClass":"EPackage"},{"nsPrefix":"ByCounter.Input","nsURI":"http://sdq.ipd.kit.edu/ByCounterModels/Input/0.3","name":"input","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputModelRepository","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultCollection","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequestResult","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CountingResult","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UUID","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayCreationCount","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCallCount","instanceClass":null,"abstract":false,"id":10,"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":"resultCollection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"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":"requestResults","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"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":"countingResults","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultCollection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"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":"resultCollection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"countingResults","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requestResult","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"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":"callerId","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"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":"methodInvocationStartTime","changeable":true,"lowerBound":1,"iD":false,"id":26,"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":"reportingTime","changeable":true,"lowerBound":1,"iD":false,"id":27,"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":"observedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"opcodeCounts","changeable":true,"lowerBound":0,"iD":false,"id":29,"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":"methodId","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"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":"qualifiedMethodName","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayCreationCounts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"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":"methodCallCounts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"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":"threadId","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"final","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spawnedThreadedCountingResults","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"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":"threadedCountingResult","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityToInstrument","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"countingResult","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"countingResult","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringRepresentation","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"id":57,"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":"count","changeable":true,"lowerBound":1,"iD":false,"id":58,"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":"typeDescriptor","changeable":true,"lowerBound":1,"iD":false,"id":59,"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":"numberOfDimensions","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arrayType","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"name":"INVALID","id":67,"value":0,"literal":"INVALID","eClass":"EEnumLiteral"},{"name":"BOOLEAN","id":68,"value":1,"literal":"BOOLEAN","eClass":"EEnumLiteral"},{"name":"BYTE","id":69,"value":2,"literal":"BYTE","eClass":"EEnumLiteral"},{"name":"CHAR","id":70,"value":3,"literal":"CHAR","eClass":"EEnumLiteral"},{"name":"DOUBLE","id":71,"value":4,"literal":"DOUBLE","eClass":"EEnumLiteral"},{"name":"FLOAT","id":72,"value":5,"literal":"FLOAT","eClass":"EEnumLiteral"},{"name":"INT","id":73,"value":6,"literal":"INT","eClass":"EEnumLiteral"},{"name":"LONG","id":74,"value":7,"literal":"LONG","eClass":"EEnumLiteral"},{"name":"SHORT","id":75,"value":8,"literal":"SHORT","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedFunctionName","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"count","changeable":true,"lowerBound":1,"iD":false,"id":77,"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":"function","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstrumentationProfile","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstrumentationProfileRepository","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionProfile","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalSet","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstrumentedCodeArea","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstrumentedMethod","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"atLeastOneThread","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"instrumentRecursively","changeable":true,"lowerBound":1,"iD":false,"id":90,"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":"aggregationExcludes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entitiesToInstrument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"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":"intrumentationProfileRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"instrumentUsingLongCounters","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"instrumentUsingBasicBlocks","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberCallGraphClassAnalyserThreads","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"provideJoinThreadsAbility","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"persistInstrumentedClassesToOSPath","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"provideOnlineSectionActiveUpdates","changeable":true,"lowerBound":1,"iD":false,"id":99,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"traceAndIdentifyRequests","changeable":true,"lowerBound":1,"iD":false,"id":100,"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":"logicalSetExternalToClassLoader","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":104,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EParameter"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"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":"instrumentationProfile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"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":"instrumentationProfile","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"},{"id":122,"eClass":"EGenericType"},{"id":123,"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":"executionProfile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"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":"instrumentationProfileRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"addUpResultsRecursively","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"waitForThreadsToFinish","changeable":true,"lowerBound":1,"iD":false,"id":130,"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":"definedLogicalSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"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":"executionProfile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"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":"internalClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":141,"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":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implementationOrDerived","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"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":"declarationOrParent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"instrumentDerived","changeable":true,"lowerBound":1,"iD":false,"id":148,"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":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"}],"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":0},{"source":3,"target":1},{"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":4,"target":1},{"source":4,"target":14},{"source":4,"target":15},{"source":14,"target":5},{"source":14,"target":16},{"source":14,"target":4},{"source":14,"target":17},{"source":16,"target":5},{"source":15,"target":6},{"source":15,"target":18},{"source":15,"target":4},{"source":15,"target":19},{"source":18,"target":6},{"source":5,"target":1},{"source":5,"target":20},{"source":5,"target":17},{"source":5,"target":21},{"source":20,"target":6},{"source":20,"target":22},{"source":20,"target":5},{"source":20,"target":23},{"source":22,"target":6},{"source":17,"target":4},{"source":17,"target":24},{"source":17,"target":5},{"source":17,"target":14},{"source":24,"target":4},{"source":6,"target":1},{"source":6,"target":25},{"source":6,"target":26},{"source":6,"target":27},{"source":6,"target":28},{"source":6,"target":29},{"source":6,"target":30},{"source":6,"target":31},{"source":6,"target":19},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":23},{"source":25,"target":7},{"source":25,"target":38},{"source":25,"target":6},{"source":38,"target":7},{"source":26,"target":39},{"source":26,"target":6},{"source":27,"target":40},{"source":27,"target":6},{"source":28,"target":41},{"source":28,"target":42},{"source":28,"target":6},{"source":42,"target":41},{"source":29,"target":43},{"source":29,"target":6},{"source":30,"target":7},{"source":30,"target":44},{"source":30,"target":6},{"source":44,"target":7},{"source":31,"target":45},{"source":31,"target":6},{"source":19,"target":4},{"source":19,"target":46},{"source":19,"target":6},{"source":19,"target":15},{"source":46,"target":4},{"source":32,"target":8},{"source":32,"target":47},{"source":32,"target":6},{"source":32,"target":48},{"source":47,"target":8},{"source":33,"target":10},{"source":33,"target":49},{"source":33,"target":6},{"source":33,"target":50},{"source":49,"target":10},{"source":34,"target":51},{"source":34,"target":6},{"source":35,"target":52},{"source":35,"target":6},{"source":36,"target":6},{"source":36,"target":53},{"source":36,"target":6},{"source":36,"target":37},{"source":53,"target":6},{"source":37,"target":6},{"source":37,"target":54},{"source":37,"target":6},{"source":37,"target":36},{"source":54,"target":6},{"source":23,"target":5},{"source":23,"target":55},{"source":23,"target":6},{"source":23,"target":20},{"source":55,"target":5},{"source":7,"target":1},{"source":7,"target":56},{"source":56,"target":57},{"source":56,"target":7},{"source":8,"target":1},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":48},{"source":58,"target":62},{"source":58,"target":8},{"source":59,"target":63},{"source":59,"target":8},{"source":60,"target":64},{"source":60,"target":8},{"source":61,"target":9},{"source":61,"target":65},{"source":61,"target":8},{"source":65,"target":9},{"source":48,"target":6},{"source":48,"target":66},{"source":48,"target":8},{"source":48,"target":32},{"source":66,"target":6},{"source":9,"target":1},{"source":9,"target":67},{"source":9,"target":68},{"source":9,"target":69},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":67,"target":9},{"source":68,"target":9},{"source":69,"target":9},{"source":70,"target":9},{"source":71,"target":9},{"source":72,"target":9},{"source":73,"target":9},{"source":74,"target":9},{"source":75,"target":9},{"source":10,"target":1},{"source":10,"target":76},{"source":10,"target":77},{"source":10,"target":78},{"source":10,"target":50},{"source":76,"target":79},{"source":76,"target":10},{"source":77,"target":80},{"source":77,"target":10},{"source":78,"target":81},{"source":78,"target":10},{"source":50,"target":6},{"source":50,"target":82},{"source":50,"target":10},{"source":50,"target":33},{"source":82,"target":6},{"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":41},{"source":2,"target":0},{"source":83,"target":2},{"source":83,"target":89},{"source":83,"target":90},{"source":83,"target":91},{"source":83,"target":92},{"source":83,"target":93},{"source":83,"target":94},{"source":83,"target":95},{"source":83,"target":96},{"source":83,"target":97},{"source":83,"target":98},{"source":83,"target":99},{"source":83,"target":100},{"source":83,"target":101},{"source":83,"target":102},{"source":89,"target":103},{"source":89,"target":83},{"source":89,"target":104},{"source":89,"target":105},{"source":104,"target":106},{"source":104,"target":89},{"source":105,"target":107},{"source":105,"target":89},{"source":107,"target":108},{"source":107,"target":109},{"source":90,"target":110},{"source":90,"target":83},{"source":91,"target":111},{"source":91,"target":83},{"source":92,"target":41},{"source":92,"target":112},{"source":92,"target":83},{"source":92,"target":113},{"source":112,"target":41},{"source":93,"target":84},{"source":93,"target":114},{"source":93,"target":83},{"source":93,"target":115},{"source":114,"target":84},{"source":94,"target":116},{"source":94,"target":83},{"source":95,"target":117},{"source":95,"target":83},{"source":96,"target":118},{"source":96,"target":83},{"source":97,"target":119},{"source":97,"target":83},{"source":98,"target":120},{"source":98,"target":83},{"source":99,"target":121},{"source":99,"target":83},{"source":100,"target":122},{"source":100,"target":83},{"source":101,"target":86},{"source":101,"target":123},{"source":101,"target":83},{"source":123,"target":86},{"source":84,"target":2},{"source":84,"target":124},{"source":84,"target":115},{"source":84,"target":125},{"source":124,"target":85},{"source":124,"target":126},{"source":124,"target":84},{"source":124,"target":127},{"source":126,"target":85},{"source":115,"target":83},{"source":115,"target":128},{"source":115,"target":84},{"source":115,"target":93},{"source":128,"target":83},{"source":85,"target":2},{"source":85,"target":129},{"source":85,"target":130},{"source":85,"target":131},{"source":85,"target":127},{"source":129,"target":132},{"source":129,"target":85},{"source":130,"target":133},{"source":130,"target":85},{"source":131,"target":86},{"source":131,"target":134},{"source":131,"target":85},{"source":131,"target":135},{"source":134,"target":86},{"source":127,"target":84},{"source":127,"target":136},{"source":127,"target":85},{"source":127,"target":124},{"source":136,"target":84},{"source":86,"target":2},{"source":86,"target":137},{"source":86,"target":135},{"source":86,"target":138},{"source":137,"target":139},{"source":137,"target":86},{"source":135,"target":85},{"source":135,"target":140},{"source":135,"target":86},{"source":135,"target":131},{"source":140,"target":85},{"source":87,"target":2},{"source":87,"target":41},{"source":87,"target":141},{"source":87,"target":142},{"source":87,"target":143},{"source":141,"target":144},{"source":141,"target":87},{"source":142,"target":145},{"source":142,"target":87},{"source":143,"target":41},{"source":88,"target":2},{"source":88,"target":41},{"source":88,"target":146},{"source":88,"target":147},{"source":88,"target":148},{"source":88,"target":149},{"source":88,"target":150},{"source":146,"target":88},{"source":146,"target":151},{"source":146,"target":88},{"source":146,"target":147},{"source":151,"target":88},{"source":147,"target":88},{"source":147,"target":152},{"source":147,"target":88},{"source":147,"target":146},{"source":152,"target":88},{"source":148,"target":153},{"source":148,"target":88},{"source":149,"target":154},{"source":149,"target":88},{"source":150,"target":41},{"source":41,"target":2},{"source":41,"target":113},{"source":113,"target":83},{"source":113,"target":155},{"source":113,"target":41},{"source":113,"target":92},{"source":155,"target":83}],"multigraph":true} |
true | <?xml version="1.0" encoding="ASCII"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="refinher" nsURI="http://refinher.v0" nsPrefix="refinher">
<eClassifiers xsi:type="ecore:EClass" name="A">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="pov" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="bs" upperBound="-1" eType="//B" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ks" upperBound="-1" eType="//K" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nameds" upperBound="-1" eType="//Named" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="B" eSuperTypes="//Named">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="ref=cs" value=""/>
<details key="cont=A.bs" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="cs" upperBound="-1" eType="//C"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="C" eSuperTypes="//Named">
<eAnnotations source="diagraph">
<details key="node" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Named">
<eAnnotations source="diagraph">
<details key="label=name" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="D" eSuperTypes="//B">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="ref=es" value=""/>
<details key="cont=A.bs" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="es" upperBound="-1" eType="//E"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="E" eSuperTypes="//Named">
<eAnnotations source="diagraph">
<details key="node" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="F" eSuperTypes="//D">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="ref=gs" value=""/>
<details key="ref=hs" value=""/>
<details key="cont=A.bs" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="gs" upperBound="-1" eType="//G"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hs" upperBound="-1" eType="//H"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="G" eSuperTypes="//Named">
<eAnnotations source="diagraph">
<details key="node" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="I" eSuperTypes="//F //K">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="cont=A.bs" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="H" eSuperTypes="//Named">
<eAnnotations source="diagraph">
<details key="node" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="K" eSuperTypes="//Named">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="ref=ls" value=""/>
<details key="cont=A.ks" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ls" upperBound="-1" eType="//L"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="L" eSuperTypes="//Named">
<eAnnotations source="diagraph">
<details key="node" value=""/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/temp_repository-bundle/refinher.ecore | ecore | refinher
A
bs
ks
nameds
B
cs
C
Named
name
D
es
E
F
gs
hs
G
I
H
K
ls
L | null | {"directed":true,"nodes":[{"nsPrefix":"refinher","nsURI":"http://refinher.v0","name":"refinher","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"B","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"D","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"E","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"F","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"G","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"I","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"H","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bs","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":"ks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nameds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"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":"es","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"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":"ls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":13,"target":2},{"source":13,"target":16},{"source":13,"target":1},{"source":16,"target":2},{"source":14,"target":11},{"source":14,"target":17},{"source":14,"target":1},{"source":17,"target":11},{"source":15,"target":4},{"source":15,"target":18},{"source":15,"target":1},{"source":18,"target":4},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":19},{"source":2,"target":20},{"source":19,"target":3},{"source":19,"target":21},{"source":19,"target":2},{"source":21,"target":3},{"source":20,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":22},{"source":22,"target":4},{"source":4,"target":0},{"source":4,"target":23},{"source":23,"target":24},{"source":23,"target":4},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":25},{"source":5,"target":26},{"source":25,"target":6},{"source":25,"target":27},{"source":25,"target":5},{"source":27,"target":6},{"source":26,"target":2},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":28},{"source":28,"target":4},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":29},{"source":7,"target":30},{"source":7,"target":31},{"source":29,"target":8},{"source":29,"target":32},{"source":29,"target":7},{"source":32,"target":8},{"source":30,"target":10},{"source":30,"target":33},{"source":30,"target":7},{"source":33,"target":10},{"source":31,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":34},{"source":34,"target":4},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":11},{"source":9,"target":35},{"source":9,"target":36},{"source":35,"target":7},{"source":36,"target":11},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":37},{"source":37,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":38},{"source":11,"target":39},{"source":38,"target":12},{"source":38,"target":40},{"source":38,"target":11},{"source":40,"target":12},{"source":39,"target":4},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":41},{"source":41,"target":4}],"multigraph":true} |
true | <?xml version="1.0" encoding="ASCII"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="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"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eModelElement" eType="#//EModelElement"
transient="true" eOpposite="#//EModelElement/eAnnotations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//EObject" containment="true"/>
<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="getEStructuralFeature" eType="#//EStructuralFeature">
<eParameters name="featureID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</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" 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" 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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject"
changeable="false" volatile="true" transient="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>
<eStructuralFeatures xsi:type="ecore:EReference" name="eLiterals" upperBound="-1"
eType="#//EEnumLiteral" containment="true" 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:EReference" name="eEnum" eType="#//EEnum"
changeable="false" transient="true" 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" 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" eOpposite="#//EClass/eOperations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eParameters" upperBound="-1"
eType="#//EParameter" containment="true" 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" 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"/>
<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"/>
<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" 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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eType" eType="#//EClassifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EBigDecimal" instanceClassName="java.math.BigDecimal"/>
<eClassifiers xsi:type="ecore:EDataType" name="EBigInteger" instanceClassName="java.math.BigInteger"/>
<eClassifiers xsi:type="ecore:EDataType" name="EBoolean" instanceClassName="boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="EBooleanObject" instanceClassName="java.lang.Boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="EByte" instanceClassName="byte"/>
<eClassifiers xsi:type="ecore:EDataType" name="EByteArray" instanceClassName="byte[]"/>
<eClassifiers xsi:type="ecore:EDataType" name="EByteObject" instanceClassName="java.lang.Byte"/>
<eClassifiers xsi:type="ecore:EDataType" name="EChar" instanceClassName="char"/>
<eClassifiers xsi:type="ecore:EDataType" name="ECharacterObject" instanceClassName="java.lang.Character"/>
<eClassifiers xsi:type="ecore:EDataType" name="EDate" instanceClassName="java.util.Date"/>
<eClassifiers xsi:type="ecore:EDataType" name="EDouble" instanceClassName="double"/>
<eClassifiers xsi:type="ecore:EDataType" name="EDoubleObject" instanceClassName="java.lang.Double"/>
<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"/>
<eClassifiers xsi:type="ecore:EDataType" name="EFloatObject" instanceClassName="java.lang.Float"/>
<eClassifiers xsi:type="ecore:EDataType" name="EInt" instanceClassName="int"/>
<eClassifiers xsi:type="ecore:EDataType" name="EIntegerObject" instanceClassName="java.lang.Integer"/>
<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"/>
<eClassifiers xsi:type="ecore:EDataType" name="ELongObject" instanceClassName="java.lang.Long"/>
<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"/>
<eClassifiers xsi:type="ecore:EDataType" name="EShortObject" instanceClassName="java.lang.Short"/>
<eClassifiers xsi:type="ecore:EDataType" name="EString" instanceClassName="java.lang.String"/>
<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>
| github:ecore:/data/mickaelistria/EMF/tests/org.eclipse.emf.test.xml/data/ecore/Ecore.ecore | ecore | ecore
EAttribute
iD
eAttributeType
EAnnotation
source
details
eModelElement
contents
references
EClass
isSuperTypeOf
someClass
getEStructuralFeature
featureID
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
eLiterals
EEnumLiteral
value
instance
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
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
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 | null | {"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"http://www.eclipse.org/emf/2002/Ecore","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"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":"double","defaultValue":0.0,"instanceClassName":"double","name":"EDouble","instanceClass":"double","id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EDoubleObject","instanceClass":"java.lang.Double","id":29,"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":30,"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":31,"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":32,"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":33,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"EFloat","instanceClass":"float","id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"EFloatObject","instanceClass":"java.lang.Float","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EInt","instanceClass":"int","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EIntegerObject","instanceClass":"java.lang.Integer","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Class","defaultValue":null,"instanceClassName":"java.lang.Class","name":"EJavaClass","instanceClass":"java.lang.Class","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EJavaObject","instanceClass":"java.lang.Object","id":39,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"ELong","instanceClass":"long","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"ELongObject","instanceClass":"java.lang.Long","id":41,"serializable":true,"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"},{"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":49,"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":50,"derived":true},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eModelElement","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":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eAnnotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":68,"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":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":"interface","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eSuperTypes","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":"eOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"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":73,"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":74,"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":75,"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":76,"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":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":"eAllOperations","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":"eAllStructuralFeatures","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":"eAllSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":80,"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":81,"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":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EParameter"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureID","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EParameter"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureName","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EParameter"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierID","lowerBound":0,"id":110,"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":111,"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":112,"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":113,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"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":"eClassifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":128,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":129,"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":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EParameter"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EParameter"},{"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":"eEnum","changeable":false,"resolveProxies":true,"lowerBound":0,"id":139,"derived":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":140,"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":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":false,"lowerBound":1,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EParameter"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalValue","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EParameter"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceValue","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EParameter"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eFactoryInstance","changeable":true,"resolveProxies":false,"lowerBound":1,"id":165,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getEAnnotation","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EOperation"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EParameter"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsProxy","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eResource","lowerBound":0,"id":177,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainer","lowerBound":0,"id":178,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainingFeature","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainmentFeature","lowerBound":0,"id":180,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContents","lowerBound":0,"id":181,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eAllContents","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eCrossReferences","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eSet","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsSet","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eUnset","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EOperation"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EParameter"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","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":"feature","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newValue","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":"feature","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"container":false,"ordered":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":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eOperation","changeable":false,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEClassifier","lowerBound":0,"id":222,"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":223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eSubpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eSuperPackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"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"},{"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"},{"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":239,"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":240,"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":"resolveProxies","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"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":243,"derived":true},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainerClass","lowerBound":0,"id":251,"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":252,"derived":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":253,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transient","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValueLiteral","changeable":true,"lowerBound":0,"iD":false,"id":255,"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":256,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unsettable","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":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":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"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":270,"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":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":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":272,"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":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":"many","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":"required","changeable":false,"lowerBound":0,"iD":false,"id":275,"derived":false},{"container":false,"ordered":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":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"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":285,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":16},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":49,"target":52},{"source":49,"target":1},{"source":50,"target":5},{"source":50,"target":53},{"source":50,"target":1},{"source":53,"target":5},{"source":51,"target":16},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":54,"target":60},{"source":54,"target":2},{"source":55,"target":47},{"source":55,"target":61},{"source":55,"target":2},{"source":61,"target":47},{"source":56,"target":9},{"source":56,"target":62},{"source":56,"target":2},{"source":56,"target":63},{"source":62,"target":9},{"source":57,"target":11},{"source":57,"target":64},{"source":57,"target":2},{"source":64,"target":11},{"source":58,"target":11},{"source":58,"target":65},{"source":58,"target":2},{"source":65,"target":11},{"source":59,"target":9},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":66},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":3,"target":83},{"source":66,"target":84},{"source":66,"target":3},{"source":66,"target":85},{"source":85,"target":3},{"source":85,"target":86},{"source":85,"target":66},{"source":86,"target":3},{"source":67,"target":16},{"source":67,"target":87},{"source":67,"target":3},{"source":67,"target":88},{"source":87,"target":16},{"source":88,"target":89},{"source":88,"target":67},{"source":68,"target":16},{"source":68,"target":90},{"source":68,"target":3},{"source":68,"target":91},{"source":90,"target":16},{"source":91,"target":92},{"source":91,"target":68},{"source":69,"target":93},{"source":69,"target":3},{"source":70,"target":94},{"source":70,"target":3},{"source":71,"target":3},{"source":71,"target":95},{"source":71,"target":3},{"source":95,"target":3},{"source":72,"target":12},{"source":72,"target":96},{"source":72,"target":3},{"source":72,"target":97},{"source":96,"target":12},{"source":73,"target":1},{"source":73,"target":98},{"source":73,"target":3},{"source":98,"target":1},{"source":74,"target":15},{"source":74,"target":99},{"source":74,"target":3},{"source":99,"target":15},{"source":75,"target":15},{"source":75,"target":100},{"source":75,"target":3},{"source":100,"target":15},{"source":76,"target":1},{"source":76,"target":101},{"source":76,"target":3},{"source":101,"target":1},{"source":77,"target":15},{"source":77,"target":102},{"source":77,"target":3},{"source":102,"target":15},{"source":78,"target":12},{"source":78,"target":103},{"source":78,"target":3},{"source":103,"target":12},{"source":79,"target":16},{"source":79,"target":104},{"source":79,"target":3},{"source":104,"target":16},{"source":80,"target":3},{"source":80,"target":105},{"source":80,"target":3},{"source":105,"target":3},{"source":81,"target":1},{"source":81,"target":106},{"source":81,"target":3},{"source":106,"target":1},{"source":82,"target":16},{"source":82,"target":107},{"source":82,"target":3},{"source":82,"target":108},{"source":107,"target":16},{"source":83,"target":4},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":109},{"source":4,"target":110},{"source":4,"target":111},{"source":4,"target":112},{"source":4,"target":113},{"source":4,"target":114},{"source":4,"target":115},{"source":109,"target":116},{"source":109,"target":4},{"source":109,"target":117},{"source":117,"target":39},{"source":117,"target":118},{"source":117,"target":109},{"source":118,"target":39},{"source":110,"target":119},{"source":110,"target":4},{"source":111,"target":120},{"source":111,"target":4},{"source":112,"target":38},{"source":112,"target":121},{"source":112,"target":4},{"source":121,"target":38},{"source":113,"target":39},{"source":113,"target":122},{"source":113,"target":4},{"source":122,"target":39},{"source":114,"target":13},{"source":114,"target":123},{"source":114,"target":4},{"source":114,"target":124},{"source":123,"target":13},{"source":115,"target":10},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":125},{"source":5,"target":126},{"source":125,"target":127},{"source":125,"target":5},{"source":126,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":128},{"source":6,"target":129},{"source":6,"target":130},{"source":6,"target":131},{"source":128,"target":7},{"source":128,"target":132},{"source":128,"target":6},{"source":128,"target":133},{"source":132,"target":7},{"source":133,"target":134},{"source":133,"target":128},{"source":129,"target":7},{"source":129,"target":135},{"source":129,"target":6},{"source":129,"target":136},{"source":135,"target":7},{"source":136,"target":137},{"source":136,"target":129},{"source":130,"target":7},{"source":130,"target":138},{"source":130,"target":6},{"source":130,"target":139},{"source":138,"target":7},{"source":131,"target":5},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":140},{"source":7,"target":141},{"source":7,"target":139},{"source":7,"target":142},{"source":140,"target":143},{"source":140,"target":7},{"source":141,"target":31},{"source":141,"target":144},{"source":141,"target":7},{"source":144,"target":31},{"source":139,"target":6},{"source":139,"target":145},{"source":139,"target":7},{"source":139,"target":130},{"source":145,"target":6},{"source":142,"target":10},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":146},{"source":8,"target":147},{"source":8,"target":148},{"source":8,"target":149},{"source":8,"target":150},{"source":146,"target":11},{"source":146,"target":151},{"source":146,"target":8},{"source":146,"target":152},{"source":151,"target":11},{"source":152,"target":3},{"source":152,"target":153},{"source":152,"target":146},{"source":153,"target":3},{"source":147,"target":39},{"source":147,"target":154},{"source":147,"target":8},{"source":147,"target":155},{"source":147,"target":156},{"source":154,"target":39},{"source":155,"target":5},{"source":155,"target":157},{"source":155,"target":147},{"source":157,"target":5},{"source":156,"target":158},{"source":156,"target":147},{"source":148,"target":159},{"source":148,"target":8},{"source":148,"target":160},{"source":148,"target":161},{"source":160,"target":5},{"source":160,"target":162},{"source":160,"target":148},{"source":162,"target":5},{"source":161,"target":39},{"source":161,"target":163},{"source":161,"target":148},{"source":163,"target":39},{"source":149,"target":13},{"source":149,"target":164},{"source":149,"target":8},{"source":149,"target":165},{"source":164,"target":13},{"source":150,"target":9},{"source":9,"target":0},{"source":9,"target":11},{"source":9,"target":166},{"source":9,"target":63},{"source":9,"target":167},{"source":166,"target":2},{"source":166,"target":168},{"source":166,"target":9},{"source":166,"target":169},{"source":168,"target":2},{"source":169,"target":170},{"source":169,"target":166},{"source":63,"target":2},{"source":63,"target":171},{"source":63,"target":9},{"source":63,"target":56},{"source":171,"target":2},{"source":167,"target":11},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":172},{"source":10,"target":173},{"source":172,"target":174},{"source":172,"target":10},{"source":173,"target":9},{"source":11,"target":0},{"source":11,"target":175},{"source":11,"target":176},{"source":11,"target":177},{"source":11,"target":178},{"source":11,"target":179},{"source":11,"target":180},{"source":11,"target":181},{"source":11,"target":182},{"source":11,"target":183},{"source":11,"target":184},{"source":11,"target":185},{"source":11,"target":186},{"source":11,"target":187},{"source":11,"target":188},{"source":175,"target":3},{"source":175,"target":189},{"source":175,"target":11},{"source":189,"target":3},{"source":176,"target":190},{"source":176,"target":11},{"source":177,"target":42},{"source":177,"target":191},{"source":177,"target":11},{"source":191,"target":42},{"source":178,"target":11},{"source":178,"target":192},{"source":178,"target":11},{"source":192,"target":11},{"source":179,"target":16},{"source":179,"target":193},{"source":179,"target":11},{"source":193,"target":16},{"source":180,"target":15},{"source":180,"target":194},{"source":180,"target":11},{"source":194,"target":15},{"source":181,"target":30},{"source":181,"target":195},{"source":181,"target":11},{"source":195,"target":30},{"source":182,"target":48},{"source":182,"target":196},{"source":182,"target":11},{"source":196,"target":48},{"source":183,"target":30},{"source":183,"target":197},{"source":183,"target":11},{"source":197,"target":30},{"source":184,"target":39},{"source":184,"target":198},{"source":184,"target":11},{"source":184,"target":199},{"source":198,"target":39},{"source":199,"target":16},{"source":199,"target":200},{"source":199,"target":184},{"source":200,"target":16},{"source":185,"target":39},{"source":185,"target":201},{"source":185,"target":11},{"source":185,"target":202},{"source":185,"target":203},{"source":201,"target":39},{"source":202,"target":16},{"source":202,"target":204},{"source":202,"target":185},{"source":204,"target":16},{"source":203,"target":205},{"source":203,"target":185},{"source":186,"target":11},{"source":186,"target":206},{"source":186,"target":207},{"source":206,"target":16},{"source":206,"target":208},{"source":206,"target":186},{"source":208,"target":16},{"source":207,"target":39},{"source":207,"target":209},{"source":207,"target":186},{"source":209,"target":39},{"source":187,"target":210},{"source":187,"target":11},{"source":187,"target":211},{"source":211,"target":16},{"source":211,"target":212},{"source":211,"target":187},{"source":212,"target":16},{"source":188,"target":11},{"source":188,"target":213},{"source":213,"target":16},{"source":213,"target":214},{"source":213,"target":188},{"source":214,"target":16},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":97},{"source":12,"target":215},{"source":12,"target":216},{"source":12,"target":217},{"source":97,"target":3},{"source":97,"target":218},{"source":97,"target":12},{"source":97,"target":72},{"source":218,"target":3},{"source":215,"target":14},{"source":215,"target":219},{"source":215,"target":12},{"source":215,"target":220},{"source":219,"target":14},{"source":216,"target":4},{"source":216,"target":221},{"source":216,"target":12},{"source":221,"target":4},{"source":217,"target":17},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":222},{"source":13,"target":223},{"source":13,"target":224},{"source":13,"target":165},{"source":13,"target":124},{"source":13,"target":225},{"source":13,"target":226},{"source":13,"target":227},{"source":222,"target":4},{"source":222,"target":228},{"source":222,"target":13},{"source":222,"target":229},{"source":228,"target":4},{"source":229,"target":230},{"source":229,"target":222},{"source":223,"target":231},{"source":223,"target":13},{"source":224,"target":232},{"source":224,"target":13},{"source":165,"target":8},{"source":165,"target":233},{"source":165,"target":13},{"source":165,"target":149},{"source":233,"target":8},{"source":124,"target":4},{"source":124,"target":234},{"source":124,"target":13},{"source":124,"target":114},{"source":234,"target":4},{"source":225,"target":13},{"source":225,"target":235},{"source":225,"target":13},{"source":225,"target":226},{"source":235,"target":13},{"source":226,"target":13},{"source":226,"target":236},{"source":226,"target":13},{"source":226,"target":225},{"source":236,"target":13},{"source":227,"target":10},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":220},{"source":14,"target":237},{"source":220,"target":12},{"source":220,"target":238},{"source":220,"target":14},{"source":220,"target":215},{"source":238,"target":12},{"source":237,"target":17},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":239},{"source":15,"target":240},{"source":15,"target":241},{"source":15,"target":242},{"source":15,"target":243},{"source":15,"target":244},{"source":239,"target":245},{"source":239,"target":15},{"source":240,"target":246},{"source":240,"target":15},{"source":241,"target":247},{"source":241,"target":15},{"source":242,"target":15},{"source":242,"target":248},{"source":242,"target":15},{"source":248,"target":15},{"source":243,"target":3},{"source":243,"target":249},{"source":243,"target":15},{"source":249,"target":3},{"source":244,"target":16},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":250},{"source":16,"target":251},{"source":16,"target":252},{"source":16,"target":253},{"source":16,"target":254},{"source":16,"target":255},{"source":16,"target":256},{"source":16,"target":257},{"source":16,"target":258},{"source":16,"target":108},{"source":16,"target":259},{"source":250,"target":260},{"source":250,"target":16},{"source":251,"target":38},{"source":251,"target":261},{"source":251,"target":16},{"source":261,"target":38},{"source":252,"target":262},{"source":252,"target":16},{"source":253,"target":263},{"source":253,"target":16},{"source":254,"target":264},{"source":254,"target":16},{"source":255,"target":265},{"source":255,"target":16},{"source":256,"target":39},{"source":256,"target":266},{"source":256,"target":16},{"source":266,"target":39},{"source":257,"target":267},{"source":257,"target":16},{"source":258,"target":268},{"source":258,"target":16},{"source":108,"target":3},{"source":108,"target":269},{"source":108,"target":16},{"source":108,"target":82},{"source":269,"target":3},{"source":259,"target":17},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":270},{"source":17,"target":271},{"source":17,"target":272},{"source":17,"target":273},{"source":17,"target":274},{"source":17,"target":275},{"source":17,"target":276},{"source":17,"target":277},{"source":270,"target":278},{"source":270,"target":17},{"source":271,"target":279},{"source":271,"target":17},{"source":272,"target":280},{"source":272,"target":17},{"source":273,"target":281},{"source":273,"target":17},{"source":274,"target":282},{"source":274,"target":17},{"source":275,"target":283},{"source":275,"target":17},{"source":276,"target":4},{"source":276,"target":284},{"source":276,"target":17},{"source":284,"target":4},{"source":277,"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":47,"target":285},{"source":47,"target":286},{"source":285,"target":287},{"source":285,"target":47},{"source":286,"target":288},{"source":286,"target":47},{"source":48,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="mqtt" nsURI="urn:switchyard-component-camel-mqtt:config:2.0"
nsPrefix="mqtt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 <div xmlns="http://www.w3.org/1999/xhtml">
 <h1>About the XML namespace</h1>

 <div class="bodytext">
 <p>
 This schema document describes the XML namespace, in a form
 suitable for import by other schema documents.
 </p>
 <p>
 See <a href="http://www.w3.org/XML/1998/namespace.html">
 http://www.w3.org/XML/1998/namespace.html</a> and
 <a href="http://www.w3.org/TR/REC-xml">
 http://www.w3.org/TR/REC-xml</a> for information 
 about this namespace.
 </p>
 <p>
 Note that local names in this namespace are intended to be
 defined only by the World Wide Web Consortium or its subgroups.
 The names currently defined in this namespace are listed below.
 They should not be used with conflicting semantics by any Working
 Group, specification, or document instance.
 </p>
 <p> 
 See further below in this document for more information about <a href="#usage">how to refer to this schema document from your own
 XSD schema documents</a> and about <a href="#nsversioning">the
 namespace-versioning policy governing this schema document</a>.
 </p>
 </div>
 </div>
 

 <div xmlns="http://www.w3.org/1999/xhtml">
 
 <h3>Father (in any context at all)</h3> 

 <div class="bodytext">
 <p>
 denotes Jon Bosak, the chair of 
 the original XML Working Group. This name is reserved by 
 the following decision of the W3C XML Plenary and 
 XML Coordination groups:
 </p>
 <blockquote>
 <p>
	In appreciation for his vision, leadership and
	dedication the W3C XML Plenary on this 10th day of
	February, 2000, reserves for Jon Bosak in perpetuity
	the XML name "xml:Father".
 </p>
 </blockquote>
 </div>
 </div>
 

 <div id="usage" xml:id="usage" xmlns="http://www.w3.org/1999/xhtml">
 <h2>
 <a name="usage">About this schema document</a>
 </h2>

 <div class="bodytext">
 <p>
 This schema defines attributes and an attribute group suitable
 for use by schemas wishing to allow <code>xml:base</code>,
 <code>xml:lang</code>, <code>xml:space</code> or
 <code>xml:id</code> attributes on elements they define.
 </p>
 <p>
 To enable this, such a schema must import this schema for
 the XML namespace, e.g. as follows:
 </p>
 <pre>
 &lt;schema . . .&gt;
 . . .
 &lt;import namespace="http://www.w3.org/XML/1998/namespace"
 schemaLocation="http://www.w3.org/2001/xml.xsd"/&gt;
 </pre>
 <p>
 or
 </p>
 <pre>
 &lt;import namespace="http://www.w3.org/XML/1998/namespace"
 schemaLocation="http://www.w3.org/2009/01/xml.xsd"/&gt;
 </pre>
 <p>
 Subsequently, qualified reference to any of the attributes or the
 group defined below will have the desired effect, e.g.
 </p>
 <pre>
 &lt;type . . .&gt;
 . . .
 &lt;attributeGroup ref="xml:specialAttrs"/&gt;
 </pre>
 <p>
 will define a type which will schema-validate an instance element
 with any of those attributes.
 </p>
 </div>
 </div>
 

 <div id="nsversioning" xml:id="nsversioning" xmlns="http://www.w3.org/1999/xhtml">
 <h2>
 <a name="nsversioning">Versioning policy for this schema document</a>
 </h2>
 <div class="bodytext">
 <p>
 In keeping with the XML Schema WG's standard versioning
 policy, this schema document will persist at
 <a href="http://www.w3.org/2009/01/xml.xsd">
 http://www.w3.org/2009/01/xml.xsd</a>.
 </p>
 <p>
 At the date of issue it can also be found at
 <a href="http://www.w3.org/2001/xml.xsd">
 http://www.w3.org/2001/xml.xsd</a>.
 </p>
 <p>
 The schema document at that URI may however change in the future,
 in order to remain compatible with the latest version of XML
 Schema itself, or with the XML namespace itself. In other words,
 if the XML Schema or XML namespaces change, the version of this
 document at <a href="http://www.w3.org/2001/xml.xsd">
 http://www.w3.org/2001/xml.xsd 
 </a> 
 will change accordingly; the version at 
 <a href="http://www.w3.org/2009/01/xml.xsd">
 http://www.w3.org/2009/01/xml.xsd 
 </a> 
 will not change.
 </p>
 <p>
 Previous dated (and unchanging) versions of this schema 
 document are at:
 </p>
 <ul>
 <li>
 <a href="http://www.w3.org/2009/01/xml.xsd">
	http://www.w3.org/2009/01/xml.xsd</a>
 </li>
 <li>
 <a href="http://www.w3.org/2007/08/xml.xsd">
	http://www.w3.org/2007/08/xml.xsd</a>
 </li>
 <li>
 <a href="http://www.w3.org/2004/10/xml.xsd">
	http://www.w3.org/2004/10/xml.xsd</a>
 </li>
 <li>
 <a href="http://www.w3.org/2001/03/xml.xsd">
	http://www.w3.org/2001/03/xml.xsd</a>
 </li>
 </ul>
 </div>
 </div>
 "/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="AdditionalUriParametersType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="additionalUriParameters_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1"
eType="#//ParameterType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="parameter"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BaseCamelBinding" eSuperTypes="config.switchyard.ecore#//SwitchYardBindingType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="BaseCamelBinding"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextMapper" eType="ecore:EClass config.switchyard.ecore#//ContextMapperType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="contextMapper"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="messageComposer" eType="ecore:EClass config.switchyard.ecore#//MessageComposerType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="messageComposer"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="additionalUriParameters"
eType="#//AdditionalUriParametersType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="additionalUriParameters"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CamelMqttBindingType" eSuperTypes="#//BaseCamelBinding">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CamelMqttBindingType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="host" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
defaultValueLiteral="">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="host"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localAddress" 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="localAddress"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="connectAttemptsMax" eType="ecore:EDataType config.switchyard.ecore#//PropInteger"
defaultValueLiteral="-1">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="connectAttemptsMax"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reconnectAttemptsMax" eType="ecore:EDataType config.switchyard.ecore#//PropInteger"
defaultValueLiteral="-1">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="reconnectAttemptsMax"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reconnectDelay" eType="ecore:EDataType config.switchyard.ecore#//PropInteger"
defaultValueLiteral="10">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="reconnectDelay"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reconnectBackOffMultiplier"
eType="ecore:EDataType config.switchyard.ecore#//PropDouble" defaultValueLiteral="2.0">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="reconnectBackOffMultiplier"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reconnectDelayMax" eType="ecore:EDataType config.switchyard.ecore#//PropInteger"
defaultValueLiteral="30000">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="reconnectDelayMax"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="userName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="userName"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="password"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualityOfService" eType="#//QualityOfServiceType"
defaultValueLiteral="AtLeastOnce" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="qualityOfService"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subscribeTopicName" 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="subscribeTopicName"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="publishTopicName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
defaultValueLiteral="camel/mqtt/test">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="publishTopicName"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="byDefaultRetain" eType="ecore:EDataType config.switchyard.ecore#//PropBoolean"
defaultValueLiteral="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="byDefaultRetain"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mqttTopicPropertyName"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="_MQTTTopicPropertyName+">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="mqttTopicPropertyName"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mqttRetainPropertyName"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="MQTTRetain">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="mqttRetainPropertyName"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mqttQosPropertyName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
defaultValueLiteral="MQTTQos">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="mqttQosPropertyName"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="connectWaitInSeconds" eType="ecore:EDataType config.switchyard.ecore#//PropInteger"
defaultValueLiteral="10">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="connectWaitInSeconds"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="disconnectWaitInSeconds"
eType="ecore:EDataType config.switchyard.ecore#//PropInteger" defaultValueLiteral="5">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="disconnectWaitInSeconds"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sendWaitInSeconds" eType="ecore:EDataType config.switchyard.ecore#//PropInteger"
defaultValueLiteral="5">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="sendWaitInSeconds"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentRoot">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xmlns:prefix"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xsi:schemaLocation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindingMqtt" upperBound="-2"
eType="#//CamelMqttBindingType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="binding.mqtt"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="urn:switchyard-config:switchyard:2.0#binding.switchyard"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="parameter_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="QualityOfServiceType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="qualityOfService_._type"/>
</eAnnotations>
<eLiterals name="AtMostOnce"/>
<eLiterals name="AtLeastOnce" value="1"/>
<eLiterals name="ExactlyOnce" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="QualityOfServiceTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="qualityOfService_._type:Object"/>
<details key="baseType" value="qualityOfService_._type"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/jboss-switchyard/tools/eclipse/plugins/org.switchyard.tools.models.switchyard1_0/model/component.camel.mqtt.ecore | ecore | mqtt
AdditionalUriParametersType
parameter
BaseCamelBinding
contextMapper
messageComposer
additionalUriParameters
CamelMqttBindingType
host
localAddress
connectAttemptsMax
-1
reconnectAttemptsMax
-1
reconnectDelay
10
reconnectBackOffMultiplier
2.0
reconnectDelayMax
30000
userName
password
qualityOfService
AtLeastOnce
subscribeTopicName
publishTopicName
camel/mqtt/test
byDefaultRetain
false
mqttTopicPropertyName
_MQTTTopicPropertyName+
mqttRetainPropertyName
MQTTRetain
mqttQosPropertyName
MQTTQos
connectWaitInSeconds
10
disconnectWaitInSeconds
5
sendWaitInSeconds
5
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
bindingMqtt
ParameterType
name
value
QualityOfServiceType
AtMostOnce
AtMostOnce
AtLeastOnce
AtLeastOnce
ExactlyOnce
ExactlyOnce
QualityOfServiceTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator | null | {"directed":true,"nodes":[{"nsPrefix":"mqtt","nsURI":"urn:switchyard-component-camel-mqtt:config:2.0","name":"mqtt","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalUriParametersType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseCamelBinding","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CamelMqttBindingType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"QualityOfServiceType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"QualityOfServiceTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":7,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextMapper","changeable":true,"resolveProxies":false,"lowerBound":0,"id":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":"messageComposer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalUriParameters","changeable":true,"resolveProxies":false,"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":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"host","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":"localAddress","changeable":true,"lowerBound":0,"iD":false,"id":18,"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":"connectAttemptsMax","changeable":true,"lowerBound":0,"iD":false,"id":19,"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":"reconnectAttemptsMax","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":10,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"10","unsettable":false,"transient":false,"unique":true,"name":"reconnectDelay","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":2.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"2.0","unsettable":false,"transient":false,"unique":true,"name":"reconnectBackOffMultiplier","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":30000,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"30000","unsettable":false,"transient":false,"unique":true,"name":"reconnectDelayMax","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":"userName","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"AtLeastOnce","unsettable":true,"transient":false,"unique":true,"name":"qualityOfService","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subscribeTopicName","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"camel/mqtt/test","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"camel/mqtt/test","unsettable":false,"transient":false,"unique":true,"name":"publishTopicName","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"byDefaultRetain","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"_MQTTTopicPropertyName+","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"_MQTTTopicPropertyName+","unsettable":false,"transient":false,"unique":true,"name":"mqttTopicPropertyName","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"MQTTRetain","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"MQTTRetain","unsettable":false,"transient":false,"unique":true,"name":"mqttRetainPropertyName","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"MQTTQos","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"MQTTQos","unsettable":false,"transient":false,"unique":true,"name":"mqttQosPropertyName","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":10,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"10","unsettable":false,"transient":false,"unique":true,"name":"connectWaitInSeconds","changeable":true,"lowerBound":0,"iD":false,"id":33,"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":"disconnectWaitInSeconds","changeable":true,"lowerBound":0,"iD":false,"id":34,"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":"sendWaitInSeconds","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"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":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":58,"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":"bindingMqtt","changeable":true,"resolveProxies":false,"lowerBound":0,"id":59,"derived":true},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":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":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"name":"AtMostOnce","id":68,"value":0,"literal":"AtMostOnce","eClass":"EEnumLiteral"},{"name":"AtLeastOnce","id":69,"value":1,"literal":"AtLeastOnce","eClass":"EEnumLiteral"},{"name":"ExactlyOnce","id":70,"value":2,"literal":"ExactlyOnce","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":8,"target":5},{"source":8,"target":9},{"source":8,"target":1},{"source":9,"target":5},{"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":1},{"source":12,"target":16},{"source":12,"target":2},{"source":16,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":17,"target":37},{"source":17,"target":3},{"source":18,"target":38},{"source":18,"target":3},{"source":19,"target":39},{"source":19,"target":3},{"source":20,"target":40},{"source":20,"target":3},{"source":21,"target":41},{"source":21,"target":3},{"source":22,"target":42},{"source":22,"target":3},{"source":23,"target":43},{"source":23,"target":3},{"source":24,"target":44},{"source":24,"target":3},{"source":25,"target":45},{"source":25,"target":3},{"source":26,"target":6},{"source":26,"target":46},{"source":26,"target":3},{"source":46,"target":6},{"source":27,"target":47},{"source":27,"target":3},{"source":28,"target":48},{"source":28,"target":3},{"source":29,"target":49},{"source":29,"target":3},{"source":30,"target":50},{"source":30,"target":3},{"source":31,"target":51},{"source":31,"target":3},{"source":32,"target":52},{"source":32,"target":3},{"source":33,"target":53},{"source":33,"target":3},{"source":34,"target":54},{"source":34,"target":3},{"source":35,"target":55},{"source":35,"target":3},{"source":36,"target":2},{"source":4,"target":0},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":56,"target":60},{"source":56,"target":4},{"source":57,"target":61},{"source":57,"target":4},{"source":58,"target":62},{"source":58,"target":4},{"source":59,"target":3},{"source":59,"target":63},{"source":59,"target":4},{"source":63,"target":3},{"source":5,"target":0},{"source":5,"target":64},{"source":5,"target":65},{"source":64,"target":66},{"source":64,"target":5},{"source":65,"target":67},{"source":65,"target":5},{"source":6,"target":0},{"source":6,"target":68},{"source":6,"target":69},{"source":6,"target":70},{"source":68,"target":6},{"source":69,"target":6},{"source":70,"target":6},{"source":7,"target":0}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="m2mDsl"
nsURI="http://www.hardan.org/netgen/m2m/M2mDsl" nsPrefix="m2mDsl">
<eClassifiers xsi:type="ecore:EClass" name="Transformation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" 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="rules" upperBound="-1"
eType="#//Rule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Import">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" 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="extends" eType="#//Rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="ecore:EClass ../../../../../org.eclipse.xtext.xbase/model/Xbase.ecore#//XVariableDeclaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="where" eType="#//Where"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="create" eType="#//Create"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1"
eType="#//MappingDef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Where">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass ../../../../../org.eclipse.xtext.xbase/model/Xbase.ecore#//XExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Create">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../../../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmTypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="factory" eType="ecore:EClass ../../../../../org.eclipse.xtext.xbase/model/Xbase.ecore#//XExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="fromRef" eType="ecore:EClass ../../../../../org.eclipse.xtext.xbase/model/Xbase.ecore#//XExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//MappingDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="createAttRef" eType="ecore:EClass ../../../../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//MappingDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../../../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmTypeReference"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/M2mDsl.ecore | ecore | m2mDsl
Transformation
name
packageName
imports
rules
Import
importedNamespace
Rule
abstract
name
extends
from
where
create
mappings
Where
condition
Create
type
factory
MappingDef
fromRef
Assignment
createAttRef
parent
Reference
type | null | {"directed":true,"nodes":[{"nsPrefix":"m2mDsl","nsURI":"http://www.hardan.org/netgen/m2m/M2mDsl","name":"m2mDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformation","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":"Rule","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Where","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Create","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingDef","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","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":"name","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":"packageName","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":false,"unique":true,"name":"imports","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":"rules","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":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"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":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"create","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":"mappings","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"},{"container":false,"ordered":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":33,"derived":false},{"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":"type","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":"factory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromRef","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":false,"unsettable":false,"transient":false,"unique":true,"name":"createAttRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":9,"target":13},{"source":9,"target":1},{"source":10,"target":14},{"source":10,"target":1},{"source":11,"target":2},{"source":11,"target":15},{"source":11,"target":1},{"source":15,"target":2},{"source":12,"target":3},{"source":12,"target":16},{"source":12,"target":1},{"source":16,"target":3},{"source":2,"target":0},{"source":2,"target":17},{"source":17,"target":18},{"source":17,"target":2},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":19,"target":26},{"source":19,"target":3},{"source":20,"target":27},{"source":20,"target":3},{"source":21,"target":3},{"source":21,"target":28},{"source":21,"target":3},{"source":28,"target":3},{"source":22,"target":29},{"source":22,"target":3},{"source":23,"target":4},{"source":23,"target":30},{"source":23,"target":3},{"source":30,"target":4},{"source":24,"target":5},{"source":24,"target":31},{"source":24,"target":3},{"source":31,"target":5},{"source":25,"target":6},{"source":25,"target":32},{"source":25,"target":3},{"source":32,"target":6},{"source":4,"target":0},{"source":4,"target":33},{"source":33,"target":34},{"source":33,"target":4},{"source":5,"target":0},{"source":5,"target":35},{"source":5,"target":36},{"source":35,"target":37},{"source":35,"target":5},{"source":36,"target":38},{"source":36,"target":5},{"source":6,"target":0},{"source":6,"target":39},{"source":39,"target":40},{"source":39,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":41,"target":44},{"source":41,"target":7},{"source":42,"target":45},{"source":42,"target":7},{"source":43,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":46},{"source":8,"target":47},{"source":46,"target":48},{"source":46,"target":8},{"source":47,"target":6}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sysml" nsURI="http://www.eclipse.org/papyrus/0.7.0/SysML" nsPrefix="SysML">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="OMG SysML V1.1 formal/2008-11-02
Trace instead of Abstraction in SysML specifications."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EDataType" name="Dummy" instanceClassName="java.lang.String"/>
<eSubpackages name="modelelements" nsURI="http://www.eclipse.org/papyrus/0.7.0/SysML/ModelElements"
nsPrefix="ModelElements">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The supplier/target must be an element stereotyped by <<ViewPoint>>
The client/source must be an element stereotyped by <<View>>"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Conform">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Dependency" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Dependency"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="View">
<eStructuralFeatures xsi:type="ecore:EReference" name="viewPoint" ordered="false"
unique="false" lowerBound="1" eType="#//modelelements/ViewPoint" changeable="false"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Package" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ViewPoint">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stakeHolders" ordered="false"
unique="false" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="purpose" ordered="false"
unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="concerns" ordered="false"
unique="false" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="languages" ordered="false"
unique="false" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="methods" ordered="false"
unique="false" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rationale">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Comment" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Comment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Problem">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Comment" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Comment"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="blocks" nsURI="http://www.eclipse.org/papyrus/0.7.0/SysML/Blocks"
nsPrefix="Blocks">
<eClassifiers xsi:type="ecore:EClass" name="Block">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEncapsulated" ordered="false"
unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DistributedProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Property" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dimension">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_InstanceSpecification"
ordered="false" unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//InstanceSpecification"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_InstanceSpecification"
ordered="false" unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//InstanceSpecification"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dimension" ordered="false"
unique="false" eType="#//blocks/Dimension"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValueType">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_DataType" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false"
unique="false" eType="#//blocks/Unit"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dimension" ordered="false"
unique="false" eType="#//blocks/Dimension"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NestedConnectorEnd">
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyPath" unique="false"
lowerBound="1" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_ConnectorEnd" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ConnectorEnd"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParticipantProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Property" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="end" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectorProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Property" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connector" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Connector"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingConnector">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Connector" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Connector"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertySpecificType">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Classifier" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Classifier"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="portandflows" nsURI="http://www.eclipse.org/papyrus/0.7.0/SysML/PortAndFlows"
nsPrefix="PortAndFlows">
<eClassifiers xsi:type="ecore:EClass" name="FlowPort">
<eOperations name="getIcon" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Image"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Port" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Port"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAtomic" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//Boolean"
changeable="false" volatile="true" transient="true" defaultValueLiteral="false"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isConjugated" ordered="false"
unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false"
unique="false" lowerBound="1" eType="#//portandflows/FlowDirection" defaultValueLiteral="inout"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FlowDirection">
<eLiterals name="in"/>
<eLiterals name="out" value="1"/>
<eLiterals name="inout" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FlowProperty">
<eOperations name="getIcon" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Image"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Property" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false"
unique="false" lowerBound="1" eType="#//portandflows/FlowDirection" defaultValueLiteral="inout"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FlowSpecification">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Interface" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Interface"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ItemFlow">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_InformationFlow"
ordered="false" unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//InformationFlow"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="itemProperty" ordered="false"
unique="false" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="constraints" nsURI="http://www.eclipse.org/papyrus/0.7.0/SysML/Constraints"
nsPrefix="Constraints">
<eClassifiers xsi:type="ecore:EClass" name="ConstraintBlock" eSuperTypes="#//blocks/Block"/>
<eClassifiers xsi:type="ecore:EClass" name="ConstraintProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Property" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="activities" nsURI="http://www.eclipse.org/papyrus/0.7.0/SysML/Activities"
nsPrefix="Activities">
<eClassifiers xsi:type="ecore:EClass" name="Optional">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Parameter" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Parameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rate">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Parameter" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Parameter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_ActivityEdge" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ActivityEdge"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rate" ordered="false"
unique="false" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//InstanceSpecification"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Probability">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_ActivityEdge" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ActivityEdge"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_ParameterSet" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ParameterSet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="probability" ordered="false"
unique="false" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ValueSpecification"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Continuous" eSuperTypes="#//activities/Rate"/>
<eClassifiers xsi:type="ecore:EClass" name="Discrete" eSuperTypes="#//activities/Rate"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Operation" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Behavior" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Behavior"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NoBuffer">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_ObjectNode" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ObjectNode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Overwrite">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_ObjectNode" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ObjectNode"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="allocations" nsURI="http://www.eclipse.org/papyrus/0.7.0/SysML/Allocations"
nsPrefix="Allocations">
<eClassifiers xsi:type="ecore:EClass" name="Allocate">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Abstraction" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Abstraction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Allocated">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_NamedElement" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//NamedElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allocatedFrom" ordered="false"
unique="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//NamedElement"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allocatedTo" ordered="false"
unique="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//NamedElement"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AllocateActivityPartition">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_ActivityPartition"
ordered="false" unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ActivityPartition"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="requirements" nsURI="http://www.eclipse.org/papyrus/0.7.0/SysML/Requirements"
nsPrefix="Requirements">
<eClassifiers xsi:type="ecore:EClass" name="DeriveReqt" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml.profile.standard/model/Standard.ecore#//Trace"/>
<eClassifiers xsi:type="ecore:EClass" name="Verify" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml.profile.standard/model/Standard.ecore#//Trace"/>
<eClassifiers xsi:type="ecore:EClass" name="Copy" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml.profile.standard/model/Standard.ecore#//Trace"/>
<eClassifiers xsi:type="ecore:EClass" name="Satisfy" eSuperTypes="platform:/plugin/org.eclipse.uml2.uml.profile.standard/model/Standard.ecore#//Trace"/>
<eClassifiers xsi:type="ecore:EClass" name="TestCase">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Behavior" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Behavior"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Operation" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="verifies" ordered="false"
unique="false" upperBound="-1" eType="#//requirements/Requirement" changeable="false"
volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Requirement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="derived" ordered="false"
unique="false" upperBound="-1" eType="#//requirements/Requirement" changeable="false"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="derivedFrom" ordered="false"
unique="false" upperBound="-1" eType="#//requirements/Requirement" changeable="false"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="satisfiedBy" ordered="false"
unique="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//NamedElement"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refinedBy" ordered="false"
unique="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//NamedElement"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tracedTo" ordered="false"
unique="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//NamedElement"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="verifiedBy" ordered="false"
unique="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//NamedElement"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="master" ordered="false"
unique="false" eType="#//requirements/Requirement" changeable="false" volatile="true"
transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequirementRelated">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_NamedElement" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//NamedElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tracedFrom" ordered="false"
unique="false" upperBound="-1" eType="#//requirements/Requirement" changeable="false"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="satisfies" ordered="false"
unique="false" upperBound="-1" eType="#//requirements/Requirement" changeable="false"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refines" ordered="false"
unique="false" upperBound="-1" eType="#//requirements/Requirement" changeable="false"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="verifies" ordered="false"
unique="false" upperBound="-1" eType="#//requirements/Requirement" changeable="false"
volatile="true" transient="true" derived="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="interactions" nsURI="http://www.eclipse.org/papyrus/0.7.0/SysML/Interactions"
nsPrefix="Interactions">
<eClassifiers xsi:type="ecore:EDataType" name="Dummy" instanceClassName="java.lang.String"/>
</eSubpackages>
<eSubpackages name="statemachines" nsURI="http://www.eclipse.org/papyrus/0.7.0/SysML/StateMachines"
nsPrefix="StateMachines">
<eClassifiers xsi:type="ecore:EDataType" name="Dummy" instanceClassName="java.lang.String"/>
</eSubpackages>
<eSubpackages name="usecases" nsURI="http://www.eclipse.org/papyrus/0.7.0/SysML/UseCases"
nsPrefix="UseCases">
<eClassifiers xsi:type="ecore:EDataType" name="Dummy" instanceClassName="java.lang.String"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/Gabitchov/org.eclipse.papyrus/plugins/sysml/org.eclipse.papyrus.sysml/model/sysml.ecore | ecore | sysml
Dummy
java.lang.String
java.lang.String
modelelements
Conform
base_Dependency
View
viewPoint
base_Package
ViewPoint
base_Class
stakeHolders
purpose
concerns
languages
methods
Rationale
base_Comment
Problem
base_Comment
blocks
Block
isEncapsulated
base_Class
DistributedProperty
base_Property
Dimension
base_InstanceSpecification
Unit
base_InstanceSpecification
dimension
ValueType
base_DataType
unit
dimension
NestedConnectorEnd
propertyPath
base_ConnectorEnd
ParticipantProperty
base_Property
end
ConnectorProperty
base_Property
connector
BindingConnector
base_Connector
PropertySpecificType
base_Classifier
portandflows
FlowPort
getIcon
base_Port
isAtomic
false
isConjugated
direction
inout
FlowDirection
in
in
out
out
inout
inout
FlowProperty
getIcon
base_Property
direction
inout
FlowSpecification
base_Interface
ItemFlow
base_InformationFlow
itemProperty
constraints
ConstraintBlock
ConstraintProperty
base_Property
activities
Optional
base_Parameter
Rate
base_Parameter
base_ActivityEdge
rate
Probability
base_ActivityEdge
base_ParameterSet
probability
Continuous
Discrete
ControlOperator
base_Operation
base_Behavior
NoBuffer
base_ObjectNode
Overwrite
base_ObjectNode
allocations
Allocate
base_Abstraction
Allocated
base_NamedElement
allocatedFrom
allocatedTo
AllocateActivityPartition
base_ActivityPartition
requirements
DeriveReqt
Verify
Copy
Satisfy
TestCase
base_Behavior
base_Operation
verifies
Requirement
text
id
derived
derivedFrom
satisfiedBy
refinedBy
tracedTo
verifiedBy
master
base_Class
RequirementRelated
base_NamedElement
tracedFrom
satisfies
refines
verifies
interactions
Dummy
java.lang.String
java.lang.String
statemachines
Dummy
java.lang.String
java.lang.String
usecases
Dummy
java.lang.String
java.lang.String | null | {"directed":true,"nodes":[{"nsPrefix":"SysML","nsURI":"http://www.eclipse.org/papyrus/0.7.0/SysML","name":"sysml","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Dummy","instanceClass":"java.lang.String","id":1,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"ModelElements","nsURI":"http://www.eclipse.org/papyrus/0.7.0/SysML/ModelElements","name":"modelelements","id":2,"eClass":"EPackage"},{"nsPrefix":"Blocks","nsURI":"http://www.eclipse.org/papyrus/0.7.0/SysML/Blocks","name":"blocks","id":3,"eClass":"EPackage"},{"nsPrefix":"PortAndFlows","nsURI":"http://www.eclipse.org/papyrus/0.7.0/SysML/PortAndFlows","name":"portandflows","id":4,"eClass":"EPackage"},{"nsPrefix":"Constraints","nsURI":"http://www.eclipse.org/papyrus/0.7.0/SysML/Constraints","name":"constraints","id":5,"eClass":"EPackage"},{"nsPrefix":"Activities","nsURI":"http://www.eclipse.org/papyrus/0.7.0/SysML/Activities","name":"activities","id":6,"eClass":"EPackage"},{"nsPrefix":"Allocations","nsURI":"http://www.eclipse.org/papyrus/0.7.0/SysML/Allocations","name":"allocations","id":7,"eClass":"EPackage"},{"nsPrefix":"Requirements","nsURI":"http://www.eclipse.org/papyrus/0.7.0/SysML/Requirements","name":"requirements","id":8,"eClass":"EPackage"},{"nsPrefix":"Interactions","nsURI":"http://www.eclipse.org/papyrus/0.7.0/SysML/Interactions","name":"interactions","id":9,"eClass":"EPackage"},{"nsPrefix":"StateMachines","nsURI":"http://www.eclipse.org/papyrus/0.7.0/SysML/StateMachines","name":"statemachines","id":10,"eClass":"EPackage"},{"nsPrefix":"UseCases","nsURI":"http://www.eclipse.org/papyrus/0.7.0/SysML/UseCases","name":"usecases","id":11,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conform","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewPoint","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rationale","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Problem","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_Dependency","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"viewPoint","changeable":false,"resolveProxies":true,"lowerBound":1,"id":19,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_Package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"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":false,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stakeHolders","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"purpose","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"concerns","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"languages","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"methods","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_Comment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_Comment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DistributedProperty","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueType","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedConnectorEnd","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParticipantProperty","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectorProperty","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingConnector","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertySpecificType","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isEncapsulated","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"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":false,"name":"base_InstanceSpecification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"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":false,"name":"base_InstanceSpecification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"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":false,"name":"dimension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"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":false,"name":"base_DataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"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":false,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"dimension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"propertyPath","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"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":false,"name":"base_ConnectorEnd","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"end","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"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":false,"name":"base_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"connector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"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":false,"name":"base_Connector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"id":80,"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":false,"name":"base_Classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowPort","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FlowDirection","instanceClass":null,"id":84,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowProperty","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowSpecification","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemFlow","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"unique":true,"name":"getIcon","lowerBound":1,"id":88,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_Port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":false,"name":"isAtomic","changeable":false,"lowerBound":1,"iD":false,"id":90,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isConjugated","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"inout","unsettable":false,"transient":false,"unique":false,"name":"direction","changeable":true,"lowerBound":1,"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"},{"name":"in","id":98,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":99,"value":1,"literal":"out","eClass":"EEnumLiteral"},{"name":"inout","id":100,"value":2,"literal":"inout","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"unique":true,"name":"getIcon","lowerBound":1,"id":101,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"inout","unsettable":false,"transient":false,"unique":false,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_Interface","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_InformationFlow","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"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":false,"name":"itemProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintBlock","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintProperty","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"id":115,"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":false,"name":"base_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Optional","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rate","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Probability","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuous","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Discrete","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlOperator","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoBuffer","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Overwrite","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_Parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"id":127,"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":false,"name":"base_Parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"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":false,"name":"base_ActivityEdge","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"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":false,"name":"rate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"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":false,"name":"base_ActivityEdge","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"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":false,"name":"base_ParameterSet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"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":false,"name":"probability","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"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":false,"name":"base_Operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"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":false,"name":"base_Behavior","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_ObjectNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_ObjectNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Allocate","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Allocated","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllocateActivityPartition","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_Abstraction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"id":154,"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":false,"name":"base_NamedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"allocatedFrom","changeable":false,"resolveProxies":true,"lowerBound":0,"id":156,"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":false,"name":"allocatedTo","changeable":false,"resolveProxies":true,"lowerBound":0,"id":157,"derived":true},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_ActivityPartition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeriveReqt","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Verify","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Copy","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Satisfy","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCase","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementRelated","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_Behavior","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"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":false,"name":"base_Operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":175,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"verifies","changeable":false,"resolveProxies":true,"lowerBound":0,"id":176,"derived":true},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":180,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":181,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"derived","changeable":false,"resolveProxies":true,"lowerBound":0,"id":182,"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":false,"name":"derivedFrom","changeable":false,"resolveProxies":true,"lowerBound":0,"id":183,"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":false,"name":"satisfiedBy","changeable":false,"resolveProxies":true,"lowerBound":0,"id":184,"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":false,"name":"refinedBy","changeable":false,"resolveProxies":true,"lowerBound":0,"id":185,"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":false,"name":"tracedTo","changeable":false,"resolveProxies":true,"lowerBound":0,"id":186,"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":false,"name":"verifiedBy","changeable":false,"resolveProxies":true,"lowerBound":0,"id":187,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"master","changeable":false,"resolveProxies":true,"lowerBound":0,"id":188,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"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":false,"name":"base_NamedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":200,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"tracedFrom","changeable":false,"resolveProxies":true,"lowerBound":0,"id":201,"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":false,"name":"satisfies","changeable":false,"resolveProxies":true,"lowerBound":0,"id":202,"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":false,"name":"refines","changeable":false,"resolveProxies":true,"lowerBound":0,"id":203,"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":false,"name":"verifies","changeable":false,"resolveProxies":true,"lowerBound":0,"id":204,"derived":true},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Dummy","instanceClass":"java.lang.String","id":210,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Dummy","instanceClass":"java.lang.String","id":211,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Dummy","instanceClass":"java.lang.String","id":212,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":0},{"source":12,"target":2},{"source":12,"target":17},{"source":17,"target":18},{"source":17,"target":12},{"source":13,"target":2},{"source":13,"target":19},{"source":13,"target":20},{"source":19,"target":14},{"source":19,"target":21},{"source":19,"target":13},{"source":21,"target":14},{"source":20,"target":22},{"source":20,"target":13},{"source":14,"target":2},{"source":14,"target":23},{"source":14,"target":24},{"source":14,"target":25},{"source":14,"target":26},{"source":14,"target":27},{"source":14,"target":28},{"source":23,"target":29},{"source":23,"target":14},{"source":24,"target":30},{"source":24,"target":14},{"source":25,"target":31},{"source":25,"target":14},{"source":26,"target":32},{"source":26,"target":14},{"source":27,"target":33},{"source":27,"target":14},{"source":28,"target":34},{"source":28,"target":14},{"source":15,"target":2},{"source":15,"target":35},{"source":35,"target":36},{"source":35,"target":15},{"source":16,"target":2},{"source":16,"target":37},{"source":37,"target":38},{"source":37,"target":16},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":0},{"source":39,"target":3},{"source":39,"target":49},{"source":39,"target":50},{"source":49,"target":51},{"source":49,"target":39},{"source":50,"target":52},{"source":50,"target":39},{"source":40,"target":3},{"source":40,"target":53},{"source":53,"target":54},{"source":53,"target":40},{"source":41,"target":3},{"source":41,"target":55},{"source":55,"target":56},{"source":55,"target":41},{"source":42,"target":3},{"source":42,"target":57},{"source":42,"target":58},{"source":57,"target":59},{"source":57,"target":42},{"source":58,"target":41},{"source":58,"target":60},{"source":58,"target":42},{"source":60,"target":41},{"source":43,"target":3},{"source":43,"target":61},{"source":43,"target":62},{"source":43,"target":63},{"source":61,"target":64},{"source":61,"target":43},{"source":62,"target":42},{"source":62,"target":65},{"source":62,"target":43},{"source":65,"target":42},{"source":63,"target":41},{"source":63,"target":66},{"source":63,"target":43},{"source":66,"target":41},{"source":44,"target":3},{"source":44,"target":67},{"source":44,"target":68},{"source":67,"target":69},{"source":67,"target":44},{"source":68,"target":70},{"source":68,"target":44},{"source":45,"target":3},{"source":45,"target":71},{"source":45,"target":72},{"source":71,"target":73},{"source":71,"target":45},{"source":72,"target":74},{"source":72,"target":45},{"source":46,"target":3},{"source":46,"target":75},{"source":46,"target":76},{"source":75,"target":77},{"source":75,"target":46},{"source":76,"target":78},{"source":76,"target":46},{"source":47,"target":3},{"source":47,"target":79},{"source":79,"target":80},{"source":79,"target":47},{"source":48,"target":3},{"source":48,"target":81},{"source":81,"target":82},{"source":81,"target":48},{"source":4,"target":83},{"source":4,"target":84},{"source":4,"target":85},{"source":4,"target":86},{"source":4,"target":87},{"source":4,"target":0},{"source":83,"target":4},{"source":83,"target":88},{"source":83,"target":89},{"source":83,"target":90},{"source":83,"target":91},{"source":83,"target":92},{"source":88,"target":93},{"source":88,"target":83},{"source":89,"target":94},{"source":89,"target":83},{"source":90,"target":95},{"source":90,"target":83},{"source":91,"target":96},{"source":91,"target":83},{"source":92,"target":84},{"source":92,"target":97},{"source":92,"target":83},{"source":97,"target":84},{"source":84,"target":4},{"source":84,"target":98},{"source":84,"target":99},{"source":84,"target":100},{"source":98,"target":84},{"source":99,"target":84},{"source":100,"target":84},{"source":85,"target":4},{"source":85,"target":101},{"source":85,"target":102},{"source":85,"target":103},{"source":101,"target":104},{"source":101,"target":85},{"source":102,"target":105},{"source":102,"target":85},{"source":103,"target":84},{"source":103,"target":106},{"source":103,"target":85},{"source":106,"target":84},{"source":86,"target":4},{"source":86,"target":107},{"source":107,"target":108},{"source":107,"target":86},{"source":87,"target":4},{"source":87,"target":109},{"source":87,"target":110},{"source":109,"target":111},{"source":109,"target":87},{"source":110,"target":112},{"source":110,"target":87},{"source":5,"target":113},{"source":5,"target":114},{"source":5,"target":0},{"source":113,"target":5},{"source":113,"target":39},{"source":113,"target":115},{"source":115,"target":39},{"source":114,"target":5},{"source":114,"target":116},{"source":116,"target":117},{"source":116,"target":114},{"source":6,"target":118},{"source":6,"target":119},{"source":6,"target":120},{"source":6,"target":121},{"source":6,"target":122},{"source":6,"target":123},{"source":6,"target":124},{"source":6,"target":125},{"source":6,"target":0},{"source":118,"target":6},{"source":118,"target":126},{"source":126,"target":127},{"source":126,"target":118},{"source":119,"target":6},{"source":119,"target":128},{"source":119,"target":129},{"source":119,"target":130},{"source":128,"target":131},{"source":128,"target":119},{"source":129,"target":132},{"source":129,"target":119},{"source":130,"target":133},{"source":130,"target":119},{"source":120,"target":6},{"source":120,"target":134},{"source":120,"target":135},{"source":120,"target":136},{"source":134,"target":137},{"source":134,"target":120},{"source":135,"target":138},{"source":135,"target":120},{"source":136,"target":139},{"source":136,"target":120},{"source":121,"target":6},{"source":121,"target":119},{"source":121,"target":140},{"source":140,"target":119},{"source":122,"target":6},{"source":122,"target":119},{"source":122,"target":141},{"source":141,"target":119},{"source":123,"target":6},{"source":123,"target":142},{"source":123,"target":143},{"source":142,"target":144},{"source":142,"target":123},{"source":143,"target":145},{"source":143,"target":123},{"source":124,"target":6},{"source":124,"target":146},{"source":146,"target":147},{"source":146,"target":124},{"source":125,"target":6},{"source":125,"target":148},{"source":148,"target":149},{"source":148,"target":125},{"source":7,"target":150},{"source":7,"target":151},{"source":7,"target":152},{"source":7,"target":0},{"source":150,"target":7},{"source":150,"target":153},{"source":153,"target":154},{"source":153,"target":150},{"source":151,"target":7},{"source":151,"target":155},{"source":151,"target":156},{"source":151,"target":157},{"source":155,"target":158},{"source":155,"target":151},{"source":156,"target":159},{"source":156,"target":151},{"source":157,"target":160},{"source":157,"target":151},{"source":152,"target":7},{"source":152,"target":161},{"source":161,"target":162},{"source":161,"target":152},{"source":8,"target":163},{"source":8,"target":164},{"source":8,"target":165},{"source":8,"target":166},{"source":8,"target":167},{"source":8,"target":168},{"source":8,"target":169},{"source":8,"target":0},{"source":163,"target":8},{"source":163,"target":170},{"source":164,"target":8},{"source":164,"target":171},{"source":165,"target":8},{"source":165,"target":172},{"source":166,"target":8},{"source":166,"target":173},{"source":167,"target":8},{"source":167,"target":174},{"source":167,"target":175},{"source":167,"target":176},{"source":174,"target":177},{"source":174,"target":167},{"source":175,"target":178},{"source":175,"target":167},{"source":176,"target":168},{"source":176,"target":179},{"source":176,"target":167},{"source":179,"target":168},{"source":168,"target":8},{"source":168,"target":180},{"source":168,"target":181},{"source":168,"target":182},{"source":168,"target":183},{"source":168,"target":184},{"source":168,"target":185},{"source":168,"target":186},{"source":168,"target":187},{"source":168,"target":188},{"source":168,"target":189},{"source":180,"target":190},{"source":180,"target":168},{"source":181,"target":191},{"source":181,"target":168},{"source":182,"target":168},{"source":182,"target":192},{"source":182,"target":168},{"source":192,"target":168},{"source":183,"target":168},{"source":183,"target":193},{"source":183,"target":168},{"source":193,"target":168},{"source":184,"target":194},{"source":184,"target":168},{"source":185,"target":195},{"source":185,"target":168},{"source":186,"target":196},{"source":186,"target":168},{"source":187,"target":197},{"source":187,"target":168},{"source":188,"target":168},{"source":188,"target":198},{"source":188,"target":168},{"source":198,"target":168},{"source":189,"target":199},{"source":189,"target":168},{"source":169,"target":8},{"source":169,"target":200},{"source":169,"target":201},{"source":169,"target":202},{"source":169,"target":203},{"source":169,"target":204},{"source":200,"target":205},{"source":200,"target":169},{"source":201,"target":168},{"source":201,"target":206},{"source":201,"target":169},{"source":206,"target":168},{"source":202,"target":168},{"source":202,"target":207},{"source":202,"target":169},{"source":207,"target":168},{"source":203,"target":168},{"source":203,"target":208},{"source":203,"target":169},{"source":208,"target":168},{"source":204,"target":168},{"source":204,"target":209},{"source":204,"target":169},{"source":209,"target":168},{"source":9,"target":210},{"source":9,"target":0},{"source":210,"target":9},{"source":10,"target":211},{"source":10,"target":0},{"source":211,"target":10},{"source":11,"target":212},{"source":11,"target":0},{"source":212,"target":11}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="selfletbehavior"
nsURI="http://selfletbehavior/1.0" nsPrefix="selfletbehavior">
<eClassifiers xsi:type="ecore:EClass" name="Behavior">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-1"
eType="#//State" containment="true" eOpposite="#//State/targetBehavior"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetService" eType="#//Service"
eOpposite="#//Service/behavior"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State">
<eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//Action"
containment="true" eOpposite="#//Action/targetState"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="next" upperBound="-1" eType="#//Condition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetBehavior" eType="#//Behavior"
eOpposite="#//Behavior/state"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Init" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="Final" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="Intermediate" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="Invocation" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="Elementary" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="Complex" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="Selflet">
<eStructuralFeatures xsi:type="ecore:EReference" name="service" upperBound="-1"
eType="#//Service" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service">
<eStructuralFeatures xsi:type="ecore:EReference" name="behavior" upperBound="-1"
eType="#//Behavior" containment="true" eOpposite="#//Behavior/targetService"/>
<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="Condition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetState" eType="#//State"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actionFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abilityFile" eType="#//FileReference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetState" eType="#//State"
eOpposite="#//State/action"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="FileReference" instanceClassName="selfletbehavior.FileReference"/>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/SelfletBehavior.ecore | ecore | selfletbehavior
Behavior
name
state
targetService
State
action
name
next
targetBehavior
Init
Final
Intermediate
Invocation
Elementary
Complex
Selflet
service
Service
behavior
name
description
Condition
body
conditionFile
targetState
Action
body
actionFile
abilityFile
targetState
FileReference
selfletbehavior.FileReference
selfletbehavior.FileReference | null | {"directed":true,"nodes":[{"nsPrefix":"selfletbehavior","nsURI":"http://selfletbehavior/1.0","name":"selfletbehavior","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Init","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Final","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Intermediate","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invocation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Elementary","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Complex","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selflet","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":"selfletbehavior.FileReference","defaultValue":null,"instanceClassName":"selfletbehavior.FileReference","name":"FileReference","instanceClass":null,"id":13,"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":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetBehavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"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":"targetState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conditionFile","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","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":"actionFile","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":"abilityFile","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":14,"target":17},{"source":14,"target":1},{"source":15,"target":2},{"source":15,"target":18},{"source":15,"target":1},{"source":15,"target":19},{"source":18,"target":2},{"source":16,"target":10},{"source":16,"target":20},{"source":16,"target":1},{"source":16,"target":21},{"source":20,"target":10},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":19},{"source":22,"target":12},{"source":22,"target":25},{"source":22,"target":2},{"source":22,"target":26},{"source":25,"target":12},{"source":23,"target":27},{"source":23,"target":2},{"source":24,"target":11},{"source":24,"target":28},{"source":24,"target":2},{"source":28,"target":11},{"source":19,"target":1},{"source":19,"target":29},{"source":19,"target":2},{"source":19,"target":15},{"source":29,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":30},{"source":30,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":31},{"source":31,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":32},{"source":32,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":33},{"source":33,"target":2},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":34},{"source":34,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":35},{"source":35,"target":1},{"source":9,"target":0},{"source":9,"target":36},{"source":36,"target":10},{"source":36,"target":37},{"source":36,"target":9},{"source":37,"target":10},{"source":10,"target":0},{"source":10,"target":21},{"source":10,"target":38},{"source":10,"target":39},{"source":21,"target":1},{"source":21,"target":40},{"source":21,"target":10},{"source":21,"target":16},{"source":40,"target":1},{"source":38,"target":41},{"source":38,"target":10},{"source":39,"target":42},{"source":39,"target":10},{"source":11,"target":0},{"source":11,"target":43},{"source":11,"target":44},{"source":11,"target":45},{"source":43,"target":46},{"source":43,"target":11},{"source":44,"target":47},{"source":44,"target":11},{"source":45,"target":2},{"source":45,"target":48},{"source":45,"target":11},{"source":48,"target":2},{"source":12,"target":0},{"source":12,"target":49},{"source":12,"target":50},{"source":12,"target":51},{"source":12,"target":26},{"source":49,"target":52},{"source":49,"target":12},{"source":50,"target":53},{"source":50,"target":12},{"source":51,"target":13},{"source":51,"target":54},{"source":51,"target":12},{"source":54,"target":13},{"source":26,"target":2},{"source":26,"target":55},{"source":26,"target":12},{"source":26,"target":22},{"source":55,"target":2},{"source":13,"target":0}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="oryx" nsURI="http://io.github.dice-project/dtsm/oryx/1.0" nsPrefix="dtsm.oryx">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="name" value="DiceDomainModel::DTSM::Oryx"/>
<details key="profileName" value="DICE::DICE_UML_Extensions::DTSM::Oryx"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="DIA">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="This entity represents the root of the Oryx 2 DIA."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="DIASer" eType="#//ServingLayer"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="DIABa" eType="#//BatchLayer"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="DIASp" eType="#//SpeedLayer"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="oryx"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DIADescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="runScript" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="computeClassPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Kafka">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="This entity represents an instance of Kafka that is used by the Oryx 2 system as the data transport layer, which moves data between layers of the Lambda architecture and receives input from external sources"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="HasUpdateTopic" lowerBound="1"
eType="#//updateTopic" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="kafka"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="KafkaDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="BrokerURL" lowerBound="1"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="KafkaHasInputTopic" lowerBound="1"
eType="#//inputTopic" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Zookeeper">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="This entity represents an instance of Zookeeper that is used the Oryx 2 framework."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="zookeeper"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ZookeeperDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zkServers" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="APISpecification">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="This entity represents the specification of the APIs exposed by the serving layer."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="UserName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="servingLayerPort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="APIDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keystoreFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keystorePassword" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="readOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contextPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeApi" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="oryx"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="YarnSpecification">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="This entity represents the configuration of the YARN cluster on top of which the BatchLayer run."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="yarn_resourcemanager"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="NoOfInstance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Cores" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="YarnDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MlSpecification">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="This entity represents the specification of the Machine Learning algorithm to be executed, allowing to specify parameters like the degree of parallelism and the test fraction of the input dataset."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="TestFraction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Candidate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Parallelism" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MISpecificationDescription"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeMl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="oryx"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StorgeSpecification">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="This entity represent the storage system on which the Batch layer store results. It is implemented in Oryx 2 as an HDFS."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="hdfs"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="InputDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="OutputDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="StorageDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Rate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SourceProperties" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfSpecification" eSuperTypes="#//APISpecification #//YarnSpecification #//MlSpecification">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="This entity represents a generic system configuration which can be extended according to specific systems employed in the Oryx 2 architecture."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ConfigurationDescription"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SparkStream">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="This entity represents a Spark Streaming application. In Oryx 2 both the Speed layer and the Batch layer are implemented as Spark Streaming applications."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="spark"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="IntervalBtwnComputation"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="master" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="NumberofExecutors" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ExecutorCore" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ExecutorMemory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="HeapSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DynamicAlloc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServingLayer">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="The serving layer listens for model and model updates on the update topic Kafka Topic. It maintains model state in memory. It exposes REST APIs for queryign the model in memory. Each API may also accept new data and write it to Kafka where it can be seen by the Speed and Batch layers.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="oryx"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ModelManagerClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="SerUseKf" eType="#//Kafka"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="SerManageMI" eType="#//MlSpecification"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="SpeAPI" eType="#//APISpecification"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="SpeYarn" eType="#//YarnSpecification"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ApplicationResources" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ServinLayerDescription"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minModelLoadFraction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SpeedLayer">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="This entity represents the Speed layer of the Lambda architecture and is implemented using Spark Streaming. It periodically loads a new model from the update topic and continually produces model updates. These are put back onto the update topic too.

"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modelManagerClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="oryx"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="UiPort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DynamicAlloc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="SpeUseMI" eType="#//MlSpecification"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="SpeUseKaf" eType="#//Kafka"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="SpeedhasSparkStream" eType="#//SparkStream"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minModelLoadFraction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SpeedLayerDescription"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BatchLayer">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="The batch layer is implemented as a Spark Streaming process on a Hadoop cluster, which reads data from the input Kafka topic. The Streaming process necessarily has a very long period – hours or even a day. It uses Spark to save the current window of data to HDFS, and then combine with all historical data on HDFS, and initiate building of a new result. The result is written to HDFS, and, also published to a Kafka update topic."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="BatchHasStorage" eType="#//StorgeSpecification"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="BatchUseMI" eType="#//MlSpecification"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="BatchUseKaf" eType="#//Kafka"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="updateClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="oryx"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="HDFSbaseURL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="BatchhasSparkStream" eType="#//SparkStream"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="UiPort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="BatchLayerDescription"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="inputTopic">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="This entity represent the Kafka Topic used for new inputs of the system. The serving layer post new inputs to this Topic which are consumed by the Speed and Batch layers. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="kafka"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="KafkaConsumerDescription"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="NumberofPartitions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="retentionTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="replicationValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxMessageSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="InputTopichasMaster" eType="#//Zookeeper"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="updateTopic">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="This entity represent the Kafka Topic used for update the model in order to reflect new input. The Serving layer consumes the model and the model updates to answer to the user queries, the Speed layer periodically consume the current model and produce a model update, while the Batch layer at each execution produce a new model."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="kafka"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="KafkaProducerDescription"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="NumberOfPartitions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="retentionTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="replicationValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxMessageSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="UpdatTopichasMaster" eType="#//Zookeeper"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MicheleGuerriero/DICE-Models-Sosym/io.github.dice-project.dtsm.oryx/model/dtsm.oryx.ecore | ecore | oryx
DIA
DIASer
DIABa
DIASp
type
oryx
DIADescription
runScript
computeClassPath
id
Kafka
HasUpdateTopic
type
kafka
KafkaDescription
BrokerURL
KafkaHasInputTopic
Zookeeper
type
zookeeper
ZookeeperDescription
zkServers
APISpecification
UserName
Password
servingLayerPort
APIDescription
keystoreFile
keystorePassword
readOnly
contextPath
typeApi
oryx
YarnSpecification
type
yarn_resourcemanager
NoOfInstance
Cores
YarnDescription
MlSpecification
TestFraction
Candidate
Parallelism
MISpecificationDescription
typeMl
oryx
StorgeSpecification
type
hdfs
InputDirectory
OutputDirectory
StorageDescription
Rate
SourceProperties
ConfSpecification
ConfigurationDescription
SparkStream
type
spark
IntervalBtwnComputation
master
NumberofExecutors
ExecutorCore
ExecutorMemory
HeapSize
DynamicAlloc
ServingLayer
type
oryx
ModelManagerClass
SerUseKf
SerManageMI
SpeAPI
SpeYarn
ApplicationResources
memory
ServinLayerDescription
minModelLoadFraction
SpeedLayer
modelManagerClass
type
oryx
UiPort
DynamicAlloc
SpeUseMI
SpeUseKaf
SpeedhasSparkStream
minModelLoadFraction
SpeedLayerDescription
BatchLayer
BatchHasStorage
BatchUseMI
BatchUseKaf
updateClass
type
oryx
HDFSbaseURL
BatchhasSparkStream
UiPort
BatchLayerDescription
inputTopic
type
kafka
KafkaConsumerDescription
name
NumberofPartitions
retentionTime
replicationValue
maxMessageSize
InputTopichasMaster
updateTopic
type
kafka
KafkaProducerDescription
name
NumberOfPartitions
retentionTime
replicationValue
maxMessageSize
UpdatTopichasMaster | null | {"directed":true,"nodes":[{"nsPrefix":"dtsm.oryx","nsURI":"http://io.github.dice-project/dtsm/oryx/1.0","name":"oryx","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DIA","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Kafka","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Zookeeper","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"APISpecification","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"YarnSpecification","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MlSpecification","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorgeSpecification","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfSpecification","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SparkStream","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServingLayer","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpeedLayer","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BatchLayer","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"inputTopic","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"updateTopic","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"DIASer","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":"DIABa","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"DIASp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"oryx","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"oryx","unsettable":false,"transient":false,"unique":true,"name":"type","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":"DIADescription","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"runScript","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"computeClassPath","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"HasUpdateTopic","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"kafka","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"kafka","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"KafkaDescription","changeable":true,"lowerBound":0,"iD":false,"id":33,"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":"BrokerURL","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"KafkaHasInputTopic","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"zookeeper","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"zookeeper","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ZookeeperDescription","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zkServers","changeable":true,"lowerBound":0,"iD":false,"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":"UserName","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":"Password","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":"servingLayerPort","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":"APIDescription","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":"keystoreFile","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":"keystorePassword","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readOnly","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":"contextPath","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"oryx","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"oryx","unsettable":false,"transient":false,"unique":true,"name":"typeApi","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"yarn_resourcemanager","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"yarn_resourcemanager","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"NoOfInstance","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Cores","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":"YarnDescription","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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"TestFraction","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Candidate","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Parallelism","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"MISpecificationDescription","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"oryx","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"oryx","unsettable":false,"transient":false,"unique":true,"name":"typeMl","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"hdfs","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"hdfs","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"InputDirectory","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"OutputDirectory","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"StorageDescription","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Rate","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":"SourceProperties","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"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":"ConfigurationDescription","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"},{"ordered":true,"upperBound":1,"defaultValue":"spark","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"spark","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"IntervalBtwnComputation","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":"master","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":"NumberofExecutors","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExecutorCore","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":"ExecutorMemory","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":"HeapSize","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"DynamicAlloc","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"oryx","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"oryx","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ModelManagerClass","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"SerUseKf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"SerManageMI","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"SpeAPI","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":"SpeYarn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ApplicationResources","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memory","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ServinLayerDescription","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":"minModelLoadFraction","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelManagerClass","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"oryx","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"oryx","unsettable":false,"transient":false,"unique":true,"name":"type","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":"UiPort","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"DynamicAlloc","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":true,"unsettable":false,"transient":false,"unique":true,"name":"SpeUseMI","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":false,"unique":true,"name":"SpeUseKaf","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":"SpeedhasSparkStream","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minModelLoadFraction","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":null,"unsettable":false,"transient":false,"unique":true,"name":"SpeedLayerDescription","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BatchHasStorage","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":"BatchUseMI","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":"BatchUseKaf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"updateClass","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"oryx","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"oryx","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"HDFSbaseURL","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BatchhasSparkStream","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":"UiPort","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"BatchLayerDescription","changeable":true,"lowerBound":0,"iD":false,"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"},{"ordered":true,"upperBound":1,"defaultValue":"kafka","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"kafka","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"KafkaConsumerDescription","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"NumberofPartitions","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":"retentionTime","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":"replicationValue","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":"maxMessageSize","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"InputTopichasMaster","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"kafka","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"kafka","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"KafkaProducerDescription","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"NumberOfPartitions","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"retentionTime","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"replicationValue","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxMessageSize","changeable":true,"lowerBound":0,"iD":false,"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":"UpdatTopichasMaster","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":15,"target":10},{"source":15,"target":23},{"source":15,"target":1},{"source":23,"target":10},{"source":16,"target":12},{"source":16,"target":24},{"source":16,"target":1},{"source":24,"target":12},{"source":17,"target":11},{"source":17,"target":25},{"source":17,"target":1},{"source":25,"target":11},{"source":18,"target":26},{"source":18,"target":1},{"source":19,"target":27},{"source":19,"target":1},{"source":20,"target":28},{"source":20,"target":1},{"source":21,"target":29},{"source":21,"target":1},{"source":22,"target":30},{"source":22,"target":1},{"source":2,"target":0},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":31,"target":14},{"source":31,"target":36},{"source":31,"target":2},{"source":36,"target":14},{"source":32,"target":37},{"source":32,"target":2},{"source":33,"target":38},{"source":33,"target":2},{"source":34,"target":39},{"source":34,"target":2},{"source":35,"target":13},{"source":35,"target":40},{"source":35,"target":2},{"source":40,"target":13},{"source":3,"target":0},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":41,"target":44},{"source":41,"target":3},{"source":42,"target":45},{"source":42,"target":3},{"source":43,"target":46},{"source":43,"target":3},{"source":4,"target":0},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":47,"target":56},{"source":47,"target":4},{"source":48,"target":57},{"source":48,"target":4},{"source":49,"target":58},{"source":49,"target":4},{"source":50,"target":59},{"source":50,"target":4},{"source":51,"target":60},{"source":51,"target":4},{"source":52,"target":61},{"source":52,"target":4},{"source":53,"target":62},{"source":53,"target":4},{"source":54,"target":63},{"source":54,"target":4},{"source":55,"target":64},{"source":55,"target":4},{"source":5,"target":0},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":65,"target":69},{"source":65,"target":5},{"source":66,"target":70},{"source":66,"target":5},{"source":67,"target":71},{"source":67,"target":5},{"source":68,"target":72},{"source":68,"target":5},{"source":6,"target":0},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":73,"target":78},{"source":73,"target":6},{"source":74,"target":79},{"source":74,"target":6},{"source":75,"target":80},{"source":75,"target":6},{"source":76,"target":81},{"source":76,"target":6},{"source":77,"target":82},{"source":77,"target":6},{"source":7,"target":0},{"source":7,"target":83},{"source":7,"target":84},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":87},{"source":7,"target":88},{"source":83,"target":89},{"source":83,"target":7},{"source":84,"target":90},{"source":84,"target":7},{"source":85,"target":91},{"source":85,"target":7},{"source":86,"target":92},{"source":86,"target":7},{"source":87,"target":93},{"source":87,"target":7},{"source":88,"target":94},{"source":88,"target":7},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":5},{"source":8,"target":6},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":95,"target":99},{"source":95,"target":8},{"source":96,"target":4},{"source":97,"target":5},{"source":98,"target":6},{"source":9,"target":0},{"source":9,"target":100},{"source":9,"target":101},{"source":9,"target":102},{"source":9,"target":103},{"source":9,"target":104},{"source":9,"target":105},{"source":9,"target":106},{"source":9,"target":107},{"source":100,"target":108},{"source":100,"target":9},{"source":101,"target":109},{"source":101,"target":9},{"source":102,"target":110},{"source":102,"target":9},{"source":103,"target":111},{"source":103,"target":9},{"source":104,"target":112},{"source":104,"target":9},{"source":105,"target":113},{"source":105,"target":9},{"source":106,"target":114},{"source":106,"target":9},{"source":107,"target":115},{"source":107,"target":9},{"source":10,"target":0},{"source":10,"target":116},{"source":10,"target":117},{"source":10,"target":118},{"source":10,"target":119},{"source":10,"target":120},{"source":10,"target":121},{"source":10,"target":122},{"source":10,"target":123},{"source":10,"target":124},{"source":10,"target":125},{"source":116,"target":126},{"source":116,"target":10},{"source":117,"target":127},{"source":117,"target":10},{"source":118,"target":2},{"source":118,"target":128},{"source":118,"target":10},{"source":128,"target":2},{"source":119,"target":6},{"source":119,"target":129},{"source":119,"target":10},{"source":129,"target":6},{"source":120,"target":4},{"source":120,"target":130},{"source":120,"target":10},{"source":130,"target":4},{"source":121,"target":5},{"source":121,"target":131},{"source":121,"target":10},{"source":131,"target":5},{"source":122,"target":132},{"source":122,"target":10},{"source":123,"target":133},{"source":123,"target":10},{"source":124,"target":134},{"source":124,"target":10},{"source":125,"target":135},{"source":125,"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":136,"target":145},{"source":136,"target":11},{"source":137,"target":146},{"source":137,"target":11},{"source":138,"target":147},{"source":138,"target":11},{"source":139,"target":148},{"source":139,"target":11},{"source":140,"target":6},{"source":140,"target":149},{"source":140,"target":11},{"source":149,"target":6},{"source":141,"target":2},{"source":141,"target":150},{"source":141,"target":11},{"source":150,"target":2},{"source":142,"target":9},{"source":142,"target":151},{"source":142,"target":11},{"source":151,"target":9},{"source":143,"target":152},{"source":143,"target":11},{"source":144,"target":153},{"source":144,"target":11},{"source":12,"target":0},{"source":12,"target":154},{"source":12,"target":155},{"source":12,"target":156},{"source":12,"target":157},{"source":12,"target":158},{"source":12,"target":159},{"source":12,"target":160},{"source":12,"target":161},{"source":12,"target":162},{"source":154,"target":7},{"source":154,"target":163},{"source":154,"target":12},{"source":163,"target":7},{"source":155,"target":6},{"source":155,"target":164},{"source":155,"target":12},{"source":164,"target":6},{"source":156,"target":2},{"source":156,"target":165},{"source":156,"target":12},{"source":165,"target":2},{"source":157,"target":166},{"source":157,"target":12},{"source":158,"target":167},{"source":158,"target":12},{"source":159,"target":168},{"source":159,"target":12},{"source":160,"target":9},{"source":160,"target":169},{"source":160,"target":12},{"source":169,"target":9},{"source":161,"target":170},{"source":161,"target":12},{"source":162,"target":171},{"source":162,"target":12},{"source":13,"target":0},{"source":13,"target":172},{"source":13,"target":173},{"source":13,"target":174},{"source":13,"target":175},{"source":13,"target":176},{"source":13,"target":177},{"source":13,"target":178},{"source":13,"target":179},{"source":172,"target":180},{"source":172,"target":13},{"source":173,"target":181},{"source":173,"target":13},{"source":174,"target":182},{"source":174,"target":13},{"source":175,"target":183},{"source":175,"target":13},{"source":176,"target":184},{"source":176,"target":13},{"source":177,"target":185},{"source":177,"target":13},{"source":178,"target":186},{"source":178,"target":13},{"source":179,"target":3},{"source":179,"target":187},{"source":179,"target":13},{"source":187,"target":3},{"source":14,"target":0},{"source":14,"target":188},{"source":14,"target":189},{"source":14,"target":190},{"source":14,"target":191},{"source":14,"target":192},{"source":14,"target":193},{"source":14,"target":194},{"source":14,"target":195},{"source":188,"target":196},{"source":188,"target":14},{"source":189,"target":197},{"source":189,"target":14},{"source":190,"target":198},{"source":190,"target":14},{"source":191,"target":199},{"source":191,"target":14},{"source":192,"target":200},{"source":192,"target":14},{"source":193,"target":201},{"source":193,"target":14},{"source":194,"target":202},{"source":194,"target":14},{"source":195,"target":3},{"source":195,"target":203},{"source":195,"target":14},{"source":203,"target":3}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sculptorguimetamodel"
nsURI="http://www.fornax-platform.org/sculptorgui" nsPrefix="sc">
<eClassifiers xsi:type="ecore:EClass" name="GuiApplication" eSuperTypes="sculptormetamodel.ecore#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="guiForApplication" lowerBound="1"
eType="ecore:EClass sculptormetamodel.ecore#//Application"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modules" lowerBound="1"
upperBound="-1" eType="#//GuiModule" containment="true" eOpposite="#//GuiModule/application"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="basePackage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GuiModule" eSuperTypes="sculptormetamodel.ecore#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="userTasks" lowerBound="1"
upperBound="-1" eType="#//UserTask" containment="true" eOpposite="#//UserTask/module"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="basePackage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="application" eType="#//GuiApplication"
eOpposite="#//GuiApplication/modules"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="for" eType="ecore:EClass sculptormetamodel.ecore#//Module"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UserTask" eSuperTypes="sculptormetamodel.ecore#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="subTaskTransitions" upperBound="-1"
eType="#//SubTaskTransition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="for" lowerBound="1" eType="ecore:EClass sculptormetamodel.ecore#//DomainObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//GuiModule"
eOpposite="#//GuiModule/userTasks"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="taskType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="viewProperties" upperBound="-1"
eType="#//ViewDataProperty" containment="true" eOpposite="#//ViewDataProperty/userTask"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conversationRoot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gapClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateTask" eSuperTypes="#//UserTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="createDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="populateDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UpdateTask" eSuperTypes="#//UserTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="findDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="updateDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="populateDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ViewTask" eSuperTypes="#//UserTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="findDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListTask" eSuperTypes="#//UserTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="searchDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteTask" eSuperTypes="#//UserTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="findDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="deleteDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubTaskTransition" eSuperTypes="sculptormetamodel.ecore#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//UserTask"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="forReference" lowerBound="1"
eType="ecore:EClass sculptormetamodel.ecore#//Reference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//UserTask"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ViewDataProperty" eSuperTypes="sculptormetamodel.ecore#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="userTask" eType="#//UserTask"
eOpposite="#//UserTask/viewProperties"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="messageKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TmpReferenceHolder">
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass sculptormetamodel.ecore#//Reference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subTaskTransitionHolders"
upperBound="-1" eType="#//TmpSubTaskTransitionHolder" containment="true" eOpposite="#//TmpSubTaskTransitionHolder/referenceHoler"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TmpSubTaskTransitionHolder">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toTaskType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="ecore:EClass sculptormetamodel.ecore#//DomainObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceHoler" lowerBound="1"
eType="#//TmpReferenceHolder" eOpposite="#//TmpReferenceHolder/subTaskTransitionHolders"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceTarget">
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass sculptormetamodel.ecore#//Reference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass sculptormetamodel.ecore#//DomainObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceViewProperty" eSuperTypes="#//ViewDataProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="relatedTransitions" upperBound="-1"
eType="#//SubTaskTransition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass sculptormetamodel.ecore#//Reference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass sculptormetamodel.ecore#//DomainObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="base" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="previewProperties" upperBound="-1"
eType="#//ViewDataProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeViewProperty" eSuperTypes="#//ViewDataProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="ecore:EClass sculptormetamodel.ecore#//Attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BasicTypeViewProperty" eSuperTypes="#//ViewDataProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass sculptormetamodel.ecore#//Reference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="ecore:EClass sculptormetamodel.ecore#//Attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumViewProperty" eSuperTypes="#//ViewDataProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass sculptormetamodel.ecore#//Reference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BasicTypeEnumViewProperty" eSuperTypes="#//EnumViewProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="basicTypeReference" eType="ecore:EClass sculptormetamodel.ecore#//Reference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UserTaskGroup">
<eStructuralFeatures xsi:type="ecore:EReference" name="userTasks" upperBound="-1"
eType="#//UserTask"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="for" eType="ecore:EClass sculptormetamodel.ecore#//DomainObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//GuiModule"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DerivedReferenceViewProperty" eSuperTypes="#//ReferenceViewProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="derivedFrom" lowerBound="1"
eType="#//ReferenceViewProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddTask" eSuperTypes="#//UserTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="findDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/rcodesmith/fornax-sculptor-sandbox/fornax-cartridges-sculptor-metamodel/model/sculptorguimetamodel.ecore | ecore | sculptorguimetamodel
GuiApplication
guiForApplication
modules
basePackage
GuiModule
userTasks
basePackage
application
for
UserTask
subTaskTransitions
for
abstract
module
taskType
viewProperties
conversationRoot
gapClass
CreateTask
createDOWith
populateDOWith
UpdateTask
findDOWith
updateDOWith
populateDOWith
ViewTask
findDOWith
ListTask
searchDOWith
DeleteTask
findDOWith
deleteDOWith
SubTaskTransition
to
forReference
from
ViewDataProperty
userTask
messageKey
TmpReferenceHolder
reference
subTaskTransitionHolders
TmpSubTaskTransitionHolder
toTaskType
to
referenceHoler
ReferenceTarget
reference
target
ReferenceViewProperty
relatedTransitions
reference
target
base
previewProperties
AttributeViewProperty
attribute
BasicTypeViewProperty
reference
attribute
EnumViewProperty
reference
BasicTypeEnumViewProperty
basicTypeReference
UserTaskGroup
userTasks
for
module
DerivedReferenceViewProperty
derivedFrom
AddTask
findDOWith | null | {"directed":true,"nodes":[{"nsPrefix":"sc","nsURI":"http://www.fornax-platform.org/sculptorgui","name":"sculptorguimetamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuiApplication","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuiModule","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserTask","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateTask","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateTask","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewTask","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListTask","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteTask","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubTaskTransition","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewDataProperty","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TmpReferenceHolder","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TmpSubTaskTransitionHolder","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceTarget","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceViewProperty","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeViewProperty","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicTypeViewProperty","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumViewProperty","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicTypeEnumViewProperty","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserTaskGroup","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedReferenceViewProperty","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddTask","instanceClass":null,"abstract":false,"id":21,"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":"guiForApplication","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modules","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":"basePackage","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"application","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"userTasks","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":"basePackage","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"for","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"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":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subTaskTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"for","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"taskType","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"viewProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conversationRoot","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gapClass","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"userTask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"createDOWith","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":false,"unsettable":false,"transient":false,"unique":true,"name":"populateDOWith","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":"findDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updateDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"populateDOWith","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"findDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"searchDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"findDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"deleteDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","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":false,"unsettable":false,"transient":false,"unique":true,"name":"forReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"messageKey","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","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":"subTaskTransitionHolders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referenceHoler","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":"toTaskType","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","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":"base","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previewProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"basicTypeReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"userTasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"for","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":false,"unsettable":false,"transient":false,"unique":true,"name":"module","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"derivedFrom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"findDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":1,"target":0},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":22,"target":26},{"source":22,"target":1},{"source":23,"target":2},{"source":23,"target":27},{"source":23,"target":1},{"source":23,"target":28},{"source":27,"target":2},{"source":24,"target":29},{"source":24,"target":1},{"source":2,"target":0},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":28},{"source":2,"target":32},{"source":2,"target":33},{"source":30,"target":3},{"source":30,"target":34},{"source":30,"target":2},{"source":30,"target":35},{"source":34,"target":3},{"source":31,"target":36},{"source":31,"target":2},{"source":28,"target":1},{"source":28,"target":37},{"source":28,"target":2},{"source":28,"target":23},{"source":37,"target":1},{"source":32,"target":38},{"source":32,"target":2},{"source":3,"target":0},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":35},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":39,"target":9},{"source":39,"target":47},{"source":39,"target":3},{"source":47,"target":9},{"source":40,"target":48},{"source":40,"target":3},{"source":41,"target":49},{"source":41,"target":3},{"source":35,"target":2},{"source":35,"target":50},{"source":35,"target":3},{"source":35,"target":30},{"source":50,"target":2},{"source":42,"target":51},{"source":42,"target":3},{"source":43,"target":10},{"source":43,"target":52},{"source":43,"target":3},{"source":43,"target":53},{"source":52,"target":10},{"source":44,"target":54},{"source":44,"target":3},{"source":45,"target":55},{"source":45,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":56,"target":59},{"source":56,"target":4},{"source":57,"target":60},{"source":57,"target":4},{"source":58,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":61,"target":65},{"source":61,"target":5},{"source":62,"target":66},{"source":62,"target":5},{"source":63,"target":67},{"source":63,"target":5},{"source":64,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":68},{"source":6,"target":69},{"source":68,"target":70},{"source":68,"target":6},{"source":69,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":71},{"source":7,"target":72},{"source":71,"target":73},{"source":71,"target":7},{"source":72,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":74,"target":77},{"source":74,"target":8},{"source":75,"target":78},{"source":75,"target":8},{"source":76,"target":3},{"source":9,"target":0},{"source":9,"target":79},{"source":9,"target":80},{"source":9,"target":81},{"source":9,"target":82},{"source":79,"target":3},{"source":79,"target":83},{"source":79,"target":9},{"source":83,"target":3},{"source":80,"target":84},{"source":80,"target":9},{"source":81,"target":3},{"source":81,"target":85},{"source":81,"target":9},{"source":85,"target":3},{"source":10,"target":0},{"source":10,"target":53},{"source":10,"target":86},{"source":10,"target":87},{"source":53,"target":3},{"source":53,"target":88},{"source":53,"target":10},{"source":53,"target":43},{"source":88,"target":3},{"source":86,"target":89},{"source":86,"target":10},{"source":11,"target":0},{"source":11,"target":90},{"source":11,"target":91},{"source":90,"target":92},{"source":90,"target":11},{"source":91,"target":12},{"source":91,"target":93},{"source":91,"target":11},{"source":91,"target":94},{"source":93,"target":12},{"source":12,"target":0},{"source":12,"target":95},{"source":12,"target":96},{"source":12,"target":94},{"source":95,"target":97},{"source":95,"target":12},{"source":96,"target":98},{"source":96,"target":12},{"source":94,"target":11},{"source":94,"target":99},{"source":94,"target":12},{"source":94,"target":91},{"source":99,"target":11},{"source":13,"target":0},{"source":13,"target":100},{"source":13,"target":101},{"source":100,"target":102},{"source":100,"target":13},{"source":101,"target":103},{"source":101,"target":13},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":104},{"source":14,"target":105},{"source":14,"target":106},{"source":14,"target":107},{"source":14,"target":108},{"source":14,"target":109},{"source":104,"target":9},{"source":104,"target":110},{"source":104,"target":14},{"source":110,"target":9},{"source":105,"target":111},{"source":105,"target":14},{"source":106,"target":112},{"source":106,"target":14},{"source":107,"target":113},{"source":107,"target":14},{"source":108,"target":10},{"source":108,"target":114},{"source":108,"target":14},{"source":114,"target":10},{"source":109,"target":10},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":115},{"source":15,"target":116},{"source":115,"target":117},{"source":115,"target":15},{"source":116,"target":10},{"source":16,"target":0},{"source":16,"target":10},{"source":16,"target":118},{"source":16,"target":119},{"source":16,"target":120},{"source":118,"target":121},{"source":118,"target":16},{"source":119,"target":122},{"source":119,"target":16},{"source":120,"target":10},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":123},{"source":17,"target":124},{"source":123,"target":125},{"source":123,"target":17},{"source":124,"target":10},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":126},{"source":18,"target":127},{"source":126,"target":128},{"source":126,"target":18},{"source":127,"target":17},{"source":19,"target":0},{"source":19,"target":129},{"source":19,"target":130},{"source":19,"target":131},{"source":129,"target":3},{"source":129,"target":132},{"source":129,"target":19},{"source":132,"target":3},{"source":130,"target":133},{"source":130,"target":19},{"source":131,"target":2},{"source":131,"target":134},{"source":131,"target":19},{"source":134,"target":2},{"source":20,"target":0},{"source":20,"target":14},{"source":20,"target":135},{"source":20,"target":136},{"source":135,"target":14},{"source":135,"target":137},{"source":135,"target":20},{"source":137,"target":14},{"source":136,"target":14},{"source":21,"target":0},{"source":21,"target":3},{"source":21,"target":138},{"source":21,"target":139},{"source":138,"target":140},{"source":138,"target":21},{"source":139,"target":3}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="social" nsURI="http://www.abchip.org/mimo/social" nsPrefix="mimo-soc">
<eSubpackages name="twitter" nsURI="http://www.abchip.org/mimo/social/twitter" nsPrefix="mimo-soc-twitter">
<eClassifiers xsi:type="ecore:EClass" name="Tweet" eSuperTypes="../../org.abchip.mimo.core/model/mimo.ecore#//entity/EntityIdentifiable">
<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="entities" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="*USER" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="geolocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="*USER" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hashtags" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="*USER" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="*USER" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="medias" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="*USER" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="place" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="*USER" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="symbols" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="*USER" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="user" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="*USER" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="userMentions" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="*USER" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TwitterManager" abstract="true" interface="true">
<eOperations name="search">
<eGenericType eClassifier="ecore:EClass ../../org.abchip.mimo.core/model/mimo.ecore#//entity/EntityIterator">
<eTypeArguments eClassifier="#//twitter/Tweet"/>
</eGenericType>
<eParameters name="context" lowerBound="1" eType="ecore:EClass ../../org.abchip.mimo.core/model/mimo.ecore#//context/Context"/>
<eParameters name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="query" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="maxNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/abchip/mimo/org.abchip.mimo.social/model/social.ecore | ecore | social
twitter
Tweet
date
entities
*USER
geolocation
*USER
hashtags
*USER
id
language
*USER
medias
*USER
place
*USER
symbols
*USER
text
user
*USER
userMentions
*USER
TwitterManager
search
context
language
query
maxNumber | null | {"directed":true,"nodes":[{"nsPrefix":"mimo-soc","nsURI":"http://www.abchip.org/mimo/social","name":"social","id":0,"eClass":"EPackage"},{"nsPrefix":"mimo-soc-twitter","nsURI":"http://www.abchip.org/mimo/social/twitter","name":"twitter","id":1,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tweet","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TwitterManager","instanceClass":null,"abstract":true,"id":3,"interface":true,"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":"date","changeable":true,"lowerBound":1,"iD":false,"id":4,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":"*USER","volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"*USER","unsettable":false,"transient":false,"unique":true,"name":"entities","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"*USER","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"*USER","unsettable":false,"transient":false,"unique":true,"name":"geolocation","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":"*USER","volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"*USER","unsettable":false,"transient":false,"unique":true,"name":"hashtags","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"*USER","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"*USER","unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":"*USER","volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"*USER","unsettable":false,"transient":false,"unique":true,"name":"medias","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"*USER","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"*USER","unsettable":false,"transient":false,"unique":true,"name":"place","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":"*USER","volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"*USER","unsettable":false,"transient":false,"unique":true,"name":"symbols","changeable":true,"lowerBound":0,"iD":false,"id":12,"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":"text","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"*USER","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"*USER","unsettable":false,"transient":false,"unique":true,"name":"user","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":"*USER","volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"*USER","unsettable":false,"transient":false,"unique":true,"name":"userMentions","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":true},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"search","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EOperation"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":1,"id":31,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"language","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"query","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"maxNumber","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"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":0},{"source":2,"target":1},{"source":2,"target":4},{"source":2,"target":5},{"source":2,"target":6},{"source":2,"target":7},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":4,"target":17},{"source":4,"target":2},{"source":5,"target":18},{"source":5,"target":2},{"source":6,"target":19},{"source":6,"target":2},{"source":7,"target":20},{"source":7,"target":2},{"source":8,"target":21},{"source":8,"target":2},{"source":9,"target":22},{"source":9,"target":2},{"source":10,"target":23},{"source":10,"target":2},{"source":11,"target":24},{"source":11,"target":2},{"source":12,"target":25},{"source":12,"target":2},{"source":13,"target":26},{"source":13,"target":2},{"source":14,"target":27},{"source":14,"target":2},{"source":15,"target":28},{"source":15,"target":2},{"source":3,"target":1},{"source":3,"target":29},{"source":29,"target":30},{"source":29,"target":3},{"source":29,"target":31},{"source":29,"target":32},{"source":29,"target":33},{"source":29,"target":34},{"source":30,"target":35},{"source":35,"target":2},{"source":31,"target":36},{"source":31,"target":29},{"source":32,"target":37},{"source":32,"target":29},{"source":33,"target":38},{"source":33,"target":29},{"source":34,"target":39},{"source":34,"target":29}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="zhu" nsURI="http://www.alma.org/mde/statemachine/Zhu" nsPrefix="zhu">
<eClassifiers xsi:type="ecore:EClass" name="StateMachine">
<eStructuralFeatures xsi:type="ecore:EReference" name="region" eType="#//TopRegion"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TopRegion">
<eStructuralFeatures xsi:type="ecore:EReference" name="states" eType="#//States"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="regions" upperBound="-1"
eType="#//Region" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" eType="#//Transitions"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Region">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" eType="#//States"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="regions" upperBound="-1"
eType="#//Region" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" eType="#//Transitions"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transitions">
<eStructuralFeatures xsi:type="ecore:EReference" name="firstTransition" eType="#//Transition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="followingTransitions" upperBound="-1"
eType="#//Transition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="triggers" eType="#//Triggers"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="guard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="behaviour" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="States">
<eStructuralFeatures xsi:type="ecore:EReference" name="states" eType="#//StatesSeparated"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StatesSeparated">
<eStructuralFeatures xsi:type="ecore:EReference" name="firstState" eType="#//State"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="followingStates" upperBound="-1"
eType="#//State" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Triggers">
<eStructuralFeatures xsi:type="ecore:EReference" name="triggers" eType="#//TriggersSeparated"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TriggersSeparated">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstTrigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="followingTriggers" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/masters-info-nantes/zhuan-hua-tu/org.alma.mde.statemachine/model/generated/Zhu.ecore | ecore | zhu
StateMachine
region
TopRegion
states
regions
transitions
Region
name
states
regions
transitions
Transitions
firstTransition
followingTransitions
Transition
source
target
triggers
guard
behaviour
States
states
StatesSeparated
firstState
followingStates
State
name
Triggers
triggers
TriggersSeparated
firstTrigger
followingTriggers | null | {"directed":true,"nodes":[{"nsPrefix":"zhu","nsURI":"http://www.alma.org/mde/statemachine/Zhu","name":"zhu","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":"TopRegion","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transitions","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"States","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatesSeparated","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Triggers","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggersSeparated","instanceClass":null,"abstract":false,"id":10,"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":"region","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","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":"regions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","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":"regions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstTransition","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":"followingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"triggers","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":"guard","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":"behaviour","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstState","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":"followingStates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"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":"triggers","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":"firstTrigger","changeable":true,"lowerBound":0,"iD":false,"id":51,"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":"followingTriggers","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":11,"target":2},{"source":11,"target":12},{"source":11,"target":1},{"source":12,"target":2},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":13,"target":6},{"source":13,"target":16},{"source":13,"target":2},{"source":16,"target":6},{"source":14,"target":3},{"source":14,"target":17},{"source":14,"target":2},{"source":17,"target":3},{"source":15,"target":4},{"source":15,"target":18},{"source":15,"target":2},{"source":18,"target":4},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":19,"target":23},{"source":19,"target":3},{"source":20,"target":6},{"source":20,"target":24},{"source":20,"target":3},{"source":24,"target":6},{"source":21,"target":3},{"source":21,"target":25},{"source":21,"target":3},{"source":25,"target":3},{"source":22,"target":4},{"source":22,"target":26},{"source":22,"target":3},{"source":26,"target":4},{"source":4,"target":0},{"source":4,"target":27},{"source":4,"target":28},{"source":27,"target":5},{"source":27,"target":29},{"source":27,"target":4},{"source":29,"target":5},{"source":28,"target":5},{"source":28,"target":30},{"source":28,"target":4},{"source":30,"target":5},{"source":5,"target":0},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":31,"target":8},{"source":31,"target":36},{"source":31,"target":5},{"source":36,"target":8},{"source":32,"target":8},{"source":32,"target":37},{"source":32,"target":5},{"source":37,"target":8},{"source":33,"target":9},{"source":33,"target":38},{"source":33,"target":5},{"source":38,"target":9},{"source":34,"target":39},{"source":34,"target":5},{"source":35,"target":40},{"source":35,"target":5},{"source":6,"target":0},{"source":6,"target":41},{"source":41,"target":7},{"source":41,"target":42},{"source":41,"target":6},{"source":42,"target":7},{"source":7,"target":0},{"source":7,"target":43},{"source":7,"target":44},{"source":43,"target":8},{"source":43,"target":45},{"source":43,"target":7},{"source":45,"target":8},{"source":44,"target":8},{"source":44,"target":46},{"source":44,"target":7},{"source":46,"target":8},{"source":8,"target":0},{"source":8,"target":47},{"source":47,"target":48},{"source":47,"target":8},{"source":9,"target":0},{"source":9,"target":49},{"source":49,"target":10},{"source":49,"target":50},{"source":49,"target":9},{"source":50,"target":10},{"source":10,"target":0},{"source":10,"target":51},{"source":10,"target":52},{"source":51,"target":53},{"source":51,"target":10},{"source":52,"target":54},{"source":52,"target":10}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="el" nsURI="http://de.hub.el/EL/1.0" nsPrefix="el">
<eClassifiers xsi:type="ecore:EClass" name="ELPackage" eSuperTypes="#//ELNamedElement">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_hv9DUCknEemT4uI_qaOsNw" value="_hv9DUSknEemT4uI_qaOsNw"/>
</eAnnotations>
<eAnnotations source="_hv_fkCknEemT4uI_qaOsNw"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//ELClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELClass" eSuperTypes="#//ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//ELMethod" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//ELField" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superClases" upperBound="-1"
eType="#//ELClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="innerClasses" upperBound="-1"
eType="#//ELClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELVariable" eSuperTypes="#//ELTypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELMethod" eSuperTypes="#//ELTypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//ELVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="localVariables" upperBound="-1"
eType="#//ELVariable" containment="true">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_hwCi4iknEemT4uI_qaOsNw" value="_hwCi4yknEemT4uI_qaOsNw"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//ELBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELField" eSuperTypes="#//ELVariable">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_hv-4gCknEemT4uI_qaOsNw" value="_hv-4gSknEemT4uI_qaOsNw"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELBlock">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//ELStatement" containment="true">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_hv8cQiknEemT4uI_qaOsNw" value="_hv8cQyknEemT4uI_qaOsNw"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELExpression" eSuperTypes="#//ELStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELLiteral" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELOpCall" eSuperTypes="#//ELCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELOp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELCall" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//ELExpression" containment="true">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_hv5Y8CknEemT4uI_qaOsNw" value="_hv5Y8SknEemT4uI_qaOsNw"/>
<details key="_hwDxAiknEemT4uI_qaOsNw" value="_hwDxAyknEemT4uI_qaOsNw"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//ELMethod">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_hwCi4CknEemT4uI_qaOsNw" value="_hwCi4SknEemT4uI_qaOsNw"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="thisArgument" eType="#//ELExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELAccess" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//ELVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStatement" eSuperTypes="#//ELStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1"
eType="#//ELBlock" containment="true">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_hv1ukCknEemT4uI_qaOsNw" value="_hv1ukSknEemT4uI_qaOsNw"/>
<details key="_hv9qYCknEemT4uI_qaOsNw" value="_hv9qYSknEemT4uI_qaOsNw"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELBlockStarementKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//ELExpression" containment="true">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_hv7OICknEemT4uI_qaOsNw" value="_hv7OISknEemT4uI_qaOsNw"/>
<details key="_hwEYECknEemT4uI_qaOsNw" value="_hwEYESknEemT4uI_qaOsNw"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELOp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ELOpKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operands" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_hv71MCknEemT4uI_qaOsNw" value="_hv71MSknEemT4uI_qaOsNw"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precedence" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELDataType" eSuperTypes="#//ELClass">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_hwDJ8CknEemT4uI_qaOsNw" value="_hwDJ8SknEemT4uI_qaOsNw"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELTypedElement" eSuperTypes="#//ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ELClass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="array" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStarementKind">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_hv-RcCknEemT4uI_qaOsNw" value="_hv-RcSknEemT4uI_qaOsNw"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blocks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expressions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_hv8cQCknEemT4uI_qaOsNw" value="_hv8cQSknEemT4uI_qaOsNw"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELModel" eSuperTypes="#//ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1"
eType="#//ELPackage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ops" upperBound="-1" eType="#//ELOp"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1"
eType="#//ELBlockStarementKind" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ELOpKind">
<eLiterals name="infix" literal="infix"/>
<eLiterals name="suffix"/>
<eLiterals name="prefix">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_hv4x4CknEemT4uI_qaOsNw" value="_hv4x4SknEemT4uI_qaOsNw"/>
</eAnnotations>
</eLiterals>
<eLiterals name="syntax" literal="syntax"/>
<eLiterals name="placeholder9056271" literal="_hv4K0CknEemT4uI_qaOsNw"/>
<eLiterals name="placeholder951541" literal="_hv6nESknEemT4uI_qaOsNw"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELAssignment" eSuperTypes="#//ELStatement">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_hwDxACknEemT4uI_qaOsNw" value="_hwDxASknEemT4uI_qaOsNw"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ELExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="#//ELVariable"/>
</eClassifiers>
<eSubpackages name="_hwFmMCknEemT4uI_qaOsNw" nsURI="_hwFmMSknEemT4uI_qaOsNw" nsPrefix="_hwFmMiknEemT4uI_qaOsNw"/>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/bestWeight24/79_a18.ecore | ecore | el
ELPackage
classes
ELClass
methods
fields
superClases
innerClasses
ELVariable
ELMethod
parameters
localVariables
block
ELField
ELStatement
ELBlock
statements
ELExpression
ELLiteral
value
ELOpCall
kind
ELCall
arguments
callee
thisArgument
ELAccess
variable
ELBlockStatement
block
kind
expressions
ELOp
kind
syntax
operands
precedence
ELDataType
ELNamedElement
name
ELTypedElement
type
array
ELBlockStarementKind
syntax
blocks
expressions
ELModel
packages
ops
blocks
ELOpKind
infix
infix
suffix
suffix
prefix
prefix
syntax
syntax
placeholder9056271
_hv4K0CknEemT4uI_qaOsNw
placeholder951541
_hv6nESknEemT4uI_qaOsNw
ELAssignment
expr
assignee
_hwFmMCknEemT4uI_qaOsNw | null | {"directed":true,"nodes":[{"nsPrefix":"el","nsURI":"http://de.hub.el/EL/1.0","name":"el","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELPackage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELVariable","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELMethod","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELField","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELStatement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlock","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELExpression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELLiteral","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOpCall","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELCall","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAccess","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStatement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOp","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELDataType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELNamedElement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELTypedElement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStarementKind","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELModel","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ELOpKind","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAssignment","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"nsPrefix":"_hwFmMiknEemT4uI_qaOsNw","nsURI":"_hwFmMSknEemT4uI_qaOsNw","name":"_hwFmMCknEemT4uI_qaOsNw","id":22,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operands","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precedence","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"name":"infix","id":99,"value":0,"literal":"infix","eClass":"EEnumLiteral"},{"name":"suffix","id":100,"value":0,"literal":"suffix","eClass":"EEnumLiteral"},{"name":"prefix","id":101,"value":0,"literal":"prefix","eClass":"EEnumLiteral"},{"name":"syntax","id":102,"value":0,"literal":"syntax","eClass":"EEnumLiteral"},{"name":"placeholder9056271","id":103,"value":0,"literal":"_hv4K0CknEemT4uI_qaOsNw","eClass":"EEnumLiteral"},{"name":"placeholder951541","id":104,"value":0,"literal":"_hv6nESknEemT4uI_qaOsNw","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":23},{"source":1,"target":24},{"source":23,"target":2},{"source":23,"target":25},{"source":23,"target":1},{"source":25,"target":2},{"source":24,"target":16},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":26,"target":4},{"source":26,"target":31},{"source":26,"target":2},{"source":31,"target":4},{"source":27,"target":5},{"source":27,"target":32},{"source":27,"target":2},{"source":32,"target":5},{"source":28,"target":2},{"source":28,"target":33},{"source":28,"target":2},{"source":33,"target":2},{"source":29,"target":2},{"source":29,"target":34},{"source":29,"target":2},{"source":34,"target":2},{"source":30,"target":16},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":35},{"source":35,"target":17},{"source":4,"target":0},{"source":4,"target":17},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":36,"target":3},{"source":36,"target":40},{"source":36,"target":4},{"source":40,"target":3},{"source":37,"target":3},{"source":37,"target":41},{"source":37,"target":4},{"source":41,"target":3},{"source":38,"target":7},{"source":38,"target":42},{"source":38,"target":4},{"source":42,"target":7},{"source":39,"target":17},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":43},{"source":43,"target":3},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":44},{"source":44,"target":6},{"source":44,"target":45},{"source":44,"target":7},{"source":45,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":46},{"source":46,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":47},{"source":9,"target":48},{"source":47,"target":49},{"source":47,"target":9},{"source":48,"target":8},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":50},{"source":10,"target":51},{"source":50,"target":14},{"source":50,"target":52},{"source":50,"target":10},{"source":52,"target":14},{"source":51,"target":11},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":53},{"source":11,"target":54},{"source":11,"target":55},{"source":11,"target":56},{"source":53,"target":8},{"source":53,"target":57},{"source":53,"target":11},{"source":57,"target":8},{"source":54,"target":4},{"source":54,"target":58},{"source":54,"target":11},{"source":58,"target":4},{"source":55,"target":8},{"source":55,"target":59},{"source":55,"target":11},{"source":59,"target":8},{"source":56,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":60},{"source":12,"target":61},{"source":60,"target":3},{"source":60,"target":62},{"source":60,"target":12},{"source":62,"target":3},{"source":61,"target":8},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":63},{"source":13,"target":64},{"source":13,"target":65},{"source":13,"target":66},{"source":63,"target":7},{"source":63,"target":67},{"source":63,"target":13},{"source":67,"target":7},{"source":64,"target":18},{"source":64,"target":68},{"source":64,"target":13},{"source":68,"target":18},{"source":65,"target":8},{"source":65,"target":69},{"source":65,"target":13},{"source":69,"target":8},{"source":66,"target":6},{"source":14,"target":0},{"source":14,"target":70},{"source":14,"target":71},{"source":14,"target":72},{"source":14,"target":73},{"source":70,"target":20},{"source":70,"target":74},{"source":70,"target":14},{"source":74,"target":20},{"source":71,"target":75},{"source":71,"target":14},{"source":72,"target":76},{"source":72,"target":14},{"source":73,"target":77},{"source":73,"target":14},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":78},{"source":78,"target":2},{"source":16,"target":0},{"source":16,"target":79},{"source":79,"target":80},{"source":79,"target":16},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":81},{"source":17,"target":82},{"source":17,"target":83},{"source":81,"target":2},{"source":81,"target":84},{"source":81,"target":17},{"source":84,"target":2},{"source":82,"target":85},{"source":82,"target":17},{"source":83,"target":16},{"source":18,"target":0},{"source":18,"target":86},{"source":18,"target":87},{"source":18,"target":88},{"source":86,"target":89},{"source":86,"target":18},{"source":87,"target":90},{"source":87,"target":18},{"source":88,"target":91},{"source":88,"target":18},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":92},{"source":19,"target":93},{"source":19,"target":94},{"source":19,"target":95},{"source":92,"target":1},{"source":92,"target":96},{"source":92,"target":19},{"source":96,"target":1},{"source":93,"target":14},{"source":93,"target":97},{"source":93,"target":19},{"source":97,"target":14},{"source":94,"target":18},{"source":94,"target":98},{"source":94,"target":19},{"source":98,"target":18},{"source":95,"target":16},{"source":20,"target":0},{"source":20,"target":99},{"source":20,"target":100},{"source":20,"target":101},{"source":20,"target":102},{"source":20,"target":103},{"source":20,"target":104},{"source":99,"target":20},{"source":100,"target":20},{"source":101,"target":20},{"source":102,"target":20},{"source":103,"target":20},{"source":104,"target":20},{"source":21,"target":0},{"source":21,"target":6},{"source":21,"target":105},{"source":21,"target":106},{"source":21,"target":107},{"source":105,"target":8},{"source":105,"target":108},{"source":105,"target":21},{"source":108,"target":8},{"source":106,"target":3},{"source":106,"target":109},{"source":106,"target":21},{"source":109,"target":3},{"source":107,"target":6},{"source":22,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="baseCST" nsURI="http://www.eclipse.org/ocl/3.1.0/BaseCST" nsPrefix="baseCST">
<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="AnnotationCS" eSuperTypes="#//AnnotationElementCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedContent" upperBound="-1"
eType="#//ModelElementCS" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedReference" upperBound="-1"
eType="#//ModelElementRefCS" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationElementCS" abstract="true"
eSuperTypes="#//NamedElementCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDetail" upperBound="-1"
eType="#//DetailCS" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeCS" eSuperTypes="#//StructuralFeatureCS"/>
<eClassifiers xsi:type="ecore:EClass" name="ClassCS" eSuperTypes="#//ClassifierCS #//NamespaceCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSuperType" upperBound="-1"
eType="#//TypedRefCS" unsettable="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1"
eType="#//OperationCS" containment="true" resolveProxies="false" eOpposite="#//OperationCS/owningClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedProperty" upperBound="-1"
eType="#//StructuralFeatureCS" containment="true" resolveProxies="false" eOpposite="#//StructuralFeatureCS/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedMetaType" eType="#//TypedRefCS"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassifierCS" abstract="true" eSuperTypes="#//NamedElementCS #//TypeCS #//TemplateableElementCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//PackageCS"
eOpposite="#//PackageCS/ownedType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
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="ownedConstraint" upperBound="-1"
eType="#//ConstraintCS" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifier" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstraintCS" eSuperTypes="#//NamedElementCS">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stereotype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="specification" eType="#//SpecificationCS"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="messageSpecification" eType="#//SpecificationCS"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataTypeCS" eSuperTypes="#//ClassifierCS #//NamespaceCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1"
eType="#//EnumerationLiteralCS" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DetailCS" eSuperTypes="#//NamedElementCS">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentationCS" eSuperTypes="#//AnnotationElementCS">
<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="ElementCS" abstract="true" eSuperTypes="#//VisitableCS">
<eOperations name="getDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logicalParent" eType="#//ElementCS"
changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementRefCS" abstract="true" eSuperTypes="#//PivotableElementCS"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationCS" eSuperTypes="#//ClassifierCS #//NamespaceCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiterals" upperBound="-1"
eType="#//EnumerationLiteralCS" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteralCS" eSuperTypes="#//NamedElementCS">
<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="FeatureCS" abstract="true" interface="true"
eSuperTypes="#//TypedElementCS"/>
<eClassifiers xsi:type="ecore:EClass" name="ImportCS" eSuperTypes="#//NamespaceCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="pathName" eType="#//PathNameCS"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="namespace" eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Namespace"
changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
transient="true" defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LambdaTypeCS" eSuperTypes="#//TypedRefCS #//TemplateableElementCS ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Nameable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedContextType" eType="#//TypedRefCS"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameterType" upperBound="-1"
eType="#//TypedRefCS" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedResultType" eType="#//TypedRefCS"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LibraryCS" eSuperTypes="#//NamespaceCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Namespace"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElementCS" abstract="true" eSuperTypes="#//PivotableElementCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedAnnotation" upperBound="-1"
eType="#//AnnotationElementCS" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="originalXmiId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="csi" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElementRefCS" eSuperTypes="#//ElementRefCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="pathName" eType="#//PathNameCS"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Element"
changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiplicityBoundsCS" eSuperTypes="#//MultiplicityCS">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiplicityCS" abstract="true" interface="true"
eSuperTypes="#//ElementCS">
<eOperations name="getLower" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eOperations name="getUpper" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiplicityStringCS" eSuperTypes="#//MultiplicityCS">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringBounds" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElementCS" abstract="true" eSuperTypes="#//ModelElementCS ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Nameable">
<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="NamespaceCS" abstract="true" interface="true"
eSuperTypes="#//NamedElementCS"/>
<eClassifiers xsi:type="ecore:EClass" name="OperationCS" eSuperTypes="#//FeatureCS #//TemplateableElementCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="owningClass" eType="#//ClassCS"
eOpposite="#//ClassCS/ownedOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1"
eType="#//ParameterCS" containment="true" resolveProxies="false" eOpposite="#//ParameterCS/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedException" upperBound="-1"
eType="#//TypedRefCS" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPrecondition" upperBound="-1"
eType="#//ConstraintCS" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPostcondition" upperBound="-1"
eType="#//ConstraintCS" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedBodyExpression" upperBound="-1"
eType="#//SpecificationCS" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageCS" eSuperTypes="#//NamespaceCS">
<eOperations name="getClassifier" eType="#//ClassifierCS">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" upperBound="-1"
eType="#//ClassifierCS" containment="true" eOpposite="#//ClassifierCS/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedNestedPackage" upperBound="-1"
eType="#//PackageCS" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterCS" eSuperTypes="#//TypedElementCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//OperationCS"
eOpposite="#//OperationCS/ownedParameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PathElementCS" eSuperTypes="#//ElementCS ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Pivotable">
<eStructuralFeatures xsi:type="ecore:EReference" name="pathName" lowerBound="1"
eType="#//PathNameCS" eOpposite="#//PathNameCS/path"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Element"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClassifier"
transient="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PathElementWithURICS" eSuperTypes="#//PathElementCS">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PathNameCS" eSuperTypes="#//ElementCS ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Pivotable">
<eStructuralFeatures xsi:type="ecore:EReference" name="path" lowerBound="1" upperBound="-1"
eType="#//PathElementCS" containment="true" resolveProxies="false" eOpposite="#//PathElementCS/pathName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Element"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//ElementCS"
transient="true" unsettable="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scopeFilter" eType="#//ScopeFilter"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PivotableElementCS" abstract="true"
eSuperTypes="#//ElementCS ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Pivotable">
<eStructuralFeatures xsi:type="ecore:EReference" name="pivot" eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Element"
transient="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeRefCS" eSuperTypes="#//TypedRefCS ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Nameable">
<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="ReferenceCS" eSuperTypes="#//StructuralFeatureCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Property"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keys" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RootCS" abstract="true" interface="true"
eSuperTypes="#//ModelElementCS">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="TestConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="TestConstraint" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedImport" upperBound="-1"
eType="#//ImportCS" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedLibrary" upperBound="-1"
eType="#//LibraryCS" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RootPackageCS" eSuperTypes="#//PackageCS #//RootCS">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="TestConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="TestConstraint" value="true"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SpecificationCS" eSuperTypes="#//ModelElementCS">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exprString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureCS" abstract="true"
eSuperTypes="#//FeatureCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//ClassCS"
eOpposite="#//ClassCS/ownedProperty"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedDefaultExpression"
upperBound="-1" eType="#//SpecificationCS" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateBindingCS" eSuperTypes="#//ElementRefCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="owningTemplateBindableElement"
eType="#//TypedTypeRefCS" eOpposite="#//TypedTypeRefCS/ownedTemplateBinding"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameterSubstitution"
upperBound="-1" eType="#//TemplateParameterSubstitutionCS" containment="true"
eOpposite="#//TemplateParameterSubstitutionCS/owningTemplateBinding"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateParameterCS" abstract="true"
eSuperTypes="#//NamedElementCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="owningTemplateSignature"
lowerBound="1" eType="#//TemplateSignatureCS" eOpposite="#//TemplateSignatureCS/ownedTemplateParameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateParameterSubstitutionCS" eSuperTypes="#//ModelElementCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="owningTemplateBinding"
eType="#//TemplateBindingCS" eOpposite="#//TemplateBindingCS/ownedParameterSubstitution"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedActualParameter" eType="#//TypeRefCS"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateSignatureCS" eSuperTypes="#//ModelElementCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="owningTemplateElement"
eType="#//TemplateableElementCS" eOpposite="#//TemplateableElementCS/ownedTemplateSignature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedTemplateParameter"
upperBound="-1" eType="#//TemplateParameterCS" containment="true" eOpposite="#//TemplateParameterCS/owningTemplateSignature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableElementCS" abstract="true"
interface="true" eSuperTypes="#//ElementCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedTemplateSignature"
eType="#//TemplateSignatureCS" containment="true" eOpposite="#//TemplateSignatureCS/owningTemplateElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TuplePartCS" eSuperTypes="#//TypedElementCS"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleTypeCS" eSuperTypes="#//TypedRefCS ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Nameable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedParts" upperBound="-1"
eType="#//TuplePartCS" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeCS" abstract="true" interface="true"
eSuperTypes="#//ModelElementCS"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeParameterCS" eSuperTypes="#//TemplateParameterCS #//TypeCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedExtends" upperBound="-1"
eType="#//TypedRefCS" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSuper" eType="#//TypedRefCS"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeRefCS" abstract="true" eSuperTypes="#//ElementRefCS"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElementCS" abstract="true" eSuperTypes="#//NamedElementCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" eType="#//TypedRefCS"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifier" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedRefCS" abstract="true" eSuperTypes="#//TypeRefCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//MultiplicityCS"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedTypeRefCS" eSuperTypes="#//TypedRefCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="pathName" eType="#//PathNameCS"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Type"
changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedTemplateBinding" eType="#//TemplateBindingCS"
containment="true" eOpposite="#//TemplateBindingCS/owningTemplateBindableElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VisitableCS" instanceClassName="org.eclipse.ocl.examples.xtext.base.util.VisitableCS"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="WildcardTypeRefCS" eSuperTypes="#//TypeRefCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="#//TypedRefCS"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="super" eType="#//TypedRefCS"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="IteratorKind">
<eLiterals name="Parameter"/>
<eLiterals name="Iterator"/>
<eLiterals name="Accumulator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ScopeFilter" instanceClassName="org.eclipse.ocl.examples.pivot.scoping.ScopeFilter"/>
</ecore:EPackage>
| github:ecore:/data/tue-mdse/ocl-dataset/dataset/repos/eclipse/ocl/examples/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore | ecore | baseCST
AnnotationCS
ownedContent
ownedReference
AnnotationElementCS
ownedDetail
AttributeCS
ClassCS
ownedSuperType
ownedOperation
ownedProperty
ownedMetaType
ClassifierCS
owner
instanceClassName
ownedConstraint
qualifier
ConstraintCS
stereotype
specification
messageSpecification
DataTypeCS
literals
DetailCS
value
DocumentationCS
value
ElementCS
getDescription
logicalParent
ElementRefCS
EnumerationCS
ownedLiterals
EnumerationLiteralCS
value
FeatureCS
ImportCS
pathName
namespace
all
false
LambdaTypeCS
name
ownedContextType
ownedParameterType
ownedResultType
LibraryCS
package
ModelElementCS
ownedAnnotation
originalXmiId
csi
ModelElementRefCS
pathName
element
MultiplicityBoundsCS
lowerBound
1
upperBound
MultiplicityCS
getLower
getUpper
MultiplicityStringCS
stringBounds
1
NamedElementCS
name
NamespaceCS
OperationCS
owningClass
ownedParameter
ownedException
ownedPrecondition
ownedPostcondition
ownedBodyExpression
PackageCS
getClassifier
name
ownedType
ownedNestedPackage
nsPrefix
nsURI
ParameterCS
owner
PathElementCS
pathName
element
elementType
PathElementWithURICS
uri
PathNameCS
path
element
context
scopeFilter
PivotableElementCS
pivot
PrimitiveTypeRefCS
name
ReferenceCS
opposite
keys
RootCS
ownedImport
ownedLibrary
RootPackageCS
SpecificationCS
exprString
StructuralFeatureCS
owner
default
ownedDefaultExpression
TemplateBindingCS
owningTemplateBindableElement
ownedParameterSubstitution
TemplateParameterCS
owningTemplateSignature
TemplateParameterSubstitutionCS
owningTemplateBinding
ownedActualParameter
TemplateSignatureCS
owningTemplateElement
ownedTemplateParameter
TemplateableElementCS
ownedTemplateSignature
TuplePartCS
TupleTypeCS
name
ownedParts
TypeCS
TypeParameterCS
ownedExtends
ownedSuper
TypeRefCS
TypedElementCS
ownedType
qualifier
optional
TypedRefCS
multiplicity
TypedTypeRefCS
pathName
type
ownedTemplateBinding
VisitableCS
org.eclipse.ocl.examples.xtext.base.util.VisitableCS
org.eclipse.ocl.examples.xtext.base.util.VisitableCS
WildcardTypeRefCS
extends
super
IteratorKind
Parameter
Parameter
Iterator
Iterator
Accumulator
Accumulator
ScopeFilter
org.eclipse.ocl.examples.pivot.scoping.ScopeFilter
org.eclipse.ocl.examples.pivot.scoping.ScopeFilter | null | {"directed":true,"nodes":[{"nsPrefix":"baseCST","nsURI":"http://www.eclipse.org/ocl/3.1.0/BaseCST","name":"baseCST","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationCS","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationElementCS","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeCS","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassCS","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierCS","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintCS","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataTypeCS","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DetailCS","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentationCS","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementCS","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementRefCS","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationCS","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteralCS","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCS","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportCS","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaTypeCS","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryCS","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementCS","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementRefCS","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityBoundsCS","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityCS","instanceClass":null,"abstract":true,"id":21,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityStringCS","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElementCS","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceCS","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCS","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageCS","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterCS","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathElementCS","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathElementWithURICS","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathNameCS","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotableElementCS","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeRefCS","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceCS","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RootCS","instanceClass":null,"abstract":true,"id":34,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RootPackageCS","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificationCS","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureCS","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateBindingCS","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterCS","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterSubstitutionCS","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateSignatureCS","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableElementCS","instanceClass":null,"abstract":true,"id":42,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePartCS","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeCS","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeCS","instanceClass":null,"abstract":true,"id":45,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameterCS","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRefCS","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElementCS","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedRefCS","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedTypeRefCS","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.ocl.examples.xtext.base.util.VisitableCS","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.xtext.base.util.VisitableCS","name":"VisitableCS","instanceClass":null,"abstract":true,"id":51,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WildcardTypeRefCS","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IteratorKind","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.ocl.examples.pivot.scoping.ScopeFilter","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.pivot.scoping.ScopeFilter","name":"ScopeFilter","instanceClass":null,"id":54,"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":"ownedContent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedReference","changeable":true,"resolveProxies":false,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedDetail","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"ownedSuperType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperation","changeable":true,"resolveProxies":false,"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":"ownedProperty","changeable":true,"resolveProxies":false,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMetaType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"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":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedConstraint","changeable":true,"resolveProxies":false,"lowerBound":0,"id":78,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"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":"stereotype","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":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messageSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"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":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDescription","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"logicalParent","changeable":false,"resolveProxies":false,"lowerBound":0,"id":106,"derived":true},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiterals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"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":"namespace","changeable":false,"resolveProxies":false,"lowerBound":0,"id":120,"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":"all","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedContextType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameterType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedResultType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":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":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAnnotation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"originalXmiId","changeable":true,"lowerBound":0,"iD":false,"id":141,"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":"csi","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"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":"element","changeable":false,"resolveProxies":false,"lowerBound":0,"id":148,"derived":true},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"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":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","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,"unique":true,"name":"getLower","lowerBound":1,"id":157,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUpper","lowerBound":1,"id":158,"many":false,"required":true,"eClass":"EOperation"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"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":"stringBounds","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":false,"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":"ownedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPrecondition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPostcondition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedBodyExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"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":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifier","lowerBound":0,"id":184,"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":"ownedNestedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsPrefix","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":"nsURI","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":"name","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EParameter"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"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":"pathName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":199,"derived":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":"elementType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":false,"lowerBound":1,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"element","changeable":false,"resolveProxies":true,"lowerBound":1,"id":210,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":true,"unique":true,"name":"context","changeable":true,"resolveProxies":false,"lowerBound":0,"id":211,"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":"scopeFilter","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"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":"pivot","changeable":true,"resolveProxies":false,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"container":false,"ordered":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":227,"derived":false},{"container":false,"ordered":true,"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":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLibrary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exprString","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"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":242,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedDefaultExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"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":"owningTemplateBindableElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameterSubstitution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTemplateBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"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":"owningTemplateBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"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":"owningTemplateSignature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTemplateParameter","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":"ownedActualParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningTemplateElement","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":"ownedTemplateSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"ownedParts","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExtends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedSuper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"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":"qualifier","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":"optional","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","changeable":true,"resolveProxies":false,"lowerBound":0,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"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":"type","changeable":false,"resolveProxies":false,"lowerBound":0,"id":296,"derived":true},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"container":false,"ordered":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":301,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"super","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"name":"Parameter","id":306,"value":0,"literal":"Parameter","eClass":"EEnumLiteral"},{"name":"Iterator","id":307,"value":0,"literal":"Iterator","eClass":"EEnumLiteral"},{"name":"Accumulator","id":308,"value":0,"literal":"Accumulator","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":1,"target":0},{"source":1,"target":2},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":55,"target":18},{"source":55,"target":58},{"source":55,"target":1},{"source":58,"target":18},{"source":56,"target":19},{"source":56,"target":59},{"source":56,"target":1},{"source":59,"target":19},{"source":57,"target":2},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":60},{"source":2,"target":61},{"source":60,"target":8},{"source":60,"target":62},{"source":60,"target":2},{"source":62,"target":8},{"source":61,"target":23},{"source":3,"target":0},{"source":3,"target":37},{"source":3,"target":63},{"source":63,"target":37},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":24},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":4,"target":69},{"source":64,"target":49},{"source":64,"target":70},{"source":64,"target":4},{"source":70,"target":49},{"source":65,"target":25},{"source":65,"target":71},{"source":65,"target":4},{"source":65,"target":72},{"source":71,"target":25},{"source":66,"target":37},{"source":66,"target":73},{"source":66,"target":4},{"source":66,"target":74},{"source":73,"target":37},{"source":67,"target":49},{"source":67,"target":75},{"source":67,"target":4},{"source":75,"target":49},{"source":68,"target":5},{"source":69,"target":24},{"source":5,"target":0},{"source":5,"target":23},{"source":5,"target":45},{"source":5,"target":42},{"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":76,"target":26},{"source":76,"target":83},{"source":76,"target":5},{"source":76,"target":84},{"source":83,"target":26},{"source":77,"target":85},{"source":77,"target":5},{"source":78,"target":6},{"source":78,"target":86},{"source":78,"target":5},{"source":86,"target":6},{"source":79,"target":87},{"source":79,"target":5},{"source":80,"target":23},{"source":81,"target":45},{"source":82,"target":42},{"source":6,"target":0},{"source":6,"target":23},{"source":6,"target":88},{"source":6,"target":89},{"source":6,"target":90},{"source":6,"target":91},{"source":88,"target":92},{"source":88,"target":6},{"source":89,"target":36},{"source":89,"target":93},{"source":89,"target":6},{"source":93,"target":36},{"source":90,"target":36},{"source":90,"target":94},{"source":90,"target":6},{"source":94,"target":36},{"source":91,"target":23},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":24},{"source":7,"target":95},{"source":7,"target":96},{"source":7,"target":97},{"source":95,"target":13},{"source":95,"target":98},{"source":95,"target":7},{"source":98,"target":13},{"source":96,"target":5},{"source":97,"target":24},{"source":8,"target":0},{"source":8,"target":23},{"source":8,"target":99},{"source":8,"target":100},{"source":99,"target":101},{"source":99,"target":8},{"source":100,"target":23},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":102},{"source":9,"target":103},{"source":102,"target":104},{"source":102,"target":9},{"source":103,"target":2},{"source":10,"target":0},{"source":10,"target":51},{"source":10,"target":105},{"source":10,"target":106},{"source":10,"target":107},{"source":105,"target":108},{"source":105,"target":10},{"source":106,"target":10},{"source":106,"target":109},{"source":106,"target":10},{"source":109,"target":10},{"source":107,"target":51},{"source":11,"target":0},{"source":11,"target":31},{"source":11,"target":110},{"source":110,"target":31},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":24},{"source":12,"target":111},{"source":12,"target":112},{"source":12,"target":113},{"source":111,"target":13},{"source":111,"target":114},{"source":111,"target":12},{"source":114,"target":13},{"source":112,"target":5},{"source":113,"target":24},{"source":13,"target":0},{"source":13,"target":23},{"source":13,"target":115},{"source":13,"target":116},{"source":115,"target":117},{"source":115,"target":13},{"source":116,"target":23},{"source":14,"target":0},{"source":14,"target":48},{"source":14,"target":118},{"source":118,"target":48},{"source":15,"target":0},{"source":15,"target":24},{"source":15,"target":119},{"source":15,"target":120},{"source":15,"target":121},{"source":15,"target":122},{"source":119,"target":30},{"source":119,"target":123},{"source":119,"target":15},{"source":123,"target":30},{"source":120,"target":124},{"source":120,"target":15},{"source":121,"target":125},{"source":121,"target":15},{"source":122,"target":24},{"source":16,"target":0},{"source":16,"target":49},{"source":16,"target":42},{"source":16,"target":126},{"source":16,"target":127},{"source":16,"target":128},{"source":16,"target":129},{"source":16,"target":130},{"source":16,"target":131},{"source":16,"target":132},{"source":126,"target":133},{"source":126,"target":16},{"source":127,"target":49},{"source":127,"target":134},{"source":127,"target":16},{"source":134,"target":49},{"source":128,"target":49},{"source":128,"target":135},{"source":128,"target":16},{"source":135,"target":49},{"source":129,"target":49},{"source":129,"target":136},{"source":129,"target":16},{"source":136,"target":49},{"source":130,"target":49},{"source":131,"target":42},{"source":17,"target":0},{"source":17,"target":24},{"source":17,"target":137},{"source":17,"target":138},{"source":137,"target":139},{"source":137,"target":17},{"source":138,"target":24},{"source":18,"target":0},{"source":18,"target":31},{"source":18,"target":140},{"source":18,"target":141},{"source":18,"target":142},{"source":18,"target":143},{"source":140,"target":2},{"source":140,"target":144},{"source":140,"target":18},{"source":144,"target":2},{"source":141,"target":145},{"source":141,"target":18},{"source":142,"target":146},{"source":142,"target":18},{"source":143,"target":31},{"source":19,"target":0},{"source":19,"target":11},{"source":19,"target":147},{"source":19,"target":148},{"source":19,"target":149},{"source":147,"target":30},{"source":147,"target":150},{"source":147,"target":19},{"source":150,"target":30},{"source":148,"target":151},{"source":148,"target":19},{"source":149,"target":11},{"source":20,"target":0},{"source":20,"target":21},{"source":20,"target":152},{"source":20,"target":153},{"source":20,"target":154},{"source":152,"target":155},{"source":152,"target":20},{"source":153,"target":156},{"source":153,"target":20},{"source":154,"target":21},{"source":21,"target":0},{"source":21,"target":10},{"source":21,"target":157},{"source":21,"target":158},{"source":21,"target":159},{"source":157,"target":160},{"source":157,"target":21},{"source":158,"target":161},{"source":158,"target":21},{"source":159,"target":10},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":162},{"source":22,"target":163},{"source":162,"target":164},{"source":162,"target":22},{"source":163,"target":21},{"source":23,"target":0},{"source":23,"target":18},{"source":23,"target":165},{"source":23,"target":166},{"source":23,"target":167},{"source":165,"target":168},{"source":165,"target":23},{"source":166,"target":18},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":169},{"source":169,"target":23},{"source":25,"target":0},{"source":25,"target":14},{"source":25,"target":42},{"source":25,"target":72},{"source":25,"target":170},{"source":25,"target":171},{"source":25,"target":172},{"source":25,"target":173},{"source":25,"target":174},{"source":25,"target":175},{"source":25,"target":176},{"source":72,"target":4},{"source":72,"target":177},{"source":72,"target":25},{"source":72,"target":65},{"source":177,"target":4},{"source":170,"target":27},{"source":170,"target":178},{"source":170,"target":25},{"source":170,"target":179},{"source":178,"target":27},{"source":171,"target":49},{"source":171,"target":180},{"source":171,"target":25},{"source":180,"target":49},{"source":172,"target":6},{"source":172,"target":181},{"source":172,"target":25},{"source":181,"target":6},{"source":173,"target":6},{"source":173,"target":182},{"source":173,"target":25},{"source":182,"target":6},{"source":174,"target":36},{"source":174,"target":183},{"source":174,"target":25},{"source":183,"target":36},{"source":175,"target":14},{"source":176,"target":42},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":184},{"source":26,"target":84},{"source":26,"target":185},{"source":26,"target":186},{"source":26,"target":187},{"source":26,"target":188},{"source":184,"target":5},{"source":184,"target":189},{"source":184,"target":26},{"source":184,"target":190},{"source":189,"target":5},{"source":190,"target":191},{"source":190,"target":184},{"source":84,"target":5},{"source":84,"target":192},{"source":84,"target":26},{"source":84,"target":76},{"source":192,"target":5},{"source":185,"target":26},{"source":185,"target":193},{"source":185,"target":26},{"source":193,"target":26},{"source":186,"target":194},{"source":186,"target":26},{"source":187,"target":195},{"source":187,"target":26},{"source":188,"target":24},{"source":27,"target":0},{"source":27,"target":48},{"source":27,"target":179},{"source":27,"target":196},{"source":179,"target":25},{"source":179,"target":197},{"source":179,"target":27},{"source":179,"target":170},{"source":197,"target":25},{"source":196,"target":48},{"source":28,"target":0},{"source":28,"target":10},{"source":28,"target":198},{"source":28,"target":199},{"source":28,"target":200},{"source":28,"target":201},{"source":28,"target":202},{"source":198,"target":30},{"source":198,"target":203},{"source":198,"target":28},{"source":198,"target":204},{"source":203,"target":30},{"source":199,"target":205},{"source":199,"target":28},{"source":200,"target":206},{"source":200,"target":28},{"source":201,"target":10},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":207},{"source":29,"target":208},{"source":207,"target":209},{"source":207,"target":29},{"source":208,"target":28},{"source":30,"target":0},{"source":30,"target":10},{"source":30,"target":204},{"source":30,"target":210},{"source":30,"target":211},{"source":30,"target":212},{"source":30,"target":213},{"source":30,"target":214},{"source":204,"target":28},{"source":204,"target":215},{"source":204,"target":30},{"source":204,"target":198},{"source":215,"target":28},{"source":210,"target":216},{"source":210,"target":30},{"source":211,"target":10},{"source":211,"target":217},{"source":211,"target":30},{"source":217,"target":10},{"source":212,"target":54},{"source":212,"target":218},{"source":212,"target":30},{"source":218,"target":54},{"source":213,"target":10},{"source":31,"target":0},{"source":31,"target":10},{"source":31,"target":219},{"source":31,"target":220},{"source":31,"target":221},{"source":219,"target":222},{"source":219,"target":31},{"source":220,"target":10},{"source":32,"target":0},{"source":32,"target":49},{"source":32,"target":223},{"source":32,"target":224},{"source":32,"target":225},{"source":223,"target":226},{"source":223,"target":32},{"source":224,"target":49},{"source":33,"target":0},{"source":33,"target":37},{"source":33,"target":227},{"source":33,"target":228},{"source":33,"target":229},{"source":227,"target":230},{"source":227,"target":33},{"source":228,"target":231},{"source":228,"target":33},{"source":229,"target":37},{"source":34,"target":0},{"source":34,"target":18},{"source":34,"target":232},{"source":34,"target":233},{"source":34,"target":234},{"source":232,"target":15},{"source":232,"target":235},{"source":232,"target":34},{"source":235,"target":15},{"source":233,"target":17},{"source":233,"target":236},{"source":233,"target":34},{"source":236,"target":17},{"source":234,"target":18},{"source":35,"target":0},{"source":35,"target":26},{"source":35,"target":34},{"source":35,"target":237},{"source":35,"target":238},{"source":237,"target":26},{"source":238,"target":34},{"source":36,"target":0},{"source":36,"target":18},{"source":36,"target":239},{"source":36,"target":240},{"source":239,"target":241},{"source":239,"target":36},{"source":240,"target":18},{"source":37,"target":0},{"source":37,"target":14},{"source":37,"target":74},{"source":37,"target":242},{"source":37,"target":243},{"source":37,"target":244},{"source":74,"target":4},{"source":74,"target":245},{"source":74,"target":37},{"source":74,"target":66},{"source":245,"target":4},{"source":242,"target":246},{"source":242,"target":37},{"source":243,"target":36},{"source":243,"target":247},{"source":243,"target":37},{"source":247,"target":36},{"source":244,"target":14},{"source":38,"target":0},{"source":38,"target":11},{"source":38,"target":248},{"source":38,"target":249},{"source":38,"target":250},{"source":248,"target":50},{"source":248,"target":251},{"source":248,"target":38},{"source":248,"target":252},{"source":251,"target":50},{"source":249,"target":40},{"source":249,"target":253},{"source":249,"target":38},{"source":249,"target":254},{"source":253,"target":40},{"source":250,"target":11},{"source":39,"target":0},{"source":39,"target":23},{"source":39,"target":255},{"source":39,"target":256},{"source":255,"target":41},{"source":255,"target":257},{"source":255,"target":39},{"source":255,"target":258},{"source":257,"target":41},{"source":256,"target":23},{"source":40,"target":0},{"source":40,"target":18},{"source":40,"target":254},{"source":40,"target":259},{"source":40,"target":260},{"source":254,"target":38},{"source":254,"target":261},{"source":254,"target":40},{"source":254,"target":249},{"source":261,"target":38},{"source":259,"target":47},{"source":259,"target":262},{"source":259,"target":40},{"source":262,"target":47},{"source":260,"target":18},{"source":41,"target":0},{"source":41,"target":18},{"source":41,"target":263},{"source":41,"target":258},{"source":41,"target":264},{"source":263,"target":42},{"source":263,"target":265},{"source":263,"target":41},{"source":263,"target":266},{"source":265,"target":42},{"source":258,"target":39},{"source":258,"target":267},{"source":258,"target":41},{"source":258,"target":255},{"source":267,"target":39},{"source":264,"target":18},{"source":42,"target":0},{"source":42,"target":10},{"source":42,"target":266},{"source":42,"target":268},{"source":266,"target":41},{"source":266,"target":269},{"source":266,"target":42},{"source":266,"target":263},{"source":269,"target":41},{"source":268,"target":10},{"source":43,"target":0},{"source":43,"target":48},{"source":43,"target":270},{"source":270,"target":48},{"source":44,"target":0},{"source":44,"target":49},{"source":44,"target":271},{"source":44,"target":272},{"source":44,"target":273},{"source":44,"target":274},{"source":271,"target":275},{"source":271,"target":44},{"source":272,"target":43},{"source":272,"target":276},{"source":272,"target":44},{"source":276,"target":43},{"source":273,"target":49},{"source":45,"target":0},{"source":45,"target":18},{"source":45,"target":277},{"source":277,"target":18},{"source":46,"target":0},{"source":46,"target":39},{"source":46,"target":45},{"source":46,"target":278},{"source":46,"target":279},{"source":46,"target":280},{"source":46,"target":281},{"source":278,"target":49},{"source":278,"target":282},{"source":278,"target":46},{"source":282,"target":49},{"source":279,"target":49},{"source":279,"target":283},{"source":279,"target":46},{"source":283,"target":49},{"source":280,"target":39},{"source":281,"target":45},{"source":47,"target":0},{"source":47,"target":11},{"source":47,"target":284},{"source":284,"target":11},{"source":48,"target":0},{"source":48,"target":23},{"source":48,"target":285},{"source":48,"target":286},{"source":48,"target":287},{"source":48,"target":288},{"source":285,"target":49},{"source":285,"target":289},{"source":285,"target":48},{"source":289,"target":49},{"source":286,"target":290},{"source":286,"target":48},{"source":287,"target":291},{"source":287,"target":48},{"source":288,"target":23},{"source":49,"target":0},{"source":49,"target":47},{"source":49,"target":292},{"source":49,"target":293},{"source":292,"target":21},{"source":292,"target":294},{"source":292,"target":49},{"source":294,"target":21},{"source":293,"target":47},{"source":50,"target":0},{"source":50,"target":49},{"source":50,"target":295},{"source":50,"target":296},{"source":50,"target":252},{"source":50,"target":297},{"source":295,"target":30},{"source":295,"target":298},{"source":295,"target":50},{"source":298,"target":30},{"source":296,"target":299},{"source":296,"target":50},{"source":252,"target":38},{"source":252,"target":300},{"source":252,"target":50},{"source":252,"target":248},{"source":300,"target":38},{"source":297,"target":49},{"source":51,"target":0},{"source":52,"target":0},{"source":52,"target":47},{"source":52,"target":301},{"source":52,"target":302},{"source":52,"target":303},{"source":301,"target":49},{"source":301,"target":304},{"source":301,"target":52},{"source":304,"target":49},{"source":302,"target":49},{"source":302,"target":305},{"source":302,"target":52},{"source":305,"target":49},{"source":303,"target":47},{"source":53,"target":0},{"source":53,"target":306},{"source":53,"target":307},{"source":53,"target":308},{"source":306,"target":53},{"source":307,"target":53},{"source":308,"target":53},{"source":54,"target":0}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="el" nsURI="http://de.hub.el/EL/1.0" nsPrefix="el">
<eClassifiers xsi:type="ecore:EClass" name="ELPackage" eSuperTypes="#//ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//ELClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELClass" eSuperTypes="#//ELNamedElement">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dXywQiknEemoEoNTCLil9Q" value="_dXywQyknEemoEoNTCLil9Q"/>
</eAnnotations>
<details key="_dXvF4iknEemoEoNTCLil9Q" value="_dXvF4yknEemoEoNTCLil9Q"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//ELMethod" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//ELField" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superClases" upperBound="-1"
eType="#//ELClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="innerClasses" upperBound="-1"
eType="#//ELClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELVariable" eSuperTypes="#//ELTypedElement">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dX0lciknEemoEoNTCLil9Q" value="_dX0lcyknEemoEoNTCLil9Q"/>
</eAnnotations>
<details key="_dXrbgCknEemoEoNTCLil9Q" value="_dXrbgSknEemoEoNTCLil9Q"/>
<details key="_dXywQCknEemoEoNTCLil9Q" value="_dXywQSknEemoEoNTCLil9Q"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELMethod" eSuperTypes="#//ELTypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//ELVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="localVariables" upperBound="-1"
eType="#//ELVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//ELBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELField" eSuperTypes="#//ELVariable"/>
<eClassifiers xsi:type="ecore:EClass" name="ELStatement">
<eOperations name="_dXw7ECknEemoEoNTCLil9Q" ordered="false" unique="false" lowerBound="97"
upperBound="25"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlock">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//ELStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELExpression" eSuperTypes="#//ELStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELLiteral" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELOpCall" eSuperTypes="#//ELCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELOp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELCall" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//ELExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//ELMethod">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dXsCkCknEemoEoNTCLil9Q" value="_dXsCkSknEemoEoNTCLil9Q"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="thisArgument" eType="#//ELExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELAccess" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//ELVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStatement" eSuperTypes="#//ELStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1"
eType="#//ELBlock" containment="true">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<eAnnotations source="_dXzXUCknEemoEoNTCLil9Q"/>
<details key="_dXqNYCknEemoEoNTCLil9Q" value="_dXqNYSknEemoEoNTCLil9Q"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELBlockStarementKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//ELExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELOp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ELOpKind">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dXqNYiknEemoEoNTCLil9Q" value="_dXqNYyknEemoEoNTCLil9Q"/>
<contents/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operands" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precedence" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="_dXt3wCknEemoEoNTCLil9Q">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dXvF4CknEemoEoNTCLil9Q" value="_dXvF4SknEemoEoNTCLil9Q"/>
</eAnnotations>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELDataType" eSuperTypes="#//ELClass"/>
<eClassifiers xsi:type="ecore:EClass" name="ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dXtQsiknEemoEoNTCLil9Q" value="_dXtQsyknEemoEoNTCLil9Q"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELTypedElement" eSuperTypes="#//ELNamedElement">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dXspoCknEemoEoNTCLil9Q" value="_dXspoSknEemoEoNTCLil9Q"/>
<details key="_dXvs8CknEemoEoNTCLil9Q" value="_dXvs8SknEemoEoNTCLil9Q"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ELClass">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dXwUACknEemoEoNTCLil9Q" value="_dXwUASknEemoEoNTCLil9Q"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="array" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStarementKind">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dXyJMCknEemoEoNTCLil9Q" value="_dXyJMSknEemoEoNTCLil9Q"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blocks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expressions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELModel" eSuperTypes="#//ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1"
eType="#//ELPackage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ops" upperBound="-1" eType="#//ELOp"
containment="true">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dXtQsCknEemoEoNTCLil9Q" value="_dXtQsSknEemoEoNTCLil9Q"/>
</eAnnotations>
<details key="_dXq0cCknEemoEoNTCLil9Q" value="_dXq0cSknEemoEoNTCLil9Q"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1"
eType="#//ELBlockStarementKind" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ELOpKind">
<eLiterals name="infix" literal="infix"/>
<eLiterals name="suffix">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_dX0lcCknEemoEoNTCLil9Q" value="_dX0lcSknEemoEoNTCLil9Q"/>
</eAnnotations>
</eLiterals>
<eLiterals name="prefix"/>
<eLiterals name="syntax" literal="syntax"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELAssignment" eSuperTypes="#//ELStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ELExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="#//ELVariable"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelRunnable/mutants/a0.ecore | ecore | el
ELPackage
classes
ELClass
methods
fields
superClases
innerClasses
ELVariable
ELMethod
parameters
localVariables
block
ELField
ELStatement
_dXw7ECknEemoEoNTCLil9Q
ELBlock
statements
ELExpression
ELLiteral
value
ELOpCall
kind
ELCall
arguments
callee
thisArgument
ELAccess
variable
ELBlockStatement
block
kind
expressions
ELOp
kind
syntax
operands
precedence
ELDataType
ELNamedElement
name
ELTypedElement
type
array
ELBlockStarementKind
syntax
blocks
expressions
ELModel
packages
ops
blocks
ELOpKind
infix
infix
suffix
suffix
prefix
prefix
syntax
syntax
ELAssignment
expr
assignee | null | {"directed":true,"nodes":[{"nsPrefix":"el","nsURI":"http://de.hub.el/EL/1.0","name":"el","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELPackage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELVariable","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELMethod","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELField","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELStatement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlock","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELExpression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELLiteral","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOpCall","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELCall","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAccess","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStatement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOp","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELDataType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELNamedElement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELTypedElement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStarementKind","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELModel","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ELOpKind","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAssignment","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"container":false,"ordered":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":22,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClases","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":"innerClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":false,"upperBound":25,"unique":false,"name":"_dXw7ECknEemoEoNTCLil9Q","lowerBound":97,"id":43,"many":true,"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":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operands","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precedence","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EObject"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ops","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":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"name":"infix","id":100,"value":0,"literal":"infix","eClass":"EEnumLiteral"},{"name":"suffix","id":101,"value":0,"literal":"suffix","eClass":"EEnumLiteral"},{"name":"prefix","id":102,"value":0,"literal":"prefix","eClass":"EEnumLiteral"},{"name":"syntax","id":103,"value":0,"literal":"syntax","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":22},{"source":1,"target":23},{"source":22,"target":2},{"source":22,"target":24},{"source":22,"target":1},{"source":24,"target":2},{"source":23,"target":16},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":25,"target":4},{"source":25,"target":30},{"source":25,"target":2},{"source":30,"target":4},{"source":26,"target":5},{"source":26,"target":31},{"source":26,"target":2},{"source":31,"target":5},{"source":27,"target":2},{"source":27,"target":32},{"source":27,"target":2},{"source":32,"target":2},{"source":28,"target":2},{"source":28,"target":33},{"source":28,"target":2},{"source":33,"target":2},{"source":29,"target":16},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":34},{"source":34,"target":17},{"source":4,"target":0},{"source":4,"target":17},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":35,"target":3},{"source":35,"target":39},{"source":35,"target":4},{"source":39,"target":3},{"source":36,"target":3},{"source":36,"target":40},{"source":36,"target":4},{"source":40,"target":3},{"source":37,"target":7},{"source":37,"target":41},{"source":37,"target":4},{"source":41,"target":7},{"source":38,"target":17},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":42},{"source":42,"target":3},{"source":6,"target":0},{"source":6,"target":43},{"source":43,"target":6},{"source":7,"target":0},{"source":7,"target":44},{"source":44,"target":6},{"source":44,"target":45},{"source":44,"target":7},{"source":45,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":46},{"source":46,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":47},{"source":9,"target":48},{"source":47,"target":49},{"source":47,"target":9},{"source":48,"target":8},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":50},{"source":10,"target":51},{"source":50,"target":14},{"source":50,"target":52},{"source":50,"target":10},{"source":52,"target":14},{"source":51,"target":11},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":53},{"source":11,"target":54},{"source":11,"target":55},{"source":11,"target":56},{"source":53,"target":8},{"source":53,"target":57},{"source":53,"target":11},{"source":57,"target":8},{"source":54,"target":4},{"source":54,"target":58},{"source":54,"target":11},{"source":58,"target":4},{"source":55,"target":8},{"source":55,"target":59},{"source":55,"target":11},{"source":59,"target":8},{"source":56,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":60},{"source":12,"target":61},{"source":60,"target":3},{"source":60,"target":62},{"source":60,"target":12},{"source":62,"target":3},{"source":61,"target":8},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":63},{"source":13,"target":64},{"source":13,"target":65},{"source":13,"target":66},{"source":63,"target":7},{"source":63,"target":67},{"source":63,"target":13},{"source":67,"target":7},{"source":64,"target":18},{"source":64,"target":68},{"source":64,"target":13},{"source":68,"target":18},{"source":65,"target":8},{"source":65,"target":69},{"source":65,"target":13},{"source":69,"target":8},{"source":66,"target":6},{"source":14,"target":0},{"source":14,"target":70},{"source":14,"target":71},{"source":14,"target":72},{"source":14,"target":73},{"source":70,"target":20},{"source":70,"target":74},{"source":70,"target":14},{"source":74,"target":20},{"source":71,"target":76},{"source":71,"target":14},{"source":72,"target":77},{"source":72,"target":14},{"source":73,"target":78},{"source":73,"target":14},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":79},{"source":79,"target":2},{"source":16,"target":0},{"source":16,"target":80},{"source":80,"target":81},{"source":80,"target":16},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":82},{"source":17,"target":83},{"source":17,"target":84},{"source":82,"target":2},{"source":82,"target":85},{"source":82,"target":17},{"source":85,"target":2},{"source":83,"target":86},{"source":83,"target":17},{"source":84,"target":16},{"source":18,"target":0},{"source":18,"target":87},{"source":18,"target":88},{"source":18,"target":89},{"source":87,"target":90},{"source":87,"target":18},{"source":88,"target":91},{"source":88,"target":18},{"source":89,"target":92},{"source":89,"target":18},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":93},{"source":19,"target":94},{"source":19,"target":95},{"source":19,"target":96},{"source":93,"target":1},{"source":93,"target":97},{"source":93,"target":19},{"source":97,"target":1},{"source":94,"target":14},{"source":94,"target":98},{"source":94,"target":19},{"source":98,"target":14},{"source":95,"target":18},{"source":95,"target":99},{"source":95,"target":19},{"source":99,"target":18},{"source":96,"target":16},{"source":20,"target":0},{"source":20,"target":100},{"source":20,"target":101},{"source":20,"target":102},{"source":20,"target":103},{"source":100,"target":20},{"source":101,"target":20},{"source":102,"target":20},{"source":103,"target":20},{"source":21,"target":0},{"source":21,"target":6},{"source":21,"target":104},{"source":21,"target":105},{"source":21,"target":106},{"source":104,"target":8},{"source":104,"target":107},{"source":104,"target":21},{"source":107,"target":8},{"source":105,"target":3},{"source":105,"target":108},{"source":105,"target":21},{"source":108,"target":3},{"source":106,"target":6}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="relationsToTraceClass"
nsURI="http://www.eclipse.org/qvt/1.0/RelationsToTraceClass" nsPrefix="rttc">
<eClassifiers xsi:type="ecore:EClass" name="TTransformationToPackage">
<eStructuralFeatures xsi:type="ecore:EReference" name="rt" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.ecore.qvtrelation/model/QVTRelation.ecore#//RelationalTransformation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="p" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TRelationToTraceClass">
<eStructuralFeatures xsi:type="ecore:EReference" name="a" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EReference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rc" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="c" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="p" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tv" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="t" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.ecore.qvttemplate/model/QVTTemplate.ecore#//ObjectTemplateExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rdp" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.ecore.qvtrelation/model/QVTRelation.ecore#//DomainPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rd" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.ecore.qvtrelation/model/QVTRelation.ecore#//RelationDomain"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="r" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.ecore.qvtrelation/model/QVTRelation.ecore#//Relation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rt" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.ecore.qvtrelation/model/QVTRelation.ecore#//RelationalTransformation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TSubTemplateToTraceClassProps">
<eStructuralFeatures xsi:type="ecore:EReference" name="c" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tv" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tp" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.ecore.qvttemplate/model/QVTTemplate.ecore#//ObjectTemplateExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pt" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.ecore.qvttemplate/model/QVTTemplate.ecore#//PropertyTemplateItem"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="t" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.ecore.qvttemplate/model/QVTTemplate.ecore#//ObjectTemplateExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="a" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EReference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rc" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/arcanefoam/qvtMustus/archive/org.eclipse.qvt.declarative.relations.atlvm/resources/RelationsToTraceClass.ecore | ecore | relationsToTraceClass
TTransformationToPackage
rt
p
TRelationToTraceClass
a
rc
c
p
tv
t
rdp
rd
r
rt
TSubTemplateToTraceClassProps
c
tv
tp
pt
t
a
rc | null | {"directed":true,"nodes":[{"nsPrefix":"rttc","nsURI":"http://www.eclipse.org/qvt/1.0/RelationsToTraceClass","name":"relationsToTraceClass","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TTransformationToPackage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TRelationToTraceClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TSubTemplateToTraceClassProps","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"a","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"c","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":false,"unsettable":false,"transient":false,"unique":true,"name":"p","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":"tv","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":"t","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":"rdp","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":"rd","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":false,"unsettable":false,"transient":false,"unique":true,"name":"r","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":"rt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"c","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":"tv","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":"tp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pt","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":"t","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":"a","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":4,"target":6},{"source":4,"target":1},{"source":5,"target":7},{"source":5,"target":1},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":8,"target":18},{"source":8,"target":2},{"source":9,"target":19},{"source":9,"target":2},{"source":10,"target":20},{"source":10,"target":2},{"source":11,"target":21},{"source":11,"target":2},{"source":12,"target":22},{"source":12,"target":2},{"source":13,"target":23},{"source":13,"target":2},{"source":14,"target":24},{"source":14,"target":2},{"source":15,"target":25},{"source":15,"target":2},{"source":16,"target":26},{"source":16,"target":2},{"source":17,"target":27},{"source":17,"target":2},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":28,"target":35},{"source":28,"target":3},{"source":29,"target":36},{"source":29,"target":3},{"source":30,"target":37},{"source":30,"target":3},{"source":31,"target":38},{"source":31,"target":3},{"source":32,"target":39},{"source":32,"target":3},{"source":33,"target":40},{"source":33,"target":3},{"source":34,"target":41},{"source":34,"target":3}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sofia" nsURI="http://vicci.eu/sofia/1.0" nsPrefix="sofia">
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Identifiable #//Nameable">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourcePort" lowerBound="1"
eType="#//Port" eOpposite="#//Port/outTransitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetPort" lowerBound="1"
eType="#//Port" eOpposite="#//Port/inTransitions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//AtomicStep">
<eStructuralFeatures xsi:type="ecore:EReference" name="ifCondition" lowerBound="1"
eType="#//Condition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//AtomicStep"/>
<eClassifiers xsi:type="ecore:EClass" name="Invoke" eSuperTypes="#//AtomicStep"/>
<eClassifiers xsi:type="ecore:EClass" name="Event" abstract="true" eSuperTypes="#//AtomicStep"/>
<eClassifiers xsi:type="ecore:EClass" name="Process" eSuperTypes="#//CompositeStep">
<eStructuralFeatures xsi:type="ecore:EReference" name="dataTypeDefinitions" upperBound="-1"
eType="#//DataType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="executionPeer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="distributed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteExecuting" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true" eSuperTypes="#//Identifiable #//Nameable">
<eStructuralFeatures xsi:type="ecore:EReference" name="outTransitions" upperBound="-1"
eType="#//Transition" containment="true" eOpposite="#//Transition/sourcePort"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="processStep" eType="#//ProcessStep"
eOpposite="#//ProcessStep/ports"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inTransitions" eType="#//Transition"
eOpposite="#//Transition/targetPort"/>
<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="DataPort" abstract="true" eSuperTypes="#//Port">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portDatatype" lowerBound="1"
eType="#//DataType" eOpposite="#//DataType/portMembers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1"
eType="#//DataMapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlPort" abstract="true" eSuperTypes="#//Port"/>
<eClassifiers xsi:type="ecore:EClass" name="ProcessStep" abstract="true" eSuperTypes="#//Identifiable #//Nameable #//CpsStep">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentstep" eType="#//CompositeStep"
eOpposite="#//CompositeStep/subSteps"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" lowerBound="1" upperBound="-1"
eType="#//Port" containment="true" eOpposite="#//Port/processStep"/>
<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="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComplexType" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="subtypes" upperBound="-1"
eType="#//DataType" containment="true" eOpposite="#//DataType/belongsTo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subreferences" upperBound="-1"
eType="#//DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Comparator">
<eLiterals name="GreaterThan"/>
<eLiterals name="SmallerThan" value="1"/>
<eLiterals name="GreaterThanOrEqual" value="2"/>
<eLiterals name="SmallerThanOrEqual" value="3"/>
<eLiterals name="Equal" value="4"/>
<eLiterals name="Distinct" value="5"/>
<eLiterals name="Identic" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Condition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comparator" lowerBound="1"
eType="#//Comparator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftSide" eType="#//StartDataPort"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightSide" eType="#//StartDataPort"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AtomicStep" abstract="true" eSuperTypes="#//ProcessStep"/>
<eClassifiers xsi:type="ecore:EClass" name="CompositeStep" abstract="true" eSuperTypes="#//ProcessStep">
<eStructuralFeatures xsi:type="ecore:EReference" name="subSteps" upperBound="-1"
eType="#//ProcessStep" containment="true" eOpposite="#//ProcessStep/parentstep"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true" eSuperTypes="#//Nameable #//Identifiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="belongsTo" eType="#//ComplexType"
eOpposite="#//ComplexType/subtypes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1"
eType="#//DataMapping" containment="true" eOpposite="#//DataMapping/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portMembers" upperBound="-1"
eType="#//DataPort" eOpposite="#//DataPort/portDatatype"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleType" abstract="true" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//SimpleType"/>
<eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#//SimpleType"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//SimpleType"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#//NumericType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoubleType" eSuperTypes="#//NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="Loop" abstract="true" eSuperTypes="#//CompositeStep">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopCondition" lowerBound="1"
eType="#//Condition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portsCopyToStartsport"
upperBound="-1" eType="#//EndDataPortToStartDataPortMap" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepeatLoop" eSuperTypes="#//Loop"/>
<eClassifiers xsi:type="ecore:EClass" name="WhileLoop" eSuperTypes="#//Loop"/>
<eClassifiers xsi:type="ecore:EClass" name="ForLoop" eSuperTypes="#//Loop">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopStepWidth" eType="#//StartDataPort"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessSlot" eSuperTypes="#//AtomicStep"/>
<eClassifiers xsi:type="ecore:EClass" name="DataMappingStep" eSuperTypes="#//AtomicStep">
<eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1"
eType="#//DataMapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StartControlPort" eSuperTypes="#//ControlPort #//StartPort"/>
<eClassifiers xsi:type="ecore:EClass" name="EndControlPort" eSuperTypes="#//ControlPort #//EndPort"/>
<eClassifiers xsi:type="ecore:EClass" name="StartDataPort" eSuperTypes="#//DataPort #//StartPort"/>
<eClassifiers xsi:type="ecore:EClass" name="EndDataPort" eSuperTypes="#//DataPort #//EndPort"/>
<eClassifiers xsi:type="ecore:EClass" name="StartPort" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="EndPort" abstract="true" interface="true"/>
<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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Nameable" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TriggeredEvent" eSuperTypes="#//Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="EPLStatement" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrueTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="FalseTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="SOAPInvoke" eSuperTypes="#//Invoke">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serverUri" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="methodName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wsdlUri" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="configFile" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLRPCInvoke" eSuperTypes="#//Invoke">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serverUri" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="methodName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startParameterSequence"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endParameterSequence" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoadClassStep" eSuperTypes="#//AtomicStep">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="delegateClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SeMiWaInvoke" eSuperTypes="#//Invoke">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeId" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RESTInvoke" eSuperTypes="#//Invoke">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="HTTPMethod" lowerBound="1"
eType="#//HTTPverb"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ServerUri" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OSGiInvoke" eSuperTypes="#//Invoke">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceClassName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="methodName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterTypes" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bundleName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SeMiWaRequest" eSuperTypes="#//AtomicStep">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SSILStatement" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataMapping" eSuperTypes="#//Identifiable #//Nameable">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//DataType" eOpposite="#//DataType/mappings"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataDuplicationStep" eSuperTypes="#//AtomicStep"/>
<eClassifiers xsi:type="ecore:EClass" name="ROSInvoke" eSuperTypes="#//AtomicStep">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serverUri" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//AtomicStep"/>
<eClassifiers xsi:type="ecore:EEnum" name="HTTPverb">
<eLiterals name="PUT"/>
<eLiterals name="GET" value="1"/>
<eLiterals name="POST" value="2"/>
<eLiterals name="DELETE" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="collectionItemType" lowerBound="1"
eType="#//DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListType" eSuperTypes="#//CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="PublishMessage" abstract="true" eSuperTypes="#//AtomicStep">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serverUri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="topic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PublishROSMessage" eSuperTypes="#//PublishMessage"/>
<eClassifiers xsi:type="ecore:EClass" name="HumanTask" eSuperTypes="#//AtomicStep">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="humanTaskType" lowerBound="1"
eType="#//HumanTaskType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="humanTaskUseCase" lowerBound="1"
eType="#//HumanTaskUseCase"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EscalationPort" eSuperTypes="#//EndControlPort">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="escalationTime" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EndDataPortToStartDataPortMap" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//EndDataPort"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//StartDataPort"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpenHabSemanticInvoke" abstract="true"
eSuperTypes="#//Invoke">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="query" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serverBaseAddress" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="withLatest" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpenHabSemanticSelectInvoke" eSuperTypes="#//OpenHabSemanticInvoke"/>
<eClassifiers xsi:type="ecore:EClass" name="OpenHabSemanticAskInvoke" eSuperTypes="#//OpenHabSemanticInvoke"/>
<eClassifiers xsi:type="ecore:EClass" name="OpenHabSemanticCommandInvoke" eSuperTypes="#//OpenHabSemanticInvoke">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="command" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SemanticTargetType">
<eLiterals name="ASK_QUERY"/>
<eLiterals name="SELECT_QUERY" value="1"/>
<eLiterals name="POST_COMMAND" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CpsStep" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cyberPhysical" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="goal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eplQuery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="controlProcessId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="controlProcess" eType="#//Process"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapeK" eSuperTypes="#//AtomicStep"/>
<eClassifiers xsi:type="ecore:EEnum" name="HumanTaskType">
<eLiterals name="HINT"/>
<eLiterals name="WARNING" value="1"/>
<eLiterals name="INTERACTION" value="2"/>
<eLiterals name="ERROR" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="HumanTaskUseCase">
<eLiterals name="UNIVERSAL"/>
<eLiterals name="COFFEE" value="1"/>
<eLiterals name="HEATING" value="2"/>
<eLiterals name="ORDER" value="3"/>
<eLiterals name="PLANTS" value="4"/>
<eLiterals name="BELL" value="5"/>
<eLiterals name="HEALTH" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GoalInvoke" eSuperTypes="#//Invoke">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="invokeGoal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualities" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/IoTUDresden/proteus/bundles/model/eu.vicci.process.model/model/sofia.ecore | ecore | sofia
Transition
sourcePort
targetPort
If
ifCondition
Or
Invoke
Event
Process
dataTypeDefinitions
executionPeer
distributed
remoteExecuting
Port
outTransitions
optional
processStep
inTransitions
description
DataPort
value
portDatatype
mappings
ControlPort
ProcessStep
parentstep
ports
type
description
resource
ComplexType
subtypes
subreferences
Comparator
GreaterThan
GreaterThan
SmallerThan
SmallerThan
GreaterThanOrEqual
GreaterThanOrEqual
SmallerThanOrEqual
SmallerThanOrEqual
Equal
Equal
Distinct
Distinct
Identic
Identic
Condition
comparator
leftSide
rightSide
AtomicStep
CompositeStep
subSteps
DataType
belongsTo
mappings
portMembers
SimpleType
StringType
NumericType
BooleanType
IntegerType
min
max
DoubleType
Loop
loopCondition
portsCopyToStartsport
RepeatLoop
WhileLoop
ForLoop
loopStepWidth
ProcessSlot
DataMappingStep
mappings
StartControlPort
EndControlPort
StartDataPort
EndDataPort
StartPort
EndPort
Identifiable
id
Nameable
name
TriggeredEvent
EPLStatement
TrueTransition
FalseTransition
SOAPInvoke
serverUri
methodName
wsdlUri
configFile
XMLRPCInvoke
serverUri
methodName
startParameterSequence
endParameterSequence
LoadClassStep
delegateClassName
SeMiWaInvoke
serviceName
nodeId
RESTInvoke
HTTPMethod
ServerUri
OSGiInvoke
serviceClassName
methodName
parameterTypes
bundleName
SeMiWaRequest
SSILStatement
DataMapping
source
target
DataDuplicationStep
ROSInvoke
serverUri
serviceName
And
HTTPverb
PUT
PUT
GET
GET
POST
POST
DELETE
DELETE
CollectionType
collectionItemType
ListType
SetType
PublishMessage
serverUri
topic
PublishROSMessage
HumanTask
humanTaskType
humanTaskUseCase
EscalationPort
escalationTime
EndDataPortToStartDataPortMap
java.util.Map$Entry
java.util.Map$Entry
key
value
OpenHabSemanticInvoke
query
serverBaseAddress
withLatest
OpenHabSemanticSelectInvoke
OpenHabSemanticAskInvoke
OpenHabSemanticCommandInvoke
command
SemanticTargetType
ASK_QUERY
ASK_QUERY
SELECT_QUERY
SELECT_QUERY
POST_COMMAND
POST_COMMAND
CpsStep
cyberPhysical
goal
eplQuery
controlProcessId
controlProcess
context
MapeK
HumanTaskType
HINT
HINT
WARNING
WARNING
INTERACTION
INTERACTION
ERROR
ERROR
HumanTaskUseCase
UNIVERSAL
UNIVERSAL
COFFEE
COFFEE
HEATING
HEATING
ORDER
ORDER
PLANTS
PLANTS
BELL
BELL
HEALTH
HEALTH
GoalInvoke
invokeGoal
qualities
location | null | {"directed":true,"nodes":[{"nsPrefix":"sofia","nsURI":"http://vicci.eu/sofia/1.0","name":"sofia","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":"If","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invoke","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataPort","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlPort","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessStep","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Comparator","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicStep","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeStep","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleType","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepeatLoop","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileLoop","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForLoop","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessSlot","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataMappingStep","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartControlPort","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndControlPort","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartDataPort","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndDataPort","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartPort","instanceClass":null,"abstract":true,"id":33,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndPort","instanceClass":null,"abstract":true,"id":34,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifiable","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nameable","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggeredEvent","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrueTransition","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FalseTransition","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPInvoke","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLRPCInvoke","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoadClassStep","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SeMiWaInvoke","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RESTInvoke","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OSGiInvoke","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SeMiWaRequest","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataMapping","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataDuplicationStep","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROSInvoke","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HTTPverb","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListType","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublishMessage","instanceClass":null,"abstract":true,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublishROSMessage","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HumanTask","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EscalationPort","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EndDataPortToStartDataPortMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpenHabSemanticInvoke","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpenHabSemanticSelectInvoke","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpenHabSemanticAskInvoke","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpenHabSemanticCommandInvoke","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SemanticTargetType","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CpsStep","instanceClass":null,"abstract":true,"id":65,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapeK","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HumanTaskType","instanceClass":null,"id":67,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"HumanTaskUseCase","instanceClass":null,"id":68,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GoalInvoke","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourcePort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetPort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataTypeDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"executionPeer","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distributed","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"remoteExecuting","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optional","changeable":true,"lowerBound":0,"iD":false,"id":93,"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":"processStep","changeable":true,"resolveProxies":true,"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":true,"name":"description","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portDatatype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portMembers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"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":"parentstep","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resource","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subSteps","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subtypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subreferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"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":"belongsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"name":"GreaterThan","id":132,"value":0,"literal":"GreaterThan","eClass":"EEnumLiteral"},{"name":"SmallerThan","id":133,"value":1,"literal":"SmallerThan","eClass":"EEnumLiteral"},{"name":"GreaterThanOrEqual","id":134,"value":2,"literal":"GreaterThanOrEqual","eClass":"EEnumLiteral"},{"name":"SmallerThanOrEqual","id":135,"value":3,"literal":"SmallerThanOrEqual","eClass":"EEnumLiteral"},{"name":"Equal","id":136,"value":4,"literal":"Equal","eClass":"EEnumLiteral"},{"name":"Distinct","id":137,"value":5,"literal":"Distinct","eClass":"EEnumLiteral"},{"name":"Identic","id":138,"value":6,"literal":"Identic","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comparator","changeable":true,"lowerBound":1,"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":"leftSide","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rightSide","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"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"container":true,"ordered":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":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":159,"derived":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":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"loopCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"portsCopyToStartsport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopStepWidth","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":187,"derived":false},{"id":188,"eClass":"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":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"EPLStatement","changeable":true,"lowerBound":1,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serverUri","changeable":true,"lowerBound":1,"iD":false,"id":196,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"methodName","changeable":true,"lowerBound":1,"iD":false,"id":197,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wsdlUri","changeable":true,"lowerBound":1,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"configFile","changeable":true,"lowerBound":1,"iD":false,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serverUri","changeable":true,"lowerBound":1,"iD":false,"id":205,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"methodName","changeable":true,"lowerBound":1,"iD":false,"id":206,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startParameterSequence","changeable":true,"lowerBound":1,"iD":false,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endParameterSequence","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"delegateClassName","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"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":"serviceName","changeable":true,"lowerBound":1,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nodeId","changeable":true,"lowerBound":1,"iD":false,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"HTTPMethod","changeable":true,"lowerBound":1,"iD":false,"id":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ServerUri","changeable":true,"lowerBound":1,"iD":false,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceClassName","changeable":true,"lowerBound":1,"iD":false,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"methodName","changeable":true,"lowerBound":1,"iD":false,"id":228,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterTypes","changeable":true,"lowerBound":1,"iD":false,"id":229,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bundleName","changeable":true,"lowerBound":1,"iD":false,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SSILStatement","changeable":true,"lowerBound":1,"iD":false,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serverUri","changeable":true,"lowerBound":1,"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":"serviceName","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"},{"name":"PUT","id":251,"value":0,"literal":"PUT","eClass":"EEnumLiteral"},{"name":"GET","id":252,"value":1,"literal":"GET","eClass":"EEnumLiteral"},{"name":"POST","id":253,"value":2,"literal":"POST","eClass":"EEnumLiteral"},{"name":"DELETE","id":254,"value":3,"literal":"DELETE","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":"collectionItemType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serverUri","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":"topic","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"humanTaskType","changeable":true,"lowerBound":1,"iD":false,"id":266,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"humanTaskUseCase","changeable":true,"lowerBound":1,"iD":false,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"escalationTime","changeable":true,"lowerBound":1,"iD":false,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"container":false,"ordered":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":274,"derived":false},{"container":false,"ordered":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":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"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":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":"serverBaseAddress","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":null,"unsettable":false,"transient":false,"unique":true,"name":"withLatest","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"name":"ASK_QUERY","id":290,"value":0,"literal":"ASK_QUERY","eClass":"EEnumLiteral"},{"name":"SELECT_QUERY","id":291,"value":1,"literal":"SELECT_QUERY","eClass":"EEnumLiteral"},{"name":"POST_COMMAND","id":292,"value":2,"literal":"POST_COMMAND","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cyberPhysical","changeable":true,"lowerBound":0,"iD":false,"id":293,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"goal","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eplQuery","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"controlProcessId","changeable":true,"lowerBound":0,"iD":false,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"controlProcess","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"context","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"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"name":"HINT","id":306,"value":0,"literal":"HINT","eClass":"EEnumLiteral"},{"name":"WARNING","id":307,"value":1,"literal":"WARNING","eClass":"EEnumLiteral"},{"name":"INTERACTION","id":308,"value":2,"literal":"INTERACTION","eClass":"EEnumLiteral"},{"name":"ERROR","id":309,"value":3,"literal":"ERROR","eClass":"EEnumLiteral"},{"name":"UNIVERSAL","id":310,"value":0,"literal":"UNIVERSAL","eClass":"EEnumLiteral"},{"name":"COFFEE","id":311,"value":1,"literal":"COFFEE","eClass":"EEnumLiteral"},{"name":"HEATING","id":312,"value":2,"literal":"HEATING","eClass":"EEnumLiteral"},{"name":"ORDER","id":313,"value":3,"literal":"ORDER","eClass":"EEnumLiteral"},{"name":"PLANTS","id":314,"value":4,"literal":"PLANTS","eClass":"EEnumLiteral"},{"name":"BELL","id":315,"value":5,"literal":"BELL","eClass":"EEnumLiteral"},{"name":"HEALTH","id":316,"value":6,"literal":"HEALTH","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":"invokeGoal","changeable":true,"lowerBound":0,"iD":false,"id":317,"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":"qualities","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":70},{"source":1,"target":71},{"source":1,"target":72},{"source":1,"target":73},{"source":70,"target":7},{"source":70,"target":74},{"source":70,"target":1},{"source":70,"target":75},{"source":74,"target":7},{"source":71,"target":7},{"source":71,"target":76},{"source":71,"target":1},{"source":71,"target":77},{"source":76,"target":7},{"source":72,"target":35},{"source":73,"target":36},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":78},{"source":2,"target":79},{"source":78,"target":13},{"source":78,"target":80},{"source":78,"target":2},{"source":80,"target":13},{"source":79,"target":14},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":81},{"source":81,"target":14},{"source":4,"target":0},{"source":4,"target":14},{"source":4,"target":82},{"source":82,"target":14},{"source":5,"target":0},{"source":5,"target":14},{"source":5,"target":83},{"source":83,"target":14},{"source":6,"target":0},{"source":6,"target":15},{"source":6,"target":84},{"source":6,"target":85},{"source":6,"target":86},{"source":6,"target":87},{"source":6,"target":88},{"source":84,"target":16},{"source":84,"target":89},{"source":84,"target":6},{"source":89,"target":16},{"source":85,"target":90},{"source":85,"target":6},{"source":86,"target":91},{"source":86,"target":6},{"source":87,"target":92},{"source":87,"target":6},{"source":88,"target":15},{"source":7,"target":0},{"source":7,"target":35},{"source":7,"target":36},{"source":7,"target":75},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":77},{"source":7,"target":95},{"source":7,"target":96},{"source":7,"target":97},{"source":75,"target":1},{"source":75,"target":98},{"source":75,"target":7},{"source":75,"target":70},{"source":98,"target":1},{"source":93,"target":99},{"source":93,"target":7},{"source":94,"target":10},{"source":94,"target":100},{"source":94,"target":7},{"source":94,"target":101},{"source":100,"target":10},{"source":77,"target":1},{"source":77,"target":102},{"source":77,"target":7},{"source":77,"target":71},{"source":102,"target":1},{"source":95,"target":103},{"source":95,"target":7},{"source":96,"target":35},{"source":97,"target":36},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":104},{"source":8,"target":105},{"source":8,"target":106},{"source":8,"target":107},{"source":104,"target":108},{"source":104,"target":8},{"source":105,"target":16},{"source":105,"target":109},{"source":105,"target":8},{"source":105,"target":110},{"source":109,"target":16},{"source":106,"target":47},{"source":106,"target":111},{"source":106,"target":8},{"source":111,"target":47},{"source":107,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":112},{"source":112,"target":7},{"source":10,"target":0},{"source":10,"target":35},{"source":10,"target":36},{"source":10,"target":65},{"source":10,"target":113},{"source":10,"target":101},{"source":10,"target":114},{"source":10,"target":115},{"source":10,"target":116},{"source":10,"target":117},{"source":10,"target":118},{"source":10,"target":119},{"source":113,"target":15},{"source":113,"target":120},{"source":113,"target":10},{"source":113,"target":121},{"source":120,"target":15},{"source":101,"target":7},{"source":101,"target":122},{"source":101,"target":10},{"source":101,"target":94},{"source":122,"target":7},{"source":114,"target":123},{"source":114,"target":10},{"source":115,"target":124},{"source":115,"target":10},{"source":116,"target":125},{"source":116,"target":10},{"source":117,"target":35},{"source":118,"target":36},{"source":119,"target":65},{"source":11,"target":0},{"source":11,"target":16},{"source":11,"target":126},{"source":11,"target":127},{"source":11,"target":128},{"source":126,"target":16},{"source":126,"target":129},{"source":126,"target":11},{"source":126,"target":130},{"source":129,"target":16},{"source":127,"target":16},{"source":127,"target":131},{"source":127,"target":11},{"source":131,"target":16},{"source":128,"target":16},{"source":12,"target":0},{"source":12,"target":132},{"source":12,"target":133},{"source":12,"target":134},{"source":12,"target":135},{"source":12,"target":136},{"source":12,"target":137},{"source":12,"target":138},{"source":132,"target":12},{"source":133,"target":12},{"source":134,"target":12},{"source":135,"target":12},{"source":136,"target":12},{"source":137,"target":12},{"source":138,"target":12},{"source":13,"target":0},{"source":13,"target":139},{"source":13,"target":140},{"source":13,"target":141},{"source":139,"target":12},{"source":139,"target":142},{"source":139,"target":13},{"source":142,"target":12},{"source":140,"target":31},{"source":140,"target":143},{"source":140,"target":13},{"source":143,"target":31},{"source":141,"target":31},{"source":141,"target":144},{"source":141,"target":13},{"source":144,"target":31},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":145},{"source":145,"target":10},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":121},{"source":15,"target":146},{"source":121,"target":10},{"source":121,"target":147},{"source":121,"target":15},{"source":121,"target":113},{"source":147,"target":10},{"source":146,"target":10},{"source":16,"target":0},{"source":16,"target":36},{"source":16,"target":35},{"source":16,"target":130},{"source":16,"target":148},{"source":16,"target":110},{"source":16,"target":149},{"source":16,"target":150},{"source":130,"target":11},{"source":130,"target":151},{"source":130,"target":16},{"source":130,"target":126},{"source":151,"target":11},{"source":148,"target":47},{"source":148,"target":152},{"source":148,"target":16},{"source":148,"target":153},{"source":152,"target":47},{"source":110,"target":8},{"source":110,"target":154},{"source":110,"target":16},{"source":110,"target":105},{"source":154,"target":8},{"source":149,"target":36},{"source":150,"target":35},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":155},{"source":155,"target":16},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":156},{"source":156,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":157},{"source":157,"target":17},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":158},{"source":158,"target":17},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":159},{"source":21,"target":160},{"source":21,"target":161},{"source":159,"target":162},{"source":159,"target":21},{"source":160,"target":163},{"source":160,"target":21},{"source":161,"target":19},{"source":22,"target":0},{"source":22,"target":19},{"source":22,"target":164},{"source":164,"target":19},{"source":23,"target":0},{"source":23,"target":15},{"source":23,"target":165},{"source":23,"target":166},{"source":23,"target":167},{"source":165,"target":13},{"source":165,"target":168},{"source":165,"target":23},{"source":168,"target":13},{"source":166,"target":59},{"source":166,"target":169},{"source":166,"target":23},{"source":169,"target":59},{"source":167,"target":15},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":170},{"source":170,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":171},{"source":171,"target":23},{"source":26,"target":0},{"source":26,"target":23},{"source":26,"target":172},{"source":26,"target":173},{"source":172,"target":31},{"source":172,"target":174},{"source":172,"target":26},{"source":174,"target":31},{"source":173,"target":23},{"source":27,"target":0},{"source":27,"target":14},{"source":27,"target":175},{"source":175,"target":14},{"source":28,"target":0},{"source":28,"target":14},{"source":28,"target":176},{"source":28,"target":177},{"source":176,"target":47},{"source":176,"target":178},{"source":176,"target":28},{"source":178,"target":47},{"source":177,"target":14},{"source":29,"target":0},{"source":29,"target":9},{"source":29,"target":33},{"source":29,"target":179},{"source":29,"target":180},{"source":179,"target":9},{"source":180,"target":33},{"source":30,"target":0},{"source":30,"target":9},{"source":30,"target":34},{"source":30,"target":181},{"source":30,"target":182},{"source":181,"target":9},{"source":182,"target":34},{"source":31,"target":0},{"source":31,"target":8},{"source":31,"target":33},{"source":31,"target":183},{"source":31,"target":184},{"source":183,"target":8},{"source":184,"target":33},{"source":32,"target":0},{"source":32,"target":8},{"source":32,"target":34},{"source":32,"target":185},{"source":32,"target":186},{"source":185,"target":8},{"source":186,"target":34},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":35,"target":187},{"source":187,"target":188},{"source":187,"target":35},{"source":36,"target":0},{"source":36,"target":189},{"source":189,"target":190},{"source":189,"target":36},{"source":37,"target":0},{"source":37,"target":5},{"source":37,"target":191},{"source":37,"target":192},{"source":191,"target":193},{"source":191,"target":37},{"source":192,"target":5},{"source":38,"target":0},{"source":38,"target":1},{"source":38,"target":194},{"source":194,"target":1},{"source":39,"target":0},{"source":39,"target":1},{"source":39,"target":195},{"source":195,"target":1},{"source":40,"target":0},{"source":40,"target":4},{"source":40,"target":196},{"source":40,"target":197},{"source":40,"target":198},{"source":40,"target":199},{"source":40,"target":200},{"source":196,"target":201},{"source":196,"target":40},{"source":197,"target":202},{"source":197,"target":40},{"source":198,"target":203},{"source":198,"target":40},{"source":199,"target":204},{"source":199,"target":40},{"source":200,"target":4},{"source":41,"target":0},{"source":41,"target":4},{"source":41,"target":205},{"source":41,"target":206},{"source":41,"target":207},{"source":41,"target":208},{"source":41,"target":209},{"source":205,"target":210},{"source":205,"target":41},{"source":206,"target":211},{"source":206,"target":41},{"source":207,"target":212},{"source":207,"target":41},{"source":208,"target":213},{"source":208,"target":41},{"source":209,"target":4},{"source":42,"target":0},{"source":42,"target":14},{"source":42,"target":214},{"source":42,"target":215},{"source":214,"target":216},{"source":214,"target":42},{"source":215,"target":14},{"source":43,"target":0},{"source":43,"target":4},{"source":43,"target":217},{"source":43,"target":218},{"source":43,"target":219},{"source":217,"target":220},{"source":217,"target":43},{"source":218,"target":221},{"source":218,"target":43},{"source":219,"target":4},{"source":44,"target":0},{"source":44,"target":4},{"source":44,"target":222},{"source":44,"target":223},{"source":44,"target":224},{"source":222,"target":51},{"source":222,"target":225},{"source":222,"target":44},{"source":225,"target":51},{"source":223,"target":226},{"source":223,"target":44},{"source":224,"target":4},{"source":45,"target":0},{"source":45,"target":4},{"source":45,"target":227},{"source":45,"target":228},{"source":45,"target":229},{"source":45,"target":230},{"source":45,"target":231},{"source":227,"target":232},{"source":227,"target":45},{"source":228,"target":233},{"source":228,"target":45},{"source":229,"target":234},{"source":229,"target":45},{"source":230,"target":235},{"source":230,"target":45},{"source":231,"target":4},{"source":46,"target":0},{"source":46,"target":14},{"source":46,"target":236},{"source":46,"target":237},{"source":236,"target":238},{"source":236,"target":46},{"source":237,"target":14},{"source":47,"target":0},{"source":47,"target":35},{"source":47,"target":36},{"source":47,"target":153},{"source":47,"target":239},{"source":47,"target":240},{"source":47,"target":241},{"source":153,"target":16},{"source":153,"target":242},{"source":153,"target":47},{"source":153,"target":148},{"source":242,"target":16},{"source":239,"target":16},{"source":239,"target":243},{"source":239,"target":47},{"source":243,"target":16},{"source":240,"target":35},{"source":241,"target":36},{"source":48,"target":0},{"source":48,"target":14},{"source":48,"target":244},{"source":244,"target":14},{"source":49,"target":0},{"source":49,"target":14},{"source":49,"target":245},{"source":49,"target":246},{"source":49,"target":247},{"source":245,"target":248},{"source":245,"target":49},{"source":246,"target":249},{"source":246,"target":49},{"source":247,"target":14},{"source":50,"target":0},{"source":50,"target":14},{"source":50,"target":250},{"source":250,"target":14},{"source":51,"target":0},{"source":51,"target":251},{"source":51,"target":252},{"source":51,"target":253},{"source":51,"target":254},{"source":251,"target":51},{"source":252,"target":51},{"source":253,"target":51},{"source":254,"target":51},{"source":52,"target":0},{"source":52,"target":16},{"source":52,"target":255},{"source":52,"target":256},{"source":255,"target":16},{"source":255,"target":257},{"source":255,"target":52},{"source":257,"target":16},{"source":256,"target":16},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":258},{"source":258,"target":52},{"source":54,"target":0},{"source":54,"target":52},{"source":54,"target":259},{"source":259,"target":52},{"source":55,"target":0},{"source":55,"target":14},{"source":55,"target":260},{"source":55,"target":261},{"source":55,"target":262},{"source":260,"target":263},{"source":260,"target":55},{"source":261,"target":264},{"source":261,"target":55},{"source":262,"target":14},{"source":56,"target":0},{"source":56,"target":55},{"source":56,"target":265},{"source":265,"target":55},{"source":57,"target":0},{"source":57,"target":14},{"source":57,"target":266},{"source":57,"target":267},{"source":57,"target":268},{"source":266,"target":67},{"source":266,"target":269},{"source":266,"target":57},{"source":269,"target":67},{"source":267,"target":68},{"source":267,"target":270},{"source":267,"target":57},{"source":270,"target":68},{"source":268,"target":14},{"source":58,"target":0},{"source":58,"target":30},{"source":58,"target":271},{"source":58,"target":272},{"source":271,"target":273},{"source":271,"target":58},{"source":272,"target":30},{"source":59,"target":0},{"source":59,"target":274},{"source":59,"target":275},{"source":274,"target":32},{"source":274,"target":276},{"source":274,"target":59},{"source":276,"target":32},{"source":275,"target":31},{"source":275,"target":277},{"source":275,"target":59},{"source":277,"target":31},{"source":60,"target":0},{"source":60,"target":4},{"source":60,"target":278},{"source":60,"target":279},{"source":60,"target":280},{"source":60,"target":281},{"source":278,"target":282},{"source":278,"target":60},{"source":279,"target":283},{"source":279,"target":60},{"source":280,"target":284},{"source":280,"target":60},{"source":281,"target":4},{"source":61,"target":0},{"source":61,"target":60},{"source":61,"target":285},{"source":285,"target":60},{"source":62,"target":0},{"source":62,"target":60},{"source":62,"target":286},{"source":286,"target":60},{"source":63,"target":0},{"source":63,"target":60},{"source":63,"target":287},{"source":63,"target":288},{"source":287,"target":289},{"source":287,"target":63},{"source":288,"target":60},{"source":64,"target":0},{"source":64,"target":290},{"source":64,"target":291},{"source":64,"target":292},{"source":290,"target":64},{"source":291,"target":64},{"source":292,"target":64},{"source":65,"target":0},{"source":65,"target":293},{"source":65,"target":294},{"source":65,"target":295},{"source":65,"target":296},{"source":65,"target":297},{"source":65,"target":298},{"source":293,"target":299},{"source":293,"target":65},{"source":294,"target":300},{"source":294,"target":65},{"source":295,"target":301},{"source":295,"target":65},{"source":296,"target":302},{"source":296,"target":65},{"source":297,"target":6},{"source":297,"target":303},{"source":297,"target":65},{"source":303,"target":6},{"source":298,"target":304},{"source":298,"target":65},{"source":66,"target":0},{"source":66,"target":14},{"source":66,"target":305},{"source":305,"target":14},{"source":67,"target":0},{"source":67,"target":306},{"source":67,"target":307},{"source":67,"target":308},{"source":67,"target":309},{"source":306,"target":67},{"source":307,"target":67},{"source":308,"target":67},{"source":309,"target":67},{"source":68,"target":0},{"source":68,"target":310},{"source":68,"target":311},{"source":68,"target":312},{"source":68,"target":313},{"source":68,"target":314},{"source":68,"target":315},{"source":68,"target":316},{"source":310,"target":68},{"source":311,"target":68},{"source":312,"target":68},{"source":313,"target":68},{"source":314,"target":68},{"source":315,"target":68},{"source":316,"target":68},{"source":69,"target":0},{"source":69,"target":4},{"source":69,"target":317},{"source":69,"target":318},{"source":69,"target":319},{"source":69,"target":320},{"source":317,"target":321},{"source":317,"target":69},{"source":318,"target":322},{"source":318,"target":69},{"source":319,"target":323},{"source":319,"target":69},{"source":320,"target":4}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="expensebom02" nsURI="http://example.com/expensebom02" nsPrefix="expensebom02">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="BOMORIGIN::/ExpenseBOM02/Business Objects/ExpenseBOM02.bom"/>
</eAnnotations>
<eAnnotations source="bds">
<details key="BomFileName" value="L/ExpenseBOM02/Business Objects/ExpenseBOM02.bom"/>
<details key="majorVersion" value="1"/>
<details key="ecoreFormat" value="1"/>
<details key="label" value="com.example.expensebom02"/>
</eAnnotations>
<eAnnotations source="teneo.jpa">
<details key="value" value="@GenericGenerator(name="bdsIdGenerator", strategy="native")"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EEnum" name="Currency">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Currency"/>
</eAnnotations>
<eLiterals name="USD"/>
<eLiterals name="GBP" value="1"/>
<eLiterals name="AUD" value="2"/>
<eLiterals name="EUR" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="currencyElementType" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="currencyElement_._type"/>
<details key="baseType" value="Currency"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="CurrencyObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Currency:Object"/>
<details key="baseType" value="Currency"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Department">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Department"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eAnnotations source="bds">
<details key="label" value="Department"/>
</eAnnotations>
<eAnnotations source="teneo.jpa">
<details key="value" value="@Transient"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deptCode" lowerBound="1" eType="//deptCode_DepartmentType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="deptCode"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deptName" lowerBound="1" eType="//deptName_DepartmentType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="deptName"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="managerId" lowerBound="1" eType="//managerId_DepartmentType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="managerId"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" lowerBound="1" eType="//OfficeLocationsObject">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="location"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="deptCode_DepartmentType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="deptCode_Department_._type"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
<details key="maxLength" value="50"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="deptName_DepartmentType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="deptName_Department_._type"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
<details key="maxLength" value="50"/>
</eAnnotations>
</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">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" 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>
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" 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>
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="currencyElement" unique="false" upperBound="-2" eType="//currencyElementType" volatile="true" transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="CurrencyElement"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="departmentElement" upperBound="-2" eType="//Department" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="DepartmentElement"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="employeeElement" upperBound="-2" eType="//Employee" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="EmployeeElement"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expenseCodesElement" unique="false" upperBound="-2" eType="//expenseCodesElementType" volatile="true" transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ExpenseCodesElement"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="expenseItemsElement" upperBound="-2" eType="//ExpenseItems" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ExpenseItemsElement"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="expenseReportElement" upperBound="-2" eType="//ExpenseReport" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ExpenseReportElement"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="managerElement" upperBound="-2" eType="//Manager" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ManagerElement"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="officeLocationsElement" unique="false" upperBound="-2" eType="//officeLocationsElementType" volatile="true" transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="OfficeLocationsElement"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="departmentBDSInternalSerializationElement" upperBound="-2" eType="//Department" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Department"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="employeeBDSInternalSerializationElement" upperBound="-2" eType="//Employee" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Employee"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="expenseItemsBDSInternalSerializationElement" upperBound="-2" eType="//ExpenseItems" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ExpenseItems"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="expenseReportBDSInternalSerializationElement" upperBound="-2" eType="//ExpenseReport" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ExpenseReport"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="managerBDSInternalSerializationElement" upperBound="-2" eType="//Manager" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Manager"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DoubleStudioGeneratedTemplate" instanceClassName="double">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="double_StudioGeneratedTemplate"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#double"/>
<details key="minInclusive" value="-179.76931348623157E+306"/>
<details key="maxInclusive" value="179.76931348623157E+306"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DoubleStudioGeneratedTemplateObject" instanceClassName="java.lang.Double">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="double_StudioGeneratedTemplate:Object"/>
<details key="baseType" value="double_StudioGeneratedTemplate"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Employee">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Employee"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eAnnotations source="bds">
<details key="label" value="Employee"/>
</eAnnotations>
<eAnnotations source="teneo.jpa">
<details key="value" value="@Transient"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="employeeId" lowerBound="1" eType="//employeeId_EmployeeType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="employeeId"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" lowerBound="1" eType="//firstName_EmployeeType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="firstName"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" lowerBound="1" eType="//lastName_EmployeeType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lastName"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="employeeId_EmployeeType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="employeeId_Employee_._type"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
<details key="maxLength" value="50"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ExpenseCodes">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ExpenseCodes"/>
</eAnnotations>
<eLiterals name="ENT01"/>
<eLiterals name="ACC02" value="1"/>
<eLiterals name="MEA03" value="2"/>
<eLiterals name="TAX04" value="3"/>
<eLiterals name="FLI05" value="4"/>
<eLiterals name="MIS06" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="expenseCodesElementType" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="expenseCodesElement_._type"/>
<details key="baseType" value="ExpenseCodes"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ExpenseCodesObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ExpenseCodes:Object"/>
<details key="baseType" value="ExpenseCodes"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpenseItems">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ExpenseItems"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eAnnotations source="bds">
<details key="label" value="Expense Items"/>
</eAnnotations>
<eAnnotations source="teneo.jpa">
<details key="value" value="@Transient"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="date"/>
</eAnnotations>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2003/XMLType#//Date"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expenseCode" eType="//ExpenseCodesObject">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="expenseCode"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="amount" eType="//DoubleStudioGeneratedTemplateObject">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="amount"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpenseReport">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ExpenseReport"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eAnnotations source="bds">
<details key="label" value="Expense Report"/>
</eAnnotations>
<eAnnotations source="teneo.jpa">
<details key="value" value="@Transient"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reportDate">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="reportDate"/>
</eAnnotations>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2003/XMLType#//Date"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="currency" eType="//CurrencyObject">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="currency"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="expenseitems" lowerBound="1" upperBound="-1" eType="//ExpenseItems" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="expenseitems"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="firstName_EmployeeType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="firstName_Employee_._type"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
<details key="maxLength" value="50"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="lastName_EmployeeType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="lastName_Employee_._type"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
<details key="maxLength" value="50"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Manager" eSuperTypes="//Employee">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Manager"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eAnnotations source="bds">
<details key="label" value="Manager"/>
</eAnnotations>
<eAnnotations source="teneo.jpa">
<details key="value" value="@Transient"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="approvalLimit">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="approvalLimit"/>
</eAnnotations>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2003/XMLType#//IntObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="managerId_DepartmentType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="managerId_Department_._type"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
<details key="maxLength" value="50"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OfficeLocations">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="OfficeLocations"/>
</eAnnotations>
<eLiterals name="PALOALTO"/>
<eLiterals name="SWINDON" value="1"/>
<eLiterals name="SYDNEY" value="2"/>
<eLiterals name="PARIS" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="officeLocationsElementType" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="officeLocationsElement_._type"/>
<details key="baseType" value="OfficeLocations"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="OfficeLocationsObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="OfficeLocations:Object"/>
<details key="baseType" value="OfficeLocations"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/dreeloss/TibcoBPM/.com.example.expensebom02.bds/model/com.example.expensebom02.bds.ecore | ecore | expensebom02
Currency
USD
USD
GBP
GBP
AUD
AUD
EUR
EUR
currencyElementType
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
CurrencyObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
Department
deptCode
deptName
managerId
location
deptCode_DepartmentType
java.lang.String
java.lang.String
deptName_DepartmentType
java.lang.String
java.lang.String
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
currencyElement
departmentElement
employeeElement
expenseCodesElement
expenseItemsElement
expenseReportElement
managerElement
officeLocationsElement
departmentBDSInternalSerializationElement
employeeBDSInternalSerializationElement
expenseItemsBDSInternalSerializationElement
expenseReportBDSInternalSerializationElement
managerBDSInternalSerializationElement
DoubleStudioGeneratedTemplate
double
double
DoubleStudioGeneratedTemplateObject
java.lang.Double
java.lang.Double
Employee
employeeId
firstName
lastName
employeeId_EmployeeType
java.lang.String
java.lang.String
ExpenseCodes
ENT01
ENT01
ACC02
ACC02
MEA03
MEA03
TAX04
TAX04
FLI05
FLI05
MIS06
MIS06
expenseCodesElementType
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
ExpenseCodesObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
ExpenseItems
date
expenseCode
amount
ExpenseReport
reportDate
currency
expenseitems
firstName_EmployeeType
java.lang.String
java.lang.String
lastName_EmployeeType
java.lang.String
java.lang.String
Manager
approvalLimit
managerId_DepartmentType
java.lang.String
java.lang.String
OfficeLocations
PALOALTO
PALOALTO
SWINDON
SWINDON
SYDNEY
SYDNEY
PARIS
PARIS
officeLocationsElementType
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
OfficeLocationsObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator | null | {"directed":true,"nodes":[{"nsPrefix":"expensebom02","nsURI":"http://example.com/expensebom02","name":"expensebom02","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"Currency","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"currencyElementType","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"CurrencyObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Department","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"deptCode_DepartmentType","instanceClass":"java.lang.String","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"deptName_DepartmentType","instanceClass":"java.lang.String","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"DoubleStudioGeneratedTemplate","instanceClass":"double","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"DoubleStudioGeneratedTemplateObject","instanceClass":"java.lang.Double","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"employeeId_EmployeeType","instanceClass":"java.lang.String","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExpenseCodes","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"expenseCodesElementType","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ExpenseCodesObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpenseItems","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpenseReport","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"firstName_EmployeeType","instanceClass":"java.lang.String","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"lastName_EmployeeType","instanceClass":"java.lang.String","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manager","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"managerId_DepartmentType","instanceClass":"java.lang.String","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"OfficeLocations","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"officeLocationsElementType","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"OfficeLocationsObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":23,"serializable":true,"eClass":"EDataType"},{"name":"USD","id":24,"value":0,"literal":"USD","eClass":"EEnumLiteral"},{"name":"GBP","id":25,"value":1,"literal":"GBP","eClass":"EEnumLiteral"},{"name":"AUD","id":26,"value":2,"literal":"AUD","eClass":"EEnumLiteral"},{"name":"EUR","id":27,"value":3,"literal":"EUR","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":"deptCode","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deptName","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"managerId","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":"location","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"},{"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":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":38,"derived":false},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"currencyElement","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"departmentElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"employeeElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":41,"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":"expenseCodesElement","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"expenseItemsElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"expenseReportElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":44,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"managerElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":45,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"officeLocationsElement","changeable":true,"lowerBound":0,"iD":false,"id":46,"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":"departmentBDSInternalSerializationElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":47,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"employeeBDSInternalSerializationElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":48,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"expenseItemsBDSInternalSerializationElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":49,"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":"expenseReportBDSInternalSerializationElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":50,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"managerBDSInternalSerializationElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":51,"derived":true},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"employeeId","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastName","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"name":"ENT01","id":74,"value":0,"literal":"ENT01","eClass":"EEnumLiteral"},{"name":"ACC02","id":75,"value":1,"literal":"ACC02","eClass":"EEnumLiteral"},{"name":"MEA03","id":76,"value":2,"literal":"MEA03","eClass":"EEnumLiteral"},{"name":"TAX04","id":77,"value":3,"literal":"TAX04","eClass":"EEnumLiteral"},{"name":"FLI05","id":78,"value":4,"literal":"FLI05","eClass":"EEnumLiteral"},{"name":"MIS06","id":79,"value":5,"literal":"MIS06","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":"date","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expenseCode","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"amount","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reportDate","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"currency","changeable":true,"lowerBound":0,"iD":false,"id":87,"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":"expenseitems","changeable":true,"resolveProxies":false,"lowerBound":1,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"approvalLimit","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"name":"PALOALTO","id":95,"value":0,"literal":"PALOALTO","eClass":"EEnumLiteral"},{"name":"SWINDON","id":96,"value":1,"literal":"SWINDON","eClass":"EEnumLiteral"},{"name":"SYDNEY","id":97,"value":2,"literal":"SYDNEY","eClass":"EEnumLiteral"},{"name":"PARIS","id":98,"value":3,"literal":"PARIS","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":1,"target":0},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":24,"target":1},{"source":25,"target":1},{"source":26,"target":1},{"source":27,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":28,"target":5},{"source":28,"target":32},{"source":28,"target":4},{"source":32,"target":5},{"source":29,"target":6},{"source":29,"target":33},{"source":29,"target":4},{"source":33,"target":6},{"source":30,"target":20},{"source":30,"target":34},{"source":30,"target":4},{"source":34,"target":20},{"source":31,"target":23},{"source":31,"target":35},{"source":31,"target":4},{"source":35,"target":23},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":36},{"source":7,"target":37},{"source":7,"target":38},{"source":7,"target":39},{"source":7,"target":40},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":7,"target":48},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":36,"target":52},{"source":36,"target":7},{"source":37,"target":53},{"source":37,"target":7},{"source":38,"target":54},{"source":38,"target":7},{"source":39,"target":2},{"source":39,"target":55},{"source":39,"target":7},{"source":55,"target":2},{"source":40,"target":4},{"source":40,"target":56},{"source":40,"target":7},{"source":56,"target":4},{"source":41,"target":10},{"source":41,"target":57},{"source":41,"target":7},{"source":57,"target":10},{"source":42,"target":13},{"source":42,"target":58},{"source":42,"target":7},{"source":58,"target":13},{"source":43,"target":15},{"source":43,"target":59},{"source":43,"target":7},{"source":59,"target":15},{"source":44,"target":16},{"source":44,"target":60},{"source":44,"target":7},{"source":60,"target":16},{"source":45,"target":19},{"source":45,"target":61},{"source":45,"target":7},{"source":61,"target":19},{"source":46,"target":22},{"source":46,"target":62},{"source":46,"target":7},{"source":62,"target":22},{"source":47,"target":4},{"source":47,"target":63},{"source":47,"target":7},{"source":63,"target":4},{"source":48,"target":10},{"source":48,"target":64},{"source":48,"target":7},{"source":64,"target":10},{"source":49,"target":15},{"source":49,"target":65},{"source":49,"target":7},{"source":65,"target":15},{"source":50,"target":16},{"source":50,"target":66},{"source":50,"target":7},{"source":66,"target":16},{"source":51,"target":19},{"source":51,"target":67},{"source":51,"target":7},{"source":67,"target":19},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":68},{"source":10,"target":69},{"source":10,"target":70},{"source":68,"target":11},{"source":68,"target":71},{"source":68,"target":10},{"source":71,"target":11},{"source":69,"target":17},{"source":69,"target":72},{"source":69,"target":10},{"source":72,"target":17},{"source":70,"target":18},{"source":70,"target":73},{"source":70,"target":10},{"source":73,"target":18},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":12,"target":77},{"source":12,"target":78},{"source":12,"target":79},{"source":74,"target":12},{"source":75,"target":12},{"source":76,"target":12},{"source":77,"target":12},{"source":78,"target":12},{"source":79,"target":12},{"source":13,"target":0},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":80},{"source":15,"target":81},{"source":15,"target":82},{"source":80,"target":83},{"source":80,"target":15},{"source":81,"target":14},{"source":81,"target":84},{"source":81,"target":15},{"source":84,"target":14},{"source":82,"target":9},{"source":82,"target":85},{"source":82,"target":15},{"source":85,"target":9},{"source":16,"target":0},{"source":16,"target":86},{"source":16,"target":87},{"source":16,"target":88},{"source":86,"target":89},{"source":86,"target":16},{"source":87,"target":3},{"source":87,"target":90},{"source":87,"target":16},{"source":90,"target":3},{"source":88,"target":15},{"source":88,"target":91},{"source":88,"target":16},{"source":91,"target":15},{"source":17,"target":0},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":10},{"source":19,"target":92},{"source":19,"target":93},{"source":92,"target":94},{"source":92,"target":19},{"source":93,"target":10},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":95},{"source":21,"target":96},{"source":21,"target":97},{"source":21,"target":98},{"source":95,"target":21},{"source":96,"target":21},{"source":97,"target":21},{"source":98,"target":21},{"source":22,"target":0},{"source":23,"target":0}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="svgPath" nsURI="http://www.bestsolution.at/efxclipse/tooling/svgpath/SvgPath"
nsPrefix="svgPath">
<eClassifiers xsi:type="ecore:EClass" name="svg_path">
<eStructuralFeatures xsi:type="ecore:EReference" name="moveto_drawto_command_groups"
eType="#//moveto_drawto_command_groups" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="moveto_drawto_command_groups">
<eStructuralFeatures xsi:type="ecore:EReference" name="commands" upperBound="-1"
eType="#//moveto_drawto_command_group" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="moveto_drawto_command_group">
<eStructuralFeatures xsi:type="ecore:EReference" name="moveto" eType="#//moveto"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="drawto_commands" eType="#//drawto_commands"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="moveto">
<eStructuralFeatures xsi:type="ecore:EReference" name="point" eType="#//coordinate_pair"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lineto_argument_sequence"
eType="#//lineto_argument_sequence" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="lineto_argument_sequence">
<eStructuralFeatures xsi:type="ecore:EReference" name="pairs" upperBound="-1"
eType="#//coordinate_pair" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="drawto_commands">
<eStructuralFeatures xsi:type="ecore:EReference" name="drawto_commands" upperBound="-1"
eType="#//drawto_command" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="drawto_command"/>
<eClassifiers xsi:type="ecore:EClass" name="closepath" eSuperTypes="#//drawto_command"/>
<eClassifiers xsi:type="ecore:EClass" name="lineto" eSuperTypes="#//drawto_command">
<eStructuralFeatures xsi:type="ecore:EReference" name="lineto_argument_sequence"
eType="#//lineto_argument_sequence" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="horizontal_lineto" eSuperTypes="#//drawto_command">
<eStructuralFeatures xsi:type="ecore:EReference" name="horizontal_lineto_argument_sequence"
eType="#//horizontal_lineto_argument_sequence" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="horizontal_lineto_argument_sequence">
<eStructuralFeatures xsi:type="ecore:EReference" name="coordinates" upperBound="-1"
eType="#//coordinate" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="vertical_lineto" eSuperTypes="#//drawto_command">
<eStructuralFeatures xsi:type="ecore:EReference" name="vertical_lineto_argument_sequence"
eType="#//vertical_lineto_argument_sequence" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="vertical_lineto_argument_sequence">
<eStructuralFeatures xsi:type="ecore:EReference" name="coordinates" upperBound="-1"
eType="#//coordinate" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="curveto" eSuperTypes="#//drawto_command">
<eStructuralFeatures xsi:type="ecore:EReference" name="curveto_argument_sequence"
eType="#//curveto_argument_sequence" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="curveto_argument_sequence">
<eStructuralFeatures xsi:type="ecore:EReference" name="curveto_arguments" upperBound="-1"
eType="#//curveto_argument" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="curveto_argument">
<eStructuralFeatures xsi:type="ecore:EReference" name="c1" eType="#//coordinate_pair"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="c2" eType="#//coordinate_pair"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="c3" eType="#//coordinate_pair"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="smooth_curveto" eSuperTypes="#//drawto_command">
<eStructuralFeatures xsi:type="ecore:EReference" name="smooth_curveto_argument_sequence"
eType="#//smooth_curveto_argument_sequence" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="smooth_curveto_argument_sequence">
<eStructuralFeatures xsi:type="ecore:EReference" name="smooth_curveto_arguments"
upperBound="-1" eType="#//smooth_curveto_argument" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="smooth_curveto_argument">
<eStructuralFeatures xsi:type="ecore:EReference" name="c1" eType="#//coordinate_pair"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="c2" eType="#//coordinate_pair"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="quadratic_bezier_curveto" eSuperTypes="#//drawto_command"/>
<eClassifiers xsi:type="ecore:EClass" name="quadratic_bezier_curveto_argument_sequence"
eSuperTypes="#//quadratic_bezier_curveto">
<eStructuralFeatures xsi:type="ecore:EReference" name="quadratic_bezier_curveto_arguments"
upperBound="-1" eType="#//quadratic_bezier_curveto_argument" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="quadratic_bezier_curveto_argument">
<eStructuralFeatures xsi:type="ecore:EReference" name="c1" eType="#//coordinate_pair"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="c2" eType="#//coordinate_pair"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="smooth_quadratic_bezier_curveto" eSuperTypes="#//drawto_command">
<eStructuralFeatures xsi:type="ecore:EReference" name="smooth_quadratic_bezier_curveto_argument_sequence"
eType="#//smooth_quadratic_bezier_curveto_argument_sequence" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="smooth_quadratic_bezier_curveto_argument_sequence">
<eStructuralFeatures xsi:type="ecore:EReference" name="coordinate_pairs" upperBound="-1"
eType="#//coordinate_pair" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="elliptical_arc" eSuperTypes="#//drawto_command">
<eStructuralFeatures xsi:type="ecore:EReference" name="elliptical_arc_argument_sequence"
eType="#//elliptical_arc_argument_sequence" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="elliptical_arc_argument_sequence">
<eStructuralFeatures xsi:type="ecore:EReference" name="elliptical_arc_arguments"
upperBound="-1" eType="#//elliptical_arc_argument" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="elliptical_arc_argument">
<eStructuralFeatures xsi:type="ecore:EReference" name="rx" eType="#//nonnegative_number"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ry" eType="#//nonnegative_number"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rotation" eType="#//number"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="largearcflag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sweepflag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="coordinate_pair" eType="#//coordinate_pair"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="coordinate_pair">
<eStructuralFeatures xsi:type="ecore:EReference" name="c1" eType="#//coordinate"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="c2" eType="#//coordinate"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="coordinate"/>
<eClassifiers xsi:type="ecore:EClass" name="number" eSuperTypes="#//coordinate">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sign" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nonnegative_number" eType="#//nonnegative_number"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="nonnegative_number">
<eStructuralFeatures xsi:type="ecore:EReference" name="intseq" eType="#//digit_sequence"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="floatseq" eType="#//digit_sequence"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exponent" eType="#//exponent"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="exponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sign" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="digit_sequence" eType="#//digit_sequence"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="digit_sequence">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="digits" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/SvgPath.ecore | ecore | svgPath
svg_path
moveto_drawto_command_groups
moveto_drawto_command_groups
commands
moveto_drawto_command_group
moveto
drawto_commands
moveto
point
lineto_argument_sequence
lineto_argument_sequence
pairs
drawto_commands
drawto_commands
drawto_command
closepath
lineto
lineto_argument_sequence
horizontal_lineto
horizontal_lineto_argument_sequence
horizontal_lineto_argument_sequence
coordinates
vertical_lineto
vertical_lineto_argument_sequence
vertical_lineto_argument_sequence
coordinates
curveto
curveto_argument_sequence
curveto_argument_sequence
curveto_arguments
curveto_argument
c1
c2
c3
smooth_curveto
smooth_curveto_argument_sequence
smooth_curveto_argument_sequence
smooth_curveto_arguments
smooth_curveto_argument
c1
c2
quadratic_bezier_curveto
quadratic_bezier_curveto_argument_sequence
quadratic_bezier_curveto_arguments
quadratic_bezier_curveto_argument
c1
c2
smooth_quadratic_bezier_curveto
smooth_quadratic_bezier_curveto_argument_sequence
smooth_quadratic_bezier_curveto_argument_sequence
coordinate_pairs
elliptical_arc
elliptical_arc_argument_sequence
elliptical_arc_argument_sequence
elliptical_arc_arguments
elliptical_arc_argument
rx
ry
rotation
largearcflag
sweepflag
coordinate_pair
coordinate_pair
c1
c2
coordinate
number
sign
nonnegative_number
nonnegative_number
intseq
floatseq
exponent
exponent
sign
digit_sequence
digit_sequence
digits | null | {"directed":true,"nodes":[{"nsPrefix":"svgPath","nsURI":"http://www.bestsolution.at/efxclipse/tooling/svgpath/SvgPath","name":"svgPath","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"svg_path","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"moveto_drawto_command_groups","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"moveto_drawto_command_group","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"moveto","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"lineto_argument_sequence","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"drawto_commands","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"drawto_command","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"closepath","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"lineto","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"horizontal_lineto","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"horizontal_lineto_argument_sequence","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"vertical_lineto","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"vertical_lineto_argument_sequence","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"curveto","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"curveto_argument_sequence","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"curveto_argument","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"smooth_curveto","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"smooth_curveto_argument_sequence","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"smooth_curveto_argument","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"quadratic_bezier_curveto","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"quadratic_bezier_curveto_argument_sequence","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"quadratic_bezier_curveto_argument","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"smooth_quadratic_bezier_curveto","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"smooth_quadratic_bezier_curveto_argument_sequence","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"elliptical_arc","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"elliptical_arc_argument_sequence","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"elliptical_arc_argument","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"coordinate_pair","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"coordinate","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"number","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nonnegative_number","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"exponent","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"digit_sequence","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moveto_drawto_command_groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moveto","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"drawto_commands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"point","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lineto_argument_sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pairs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"drawto_commands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lineto_argument_sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"horizontal_lineto_argument_sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"coordinates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vertical_lineto_argument_sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"coordinates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"curveto_argument_sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"curveto_arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"smooth_curveto_argument_sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"smooth_curveto_arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"quadratic_bezier_curveto_arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c1","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":"c2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"smooth_quadratic_bezier_curveto_argument_sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"coordinate_pairs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elliptical_arc_argument_sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elliptical_arc_arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rx","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rotation","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":"largearcflag","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":"sweepflag","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"coordinate_pair","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sign","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":true,"unsettable":false,"transient":false,"unique":true,"name":"nonnegative_number","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intseq","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"floatseq","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"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":"sign","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"digit_sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"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":"digits","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":1,"target":34},{"source":34,"target":2},{"source":34,"target":35},{"source":34,"target":1},{"source":35,"target":2},{"source":2,"target":0},{"source":2,"target":36},{"source":36,"target":3},{"source":36,"target":37},{"source":36,"target":2},{"source":37,"target":3},{"source":3,"target":0},{"source":3,"target":38},{"source":3,"target":39},{"source":38,"target":4},{"source":38,"target":40},{"source":38,"target":3},{"source":40,"target":4},{"source":39,"target":6},{"source":39,"target":41},{"source":39,"target":3},{"source":41,"target":6},{"source":4,"target":0},{"source":4,"target":42},{"source":4,"target":43},{"source":42,"target":28},{"source":42,"target":44},{"source":42,"target":4},{"source":44,"target":28},{"source":43,"target":5},{"source":43,"target":45},{"source":43,"target":4},{"source":45,"target":5},{"source":5,"target":0},{"source":5,"target":46},{"source":46,"target":28},{"source":46,"target":47},{"source":46,"target":5},{"source":47,"target":28},{"source":6,"target":0},{"source":6,"target":48},{"source":48,"target":7},{"source":48,"target":49},{"source":48,"target":6},{"source":49,"target":7},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":50},{"source":50,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":51},{"source":9,"target":52},{"source":51,"target":5},{"source":51,"target":53},{"source":51,"target":9},{"source":53,"target":5},{"source":52,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":54},{"source":10,"target":55},{"source":54,"target":11},{"source":54,"target":56},{"source":54,"target":10},{"source":56,"target":11},{"source":55,"target":7},{"source":11,"target":0},{"source":11,"target":57},{"source":57,"target":29},{"source":57,"target":58},{"source":57,"target":11},{"source":58,"target":29},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":59},{"source":12,"target":60},{"source":59,"target":13},{"source":59,"target":61},{"source":59,"target":12},{"source":61,"target":13},{"source":60,"target":7},{"source":13,"target":0},{"source":13,"target":62},{"source":62,"target":29},{"source":62,"target":63},{"source":62,"target":13},{"source":63,"target":29},{"source":14,"target":0},{"source":14,"target":7},{"source":14,"target":64},{"source":14,"target":65},{"source":64,"target":15},{"source":64,"target":66},{"source":64,"target":14},{"source":66,"target":15},{"source":65,"target":7},{"source":15,"target":0},{"source":15,"target":67},{"source":67,"target":16},{"source":67,"target":68},{"source":67,"target":15},{"source":68,"target":16},{"source":16,"target":0},{"source":16,"target":69},{"source":16,"target":70},{"source":16,"target":71},{"source":69,"target":28},{"source":69,"target":72},{"source":69,"target":16},{"source":72,"target":28},{"source":70,"target":28},{"source":70,"target":73},{"source":70,"target":16},{"source":73,"target":28},{"source":71,"target":28},{"source":71,"target":74},{"source":71,"target":16},{"source":74,"target":28},{"source":17,"target":0},{"source":17,"target":7},{"source":17,"target":75},{"source":17,"target":76},{"source":75,"target":18},{"source":75,"target":77},{"source":75,"target":17},{"source":77,"target":18},{"source":76,"target":7},{"source":18,"target":0},{"source":18,"target":78},{"source":78,"target":19},{"source":78,"target":79},{"source":78,"target":18},{"source":79,"target":19},{"source":19,"target":0},{"source":19,"target":80},{"source":19,"target":81},{"source":80,"target":28},{"source":80,"target":82},{"source":80,"target":19},{"source":82,"target":28},{"source":81,"target":28},{"source":81,"target":83},{"source":81,"target":19},{"source":83,"target":28},{"source":20,"target":0},{"source":20,"target":7},{"source":20,"target":84},{"source":84,"target":7},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":85},{"source":21,"target":86},{"source":85,"target":22},{"source":85,"target":87},{"source":85,"target":21},{"source":87,"target":22},{"source":86,"target":20},{"source":22,"target":0},{"source":22,"target":88},{"source":22,"target":89},{"source":88,"target":28},{"source":88,"target":90},{"source":88,"target":22},{"source":90,"target":28},{"source":89,"target":28},{"source":89,"target":91},{"source":89,"target":22},{"source":91,"target":28},{"source":23,"target":0},{"source":23,"target":7},{"source":23,"target":92},{"source":23,"target":93},{"source":92,"target":24},{"source":92,"target":94},{"source":92,"target":23},{"source":94,"target":24},{"source":93,"target":7},{"source":24,"target":0},{"source":24,"target":95},{"source":95,"target":28},{"source":95,"target":96},{"source":95,"target":24},{"source":96,"target":28},{"source":25,"target":0},{"source":25,"target":7},{"source":25,"target":97},{"source":25,"target":98},{"source":97,"target":26},{"source":97,"target":99},{"source":97,"target":25},{"source":99,"target":26},{"source":98,"target":7},{"source":26,"target":0},{"source":26,"target":100},{"source":100,"target":27},{"source":100,"target":101},{"source":100,"target":26},{"source":101,"target":27},{"source":27,"target":0},{"source":27,"target":102},{"source":27,"target":103},{"source":27,"target":104},{"source":27,"target":105},{"source":27,"target":106},{"source":27,"target":107},{"source":102,"target":31},{"source":102,"target":108},{"source":102,"target":27},{"source":108,"target":31},{"source":103,"target":31},{"source":103,"target":109},{"source":103,"target":27},{"source":109,"target":31},{"source":104,"target":30},{"source":104,"target":110},{"source":104,"target":27},{"source":110,"target":30},{"source":105,"target":111},{"source":105,"target":27},{"source":106,"target":112},{"source":106,"target":27},{"source":107,"target":28},{"source":107,"target":113},{"source":107,"target":27},{"source":113,"target":28},{"source":28,"target":0},{"source":28,"target":114},{"source":28,"target":115},{"source":114,"target":29},{"source":114,"target":116},{"source":114,"target":28},{"source":116,"target":29},{"source":115,"target":29},{"source":115,"target":117},{"source":115,"target":28},{"source":117,"target":29},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":118},{"source":30,"target":119},{"source":30,"target":120},{"source":118,"target":121},{"source":118,"target":30},{"source":119,"target":31},{"source":119,"target":122},{"source":119,"target":30},{"source":122,"target":31},{"source":120,"target":29},{"source":31,"target":0},{"source":31,"target":123},{"source":31,"target":124},{"source":31,"target":125},{"source":123,"target":33},{"source":123,"target":126},{"source":123,"target":31},{"source":126,"target":33},{"source":124,"target":33},{"source":124,"target":127},{"source":124,"target":31},{"source":127,"target":33},{"source":125,"target":32},{"source":125,"target":128},{"source":125,"target":31},{"source":128,"target":32},{"source":32,"target":0},{"source":32,"target":129},{"source":32,"target":130},{"source":129,"target":131},{"source":129,"target":32},{"source":130,"target":33},{"source":130,"target":132},{"source":130,"target":32},{"source":132,"target":33},{"source":33,"target":0},{"source":33,"target":133},{"source":133,"target":134},{"source":133,"target":33}],"multigraph":true} |
true | <?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Double"/>
</ecore:EPackage>
<ecore:EPackage name="IMSTransactionMessage">
<eClassifiers xsi:type="ecore:EEnum" name="OIMAPrefixFormats">
<eLiterals name="opp_one" value="1"/>
<eLiterals name="opp_two" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TwoByteField"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableLengthField"/>
<eClassifiers xsi:type="ecore:EClass" name="IMSTransactionMessage">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="OIMAPrefixFormat" ordered="false" unique="false" lowerBound="1" eType="/1/OIMAPrefixFormats"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="standardFieldsFlag" ordered="false" unique="false" lowerBound="1" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="OIMAPrefixComponent" ordered="false" eType="/1/OIMAPrefix" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="standardFieldComponent" ordered="false" eType="/1/StandardFields" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="messageComponent" ordered="false" lowerBound="1" eType="/1/ApplicationData" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OIMAPrefix">
<eStructuralFeatures xsi:type="ecore:EReference" name="controlDataComponent" ordered="false" lowerBound="1" eType="/1/ControlData" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateDataComponent" ordered="false" lowerBound="1" eType="/1/StateData" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="securityDataComponent" ordered="false" eType="/1/SecurityData" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="userDataComponent" ordered="false" eType="/1/UserData" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlData"/>
<eClassifiers xsi:type="ecore:EClass" name="StateData"/>
<eClassifiers xsi:type="ecore:EClass" name="SecurityData"/>
<eClassifiers xsi:type="ecore:EClass" name="UserData"/>
<eClassifiers xsi:type="ecore:EClass" name="StandardFields">
<eStructuralFeatures xsi:type="ecore:EReference" name="length" ordered="false" lowerBound="1" eType="/1/TwoByteField"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reservedField" ordered="false" lowerBound="1" eType="/1/TwoByteField"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transactionCode" ordered="false" lowerBound="1" eType="/1/VariableLengthField"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationData">
<eStructuralFeatures xsi:type="ecore:EReference" name="languageElements" ordered="false" upperBound="-1" eType="/1/TDLangElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fieldComponents" ordered="false" lowerBound="1" upperBound="-1" eType="/1/Field" containment="true" eOpposite="/1/Field/fieldContainer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Field">
<eStructuralFeatures xsi:type="ecore:EReference" name="fieldContainer" ordered="false" lowerBound="1" eType="/1/ApplicationData" eOpposite="/1/ApplicationData/fieldComponents"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TDLangElement"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/IMSTransactionMessage.ecore | ecore | PrimitiveTypes
Integer
String
Boolean
Double
IMSTransactionMessage
OIMAPrefixFormats
opp_one
opp_one
opp_two
opp_two
TwoByteField
VariableLengthField
IMSTransactionMessage
OIMAPrefixFormat
standardFieldsFlag
OIMAPrefixComponent
standardFieldComponent
messageComponent
OIMAPrefix
controlDataComponent
stateDataComponent
securityDataComponent
userDataComponent
ControlData
StateData
SecurityData
UserData
StandardFields
length
reservedField
transactionCode
ApplicationData
languageElements
fieldComponents
Field
fieldContainer
TDLangElement | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"id":4,"serializable":true,"eClass":"EDataType"},{"nsPrefix":null,"nsURI":null,"name":"IMSTransactionMessage","id":5,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"OIMAPrefixFormats","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TwoByteField","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableLengthField","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMSTransactionMessage","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OIMAPrefix","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlData","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateData","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SecurityData","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserData","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StandardFields","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationData","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TDLangElement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"name":"opp_one","id":19,"value":1,"literal":"opp_one","eClass":"EEnumLiteral"},{"name":"opp_two","id":20,"value":2,"literal":"opp_two","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"OIMAPrefixFormat","changeable":true,"lowerBound":1,"iD":false,"id":21,"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":"standardFieldsFlag","changeable":true,"lowerBound":1,"iD":false,"id":22,"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":"OIMAPrefixComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"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":"standardFieldComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"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":"messageComponent","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"},{"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":"controlDataComponent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"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":"stateDataComponent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"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":"securityDataComponent","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":true,"unsettable":false,"transient":false,"unique":true,"name":"userDataComponent","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"},{"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":"length","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"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":"reservedField","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"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":"transactionCode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"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":"languageElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"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":"fieldComponents","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fieldContainer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":6},{"source":5,"target":7},{"source":5,"target":8},{"source":5,"target":9},{"source":5,"target":10},{"source":5,"target":11},{"source":5,"target":12},{"source":5,"target":13},{"source":5,"target":14},{"source":5,"target":15},{"source":5,"target":16},{"source":5,"target":17},{"source":5,"target":18},{"source":6,"target":5},{"source":6,"target":19},{"source":6,"target":20},{"source":19,"target":6},{"source":20,"target":6},{"source":7,"target":5},{"source":8,"target":5},{"source":9,"target":5},{"source":9,"target":21},{"source":9,"target":22},{"source":9,"target":23},{"source":9,"target":24},{"source":9,"target":25},{"source":21,"target":6},{"source":21,"target":26},{"source":21,"target":9},{"source":26,"target":6},{"source":22,"target":3},{"source":22,"target":27},{"source":22,"target":9},{"source":27,"target":3},{"source":23,"target":10},{"source":23,"target":28},{"source":23,"target":9},{"source":28,"target":10},{"source":24,"target":15},{"source":24,"target":29},{"source":24,"target":9},{"source":29,"target":15},{"source":25,"target":16},{"source":25,"target":30},{"source":25,"target":9},{"source":30,"target":16},{"source":10,"target":5},{"source":10,"target":31},{"source":10,"target":32},{"source":10,"target":33},{"source":10,"target":34},{"source":31,"target":11},{"source":31,"target":35},{"source":31,"target":10},{"source":35,"target":11},{"source":32,"target":12},{"source":32,"target":36},{"source":32,"target":10},{"source":36,"target":12},{"source":33,"target":13},{"source":33,"target":37},{"source":33,"target":10},{"source":37,"target":13},{"source":34,"target":14},{"source":34,"target":38},{"source":34,"target":10},{"source":38,"target":14},{"source":11,"target":5},{"source":12,"target":5},{"source":13,"target":5},{"source":14,"target":5},{"source":15,"target":5},{"source":15,"target":39},{"source":15,"target":40},{"source":15,"target":41},{"source":39,"target":7},{"source":39,"target":42},{"source":39,"target":15},{"source":42,"target":7},{"source":40,"target":7},{"source":40,"target":43},{"source":40,"target":15},{"source":43,"target":7},{"source":41,"target":8},{"source":41,"target":44},{"source":41,"target":15},{"source":44,"target":8},{"source":16,"target":5},{"source":16,"target":45},{"source":16,"target":46},{"source":45,"target":18},{"source":45,"target":47},{"source":45,"target":16},{"source":47,"target":18},{"source":46,"target":17},{"source":46,"target":48},{"source":46,"target":16},{"source":46,"target":49},{"source":48,"target":17},{"source":17,"target":5},{"source":17,"target":49},{"source":49,"target":16},{"source":49,"target":50},{"source":49,"target":17},{"source":49,"target":46},{"source":50,"target":16},{"source":18,"target":5}],"multigraph":true} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.