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="express" nsURI="platform:/org.emoflon.express/model/generated/Express.ecore"
nsPrefix="express">
<eClassifiers xsi:type="ecore:EClass" name="SchemaContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="schemas" upperBound="-1"
eType="#//Schema" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Schema">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1"
eType="#//Declaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Declaration"/>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceOrValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="#//UserDefinedType"/>
<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="UserDefinedType" eSuperTypes="#//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="UseFrom" eSuperTypes="#//Declaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="schema" eType="#//Schema"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="importedEntities" eType="#//ImportedEntityList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImportedEntityList">
<eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1"
eType="#//ImportedEntity" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImportedEntity">
<eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//Entity"/>
<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="SelectType" eSuperTypes="#//UserDefinedType">
<eStructuralFeatures xsi:type="ecore:EReference" name="types" eType="#//UserDefinedTypeList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationType" eSuperTypes="#//UserDefinedType">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//EnumerationValue" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationValue">
<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="AliasType" eSuperTypes="#//UserDefinedType">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//UserDefinedType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//UserDefinedType">
<eStructuralFeatures xsi:type="ecore:EReference" name="subType" eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Function" 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="parameters" eType="#//ParameterList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//ReferenceOrValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterList">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ReferenceOrValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UserDefinedTypeList">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" unique="false"
upperBound="-1" eType="#//UserDefinedType"/>
</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="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerAttribute" eSuperTypes="#//Attribute"/>
<eClassifiers xsi:type="ecore:EClass" name="StringAttribute" eSuperTypes="#//Attribute"/>
<eClassifiers xsi:type="ecore:EClass" name="RealAttribute" eSuperTypes="#//Attribute"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanAttribute" eSuperTypes="#//Attribute"/>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceAttribute" eSuperTypes="#//Attribute">
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="#//UserDefinedType"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/eMoflon/emoflon-ibex-tests/org.emoflon.express/model/generated/Express.ecore | ecore | express
SchemaContainer
schemas
Schema
name
declarations
Declaration
ReferenceOrValue
reference
value
UserDefinedType
name
UseFrom
schema
importedEntities
ImportedEntityList
entities
ImportedEntity
entity
alias
SelectType
types
EnumerationType
values
EnumerationValue
name
AliasType
element
Entity
subType
superType
attributes
Function
name
parameters
returnType
ParameterList
parameters
Parameter
name
type
UserDefinedTypeList
elements
Attribute
name
optional
IntegerAttribute
StringAttribute
RealAttribute
BooleanAttribute
ReferenceAttribute
reference | null | {"directed":true,"nodes":[{"nsPrefix":"express","nsURI":"platform:/org.emoflon.express/model/generated/Express.ecore","name":"express","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SchemaContainer","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schema","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceOrValue","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserDefinedType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseFrom","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportedEntityList","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportedEntity","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationValue","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AliasType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterList","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserDefinedTypeList","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerAttribute","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringAttribute","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealAttribute","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanAttribute","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceAttribute","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schemas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"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":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"schema","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":"importedEntities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"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":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"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":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subType","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":"superType","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":"attributes","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":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":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"container":false,"ordered":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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"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":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":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":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":24,"target":2},{"source":24,"target":25},{"source":24,"target":1},{"source":25,"target":2},{"source":2,"target":0},{"source":2,"target":26},{"source":2,"target":27},{"source":26,"target":28},{"source":26,"target":2},{"source":27,"target":3},{"source":27,"target":29},{"source":27,"target":2},{"source":29,"target":3},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":30},{"source":4,"target":31},{"source":30,"target":5},{"source":30,"target":32},{"source":30,"target":4},{"source":32,"target":5},{"source":31,"target":33},{"source":31,"target":4},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":34},{"source":5,"target":35},{"source":34,"target":36},{"source":34,"target":5},{"source":35,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":37},{"source":6,"target":38},{"source":6,"target":39},{"source":37,"target":2},{"source":37,"target":40},{"source":37,"target":6},{"source":40,"target":2},{"source":38,"target":7},{"source":38,"target":41},{"source":38,"target":6},{"source":41,"target":7},{"source":39,"target":3},{"source":7,"target":0},{"source":7,"target":42},{"source":42,"target":8},{"source":42,"target":43},{"source":42,"target":7},{"source":43,"target":8},{"source":8,"target":0},{"source":8,"target":44},{"source":8,"target":45},{"source":44,"target":13},{"source":44,"target":46},{"source":44,"target":8},{"source":46,"target":13},{"source":45,"target":47},{"source":45,"target":8},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":48},{"source":9,"target":49},{"source":48,"target":17},{"source":48,"target":50},{"source":48,"target":9},{"source":50,"target":17},{"source":49,"target":5},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":51},{"source":10,"target":52},{"source":51,"target":11},{"source":51,"target":53},{"source":51,"target":10},{"source":53,"target":11},{"source":52,"target":5},{"source":11,"target":0},{"source":11,"target":54},{"source":54,"target":55},{"source":54,"target":11},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":56},{"source":12,"target":57},{"source":56,"target":5},{"source":56,"target":58},{"source":56,"target":12},{"source":58,"target":5},{"source":57,"target":5},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":59},{"source":13,"target":60},{"source":13,"target":61},{"source":13,"target":62},{"source":59,"target":13},{"source":59,"target":63},{"source":59,"target":13},{"source":63,"target":13},{"source":60,"target":13},{"source":60,"target":64},{"source":60,"target":13},{"source":64,"target":13},{"source":61,"target":18},{"source":61,"target":65},{"source":61,"target":13},{"source":65,"target":18},{"source":62,"target":5},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":66},{"source":14,"target":67},{"source":14,"target":68},{"source":14,"target":69},{"source":66,"target":70},{"source":66,"target":14},{"source":67,"target":15},{"source":67,"target":71},{"source":67,"target":14},{"source":71,"target":15},{"source":68,"target":4},{"source":68,"target":72},{"source":68,"target":14},{"source":72,"target":4},{"source":69,"target":3},{"source":15,"target":0},{"source":15,"target":73},{"source":73,"target":16},{"source":73,"target":74},{"source":73,"target":15},{"source":74,"target":16},{"source":16,"target":0},{"source":16,"target":75},{"source":16,"target":76},{"source":75,"target":77},{"source":75,"target":16},{"source":76,"target":4},{"source":76,"target":78},{"source":76,"target":16},{"source":78,"target":4},{"source":17,"target":0},{"source":17,"target":79},{"source":79,"target":5},{"source":79,"target":80},{"source":79,"target":17},{"source":80,"target":5},{"source":18,"target":0},{"source":18,"target":81},{"source":18,"target":82},{"source":81,"target":83},{"source":81,"target":18},{"source":82,"target":84},{"source":82,"target":18},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":85},{"source":85,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":86},{"source":86,"target":18},{"source":21,"target":0},{"source":21,"target":18},{"source":21,"target":87},{"source":87,"target":18},{"source":22,"target":0},{"source":22,"target":18},{"source":22,"target":88},{"source":88,"target":18},{"source":23,"target":0},{"source":23,"target":18},{"source":23,"target":89},{"source":23,"target":90},{"source":89,"target":5},{"source":89,"target":91},{"source":89,"target":23},{"source":91,"target":5},{"source":90,"target":18}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" nsURI="stackedcharts" nsPrefix="stackedcharts">
<eClassifiers xsi:type="ecore:EDataType" name="Color" instanceClassName="java.awt.Color"/>
<eClassifiers xsi:type="ecore:EClass" name="ChartSet">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A stack of charts, sharing a single independent axis."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="charts" upperBound="-1"
eType="#//Chart" containment="true" eOpposite="#//Chart/parent">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="chart"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" eType="#//Orientation"
defaultValueLiteral="Vertical"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sharedAxis" eType="#//IndependentAxis"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Chart">
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//ChartSet"
eOpposite="#//ChartSet/charts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="maxAxes" upperBound="-1"
eType="#//DependentAxis" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="minAxes" upperBound="-1"
eType="#//DependentAxis" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DependentAxis" eSuperTypes="#//AbstractAxis">
<eStructuralFeatures xsi:type="ecore:EReference" name="datasets" upperBound="-1"
eType="#//Dataset" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//AbstractAnnotation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dataset">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="measurements" upperBound="-1"
eType="#//DataItem" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="styling" lowerBound="1"
eType="#//Styling" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="units" 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 units used for measurements in this dataset"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="independentVal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dependentVal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractAnnotation" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="One dimensional data value, to be presented as either a thin line, or a zone/area."/>
</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="color" eType="#//Color"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeInLegend" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether to show this dataset in the Legend"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Zone" eSuperTypes="#//AbstractAnnotation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Zonal marker on independent axis"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="end" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Marker" eSuperTypes="#//AbstractAnnotation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Single "discrete" marker on independent axis"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AxisScale">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="List of styles of axis"/>
</eAnnotations>
<eLiterals name="Linear"/>
<eLiterals name="Log"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Styling">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="markerStyle" eType="#//MarkerStyle"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="markerSize" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"
defaultValueLiteral="3"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineThickness" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineStyle" eType="#//LineType"
defaultValueLiteral="Solid"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeInLegend" 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 to include this dataset in the chart legend
"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlainStyling" eSuperTypes="#//Styling">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//Color"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LinearStyling" eSuperTypes="#//Styling">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startColor" eType="#//Color"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endColor" eType="#//Color"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startVal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endVal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Orientation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The direction in which the charts are stacked"/>
</eAnnotations>
<eLiterals name="Horizontal"/>
<eLiterals name="Vertical"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractAxis" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" eType="#//AxisScale"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="autoScale" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//AxisDirection"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="font" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//Color"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="axisType" eType="#//AxisType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IndependentAxis" eSuperTypes="#//AbstractAxis">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//SelectiveAnnotation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AxisDirection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether the axis is shown in ascending or descending numerical order"/>
</eAnnotations>
<eLiterals name="Ascending"/>
<eLiterals name="Descending"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScatterSet" eSuperTypes="#//AbstractAnnotation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Collection of values, to be presented as markers along the axis. Clustering should present densely packed values as areas/zones
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="datums" upperBound="-1"
eType="#//Datum" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Datum">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//Color">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="optional color for this datum
"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MarkerStyle">
<eLiterals name="None"/>
<eLiterals name="Square" value="1"/>
<eLiterals name="Circle" value="2"/>
<eLiterals name="Triangle" value="3" literal="Triangle"/>
<eLiterals name="Cross" value="4" literal="Cross"/>
<eLiterals name="Diamond" value="5" literal="Diamond"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LineType">
<eLiterals name="None" value="1"/>
<eLiterals name="Solid"/>
<eLiterals name="Dotted" value="2"/>
<eLiterals name="Dashed" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectiveAnnotation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An annotation that may only be visible on some charts"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" lowerBound="1"
eType="#//AbstractAnnotation" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the annotation in question"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="appearsIn" upperBound="-1"
eType="#//Chart">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a list of which charts this annotation appears in (or null for all charts)"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AxisType" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="DateAxis" eSuperTypes="#//AxisType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dateFormat" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumberAxis" eSuperTypes="#//AxisType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberFormat" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="autoIncludesZero" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="units" 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 units displayed on this axis"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AngleAxis" eSuperTypes="#//NumberAxis">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Axis that wraps around at a particular value - used with cyclic dimensions such as angles
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minVal" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxVal" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="midOrigin" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether to position the origin at the mid-point of the range"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="redGreen" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether to display angle using RED for -ve and GREEN for +ve
"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/debrief/debrief/info.limpet.stackedcharts.model/model/model.ecore | ecore | model
Color
java.awt.Color
java.awt.Color
ChartSet
charts
orientation
Vertical
sharedAxis
Chart
parent
maxAxes
name
title
minAxes
DependentAxis
datasets
annotations
Dataset
name
measurements
styling
units
DataItem
independentVal
dependentVal
AbstractAnnotation
name
color
includeInLegend
true
Zone
start
end
Marker
value
AxisScale
Linear
Linear
Log
Log
Styling
markerStyle
markerSize
3
lineThickness
1
lineStyle
Solid
includeInLegend
true
PlainStyling
color
LinearStyling
startColor
endColor
startVal
endVal
Orientation
Horizontal
Horizontal
Vertical
Vertical
AbstractAxis
scale
name
autoScale
direction
font
color
axisType
IndependentAxis
annotations
AxisDirection
Ascending
Ascending
Descending
Descending
ScatterSet
datums
Datum
val
color
MarkerStyle
None
None
Square
Square
Circle
Circle
Triangle
Triangle
Cross
Cross
Diamond
Diamond
LineType
None
None
Solid
Solid
Dotted
Dotted
Dashed
Dashed
SelectiveAnnotation
annotation
appearsIn
AxisType
DateAxis
dateFormat
NumberAxis
numberFormat
autoIncludesZero
units
AngleAxis
minVal
maxVal
0.0
midOrigin
redGreen | null | {"directed":true,"nodes":[{"nsPrefix":"stackedcharts","nsURI":"stackedcharts","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.awt.Color","defaultValue":null,"instanceClassName":"java.awt.Color","name":"Color","instanceClass":"java.awt.Color","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChartSet","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chart","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DependentAxis","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dataset","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataItem","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAnnotation","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Zone","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Marker","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AxisScale","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Styling","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlainStyling","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinearStyling","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Orientation","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAxis","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndependentAxis","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AxisDirection","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScatterSet","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Datum","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MarkerStyle","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineType","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectiveAnnotation","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AxisType","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateAxis","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberAxis","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleAxis","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"charts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Vertical","unsettable":false,"transient":false,"unique":true,"name":"orientation","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sharedAxis","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"maxAxes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"title","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minAxes","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"datasets","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":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":"measurements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"styling","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"units","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"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"independentVal","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dependentVal","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"color","changeable":true,"lowerBound":0,"iD":false,"id":61,"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":"includeInLegend","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"lowerBound":0,"iD":false,"id":66,"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":"end","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"name":"Linear","id":74,"value":0,"literal":"Linear","eClass":"EEnumLiteral"},{"name":"Log","id":75,"value":0,"literal":"Log","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"markerStyle","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":3.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":true,"name":"markerSize","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"lineThickness","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Solid","unsettable":false,"transient":false,"unique":true,"name":"lineStyle","changeable":true,"lowerBound":0,"iD":false,"id":79,"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":"includeInLegend","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,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":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":"startColor","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":"endColor","changeable":true,"lowerBound":0,"iD":false,"id":90,"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":"startVal","changeable":true,"lowerBound":0,"iD":false,"id":91,"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":"endVal","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"name":"Horizontal","id":98,"value":0,"literal":"Horizontal","eClass":"EEnumLiteral"},{"name":"Vertical","id":99,"value":0,"literal":"Vertical","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scale","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"autoScale","changeable":true,"lowerBound":0,"iD":false,"id":102,"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":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":"font","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":"color","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"axisType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":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":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"name":"Ascending","id":117,"value":0,"literal":"Ascending","eClass":"EEnumLiteral"},{"name":"Descending","id":118,"value":0,"literal":"Descending","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":"datums","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":1,"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":"color","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"name":"None","id":126,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"Square","id":127,"value":1,"literal":"Square","eClass":"EEnumLiteral"},{"name":"Circle","id":128,"value":2,"literal":"Circle","eClass":"EEnumLiteral"},{"name":"Triangle","id":129,"value":3,"literal":"Triangle","eClass":"EEnumLiteral"},{"name":"Cross","id":130,"value":4,"literal":"Cross","eClass":"EEnumLiteral"},{"name":"Diamond","id":131,"value":5,"literal":"Diamond","eClass":"EEnumLiteral"},{"name":"None","id":132,"value":1,"literal":"None","eClass":"EEnumLiteral"},{"name":"Solid","id":133,"value":0,"literal":"Solid","eClass":"EEnumLiteral"},{"name":"Dotted","id":134,"value":2,"literal":"Dotted","eClass":"EEnumLiteral"},{"name":"Dashed","id":135,"value":3,"literal":"Dashed","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":"annotation","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"appearsIn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dateFormat","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"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":"numberFormat","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"autoIncludesZero","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":"units","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"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":"minVal","changeable":true,"lowerBound":0,"iD":false,"id":150,"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":"maxVal","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"midOrigin","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"redGreen","changeable":true,"lowerBound":0,"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":2,"target":0},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":27,"target":3},{"source":27,"target":30},{"source":27,"target":2},{"source":27,"target":31},{"source":30,"target":3},{"source":28,"target":14},{"source":28,"target":32},{"source":28,"target":2},{"source":32,"target":14},{"source":29,"target":16},{"source":29,"target":33},{"source":29,"target":2},{"source":33,"target":16},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":31,"target":2},{"source":31,"target":38},{"source":31,"target":3},{"source":31,"target":27},{"source":38,"target":2},{"source":34,"target":4},{"source":34,"target":39},{"source":34,"target":3},{"source":39,"target":4},{"source":35,"target":40},{"source":35,"target":3},{"source":36,"target":41},{"source":36,"target":3},{"source":37,"target":4},{"source":37,"target":42},{"source":37,"target":3},{"source":42,"target":4},{"source":4,"target":0},{"source":4,"target":15},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":43,"target":5},{"source":43,"target":46},{"source":43,"target":4},{"source":46,"target":5},{"source":44,"target":7},{"source":44,"target":47},{"source":44,"target":4},{"source":47,"target":7},{"source":45,"target":15},{"source":5,"target":0},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":48,"target":52},{"source":48,"target":5},{"source":49,"target":6},{"source":49,"target":53},{"source":49,"target":5},{"source":53,"target":6},{"source":50,"target":11},{"source":50,"target":54},{"source":50,"target":5},{"source":54,"target":11},{"source":51,"target":55},{"source":51,"target":5},{"source":6,"target":0},{"source":6,"target":56},{"source":6,"target":57},{"source":56,"target":58},{"source":56,"target":6},{"source":57,"target":59},{"source":57,"target":6},{"source":7,"target":0},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":60,"target":63},{"source":60,"target":7},{"source":61,"target":1},{"source":61,"target":64},{"source":61,"target":7},{"source":64,"target":1},{"source":62,"target":65},{"source":62,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":66,"target":69},{"source":66,"target":8},{"source":67,"target":70},{"source":67,"target":8},{"source":68,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":71},{"source":9,"target":72},{"source":71,"target":73},{"source":71,"target":9},{"source":72,"target":7},{"source":10,"target":0},{"source":10,"target":74},{"source":10,"target":75},{"source":74,"target":10},{"source":75,"target":10},{"source":11,"target":0},{"source":11,"target":76},{"source":11,"target":77},{"source":11,"target":78},{"source":11,"target":79},{"source":11,"target":80},{"source":76,"target":20},{"source":76,"target":81},{"source":76,"target":11},{"source":81,"target":20},{"source":77,"target":82},{"source":77,"target":11},{"source":78,"target":83},{"source":78,"target":11},{"source":79,"target":21},{"source":79,"target":84},{"source":79,"target":11},{"source":84,"target":21},{"source":80,"target":85},{"source":80,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":86},{"source":12,"target":87},{"source":86,"target":1},{"source":86,"target":88},{"source":86,"target":12},{"source":88,"target":1},{"source":87,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":89},{"source":13,"target":90},{"source":13,"target":91},{"source":13,"target":92},{"source":13,"target":93},{"source":89,"target":1},{"source":89,"target":94},{"source":89,"target":13},{"source":94,"target":1},{"source":90,"target":1},{"source":90,"target":95},{"source":90,"target":13},{"source":95,"target":1},{"source":91,"target":96},{"source":91,"target":13},{"source":92,"target":97},{"source":92,"target":13},{"source":93,"target":11},{"source":14,"target":0},{"source":14,"target":98},{"source":14,"target":99},{"source":98,"target":14},{"source":99,"target":14},{"source":15,"target":0},{"source":15,"target":100},{"source":15,"target":101},{"source":15,"target":102},{"source":15,"target":103},{"source":15,"target":104},{"source":15,"target":105},{"source":15,"target":106},{"source":100,"target":10},{"source":100,"target":107},{"source":100,"target":15},{"source":107,"target":10},{"source":101,"target":108},{"source":101,"target":15},{"source":102,"target":109},{"source":102,"target":15},{"source":103,"target":17},{"source":103,"target":110},{"source":103,"target":15},{"source":110,"target":17},{"source":104,"target":111},{"source":104,"target":15},{"source":105,"target":1},{"source":105,"target":112},{"source":105,"target":15},{"source":112,"target":1},{"source":106,"target":23},{"source":106,"target":113},{"source":106,"target":15},{"source":113,"target":23},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":114},{"source":16,"target":115},{"source":114,"target":22},{"source":114,"target":116},{"source":114,"target":16},{"source":116,"target":22},{"source":115,"target":15},{"source":17,"target":0},{"source":17,"target":117},{"source":17,"target":118},{"source":117,"target":17},{"source":118,"target":17},{"source":18,"target":0},{"source":18,"target":7},{"source":18,"target":119},{"source":18,"target":120},{"source":119,"target":19},{"source":119,"target":121},{"source":119,"target":18},{"source":121,"target":19},{"source":120,"target":7},{"source":19,"target":0},{"source":19,"target":122},{"source":19,"target":123},{"source":122,"target":124},{"source":122,"target":19},{"source":123,"target":1},{"source":123,"target":125},{"source":123,"target":19},{"source":125,"target":1},{"source":20,"target":0},{"source":20,"target":126},{"source":20,"target":127},{"source":20,"target":128},{"source":20,"target":129},{"source":20,"target":130},{"source":20,"target":131},{"source":126,"target":20},{"source":127,"target":20},{"source":128,"target":20},{"source":129,"target":20},{"source":130,"target":20},{"source":131,"target":20},{"source":21,"target":0},{"source":21,"target":132},{"source":21,"target":133},{"source":21,"target":134},{"source":21,"target":135},{"source":132,"target":21},{"source":133,"target":21},{"source":134,"target":21},{"source":135,"target":21},{"source":22,"target":0},{"source":22,"target":136},{"source":22,"target":137},{"source":136,"target":7},{"source":136,"target":138},{"source":136,"target":22},{"source":138,"target":7},{"source":137,"target":3},{"source":137,"target":139},{"source":137,"target":22},{"source":139,"target":3},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":140},{"source":24,"target":141},{"source":140,"target":142},{"source":140,"target":24},{"source":141,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":143},{"source":25,"target":144},{"source":25,"target":145},{"source":25,"target":146},{"source":143,"target":147},{"source":143,"target":25},{"source":144,"target":148},{"source":144,"target":25},{"source":145,"target":149},{"source":145,"target":25},{"source":146,"target":23},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":150},{"source":26,"target":151},{"source":26,"target":152},{"source":26,"target":153},{"source":26,"target":154},{"source":150,"target":155},{"source":150,"target":26},{"source":151,"target":156},{"source":151,"target":26},{"source":152,"target":157},{"source":152,"target":26},{"source":153,"target":158},{"source":153,"target":26},{"source":154,"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="tokenflow"
nsURI="http://www.uni-augsburg.de/pvs/MAF/dfa/tokenflow" nsPrefix="tokenflow">
<eClassifiers xsi:type="ecore:EClass" name="Token">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="splitNode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetNode" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outgoingCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TokenInfo">
<eStructuralFeatures xsi:type="ecore:EReference" name="edge" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="component" eType="#//Component"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tokenset" ordered="false"
upperBound="-1" eType="#//Token"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TokenStack">
<eStructuralFeatures xsi:type="ecore:EReference" name="tokenInfos" upperBound="-1"
eType="#//TokenInfo"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Component">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//componentType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tokenset" ordered="false"
upperBound="-1" eType="#//Token"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subComponents" ordered="false"
upperBound="-1" eType="#//Component" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputEdges" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputEdges" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trivialNodes" ordered="false"
upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="innerEdges" ordered="false"
upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sccInputPorts" ordered="false"
upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sccOutputPorts" ordered="false"
upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="validResult" eType="#//validationResult"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="validClassification" eType="#//validationClassification"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="componentType">
<eLiterals name="SEQUENCE" literal="SEQUENCE"/>
<eLiterals name="SEQUENCECYCLIC" value="1" literal="SEQUENCECYCLIC"/>
<eLiterals name="COMPLEX" value="2" literal="COMPLEX"/>
<eLiterals name="COMPLEXCYCLIC" value="3" literal="COMPLEXCYCLIC"/>
<eLiterals name="SCC" value="4" literal="SCC"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="validationResult">
<eLiterals name="UNCLASSIFIED" literal="UNCLASSIFIED"/>
<eLiterals name="SOUND" value="1" literal="SOUND"/>
<eLiterals name="UNSOUND" value="2" literal="UNSOUND"/>
<eLiterals name="UNKNOWN" value="3" literal="UNKNOWN"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="validationClassification">
<eLiterals name="UNCLASSIFIED" literal="UNCLASSIFIED"/>
<eLiterals name="WELLSTRUCTUREDSEQUENCE" value="1" literal="WELLSTRUCTUREDSEQUENCE"/>
<eLiterals name="WELLSTRUCTUREDSEQUENTIALBRANCHING" value="2" literal="WELLSTRUCTUREDSEQUENTIALBRANCHING"/>
<eLiterals name="WELLSTRUCTUREDCONCURRENTBRANCHING" value="3" literal="WELLSTRUCTUREDCONCURRENTBRANCHING"/>
<eLiterals name="WELLSTRUCTUREDCYCLE" value="4" literal="WELLSTRUCTUREDCYCLE"/>
<eLiterals name="UNSTRUCTUREDCONCURRENT" value="5" literal="UNSTRUCTUREDCONCURRENT"/>
<eLiterals name="UNSTRUCTUREDSEQUENTIAL" value="6" literal="UNSTRUCTUREDSEQUENTIAL"/>
<eLiterals name="COMPLEXUNSOUNDLACKOFSYNC" value="7" literal="COMPLEXUNSOUNDLACKOFSYNC"/>
<eLiterals name="COMPLEXUNSOUNDDEADLOCK" value="8" literal="COMPLEXUNSOUNDDEADLOCK"/>
<eLiterals name="COMPLEXUNKNOWN" value="9" literal="COMPLEXUNKNOWN"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConvergenceInfo">
<eStructuralFeatures xsi:type="ecore:EReference" name="detectedAt" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="replacementSource" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="replacementTargets" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conType" eType="#//convergenceType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConvergenceStack">
<eStructuralFeatures xsi:type="ecore:EReference" name="convergenceInfos" upperBound="-1"
eType="#//ConvergenceInfo"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="convergenceType">
<eLiterals name="SPLIT" literal="SPLIT"/>
<eLiterals name="MERGE" value="1" literal="MERGE"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/tokenflow.ecore | ecore | tokenflow
Token
splitNode
targetNode
outgoingCount
TokenInfo
edge
component
tokenset
TokenStack
tokenInfos
Component
type
tokenset
subComponents
inputEdges
outputEdges
trivialNodes
innerEdges
sccInputPorts
sccOutputPorts
validResult
validClassification
componentType
SEQUENCE
SEQUENCE
SEQUENCECYCLIC
SEQUENCECYCLIC
COMPLEX
COMPLEX
COMPLEXCYCLIC
COMPLEXCYCLIC
SCC
SCC
validationResult
UNCLASSIFIED
UNCLASSIFIED
SOUND
SOUND
UNSOUND
UNSOUND
UNKNOWN
UNKNOWN
validationClassification
UNCLASSIFIED
UNCLASSIFIED
WELLSTRUCTUREDSEQUENCE
WELLSTRUCTUREDSEQUENCE
WELLSTRUCTUREDSEQUENTIALBRANCHING
WELLSTRUCTUREDSEQUENTIALBRANCHING
WELLSTRUCTUREDCONCURRENTBRANCHING
WELLSTRUCTUREDCONCURRENTBRANCHING
WELLSTRUCTUREDCYCLE
WELLSTRUCTUREDCYCLE
UNSTRUCTUREDCONCURRENT
UNSTRUCTUREDCONCURRENT
UNSTRUCTUREDSEQUENTIAL
UNSTRUCTUREDSEQUENTIAL
COMPLEXUNSOUNDLACKOFSYNC
COMPLEXUNSOUNDLACKOFSYNC
COMPLEXUNSOUNDDEADLOCK
COMPLEXUNSOUNDDEADLOCK
COMPLEXUNKNOWN
COMPLEXUNKNOWN
ConvergenceInfo
detectedAt
replacementSource
replacementTargets
conType
ConvergenceStack
convergenceInfos
convergenceType
SPLIT
SPLIT
MERGE
MERGE | null | {"directed":true,"nodes":[{"nsPrefix":"tokenflow","nsURI":"http://www.uni-augsburg.de/pvs/MAF/dfa/tokenflow","name":"tokenflow","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TokenInfo","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TokenStack","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"componentType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"validationResult","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"validationClassification","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConvergenceInfo","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConvergenceStack","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"convergenceType","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"splitNode","changeable":true,"lowerBound":0,"iD":false,"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":"targetNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outgoingCount","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"edge","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":"component","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tokenset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tokenInfos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":25,"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":"tokenset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subComponents","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":"inputEdges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputEdges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"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":"trivialNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerEdges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"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":"sccInputPorts","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":false,"unsettable":false,"transient":false,"unique":true,"name":"sccOutputPorts","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":"validResult","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":"validClassification","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"},{"name":"SEQUENCE","id":47,"value":0,"literal":"SEQUENCE","eClass":"EEnumLiteral"},{"name":"SEQUENCECYCLIC","id":48,"value":1,"literal":"SEQUENCECYCLIC","eClass":"EEnumLiteral"},{"name":"COMPLEX","id":49,"value":2,"literal":"COMPLEX","eClass":"EEnumLiteral"},{"name":"COMPLEXCYCLIC","id":50,"value":3,"literal":"COMPLEXCYCLIC","eClass":"EEnumLiteral"},{"name":"SCC","id":51,"value":4,"literal":"SCC","eClass":"EEnumLiteral"},{"name":"UNCLASSIFIED","id":52,"value":0,"literal":"UNCLASSIFIED","eClass":"EEnumLiteral"},{"name":"SOUND","id":53,"value":1,"literal":"SOUND","eClass":"EEnumLiteral"},{"name":"UNSOUND","id":54,"value":2,"literal":"UNSOUND","eClass":"EEnumLiteral"},{"name":"UNKNOWN","id":55,"value":3,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"UNCLASSIFIED","id":56,"value":0,"literal":"UNCLASSIFIED","eClass":"EEnumLiteral"},{"name":"WELLSTRUCTUREDSEQUENCE","id":57,"value":1,"literal":"WELLSTRUCTUREDSEQUENCE","eClass":"EEnumLiteral"},{"name":"WELLSTRUCTUREDSEQUENTIALBRANCHING","id":58,"value":2,"literal":"WELLSTRUCTUREDSEQUENTIALBRANCHING","eClass":"EEnumLiteral"},{"name":"WELLSTRUCTUREDCONCURRENTBRANCHING","id":59,"value":3,"literal":"WELLSTRUCTUREDCONCURRENTBRANCHING","eClass":"EEnumLiteral"},{"name":"WELLSTRUCTUREDCYCLE","id":60,"value":4,"literal":"WELLSTRUCTUREDCYCLE","eClass":"EEnumLiteral"},{"name":"UNSTRUCTUREDCONCURRENT","id":61,"value":5,"literal":"UNSTRUCTUREDCONCURRENT","eClass":"EEnumLiteral"},{"name":"UNSTRUCTUREDSEQUENTIAL","id":62,"value":6,"literal":"UNSTRUCTUREDSEQUENTIAL","eClass":"EEnumLiteral"},{"name":"COMPLEXUNSOUNDLACKOFSYNC","id":63,"value":7,"literal":"COMPLEXUNSOUNDLACKOFSYNC","eClass":"EEnumLiteral"},{"name":"COMPLEXUNSOUNDDEADLOCK","id":64,"value":8,"literal":"COMPLEXUNSOUNDDEADLOCK","eClass":"EEnumLiteral"},{"name":"COMPLEXUNKNOWN","id":65,"value":9,"literal":"COMPLEXUNKNOWN","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":"detectedAt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"replacementSource","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":"replacementTargets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conType","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"convergenceInfos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"name":"SPLIT","id":76,"value":0,"literal":"SPLIT","eClass":"EEnumLiteral"},{"name":"MERGE","id":77,"value":1,"literal":"MERGE","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":11,"target":14},{"source":11,"target":1},{"source":12,"target":15},{"source":12,"target":1},{"source":13,"target":16},{"source":13,"target":1},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":17,"target":20},{"source":17,"target":2},{"source":18,"target":4},{"source":18,"target":21},{"source":18,"target":2},{"source":21,"target":4},{"source":19,"target":1},{"source":19,"target":22},{"source":19,"target":2},{"source":22,"target":1},{"source":3,"target":0},{"source":3,"target":23},{"source":23,"target":2},{"source":23,"target":24},{"source":23,"target":3},{"source":24,"target":2},{"source":4,"target":0},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":25,"target":5},{"source":25,"target":36},{"source":25,"target":4},{"source":36,"target":5},{"source":26,"target":1},{"source":26,"target":37},{"source":26,"target":4},{"source":37,"target":1},{"source":27,"target":4},{"source":27,"target":38},{"source":27,"target":4},{"source":38,"target":4},{"source":28,"target":39},{"source":28,"target":4},{"source":29,"target":40},{"source":29,"target":4},{"source":30,"target":41},{"source":30,"target":4},{"source":31,"target":42},{"source":31,"target":4},{"source":32,"target":43},{"source":32,"target":4},{"source":33,"target":44},{"source":33,"target":4},{"source":34,"target":6},{"source":34,"target":45},{"source":34,"target":4},{"source":45,"target":6},{"source":35,"target":7},{"source":35,"target":46},{"source":35,"target":4},{"source":46,"target":7},{"source":5,"target":0},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":47,"target":5},{"source":48,"target":5},{"source":49,"target":5},{"source":50,"target":5},{"source":51,"target":5},{"source":6,"target":0},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":52,"target":6},{"source":53,"target":6},{"source":54,"target":6},{"source":55,"target":6},{"source":7,"target":0},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":7,"target":64},{"source":7,"target":65},{"source":56,"target":7},{"source":57,"target":7},{"source":58,"target":7},{"source":59,"target":7},{"source":60,"target":7},{"source":61,"target":7},{"source":62,"target":7},{"source":63,"target":7},{"source":64,"target":7},{"source":65,"target":7},{"source":8,"target":0},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":66,"target":70},{"source":66,"target":8},{"source":67,"target":71},{"source":67,"target":8},{"source":68,"target":72},{"source":68,"target":8},{"source":69,"target":10},{"source":69,"target":73},{"source":69,"target":8},{"source":73,"target":10},{"source":9,"target":0},{"source":9,"target":74},{"source":74,"target":8},{"source":74,"target":75},{"source":74,"target":9},{"source":75,"target":8},{"source":10,"target":0},{"source":10,"target":76},{"source":10,"target":77},{"source":76,"target":10},{"source":77,"target":10}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="reviews" nsURI="http://eclipse.org/mylyn/reviews/core/1.0" nsPrefix="reviews">
<eClassifiers xsi:type="ecore:EClass" name="CommentContainer" abstract="true">
<eOperations name="createComment" eType="#//Comment">
<eParameters name="initalLocation" eType="#//Location"/>
<eParameters name="commentText" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="allComments" upperBound="-1"
eType="#//Comment" changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#//Comment" containment="true" eOpposite="#//Comment/item"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allDrafts" upperBound="-1"
eType="#//Comment" changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="drafts" upperBound="-1"
eType="#//Comment" volatile="true" transient="true" derived="true" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Change" eSuperTypes="#//Dated">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" 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"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//User"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="#//ReviewStatus"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Review" eSuperTypes="#//CommentContainer #//Change">
<eStructuralFeatures xsi:type="ecore:EReference" name="sets" upperBound="-1" eType="#//ReviewItemSet"
containment="true" eOpposite="#//ReviewItemSet/parentReview"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="repository" lowerBound="1"
eType="#//Repository" eOpposite="#//Repository/reviews"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parents" upperBound="-1"
eType="#//Change" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Change" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reviewerApprovals" upperBound="-1"
eType="#//UserApprovalsMap" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requirements" upperBound="-1"
eType="#//ReviewRequirementsMap" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//Indexed #//Dated">
<eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1"
eType="#//User" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="replies" upperBound="-1"
eType="#//Comment"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="draft" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="locations" upperBound="-1"
eType="#//Location" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="review" lowerBound="1"
eType="#//Review" changeable="false" transient="true" derived="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="item" eType="#//CommentContainer"
eOpposite="#//CommentContainer/comments"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReviewItem" abstract="true" eSuperTypes="#//CommentContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="addedBy" lowerBound="1"
eType="#//User"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="committedBy" lowerBound="1"
eType="#//User"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="review" lowerBound="1"
eType="#//Review" changeable="false" volatile="true" transient="true" derived="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Location" abstract="true" eSuperTypes="#//Indexed"/>
<eClassifiers xsi:type="ecore:EClass" name="User">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="displayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Repository">
<eStructuralFeatures xsi:type="ecore:EReference" name="approvalTypes" upperBound="-1"
eType="#//ApprovalType" containment="true" eKeys="#//ApprovalType/key"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="taskRepositoryUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="taskConnectorKind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="taskRepository" eType="#//TaskRepository"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="account" lowerBound="1"
eType="#//User"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reviews" upperBound="-1"
eType="#//Review" containment="true" eOpposite="#//Review/repository" eKeys="#//Change/key"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="users" upperBound="-1"
eType="#//User" containment="true" eKeys="#//User/id"/>
<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="FileItem" eSuperTypes="#//ReviewItem">
<eStructuralFeatures xsi:type="ecore:EReference" name="base" eType="#//FileVersion"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//FileVersion"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//ReviewItemSet"
eOpposite="#//ReviewItemSet/items"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReviewItemSet" eSuperTypes="#//ReviewItem #//Dated">
<eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1"
eType="#//FileItem" containment="true" eOpposite="#//FileItem/set"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="revision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentReview" lowerBound="1"
eType="#//Review" transient="true" eOpposite="#//Review/sets"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LineLocation" eSuperTypes="#//Location">
<eStructuralFeatures xsi:type="ecore:EReference" name="ranges" upperBound="-1"
eType="#//LineRange" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rangeMin" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rangeMax" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false"
volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LineRange">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="end" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileVersion" eSuperTypes="#//ReviewItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" 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="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="file" eType="#//FileItem"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileRevision" eType="#//IFileRevision"
transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Indexed" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dated" abstract="true" interface="true">
<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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApprovalType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="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="UserApprovalsMap" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="#//User"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//ReviewerEntry"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReviewerEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="approvals" upperBound="-1"
eType="#//ApprovalValueMap" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApprovalValueMap" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="#//ApprovalType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequirementEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" lowerBound="1"
eType="#//RequirementStatus"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="by" eType="#//User"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RequirementStatus">
<eLiterals name="Unknown" literal="UNKNOWN"/>
<eLiterals name="Satisfied" value="1" literal="SATISFIED"/>
<eLiterals name="Optional" value="2" literal="OPTIONAL"/>
<eLiterals name="Closed" value="3" literal="CLOSED"/>
<eLiterals name="NotSatisfied" value="10" literal="NOT_SATISFIED"/>
<eLiterals name="Rejected" value="11" literal="REJECTED"/>
<eLiterals name="Error" value="100" literal="ERROR"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReviewRequirementsMap" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="#//ApprovalType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//RequirementEntry"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ReviewStatus">
<eLiterals name="New" literal="NEW"/>
<eLiterals name="Submitted" value="1" literal="SUBMITTED"/>
<eLiterals name="Merged" value="2" literal="MERGED"/>
<eLiterals name="Abandoned" value="3" literal="ABANDONED"/>
<eLiterals name="Draft" value="4" literal="DRAFT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="IFileRevision" instanceClassName="org.eclipse.team.core.history.IFileRevision"
serializable="false"/>
<eClassifiers xsi:type="ecore:EDataType" name="TaskRepository" instanceClassName="org.eclipse.mylyn.tasks.core.TaskRepository"
serializable="false"/>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/reviews.ecore | ecore | reviews
CommentContainer
createComment
initalLocation
commentText
allComments
comments
allDrafts
drafts
Change
id
key
subject
message
owner
state
Review
sets
repository
parents
children
reviewerApprovals
requirements
Comment
author
description
id
replies
draft
locations
review
title
item
ReviewItem
addedBy
committedBy
review
name
id
reference
Location
User
id
email
displayName
Repository
approvalTypes
taskRepositoryUrl
taskConnectorKind
taskRepository
account
reviews
users
description
FileItem
base
target
set
ReviewItemSet
items
revision
parentReview
LineLocation
ranges
rangeMin
rangeMax
LineRange
start
end
FileVersion
path
description
content
file
fileRevision
Indexed
index
Dated
creationDate
modificationDate
ApprovalType
key
name
UserApprovalsMap
java.util.Map$Entry
java.util.Map$Entry
key
value
ReviewerEntry
approvals
ApprovalValueMap
java.util.Map$Entry
java.util.Map$Entry
key
value
0
RequirementEntry
status
by
RequirementStatus
Unknown
UNKNOWN
Satisfied
SATISFIED
Optional
OPTIONAL
Closed
CLOSED
NotSatisfied
NOT_SATISFIED
Rejected
REJECTED
Error
ERROR
ReviewRequirementsMap
java.util.Map$Entry
java.util.Map$Entry
key
value
ReviewStatus
New
NEW
Submitted
SUBMITTED
Merged
MERGED
Abandoned
ABANDONED
Draft
DRAFT
IFileRevision
org.eclipse.team.core.history.IFileRevision
org.eclipse.team.core.history.IFileRevision
TaskRepository
org.eclipse.mylyn.tasks.core.TaskRepository
org.eclipse.mylyn.tasks.core.TaskRepository | null | {"directed":true,"nodes":[{"nsPrefix":"reviews","nsURI":"http://eclipse.org/mylyn/reviews/core/1.0","name":"reviews","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommentContainer","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Change","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReviewItem","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Location","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repository","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileItem","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReviewItemSet","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineLocation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineRange","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileVersion","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Indexed","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dated","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApprovalType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"UserApprovalsMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReviewerEntry","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"ApprovalValueMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementEntry","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RequirementStatus","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"ReviewRequirementsMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ReviewStatus","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.team.core.history.IFileRevision","defaultValue":null,"instanceClassName":"org.eclipse.team.core.history.IFileRevision","name":"IFileRevision","instanceClass":null,"id":24,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.mylyn.tasks.core.TaskRepository","defaultValue":null,"instanceClassName":"org.eclipse.mylyn.tasks.core.TaskRepository","name":"TaskRepository","instanceClass":null,"id":25,"serializable":false,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createComment","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allComments","changeable":false,"resolveProxies":true,"lowerBound":0,"id":27,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"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":"allDrafts","changeable":false,"resolveProxies":true,"lowerBound":0,"id":29,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"drafts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":true},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"initalLocation","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"commentText","lowerBound":1,"id":33,"many":false,"required":true,"eClass":"EParameter"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"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":"item","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":"id","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":"key","changeable":true,"lowerBound":0,"iD":true,"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":"subject","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":"message","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":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","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"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"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":"repository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parents","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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reviewerApprovals","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":"requirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"parentReview","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reviews","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":false,"lowerBound":1,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"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":"replies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"draft","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"locations","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"unique":true,"name":"review","changeable":false,"resolveProxies":false,"lowerBound":1,"id":76,"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":"title","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"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"addedBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"committedBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"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":"review","changeable":false,"resolveProxies":false,"lowerBound":1,"id":91,"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":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"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":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":"email","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":"displayName","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"approvalTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"taskRepositoryUrl","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"taskConnectorKind","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":true,"unique":true,"name":"taskRepository","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"account","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"users","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"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":true,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"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":"set","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"revision","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ranges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"rangeMin","changeable":false,"lowerBound":1,"iD":false,"id":140,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"rangeMax","changeable":false,"lowerBound":1,"iD":false,"id":141,"derived":true},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":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":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","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":"file","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"fileRevision","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":true},{"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":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"index","changeable":false,"lowerBound":1,"iD":false,"id":161,"derived":true},{"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":"creationDate","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":"modificationDate","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"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":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"container":false,"ordered":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":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"approvals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":1,"iD":false,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"name":"Unknown","id":184,"value":0,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"Satisfied","id":185,"value":1,"literal":"SATISFIED","eClass":"EEnumLiteral"},{"name":"Optional","id":186,"value":2,"literal":"OPTIONAL","eClass":"EEnumLiteral"},{"name":"Closed","id":187,"value":3,"literal":"CLOSED","eClass":"EEnumLiteral"},{"name":"NotSatisfied","id":188,"value":10,"literal":"NOT_SATISFIED","eClass":"EEnumLiteral"},{"name":"Rejected","id":189,"value":11,"literal":"REJECTED","eClass":"EEnumLiteral"},{"name":"Error","id":190,"value":100,"literal":"ERROR","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":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"name":"New","id":195,"value":0,"literal":"NEW","eClass":"EEnumLiteral"},{"name":"Submitted","id":196,"value":1,"literal":"SUBMITTED","eClass":"EEnumLiteral"},{"name":"Merged","id":197,"value":2,"literal":"MERGED","eClass":"EEnumLiteral"},{"name":"Abandoned","id":198,"value":3,"literal":"ABANDONED","eClass":"EEnumLiteral"},{"name":"Draft","id":199,"value":4,"literal":"DRAFT","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":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":26,"target":4},{"source":26,"target":31},{"source":26,"target":1},{"source":26,"target":32},{"source":26,"target":33},{"source":31,"target":4},{"source":32,"target":6},{"source":32,"target":34},{"source":32,"target":26},{"source":34,"target":6},{"source":33,"target":35},{"source":33,"target":26},{"source":27,"target":4},{"source":27,"target":36},{"source":27,"target":1},{"source":36,"target":4},{"source":28,"target":4},{"source":28,"target":37},{"source":28,"target":1},{"source":28,"target":38},{"source":37,"target":4},{"source":29,"target":4},{"source":29,"target":39},{"source":29,"target":1},{"source":39,"target":4},{"source":30,"target":4},{"source":30,"target":40},{"source":30,"target":1},{"source":40,"target":4},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":41,"target":48},{"source":41,"target":2},{"source":42,"target":49},{"source":42,"target":2},{"source":43,"target":50},{"source":43,"target":2},{"source":44,"target":51},{"source":44,"target":2},{"source":45,"target":7},{"source":45,"target":52},{"source":45,"target":2},{"source":52,"target":7},{"source":46,"target":23},{"source":46,"target":53},{"source":46,"target":2},{"source":53,"target":23},{"source":47,"target":15},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":2},{"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":54,"target":10},{"source":54,"target":62},{"source":54,"target":3},{"source":54,"target":63},{"source":62,"target":10},{"source":55,"target":8},{"source":55,"target":64},{"source":55,"target":3},{"source":55,"target":65},{"source":64,"target":8},{"source":56,"target":2},{"source":56,"target":66},{"source":56,"target":3},{"source":66,"target":2},{"source":57,"target":2},{"source":57,"target":67},{"source":57,"target":3},{"source":67,"target":2},{"source":58,"target":17},{"source":58,"target":68},{"source":58,"target":3},{"source":68,"target":17},{"source":59,"target":22},{"source":59,"target":69},{"source":59,"target":3},{"source":69,"target":22},{"source":60,"target":1},{"source":61,"target":2},{"source":4,"target":0},{"source":4,"target":14},{"source":4,"target":15},{"source":4,"target":70},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":73},{"source":4,"target":74},{"source":4,"target":75},{"source":4,"target":76},{"source":4,"target":77},{"source":4,"target":38},{"source":4,"target":78},{"source":4,"target":79},{"source":70,"target":7},{"source":70,"target":80},{"source":70,"target":4},{"source":80,"target":7},{"source":71,"target":81},{"source":71,"target":4},{"source":72,"target":82},{"source":72,"target":4},{"source":73,"target":4},{"source":73,"target":83},{"source":73,"target":4},{"source":83,"target":4},{"source":74,"target":84},{"source":74,"target":4},{"source":75,"target":6},{"source":75,"target":85},{"source":75,"target":4},{"source":85,"target":6},{"source":76,"target":3},{"source":76,"target":86},{"source":76,"target":4},{"source":86,"target":3},{"source":77,"target":87},{"source":77,"target":4},{"source":38,"target":1},{"source":38,"target":88},{"source":38,"target":4},{"source":38,"target":28},{"source":88,"target":1},{"source":78,"target":14},{"source":79,"target":15},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":89},{"source":5,"target":90},{"source":5,"target":91},{"source":5,"target":92},{"source":5,"target":93},{"source":5,"target":94},{"source":5,"target":95},{"source":89,"target":7},{"source":89,"target":96},{"source":89,"target":5},{"source":96,"target":7},{"source":90,"target":7},{"source":90,"target":97},{"source":90,"target":5},{"source":97,"target":7},{"source":91,"target":3},{"source":91,"target":98},{"source":91,"target":5},{"source":98,"target":3},{"source":92,"target":99},{"source":92,"target":5},{"source":93,"target":100},{"source":93,"target":5},{"source":94,"target":101},{"source":94,"target":5},{"source":95,"target":1},{"source":6,"target":0},{"source":6,"target":14},{"source":6,"target":102},{"source":102,"target":14},{"source":7,"target":0},{"source":7,"target":103},{"source":7,"target":104},{"source":7,"target":105},{"source":103,"target":106},{"source":103,"target":7},{"source":104,"target":107},{"source":104,"target":7},{"source":105,"target":108},{"source":105,"target":7},{"source":8,"target":0},{"source":8,"target":109},{"source":8,"target":110},{"source":8,"target":111},{"source":8,"target":112},{"source":8,"target":113},{"source":8,"target":65},{"source":8,"target":114},{"source":8,"target":115},{"source":109,"target":16},{"source":109,"target":116},{"source":109,"target":8},{"source":109,"target":117},{"source":116,"target":16},{"source":110,"target":118},{"source":110,"target":8},{"source":111,"target":119},{"source":111,"target":8},{"source":112,"target":25},{"source":112,"target":120},{"source":112,"target":8},{"source":120,"target":25},{"source":113,"target":7},{"source":113,"target":121},{"source":113,"target":8},{"source":121,"target":7},{"source":65,"target":3},{"source":65,"target":122},{"source":65,"target":8},{"source":65,"target":55},{"source":65,"target":42},{"source":122,"target":3},{"source":114,"target":7},{"source":114,"target":123},{"source":114,"target":8},{"source":114,"target":103},{"source":123,"target":7},{"source":115,"target":124},{"source":115,"target":8},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":125},{"source":9,"target":126},{"source":9,"target":127},{"source":9,"target":128},{"source":125,"target":13},{"source":125,"target":129},{"source":125,"target":9},{"source":129,"target":13},{"source":126,"target":13},{"source":126,"target":130},{"source":126,"target":9},{"source":130,"target":13},{"source":127,"target":10},{"source":127,"target":131},{"source":127,"target":9},{"source":127,"target":132},{"source":131,"target":10},{"source":128,"target":5},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":15},{"source":10,"target":132},{"source":10,"target":133},{"source":10,"target":63},{"source":10,"target":134},{"source":10,"target":135},{"source":132,"target":9},{"source":132,"target":136},{"source":132,"target":10},{"source":132,"target":127},{"source":136,"target":9},{"source":133,"target":137},{"source":133,"target":10},{"source":63,"target":3},{"source":63,"target":138},{"source":63,"target":10},{"source":63,"target":54},{"source":138,"target":3},{"source":134,"target":5},{"source":135,"target":15},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":139},{"source":11,"target":140},{"source":11,"target":141},{"source":11,"target":142},{"source":139,"target":12},{"source":139,"target":143},{"source":139,"target":11},{"source":143,"target":12},{"source":140,"target":144},{"source":140,"target":11},{"source":141,"target":145},{"source":141,"target":11},{"source":142,"target":6},{"source":12,"target":0},{"source":12,"target":146},{"source":12,"target":147},{"source":146,"target":148},{"source":146,"target":12},{"source":147,"target":149},{"source":147,"target":12},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":150},{"source":13,"target":151},{"source":13,"target":152},{"source":13,"target":153},{"source":13,"target":154},{"source":13,"target":155},{"source":150,"target":156},{"source":150,"target":13},{"source":151,"target":157},{"source":151,"target":13},{"source":152,"target":158},{"source":152,"target":13},{"source":153,"target":9},{"source":153,"target":159},{"source":153,"target":13},{"source":159,"target":9},{"source":154,"target":24},{"source":154,"target":160},{"source":154,"target":13},{"source":160,"target":24},{"source":155,"target":5},{"source":14,"target":0},{"source":14,"target":161},{"source":161,"target":162},{"source":161,"target":14},{"source":15,"target":0},{"source":15,"target":163},{"source":15,"target":164},{"source":163,"target":165},{"source":163,"target":15},{"source":164,"target":166},{"source":164,"target":15},{"source":16,"target":0},{"source":16,"target":117},{"source":16,"target":167},{"source":117,"target":168},{"source":117,"target":16},{"source":167,"target":169},{"source":167,"target":16},{"source":17,"target":0},{"source":17,"target":170},{"source":17,"target":171},{"source":170,"target":7},{"source":170,"target":172},{"source":170,"target":17},{"source":172,"target":7},{"source":171,"target":18},{"source":171,"target":173},{"source":171,"target":17},{"source":173,"target":18},{"source":18,"target":0},{"source":18,"target":174},{"source":174,"target":19},{"source":174,"target":175},{"source":174,"target":18},{"source":175,"target":19},{"source":19,"target":0},{"source":19,"target":176},{"source":19,"target":177},{"source":176,"target":16},{"source":176,"target":178},{"source":176,"target":19},{"source":178,"target":16},{"source":177,"target":179},{"source":177,"target":19},{"source":20,"target":0},{"source":20,"target":180},{"source":20,"target":181},{"source":180,"target":21},{"source":180,"target":182},{"source":180,"target":20},{"source":182,"target":21},{"source":181,"target":7},{"source":181,"target":183},{"source":181,"target":20},{"source":183,"target":7},{"source":21,"target":0},{"source":21,"target":184},{"source":21,"target":185},{"source":21,"target":186},{"source":21,"target":187},{"source":21,"target":188},{"source":21,"target":189},{"source":21,"target":190},{"source":184,"target":21},{"source":185,"target":21},{"source":186,"target":21},{"source":187,"target":21},{"source":188,"target":21},{"source":189,"target":21},{"source":190,"target":21},{"source":22,"target":0},{"source":22,"target":191},{"source":22,"target":192},{"source":191,"target":16},{"source":191,"target":193},{"source":191,"target":22},{"source":193,"target":16},{"source":192,"target":20},{"source":192,"target":194},{"source":192,"target":22},{"source":194,"target":20},{"source":23,"target":0},{"source":23,"target":195},{"source":23,"target":196},{"source":23,"target":197},{"source":23,"target":198},{"source":23,"target":199},{"source":195,"target":23},{"source":196,"target":23},{"source":197,"target":23},{"source":198,"target":23},{"source":199,"target":23},{"source":24,"target":0},{"source":25,"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="compiler" nsURI="http://www.eclipse.org/intent/compilerinfos/0.8"
nsPrefix="intentCompilerInfos">
<eClassifiers xsi:type="ecore:EClass" name="EStringToEObject" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextualReferenceToContributions" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1"
eType="#//UnresolvedContributionHolder" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringToEObjectMap">
<eStructuralFeatures xsi:type="ecore:EReference" name="nameToElement" upperBound="-1"
eType="#//EStringToEObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ETypeToStringToEObjectMap" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClassifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//StringToEObjectMap"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EObjectToUnresolvedReferencesList" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1"
eType="#//UnresolvedReferenceHolder" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceToContainedElementsMapEntry"
instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="ecore:EClass modelingUnit.ecore#//ResourceDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelingUnitToStatusList" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass modelingUnit.ecore#//ModelingUnit"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1"
eType="#//CompilationStatus"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreatedElementToInstructionMapEntry"
instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1"
eType="ecore:EClass document.ecore#//UnitInstruction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnresolvedReferenceHolder">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textualReference" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="containmentReference" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instructionContainer" lowerBound="1"
eType="ecore:EClass document.ecore#//UnitInstruction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concernedFeature" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CompilationStatusSeverity">
<eLiterals name="WARNING"/>
<eLiterals name="ERROR" value="1"/>
<eLiterals name="INFO" value="2" literal="INFO"/>
<eLiterals name="OK" value="3" literal="OK"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CompilationMessageType">
<eLiterals name="RESOLVE_ERROR"/>
<eLiterals name="PACKAGE_NOT_FOUND_ERROR" value="1"/>
<eLiterals name="PACKAGE_REGISTRATION_ERROR" value="2"/>
<eLiterals name="INVALID_REFERENCE_ERROR" value="3" literal="INVALID_REFERENCE_ERROR"/>
<eLiterals name="VALIDATION_ERROR" value="4"/>
<eLiterals name="INVALID_VALUE_ERROR" value="5"/>
<eLiterals name="GENERAL_WARNING" value="6"/>
<eLiterals name="SYNCHRONIZER_WARNING" value="7" literal="SYNCHRONIZER_WARNING"/>
<eLiterals name="SYNCHRONIZER_INFO" value="8" literal="SYNCHRONIZER_INFO"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompilationStatus">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass document.ecore#//IntentGenericElement" eOpposite="document.ecore#//IntentGenericElement/compilationStatus"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" lowerBound="1"
eType="#//CompilationStatusSeverity"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//CompilationMessageType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompilationStatusManager">
<eStructuralFeatures xsi:type="ecore:EReference" name="compilationStatusList"
upperBound="-1" eType="#//CompilationStatus"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelingUnitToStatusList"
upperBound="-1" eType="#//ModelingUnitToStatusList" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="validationTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronizationTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompilationInformationHolder">
<eStructuralFeatures xsi:type="ecore:EReference" name="generatedElementList" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementToUnresolvedReferenceMap"
upperBound="-1" eType="#//EObjectToUnresolvedReferencesList" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeToNameToElementsMap"
upperBound="-1" eType="#//ETypeToStringToEObjectMap" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="createdElementsToInstructions"
upperBound="-1" eType="#//CreatedElementToInstructionMapEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="currentGeneratedElementList"
upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceToContainedElements"
upperBound="-1" eType="#//ResourceToContainedElementsMapEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unresolvedContributions"
upperBound="-1" eType="#//TextualReferenceToContributions" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnresolvedContributionHolder">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolved" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedContribution"
lowerBound="1" eType="ecore:EClass modelingUnit.ecore#//ContributionInstruction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TraceabilityIndex">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//TraceabilityIndexEntry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TraceabilityIndexEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="generatedResourcePath"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="compilationTime" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceDeclaration" lowerBound="1"
eType="ecore:EClass modelingUnit.ecore#//ResourceDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containedElementToInstructions"
upperBound="-1" eType="#//CompiledElementToInstructionEntry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompiledElementToInstructionEntry" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1"
eType="#//InstructionTraceabilityEntry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstructionTraceabilityEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="instruction" lowerBound="1"
eType="ecore:EClass document.ecore#//IntentGenericElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1"
eType="#//FeatureToAffectationEntry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureToAffectationEntry" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" upperBound="-1"
eType="ecore:EClass modelingUnit.ecore#//AbstractValue"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceChangeStatus" eSuperTypes="#//SynchronizerCompilationStatus">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workingCopyResourceState"
eType="#//SynchronizerResourceState"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="compiledResourceState"
eType="#//SynchronizerResourceState" defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElementChangeStatus" eSuperTypes="#//SynchronizerCompilationStatus">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="changeState" eType="#//SynchronizerChangeState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="compiledParent" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="compiledElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workingCopyParentURIFragment"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workingCopyElementURIFragment"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureChangeStatus" abstract="true"
eSuperTypes="#//SynchronizerCompilationStatus">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="changeState" eType="#//SynchronizerChangeState"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="compiledElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workingCopyElementURIFragment"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceChangeStatus" eSuperTypes="#//StructuralFeatureChangeStatus">
<eStructuralFeatures xsi:type="ecore:EReference" name="compiledTarget" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workingCopyTargetURIFragment"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeChangeStatus" eSuperTypes="#//StructuralFeatureChangeStatus"/>
<eClassifiers xsi:type="ecore:EClass" name="SynchronizerCompilationStatus" abstract="true"
eSuperTypes="#//CompilationStatus">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="compiledResourceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workingCopyResourceURI"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SynchronizerResourceState">
<eLiterals name="DEFAULT" literal="DEFAULT"/>
<eLiterals name="NULL" value="1" literal="NULL"/>
<eLiterals name="EMPTY" value="2" literal="EMPTY"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SynchronizerChangeState">
<eLiterals name="UPDATE" literal="UPDATE"/>
<eLiterals name="ORDER" value="1" literal="ORDER"/>
<eLiterals name="WORKING_COPY_TARGET" value="2" literal="WORKING_COPY_TARGET"/>
<eLiterals name="COMPILED_TARGET" value="3" literal="COMPILED_TARGET"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/compilerInformations.ecore | ecore | compiler
EStringToEObject
java.util.Map$Entry
java.util.Map$Entry
key
value
TextualReferenceToContributions
java.util.Map$Entry
java.util.Map$Entry
key
value
StringToEObjectMap
nameToElement
ETypeToStringToEObjectMap
java.util.Map$Entry
java.util.Map$Entry
key
value
EObjectToUnresolvedReferencesList
java.util.Map$Entry
java.util.Map$Entry
key
value
ResourceToContainedElementsMapEntry
java.util.Map$Entry
java.util.Map$Entry
key
value
ModelingUnitToStatusList
java.util.Map$Entry
java.util.Map$Entry
key
value
CreatedElementToInstructionMapEntry
java.util.Map$Entry
java.util.Map$Entry
key
value
UnresolvedReferenceHolder
textualReference
containmentReference
instructionContainer
concernedFeature
CompilationStatusSeverity
WARNING
WARNING
ERROR
ERROR
INFO
INFO
OK
OK
CompilationMessageType
RESOLVE_ERROR
RESOLVE_ERROR
PACKAGE_NOT_FOUND_ERROR
PACKAGE_NOT_FOUND_ERROR
PACKAGE_REGISTRATION_ERROR
PACKAGE_REGISTRATION_ERROR
INVALID_REFERENCE_ERROR
INVALID_REFERENCE_ERROR
VALIDATION_ERROR
VALIDATION_ERROR
INVALID_VALUE_ERROR
INVALID_VALUE_ERROR
GENERAL_WARNING
GENERAL_WARNING
SYNCHRONIZER_WARNING
SYNCHRONIZER_WARNING
SYNCHRONIZER_INFO
SYNCHRONIZER_INFO
CompilationStatus
target
message
severity
type
CompilationStatusManager
compilationStatusList
modelingUnitToStatusList
validationTime
synchronizationTime
CompilationInformationHolder
generatedElementList
elementToUnresolvedReferenceMap
typeToNameToElementsMap
createdElementsToInstructions
currentGeneratedElementList
resourceToContainedElements
unresolvedContributions
UnresolvedContributionHolder
resolved
referencedContribution
TraceabilityIndex
entries
TraceabilityIndexEntry
generatedResourcePath
compilationTime
resourceDeclaration
containedElementToInstructions
CompiledElementToInstructionEntry
java.util.Map$Entry
java.util.Map$Entry
key
value
InstructionTraceabilityEntry
instruction
features
FeatureToAffectationEntry
java.util.Map$Entry
java.util.Map$Entry
key
value
ResourceChangeStatus
workingCopyResourceState
compiledResourceState
ModelElementChangeStatus
changeState
compiledParent
compiledElement
workingCopyParentURIFragment
workingCopyElementURIFragment
StructuralFeatureChangeStatus
changeState
featureName
compiledElement
workingCopyElementURIFragment
ReferenceChangeStatus
compiledTarget
workingCopyTargetURIFragment
AttributeChangeStatus
SynchronizerCompilationStatus
compiledResourceURI
workingCopyResourceURI
SynchronizerResourceState
DEFAULT
DEFAULT
NULL
NULL
EMPTY
EMPTY
SynchronizerChangeState
UPDATE
UPDATE
ORDER
ORDER
WORKING_COPY_TARGET
WORKING_COPY_TARGET
COMPILED_TARGET
COMPILED_TARGET | null | {"directed":true,"nodes":[{"nsPrefix":"intentCompilerInfos","nsURI":"http://www.eclipse.org/intent/compilerinfos/0.8","name":"compiler","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToEObject","instanceClass":"java.util.Map$Entry","abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"TextualReferenceToContributions","instanceClass":"java.util.Map$Entry","abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringToEObjectMap","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"ETypeToStringToEObjectMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EObjectToUnresolvedReferencesList","instanceClass":"java.util.Map$Entry","abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"ResourceToContainedElementsMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"ModelingUnitToStatusList","instanceClass":"java.util.Map$Entry","abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"CreatedElementToInstructionMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedReferenceHolder","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CompilationStatusSeverity","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CompilationMessageType","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationStatus","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationStatusManager","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationInformationHolder","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedContributionHolder","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceabilityIndex","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceabilityIndexEntry","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"CompiledElementToInstructionEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstructionTraceabilityEntry","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"FeatureToAffectationEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceChangeStatus","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementChangeStatus","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureChangeStatus","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceChangeStatus","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeChangeStatus","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizerCompilationStatus","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SynchronizerResourceState","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SynchronizerChangeState","instanceClass":null,"id":28,"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":"key","changeable":true,"lowerBound":0,"iD":false,"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":"value","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},{"container":false,"ordered":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":34,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"nameToElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"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":"key","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","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":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textualReference","changeable":true,"lowerBound":1,"iD":false,"id":59,"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":"containmentReference","changeable":true,"lowerBound":1,"iD":false,"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":"instructionContainer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concernedFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"name":"WARNING","id":67,"value":0,"literal":"WARNING","eClass":"EEnumLiteral"},{"name":"ERROR","id":68,"value":1,"literal":"ERROR","eClass":"EEnumLiteral"},{"name":"INFO","id":69,"value":2,"literal":"INFO","eClass":"EEnumLiteral"},{"name":"OK","id":70,"value":3,"literal":"OK","eClass":"EEnumLiteral"},{"name":"RESOLVE_ERROR","id":71,"value":0,"literal":"RESOLVE_ERROR","eClass":"EEnumLiteral"},{"name":"PACKAGE_NOT_FOUND_ERROR","id":72,"value":1,"literal":"PACKAGE_NOT_FOUND_ERROR","eClass":"EEnumLiteral"},{"name":"PACKAGE_REGISTRATION_ERROR","id":73,"value":2,"literal":"PACKAGE_REGISTRATION_ERROR","eClass":"EEnumLiteral"},{"name":"INVALID_REFERENCE_ERROR","id":74,"value":3,"literal":"INVALID_REFERENCE_ERROR","eClass":"EEnumLiteral"},{"name":"VALIDATION_ERROR","id":75,"value":4,"literal":"VALIDATION_ERROR","eClass":"EEnumLiteral"},{"name":"INVALID_VALUE_ERROR","id":76,"value":5,"literal":"INVALID_VALUE_ERROR","eClass":"EEnumLiteral"},{"name":"GENERAL_WARNING","id":77,"value":6,"literal":"GENERAL_WARNING","eClass":"EEnumLiteral"},{"name":"SYNCHRONIZER_WARNING","id":78,"value":7,"literal":"SYNCHRONIZER_WARNING","eClass":"EEnumLiteral"},{"name":"SYNCHRONIZER_INFO","id":79,"value":8,"literal":"SYNCHRONIZER_INFO","eClass":"EEnumLiteral"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compilationStatusList","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":"modelingUnitToStatusList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validationTime","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"synchronizationTime","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generatedElementList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementToUnresolvedReferenceMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeToNameToElementsMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"createdElementsToInstructions","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":"currentGeneratedElementList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceToContainedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unresolvedContributions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolved","changeable":true,"lowerBound":1,"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":"referencedContribution","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"generatedResourcePath","changeable":true,"lowerBound":1,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compilationTime","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedElementToInstructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instruction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"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":132,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"workingCopyResourceState","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":"","unsettable":false,"transient":false,"unique":true,"name":"compiledResourceState","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeState","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compiledParent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compiledElement","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"workingCopyParentURIFragment","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":"workingCopyElementURIFragment","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeState","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":"featureName","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compiledElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"workingCopyElementURIFragment","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compiledTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"workingCopyTargetURIFragment","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compiledResourceURI","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":"workingCopyResourceURI","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"name":"DEFAULT","id":172,"value":0,"literal":"DEFAULT","eClass":"EEnumLiteral"},{"name":"NULL","id":173,"value":1,"literal":"NULL","eClass":"EEnumLiteral"},{"name":"EMPTY","id":174,"value":2,"literal":"EMPTY","eClass":"EEnumLiteral"},{"name":"UPDATE","id":175,"value":0,"literal":"UPDATE","eClass":"EEnumLiteral"},{"name":"ORDER","id":176,"value":1,"literal":"ORDER","eClass":"EEnumLiteral"},{"name":"WORKING_COPY_TARGET","id":177,"value":2,"literal":"WORKING_COPY_TARGET","eClass":"EEnumLiteral"},{"name":"COMPILED_TARGET","id":178,"value":3,"literal":"COMPILED_TARGET","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":1,"target":0},{"source":1,"target":29},{"source":1,"target":30},{"source":29,"target":31},{"source":29,"target":1},{"source":30,"target":32},{"source":30,"target":1},{"source":2,"target":0},{"source":2,"target":33},{"source":2,"target":34},{"source":33,"target":35},{"source":33,"target":2},{"source":34,"target":15},{"source":34,"target":36},{"source":34,"target":2},{"source":36,"target":15},{"source":3,"target":0},{"source":3,"target":37},{"source":37,"target":1},{"source":37,"target":38},{"source":37,"target":3},{"source":38,"target":1},{"source":4,"target":0},{"source":4,"target":39},{"source":4,"target":40},{"source":39,"target":41},{"source":39,"target":4},{"source":40,"target":3},{"source":40,"target":42},{"source":40,"target":4},{"source":42,"target":3},{"source":5,"target":0},{"source":5,"target":43},{"source":5,"target":44},{"source":43,"target":45},{"source":43,"target":5},{"source":44,"target":9},{"source":44,"target":46},{"source":44,"target":5},{"source":46,"target":9},{"source":6,"target":0},{"source":6,"target":47},{"source":6,"target":48},{"source":47,"target":49},{"source":47,"target":6},{"source":48,"target":50},{"source":48,"target":6},{"source":7,"target":0},{"source":7,"target":51},{"source":7,"target":52},{"source":51,"target":53},{"source":51,"target":7},{"source":52,"target":12},{"source":52,"target":54},{"source":52,"target":7},{"source":54,"target":12},{"source":8,"target":0},{"source":8,"target":55},{"source":8,"target":56},{"source":55,"target":57},{"source":55,"target":8},{"source":56,"target":58},{"source":56,"target":8},{"source":9,"target":0},{"source":9,"target":59},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":59,"target":63},{"source":59,"target":9},{"source":60,"target":64},{"source":60,"target":9},{"source":61,"target":65},{"source":61,"target":9},{"source":62,"target":66},{"source":62,"target":9},{"source":10,"target":0},{"source":10,"target":67},{"source":10,"target":68},{"source":10,"target":69},{"source":10,"target":70},{"source":67,"target":10},{"source":68,"target":10},{"source":69,"target":10},{"source":70,"target":10},{"source":11,"target":0},{"source":11,"target":71},{"source":11,"target":72},{"source":11,"target":73},{"source":11,"target":74},{"source":11,"target":75},{"source":11,"target":76},{"source":11,"target":77},{"source":11,"target":78},{"source":11,"target":79},{"source":71,"target":11},{"source":72,"target":11},{"source":73,"target":11},{"source":74,"target":11},{"source":75,"target":11},{"source":76,"target":11},{"source":77,"target":11},{"source":78,"target":11},{"source":79,"target":11},{"source":12,"target":0},{"source":12,"target":80},{"source":12,"target":81},{"source":12,"target":82},{"source":12,"target":83},{"source":80,"target":84},{"source":80,"target":12},{"source":81,"target":85},{"source":81,"target":12},{"source":82,"target":10},{"source":82,"target":86},{"source":82,"target":12},{"source":86,"target":10},{"source":83,"target":11},{"source":83,"target":87},{"source":83,"target":12},{"source":87,"target":11},{"source":13,"target":0},{"source":13,"target":88},{"source":13,"target":89},{"source":13,"target":90},{"source":13,"target":91},{"source":88,"target":12},{"source":88,"target":92},{"source":88,"target":13},{"source":92,"target":12},{"source":89,"target":7},{"source":89,"target":93},{"source":89,"target":13},{"source":93,"target":7},{"source":90,"target":94},{"source":90,"target":13},{"source":91,"target":95},{"source":91,"target":13},{"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":14,"target":101},{"source":14,"target":102},{"source":96,"target":103},{"source":96,"target":14},{"source":97,"target":5},{"source":97,"target":104},{"source":97,"target":14},{"source":104,"target":5},{"source":98,"target":4},{"source":98,"target":105},{"source":98,"target":14},{"source":105,"target":4},{"source":99,"target":8},{"source":99,"target":106},{"source":99,"target":14},{"source":106,"target":8},{"source":100,"target":107},{"source":100,"target":14},{"source":101,"target":6},{"source":101,"target":108},{"source":101,"target":14},{"source":108,"target":6},{"source":102,"target":2},{"source":102,"target":109},{"source":102,"target":14},{"source":109,"target":2},{"source":15,"target":0},{"source":15,"target":110},{"source":15,"target":111},{"source":110,"target":112},{"source":110,"target":15},{"source":111,"target":113},{"source":111,"target":15},{"source":16,"target":0},{"source":16,"target":114},{"source":114,"target":17},{"source":114,"target":115},{"source":114,"target":16},{"source":115,"target":17},{"source":17,"target":0},{"source":17,"target":116},{"source":17,"target":117},{"source":17,"target":118},{"source":17,"target":119},{"source":116,"target":120},{"source":116,"target":17},{"source":117,"target":121},{"source":117,"target":17},{"source":118,"target":122},{"source":118,"target":17},{"source":119,"target":18},{"source":119,"target":123},{"source":119,"target":17},{"source":123,"target":18},{"source":18,"target":0},{"source":18,"target":124},{"source":18,"target":125},{"source":124,"target":126},{"source":124,"target":18},{"source":125,"target":19},{"source":125,"target":127},{"source":125,"target":18},{"source":127,"target":19},{"source":19,"target":0},{"source":19,"target":128},{"source":19,"target":129},{"source":128,"target":130},{"source":128,"target":19},{"source":129,"target":20},{"source":129,"target":131},{"source":129,"target":19},{"source":131,"target":20},{"source":20,"target":0},{"source":20,"target":132},{"source":20,"target":133},{"source":132,"target":134},{"source":132,"target":20},{"source":133,"target":135},{"source":133,"target":20},{"source":21,"target":0},{"source":21,"target":26},{"source":21,"target":136},{"source":21,"target":137},{"source":21,"target":138},{"source":136,"target":27},{"source":136,"target":139},{"source":136,"target":21},{"source":139,"target":27},{"source":137,"target":27},{"source":137,"target":140},{"source":137,"target":21},{"source":140,"target":27},{"source":138,"target":26},{"source":22,"target":0},{"source":22,"target":26},{"source":22,"target":141},{"source":22,"target":142},{"source":22,"target":143},{"source":22,"target":144},{"source":22,"target":145},{"source":22,"target":146},{"source":141,"target":28},{"source":141,"target":147},{"source":141,"target":22},{"source":147,"target":28},{"source":142,"target":148},{"source":142,"target":22},{"source":143,"target":149},{"source":143,"target":22},{"source":144,"target":150},{"source":144,"target":22},{"source":145,"target":151},{"source":145,"target":22},{"source":146,"target":26},{"source":23,"target":0},{"source":23,"target":26},{"source":23,"target":152},{"source":23,"target":153},{"source":23,"target":154},{"source":23,"target":155},{"source":23,"target":156},{"source":152,"target":28},{"source":152,"target":157},{"source":152,"target":23},{"source":157,"target":28},{"source":153,"target":158},{"source":153,"target":23},{"source":154,"target":159},{"source":154,"target":23},{"source":155,"target":160},{"source":155,"target":23},{"source":156,"target":26},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":161},{"source":24,"target":162},{"source":24,"target":163},{"source":161,"target":164},{"source":161,"target":24},{"source":162,"target":165},{"source":162,"target":24},{"source":163,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":166},{"source":166,"target":23},{"source":26,"target":0},{"source":26,"target":12},{"source":26,"target":167},{"source":26,"target":168},{"source":26,"target":169},{"source":167,"target":170},{"source":167,"target":26},{"source":168,"target":171},{"source":168,"target":26},{"source":169,"target":12},{"source":27,"target":0},{"source":27,"target":172},{"source":27,"target":173},{"source":27,"target":174},{"source":172,"target":27},{"source":173,"target":27},{"source":174,"target":27},{"source":28,"target":0},{"source":28,"target":175},{"source":28,"target":176},{"source":28,"target":177},{"source":28,"target":178},{"source":175,"target":28},{"source":176,"target":28},{"source":177,"target":28},{"source":178,"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="moduleDsl" nsURI="http://www.xtext.org/ModuleDsl" nsPrefix="moduleDsl">
<eClassifiers xsi:type="ecore:EClass" name="LANGUAGE">
<eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1"
eType="#//MODULE_DECL" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MODULE_DECL">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="strategy" eType="#//STRATEGY"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="#//INTERFACE"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//BODY" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="STRATEGY">
<eStructuralFeatures xsi:type="ecore:EReference" name="critdecl" eType="#//CRITERION_DECL"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataseldecl" eType="#//DATASEL_DECL"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="INTERFACE">
<eStructuralFeatures xsi:type="ecore:EReference" name="declaration" upperBound="-1"
eType="#//AbstractVAR_DECL" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BODY">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//STATEMENT" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CRITERION_DECL">
<eStructuralFeatures xsi:type="ecore:EReference" name="crit" eType="#//CRITERION"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DATASEL_DECL">
<eStructuralFeatures xsi:type="ecore:EReference" name="data1" eType="#//DATASEL"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="data2" eType="#//DATASEL"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CRITERION">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="crit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DATASEL">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractVAR_DECL" eSuperTypes="#//STATEMENT">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TYPE" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VAR_DECL" eSuperTypes="#//AbstractVAR_DECL">
<eStructuralFeatures xsi:type="ecore:EReference" name="flow" eType="#//Flow" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="range" eType="#//RANGE"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Flow">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="flow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CST_DECL" eSuperTypes="#//AbstractVAR_DECL">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="flow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Literal"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TmpVAR_DECL" eSuperTypes="#//AbstractVAR_DECL">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//EXPRESSION"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TYPE">
<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="RANGE"/>
<eClassifiers xsi:type="ecore:EClass" name="INTERVAL" eSuperTypes="#//RANGE">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lsqbr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="min" eType="#//Literal"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="max" eType="#//Literal"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rsqbr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LSET" eSuperTypes="#//RANGE">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1"
eType="#//Literal" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="STATEMENT"/>
<eClassifiers xsi:type="ecore:EClass" name="IF_STATEMENT" eSuperTypes="#//STATEMENT">
<eStructuralFeatures xsi:type="ecore:EReference" name="ifCond" eType="#//EXPRESSION"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifst" upperBound="-1" eType="#//STATEMENT"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elst" upperBound="-1" eType="#//STATEMENT"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LOOP_STATEMENT" eSuperTypes="#//STATEMENT">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopCond" eType="#//EXPRESSION"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ERROR_STATEMENT" eSuperTypes="#//STATEMENT">
<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="ASSIGN_STATEMENT" eSuperTypes="#//STATEMENT">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//VAR_REF"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//EXPRESSION"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VAR_REF">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//AbstractVAR_DECL"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EXPRESSION"/>
<eClassifiers xsi:type="ecore:EClass" name="intLITERAL" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="realLITERAL" eSuperTypes="#//Literal">
<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="boolLITERAL" eSuperTypes="#//Literal">
<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="strLITERAL" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="enumLITERAL" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="bitLITERAL" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="hexLITERAL" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="unknowLITERAL" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="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="EQUAL_DIFF" 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="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="ADD" 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="SUB" 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="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="NOT" eSuperTypes="#//EXPRESSION">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//EXPRESSION"
containment="true"/>
</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="realConstant" eSuperTypes="#//EXPRESSION">
<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="strConstant" 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="enumConstant" 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="boolConstant" eSuperTypes="#//EXPRESSION">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="bitConstant" 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="hexConstant" 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="VarExpRef" eSuperTypes="#//EXPRESSION">
<eStructuralFeatures xsi:type="ecore:EReference" name="vref" eType="#//AbstractVAR_DECL"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/skangoye/mcdc_dsl/org.xtext.module.dsl/model/generated/ModuleDsl.ecore | ecore | moduleDsl
LANGUAGE
modules
MODULE_DECL
name
strategy
interface
body
STRATEGY
critdecl
dataseldecl
INTERFACE
declaration
BODY
statements
CRITERION_DECL
crit
DATASEL_DECL
data1
data2
CRITERION
crit
DATASEL
sel
AbstractVAR_DECL
name
type
VAR_DECL
flow
range
Flow
flow
CST_DECL
flow
value
TmpVAR_DECL
value
TYPE
type
RANGE
INTERVAL
lsqbr
min
max
rsqbr
LSET
value
Literal
STATEMENT
IF_STATEMENT
ifCond
ifst
elst
LOOP_STATEMENT
loopCond
ERROR_STATEMENT
message
ASSIGN_STATEMENT
left
right
VAR_REF
variable
EXPRESSION
intLITERAL
value
realLITERAL
value
boolLITERAL
value
strLITERAL
value
enumLITERAL
value
bitLITERAL
value
hexLITERAL
value
unknowLITERAL
value
OR
left
right
AND
left
right
EQUAL_DIFF
left
op
right
COMPARISON
left
op
right
ADD
left
right
SUB
left
right
MULT
left
right
DIV
left
right
MODULO
left
right
NOT
exp
intConstant
value
realConstant
value
strConstant
value
enumConstant
value
boolConstant
value
bitConstant
value
hexConstant
value
VarExpRef
vref | null | {"directed":true,"nodes":[{"nsPrefix":"moduleDsl","nsURI":"http://www.xtext.org/ModuleDsl","name":"moduleDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LANGUAGE","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MODULE_DECL","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STRATEGY","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"INTERFACE","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BODY","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CRITERION_DECL","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DATASEL_DECL","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CRITERION","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DATASEL","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractVAR_DECL","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VAR_DECL","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CST_DECL","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TmpVAR_DECL","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TYPE","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RANGE","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"INTERVAL","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LSET","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STATEMENT","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IF_STATEMENT","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LOOP_STATEMENT","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ERROR_STATEMENT","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASSIGN_STATEMENT","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VAR_REF","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EXPRESSION","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"intLITERAL","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"realLITERAL","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"boolLITERAL","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"strLITERAL","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"enumLITERAL","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"bitLITERAL","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"hexLITERAL","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unknowLITERAL","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OR","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AND","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EQUAL_DIFF","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"COMPARISON","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ADD","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SUB","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MULT","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DIV","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MODULO","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NOT","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"intConstant","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"realConstant","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"strConstant","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"enumConstant","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"boolConstant","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"bitConstant","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"hexConstant","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarExpRef","instanceClass":null,"abstract":false,"id":52,"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":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"strategy","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":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":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":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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"critdecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataseldecl","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":"declaration","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"crit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"data1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"data2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"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":"crit","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"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":"sel","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"flow","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"flow","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"flow","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","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":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"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":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lsqbr","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rsqbr","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"},{"container":false,"ordered":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":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifCond","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":"ifst","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elst","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"loopCond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"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":"message","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"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":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"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":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"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":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"op","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"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":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"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":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"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":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"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":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"vref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":1,"target":0},{"source":1,"target":53},{"source":53,"target":2},{"source":53,"target":54},{"source":53,"target":1},{"source":54,"target":2},{"source":2,"target":0},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":55,"target":59},{"source":55,"target":2},{"source":56,"target":3},{"source":56,"target":60},{"source":56,"target":2},{"source":60,"target":3},{"source":57,"target":4},{"source":57,"target":61},{"source":57,"target":2},{"source":61,"target":4},{"source":58,"target":5},{"source":58,"target":62},{"source":58,"target":2},{"source":62,"target":5},{"source":3,"target":0},{"source":3,"target":63},{"source":3,"target":64},{"source":63,"target":6},{"source":63,"target":65},{"source":63,"target":3},{"source":65,"target":6},{"source":64,"target":7},{"source":64,"target":66},{"source":64,"target":3},{"source":66,"target":7},{"source":4,"target":0},{"source":4,"target":67},{"source":67,"target":10},{"source":67,"target":68},{"source":67,"target":4},{"source":68,"target":10},{"source":5,"target":0},{"source":5,"target":69},{"source":69,"target":20},{"source":69,"target":70},{"source":69,"target":5},{"source":70,"target":20},{"source":6,"target":0},{"source":6,"target":71},{"source":71,"target":8},{"source":71,"target":72},{"source":71,"target":6},{"source":72,"target":8},{"source":7,"target":0},{"source":7,"target":73},{"source":7,"target":74},{"source":73,"target":9},{"source":73,"target":75},{"source":73,"target":7},{"source":75,"target":9},{"source":74,"target":9},{"source":74,"target":76},{"source":74,"target":7},{"source":76,"target":9},{"source":8,"target":0},{"source":8,"target":77},{"source":77,"target":78},{"source":77,"target":8},{"source":9,"target":0},{"source":9,"target":79},{"source":79,"target":80},{"source":79,"target":9},{"source":10,"target":0},{"source":10,"target":20},{"source":10,"target":81},{"source":10,"target":82},{"source":10,"target":83},{"source":81,"target":84},{"source":81,"target":10},{"source":82,"target":15},{"source":82,"target":85},{"source":82,"target":10},{"source":85,"target":15},{"source":83,"target":20},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":86},{"source":11,"target":87},{"source":11,"target":88},{"source":86,"target":12},{"source":86,"target":89},{"source":86,"target":11},{"source":89,"target":12},{"source":87,"target":16},{"source":87,"target":90},{"source":87,"target":11},{"source":90,"target":16},{"source":88,"target":10},{"source":12,"target":0},{"source":12,"target":91},{"source":91,"target":92},{"source":91,"target":12},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":93},{"source":13,"target":94},{"source":13,"target":95},{"source":93,"target":96},{"source":93,"target":13},{"source":94,"target":19},{"source":94,"target":97},{"source":94,"target":13},{"source":97,"target":19},{"source":95,"target":10},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":98},{"source":14,"target":99},{"source":98,"target":26},{"source":98,"target":100},{"source":98,"target":14},{"source":100,"target":26},{"source":99,"target":10},{"source":15,"target":0},{"source":15,"target":101},{"source":101,"target":102},{"source":101,"target":15},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":103},{"source":17,"target":104},{"source":17,"target":105},{"source":17,"target":106},{"source":17,"target":107},{"source":103,"target":108},{"source":103,"target":17},{"source":104,"target":19},{"source":104,"target":109},{"source":104,"target":17},{"source":109,"target":19},{"source":105,"target":19},{"source":105,"target":110},{"source":105,"target":17},{"source":110,"target":19},{"source":106,"target":111},{"source":106,"target":17},{"source":107,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":112},{"source":18,"target":113},{"source":112,"target":19},{"source":112,"target":114},{"source":112,"target":18},{"source":114,"target":19},{"source":113,"target":16},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":115},{"source":21,"target":116},{"source":21,"target":117},{"source":21,"target":118},{"source":115,"target":26},{"source":115,"target":119},{"source":115,"target":21},{"source":119,"target":26},{"source":116,"target":20},{"source":116,"target":120},{"source":116,"target":21},{"source":120,"target":20},{"source":117,"target":20},{"source":117,"target":121},{"source":117,"target":21},{"source":121,"target":20},{"source":118,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":122},{"source":22,"target":123},{"source":122,"target":26},{"source":122,"target":124},{"source":122,"target":22},{"source":124,"target":26},{"source":123,"target":20},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":125},{"source":23,"target":126},{"source":125,"target":127},{"source":125,"target":23},{"source":126,"target":20},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":128},{"source":24,"target":129},{"source":24,"target":130},{"source":128,"target":25},{"source":128,"target":131},{"source":128,"target":24},{"source":131,"target":25},{"source":129,"target":26},{"source":129,"target":132},{"source":129,"target":24},{"source":132,"target":26},{"source":130,"target":20},{"source":25,"target":0},{"source":25,"target":133},{"source":133,"target":10},{"source":133,"target":134},{"source":133,"target":25},{"source":134,"target":10},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":19},{"source":27,"target":135},{"source":27,"target":136},{"source":135,"target":137},{"source":135,"target":27},{"source":136,"target":19},{"source":28,"target":0},{"source":28,"target":19},{"source":28,"target":138},{"source":28,"target":139},{"source":138,"target":140},{"source":138,"target":28},{"source":139,"target":19},{"source":29,"target":0},{"source":29,"target":19},{"source":29,"target":141},{"source":29,"target":142},{"source":141,"target":143},{"source":141,"target":29},{"source":142,"target":19},{"source":30,"target":0},{"source":30,"target":19},{"source":30,"target":144},{"source":30,"target":145},{"source":144,"target":146},{"source":144,"target":30},{"source":145,"target":19},{"source":31,"target":0},{"source":31,"target":19},{"source":31,"target":147},{"source":31,"target":148},{"source":147,"target":149},{"source":147,"target":31},{"source":148,"target":19},{"source":32,"target":0},{"source":32,"target":19},{"source":32,"target":150},{"source":32,"target":151},{"source":150,"target":152},{"source":150,"target":32},{"source":151,"target":19},{"source":33,"target":0},{"source":33,"target":19},{"source":33,"target":153},{"source":33,"target":154},{"source":153,"target":155},{"source":153,"target":33},{"source":154,"target":19},{"source":34,"target":0},{"source":34,"target":19},{"source":34,"target":156},{"source":34,"target":157},{"source":156,"target":158},{"source":156,"target":34},{"source":157,"target":19},{"source":35,"target":0},{"source":35,"target":26},{"source":35,"target":159},{"source":35,"target":160},{"source":35,"target":161},{"source":159,"target":26},{"source":159,"target":162},{"source":159,"target":35},{"source":162,"target":26},{"source":160,"target":26},{"source":160,"target":163},{"source":160,"target":35},{"source":163,"target":26},{"source":161,"target":26},{"source":36,"target":0},{"source":36,"target":26},{"source":36,"target":164},{"source":36,"target":165},{"source":36,"target":166},{"source":164,"target":26},{"source":164,"target":167},{"source":164,"target":36},{"source":167,"target":26},{"source":165,"target":26},{"source":165,"target":168},{"source":165,"target":36},{"source":168,"target":26},{"source":166,"target":26},{"source":37,"target":0},{"source":37,"target":26},{"source":37,"target":169},{"source":37,"target":170},{"source":37,"target":171},{"source":37,"target":172},{"source":169,"target":26},{"source":169,"target":173},{"source":169,"target":37},{"source":173,"target":26},{"source":170,"target":174},{"source":170,"target":37},{"source":171,"target":26},{"source":171,"target":175},{"source":171,"target":37},{"source":175,"target":26},{"source":172,"target":26},{"source":38,"target":0},{"source":38,"target":26},{"source":38,"target":176},{"source":38,"target":177},{"source":38,"target":178},{"source":38,"target":179},{"source":176,"target":26},{"source":176,"target":180},{"source":176,"target":38},{"source":180,"target":26},{"source":177,"target":181},{"source":177,"target":38},{"source":178,"target":26},{"source":178,"target":182},{"source":178,"target":38},{"source":182,"target":26},{"source":179,"target":26},{"source":39,"target":0},{"source":39,"target":26},{"source":39,"target":183},{"source":39,"target":184},{"source":39,"target":185},{"source":183,"target":26},{"source":183,"target":186},{"source":183,"target":39},{"source":186,"target":26},{"source":184,"target":26},{"source":184,"target":187},{"source":184,"target":39},{"source":187,"target":26},{"source":185,"target":26},{"source":40,"target":0},{"source":40,"target":26},{"source":40,"target":188},{"source":40,"target":189},{"source":40,"target":190},{"source":188,"target":26},{"source":188,"target":191},{"source":188,"target":40},{"source":191,"target":26},{"source":189,"target":26},{"source":189,"target":192},{"source":189,"target":40},{"source":192,"target":26},{"source":190,"target":26},{"source":41,"target":0},{"source":41,"target":26},{"source":41,"target":193},{"source":41,"target":194},{"source":41,"target":195},{"source":193,"target":26},{"source":193,"target":196},{"source":193,"target":41},{"source":196,"target":26},{"source":194,"target":26},{"source":194,"target":197},{"source":194,"target":41},{"source":197,"target":26},{"source":195,"target":26},{"source":42,"target":0},{"source":42,"target":26},{"source":42,"target":198},{"source":42,"target":199},{"source":42,"target":200},{"source":198,"target":26},{"source":198,"target":201},{"source":198,"target":42},{"source":201,"target":26},{"source":199,"target":26},{"source":199,"target":202},{"source":199,"target":42},{"source":202,"target":26},{"source":200,"target":26},{"source":43,"target":0},{"source":43,"target":26},{"source":43,"target":203},{"source":43,"target":204},{"source":43,"target":205},{"source":203,"target":26},{"source":203,"target":206},{"source":203,"target":43},{"source":206,"target":26},{"source":204,"target":26},{"source":204,"target":207},{"source":204,"target":43},{"source":207,"target":26},{"source":205,"target":26},{"source":44,"target":0},{"source":44,"target":26},{"source":44,"target":208},{"source":44,"target":209},{"source":208,"target":26},{"source":208,"target":210},{"source":208,"target":44},{"source":210,"target":26},{"source":209,"target":26},{"source":45,"target":0},{"source":45,"target":26},{"source":45,"target":211},{"source":45,"target":212},{"source":211,"target":213},{"source":211,"target":45},{"source":212,"target":26},{"source":46,"target":0},{"source":46,"target":26},{"source":46,"target":214},{"source":46,"target":215},{"source":214,"target":216},{"source":214,"target":46},{"source":215,"target":26},{"source":47,"target":0},{"source":47,"target":26},{"source":47,"target":217},{"source":47,"target":218},{"source":217,"target":219},{"source":217,"target":47},{"source":218,"target":26},{"source":48,"target":0},{"source":48,"target":26},{"source":48,"target":220},{"source":48,"target":221},{"source":220,"target":222},{"source":220,"target":48},{"source":221,"target":26},{"source":49,"target":0},{"source":49,"target":26},{"source":49,"target":223},{"source":49,"target":224},{"source":223,"target":225},{"source":223,"target":49},{"source":224,"target":26},{"source":50,"target":0},{"source":50,"target":26},{"source":50,"target":226},{"source":50,"target":227},{"source":226,"target":228},{"source":226,"target":50},{"source":227,"target":26},{"source":51,"target":0},{"source":51,"target":26},{"source":51,"target":229},{"source":51,"target":230},{"source":229,"target":231},{"source":229,"target":51},{"source":230,"target":26},{"source":52,"target":0},{"source":52,"target":26},{"source":52,"target":232},{"source":52,"target":233},{"source":232,"target":10},{"source":232,"target":234},{"source":232,"target":52},{"source":234,"target":10},{"source":233,"target":26}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="example" nsURI="http://www.example.org/examples/example.ecore"
nsPrefix="ex">
<eClassifiers xsi:type="ecore:EClass" name="Person">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="homePage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numPublications" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="publication" ordered="false"
upperBound="-1" eType="#//Publication" eOpposite="#//Publication/person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="editedBook" ordered="false"
upperBound="-1" eType="#//EditedBook" eOpposite="#//EditedBook/editor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="authoredPublication" ordered="false"
upperBound="-1" eType="#//AuthoredPublication" eOpposite="#//AuthoredPublication/author"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Publication">
<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#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="edition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="person" ordered="false"
upperBound="-1" eType="#//Person" eOpposite="#//Person/publication"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Book" eSuperTypes="#//Publication">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numPages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="homePage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="publisher" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="publicationYear" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<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="EditedBook" eSuperTypes="#//Publication #//Book">
<eStructuralFeatures xsi:type="ecore:EReference" name="editor" ordered="false"
upperBound="-1" eType="#//Person" eOpposite="#//Person/editedBook"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bookSection" ordered="false"
upperBound="-1" eType="#//BookSection" containment="true" eOpposite="#//BookSection/editedBook"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bookChapter" ordered="false"
upperBound="-1" eType="#//BookChapter" containment="true" eOpposite="#//BookChapter/editedBook"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conferenceEdition" ordered="false"
eType="#//ConferenceEdition" eOpposite="#//ConferenceEdition/editedBook"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AuthoredBook" eSuperTypes="#//Book #//AuthoredPublication"/>
<eClassifiers xsi:type="ecore:EClass" name="AuthoredPublication" eSuperTypes="#//Publication">
<eStructuralFeatures xsi:type="ecore:EReference" name="author" ordered="false"
upperBound="-1" eType="#//Person" eOpposite="#//Person/authoredPublication"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BookChapter" eSuperTypes="#//AuthoredPublication">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iniPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conferencePaper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bookSection" ordered="false"
eType="#//BookSection" eOpposite="#//BookSection/bookChapter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="editedBook" ordered="false"
eType="#//EditedBook" eOpposite="#//EditedBook/bookChapter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bookSeriesIssue" ordered="false"
eType="#//BookSeriesIssue" eOpposite="#//BookSeriesIssue/bookChapter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JournalPaper" eSuperTypes="#//AuthoredPublication">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iniPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conferencePaper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="journalSection" ordered="false"
eType="#//JournalSection" eOpposite="#//JournalSection/journalPaper"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="journalIssue" ordered="false"
lowerBound="1" eType="#//JournalIssue" eOpposite="#//JournalIssue/journalPaper"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BookSection">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="order" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="editedBook" ordered="false"
eType="#//EditedBook" eOpposite="#//EditedBook/bookSection"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bookChapter" ordered="false"
upperBound="-1" eType="#//BookChapter" containment="true" eOpposite="#//BookChapter/bookSection"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bookSeriesIssue" ordered="false"
eType="#//BookSeriesIssue" eOpposite="#//BookSeriesIssue/bookSection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JournalSection">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="order" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="journalPaper" ordered="false"
lowerBound="1" upperBound="-1" eType="#//JournalPaper" eOpposite="#//JournalPaper/journalSection"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="journalIssue" lowerBound="1"
eType="#//JournalIssue" eOpposite="#//JournalIssue/journalSection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JournalIssue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="month" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numPages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="journalSection" ordered="false"
upperBound="-1" eType="#//JournalSection" containment="true" eOpposite="#//JournalSection/journalIssue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="journalPaper" ordered="false"
lowerBound="1" upperBound="-1" eType="#//JournalPaper" containment="true"
eOpposite="#//JournalPaper/journalIssue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="journalVolume" lowerBound="1"
eType="#//JournalVolume" eOpposite="#//JournalVolume/journalIssue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conferenceEdition" eType="#//ConferenceEdition"
eOpposite="#//ConferenceEdition/journalIssue"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BookSeriesIssue" eSuperTypes="#//Book">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bookSection" ordered="false"
upperBound="-1" eType="#//BookSection" containment="true" eOpposite="#//BookSection/bookSeriesIssue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bookChapter" ordered="false"
upperBound="-1" eType="#//BookChapter" containment="true" eOpposite="#//BookChapter/bookSeriesIssue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bookSeries" lowerBound="1"
eType="#//BookSeries" eOpposite="#//BookSeries/bookSeriesIssue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conferenceEdition" eType="#//ConferenceEdition"
eOpposite="#//ConferenceEdition/bookSeriesIssue"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BookSeries">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="publisher" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bookSeriesIssue" ordered="false"
upperBound="-1" eType="#//BookSeriesIssue" containment="true" eOpposite="#//BookSeriesIssue/bookSeries"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConferenceEdition">
<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#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="homePage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="editedBook" eType="#//EditedBook"
eOpposite="#//EditedBook/conferenceEdition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bookSeriesIssue" eType="#//BookSeriesIssue"
eOpposite="#//BookSeriesIssue/conferenceEdition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="journalIssue" eType="#//JournalIssue"
eOpposite="#//JournalIssue/conferenceEdition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conferenceSeries" lowerBound="1"
eType="#//ConferenceSeries" eOpposite="#//ConferenceSeries/conferenceEdition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConferenceSeries">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="acronym" 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="conferenceEdition" ordered="false"
upperBound="-1" eType="#//ConferenceEdition" containment="true" eOpposite="#//ConferenceEdition/conferenceSeries"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JournalVolume">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volume" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="journalIssue" ordered="false"
upperBound="-1" eType="#//JournalIssue" containment="true" eOpposite="#//JournalIssue/journalVolume"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="journal" lowerBound="1"
eType="#//Journal" eOpposite="#//Journal/journalVolume"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Journal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="issn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="journalVolume" ordered="false"
upperBound="-1" eType="#//JournalVolume" containment="true" eOpposite="#//JournalVolume/journal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="conferenceSeries" upperBound="-1"
eType="#//ConferenceSeries" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="journal" upperBound="-1"
eType="#//Journal" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bookSeries" upperBound="-1"
eType="#//BookSeries" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="publication" ordered="false"
upperBound="-1" eType="#//Publication" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="person" ordered="false"
upperBound="-1" eType="#//Person" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/patricktjel/GROOVE/test/cases/_ecores/DBLP.ecore | ecore | example
Person
name
homePage
numPublications
publication
editedBook
authoredPublication
Publication
title
year
edition
person
Book
numPages
homePage
publisher
publicationYear
isbn
EditedBook
editor
bookSection
bookChapter
conferenceEdition
AuthoredBook
AuthoredPublication
author
BookChapter
iniPage
endPage
conferencePaper
bookSection
editedBook
bookSeriesIssue
JournalPaper
iniPage
endPage
conferencePaper
journalSection
journalIssue
BookSection
title
order
editedBook
bookChapter
bookSeriesIssue
JournalSection
title
order
journalPaper
journalIssue
JournalIssue
number
year
month
numPages
journalSection
journalPaper
journalVolume
conferenceEdition
BookSeriesIssue
number
bookSection
bookChapter
bookSeries
conferenceEdition
BookSeries
id
publisher
bookSeriesIssue
ConferenceEdition
title
year
city
country
homePage
editedBook
bookSeriesIssue
journalIssue
conferenceSeries
ConferenceSeries
acronym
name
conferenceEdition
JournalVolume
volume
journalIssue
journal
Journal
title
issn
journalVolume
Model
conferenceSeries
journal
bookSeries
publication
person | null | {"directed":true,"nodes":[{"nsPrefix":"ex","nsURI":"http://www.example.org/examples/example.ecore","name":"example","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Publication","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditedBook","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuthoredBook","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuthoredPublication","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookChapter","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JournalPaper","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookSection","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JournalSection","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JournalIssue","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookSeriesIssue","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookSeries","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConferenceEdition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConferenceSeries","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JournalVolume","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Journal","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":18,"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":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":"homePage","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":"numPublications","changeable":true,"lowerBound":0,"iD":false,"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":"publication","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"editedBook","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"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":"authoredPublication","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"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":"editor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"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":"author","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":"title","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":"year","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":"edition","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numPages","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":"homePage","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":"publisher","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":"publicationYear","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isbn","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bookSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bookChapter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conferenceEdition","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":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":"editedBook","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"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":"editedBook","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"editedBook","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iniPage","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":"endPage","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conferencePaper","changeable":true,"lowerBound":0,"iD":false,"id":70,"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":"bookSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"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":"bookSeriesIssue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bookChapter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"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":"bookChapter","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"iniPage","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endPage","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":"conferencePaper","changeable":true,"lowerBound":0,"iD":false,"id":84,"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":"journalSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"journalIssue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"journalPaper","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"journalPaper","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":"title","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"order","changeable":true,"lowerBound":0,"iD":false,"id":96,"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":"bookSeriesIssue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bookSection","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"title","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":"order","changeable":true,"lowerBound":0,"iD":false,"id":105,"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":"journalIssue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"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":"journalSection","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"number","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"month","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":"numPages","changeable":true,"lowerBound":0,"iD":false,"id":115,"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":"journalVolume","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"conferenceEdition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"journalIssue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"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":"journalIssue","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":"number","changeable":true,"lowerBound":0,"iD":false,"id":128,"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":"bookSeries","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"conferenceEdition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bookSeriesIssue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"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":"bookSeriesIssue","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":"id","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":"publisher","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","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":"year","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"country","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"homePage","changeable":true,"lowerBound":0,"iD":false,"id":148,"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":"conferenceSeries","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"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conferenceEdition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"acronym","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volume","changeable":true,"lowerBound":0,"iD":false,"id":165,"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":"journal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"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":"journalVolume","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":"title","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"issn","changeable":true,"lowerBound":0,"iD":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"conferenceSeries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"journal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bookSeries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"publication","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":19,"target":25},{"source":19,"target":1},{"source":20,"target":26},{"source":20,"target":1},{"source":21,"target":27},{"source":21,"target":1},{"source":22,"target":2},{"source":22,"target":28},{"source":22,"target":1},{"source":22,"target":29},{"source":28,"target":2},{"source":23,"target":4},{"source":23,"target":30},{"source":23,"target":1},{"source":23,"target":31},{"source":30,"target":4},{"source":24,"target":6},{"source":24,"target":32},{"source":24,"target":1},{"source":24,"target":33},{"source":32,"target":6},{"source":2,"target":0},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":29},{"source":34,"target":37},{"source":34,"target":2},{"source":35,"target":38},{"source":35,"target":2},{"source":36,"target":39},{"source":36,"target":2},{"source":29,"target":1},{"source":29,"target":40},{"source":29,"target":2},{"source":29,"target":22},{"source":40,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"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":41,"target":47},{"source":41,"target":3},{"source":42,"target":48},{"source":42,"target":3},{"source":43,"target":49},{"source":43,"target":3},{"source":44,"target":50},{"source":44,"target":3},{"source":45,"target":51},{"source":45,"target":3},{"source":46,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":3},{"source":4,"target":31},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":31,"target":1},{"source":31,"target":57},{"source":31,"target":4},{"source":31,"target":23},{"source":57,"target":1},{"source":52,"target":9},{"source":52,"target":58},{"source":52,"target":4},{"source":52,"target":59},{"source":58,"target":9},{"source":53,"target":7},{"source":53,"target":60},{"source":53,"target":4},{"source":53,"target":61},{"source":60,"target":7},{"source":54,"target":14},{"source":54,"target":62},{"source":54,"target":4},{"source":54,"target":63},{"source":62,"target":14},{"source":55,"target":2},{"source":56,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":6},{"source":5,"target":64},{"source":5,"target":65},{"source":64,"target":3},{"source":65,"target":6},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":33},{"source":6,"target":66},{"source":33,"target":1},{"source":33,"target":67},{"source":33,"target":6},{"source":33,"target":24},{"source":67,"target":1},{"source":66,"target":2},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":70},{"source":7,"target":71},{"source":7,"target":61},{"source":7,"target":72},{"source":7,"target":73},{"source":68,"target":74},{"source":68,"target":7},{"source":69,"target":75},{"source":69,"target":7},{"source":70,"target":76},{"source":70,"target":7},{"source":71,"target":9},{"source":71,"target":77},{"source":71,"target":7},{"source":71,"target":78},{"source":77,"target":9},{"source":61,"target":4},{"source":61,"target":79},{"source":61,"target":7},{"source":61,"target":53},{"source":79,"target":4},{"source":72,"target":12},{"source":72,"target":80},{"source":72,"target":7},{"source":72,"target":81},{"source":80,"target":12},{"source":73,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":82},{"source":8,"target":83},{"source":8,"target":84},{"source":8,"target":85},{"source":8,"target":86},{"source":8,"target":87},{"source":82,"target":88},{"source":82,"target":8},{"source":83,"target":89},{"source":83,"target":8},{"source":84,"target":90},{"source":84,"target":8},{"source":85,"target":10},{"source":85,"target":91},{"source":85,"target":8},{"source":85,"target":92},{"source":91,"target":10},{"source":86,"target":11},{"source":86,"target":93},{"source":86,"target":8},{"source":86,"target":94},{"source":93,"target":11},{"source":87,"target":6},{"source":9,"target":0},{"source":9,"target":95},{"source":9,"target":96},{"source":9,"target":59},{"source":9,"target":78},{"source":9,"target":97},{"source":95,"target":98},{"source":95,"target":9},{"source":96,"target":99},{"source":96,"target":9},{"source":59,"target":4},{"source":59,"target":100},{"source":59,"target":9},{"source":59,"target":52},{"source":100,"target":4},{"source":78,"target":7},{"source":78,"target":101},{"source":78,"target":9},{"source":78,"target":71},{"source":101,"target":7},{"source":97,"target":12},{"source":97,"target":102},{"source":97,"target":9},{"source":97,"target":103},{"source":102,"target":12},{"source":10,"target":0},{"source":10,"target":104},{"source":10,"target":105},{"source":10,"target":92},{"source":10,"target":106},{"source":104,"target":107},{"source":104,"target":10},{"source":105,"target":108},{"source":105,"target":10},{"source":92,"target":8},{"source":92,"target":109},{"source":92,"target":10},{"source":92,"target":85},{"source":109,"target":8},{"source":106,"target":11},{"source":106,"target":110},{"source":106,"target":10},{"source":106,"target":111},{"source":110,"target":11},{"source":11,"target":0},{"source":11,"target":112},{"source":11,"target":113},{"source":11,"target":114},{"source":11,"target":115},{"source":11,"target":111},{"source":11,"target":94},{"source":11,"target":116},{"source":11,"target":117},{"source":112,"target":118},{"source":112,"target":11},{"source":113,"target":119},{"source":113,"target":11},{"source":114,"target":120},{"source":114,"target":11},{"source":115,"target":121},{"source":115,"target":11},{"source":111,"target":10},{"source":111,"target":122},{"source":111,"target":11},{"source":111,"target":106},{"source":122,"target":10},{"source":94,"target":8},{"source":94,"target":123},{"source":94,"target":11},{"source":94,"target":86},{"source":123,"target":8},{"source":116,"target":16},{"source":116,"target":124},{"source":116,"target":11},{"source":116,"target":125},{"source":124,"target":16},{"source":117,"target":14},{"source":117,"target":126},{"source":117,"target":11},{"source":117,"target":127},{"source":126,"target":14},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":128},{"source":12,"target":103},{"source":12,"target":81},{"source":12,"target":129},{"source":12,"target":130},{"source":12,"target":131},{"source":128,"target":132},{"source":128,"target":12},{"source":103,"target":9},{"source":103,"target":133},{"source":103,"target":12},{"source":103,"target":97},{"source":133,"target":9},{"source":81,"target":7},{"source":81,"target":134},{"source":81,"target":12},{"source":81,"target":72},{"source":134,"target":7},{"source":129,"target":13},{"source":129,"target":135},{"source":129,"target":12},{"source":129,"target":136},{"source":135,"target":13},{"source":130,"target":14},{"source":130,"target":137},{"source":130,"target":12},{"source":130,"target":138},{"source":137,"target":14},{"source":131,"target":3},{"source":13,"target":0},{"source":13,"target":139},{"source":13,"target":140},{"source":13,"target":136},{"source":139,"target":141},{"source":139,"target":13},{"source":140,"target":142},{"source":140,"target":13},{"source":136,"target":12},{"source":136,"target":143},{"source":136,"target":13},{"source":136,"target":129},{"source":143,"target":12},{"source":14,"target":0},{"source":14,"target":144},{"source":14,"target":145},{"source":14,"target":146},{"source":14,"target":147},{"source":14,"target":148},{"source":14,"target":63},{"source":14,"target":138},{"source":14,"target":127},{"source":14,"target":149},{"source":144,"target":150},{"source":144,"target":14},{"source":145,"target":151},{"source":145,"target":14},{"source":146,"target":152},{"source":146,"target":14},{"source":147,"target":153},{"source":147,"target":14},{"source":148,"target":154},{"source":148,"target":14},{"source":63,"target":4},{"source":63,"target":155},{"source":63,"target":14},{"source":63,"target":54},{"source":155,"target":4},{"source":138,"target":12},{"source":138,"target":156},{"source":138,"target":14},{"source":138,"target":130},{"source":156,"target":12},{"source":127,"target":11},{"source":127,"target":157},{"source":127,"target":14},{"source":127,"target":117},{"source":157,"target":11},{"source":149,"target":15},{"source":149,"target":158},{"source":149,"target":14},{"source":149,"target":159},{"source":158,"target":15},{"source":15,"target":0},{"source":15,"target":160},{"source":15,"target":161},{"source":15,"target":159},{"source":160,"target":162},{"source":160,"target":15},{"source":161,"target":163},{"source":161,"target":15},{"source":159,"target":14},{"source":159,"target":164},{"source":159,"target":15},{"source":159,"target":149},{"source":164,"target":14},{"source":16,"target":0},{"source":16,"target":165},{"source":16,"target":125},{"source":16,"target":166},{"source":165,"target":167},{"source":165,"target":16},{"source":125,"target":11},{"source":125,"target":168},{"source":125,"target":16},{"source":125,"target":116},{"source":168,"target":11},{"source":166,"target":17},{"source":166,"target":169},{"source":166,"target":16},{"source":166,"target":170},{"source":169,"target":17},{"source":17,"target":0},{"source":17,"target":171},{"source":17,"target":172},{"source":17,"target":170},{"source":171,"target":173},{"source":171,"target":17},{"source":172,"target":174},{"source":172,"target":17},{"source":170,"target":16},{"source":170,"target":175},{"source":170,"target":17},{"source":170,"target":166},{"source":175,"target":16},{"source":18,"target":0},{"source":18,"target":176},{"source":18,"target":177},{"source":18,"target":178},{"source":18,"target":179},{"source":18,"target":180},{"source":176,"target":15},{"source":176,"target":181},{"source":176,"target":18},{"source":181,"target":15},{"source":177,"target":17},{"source":177,"target":182},{"source":177,"target":18},{"source":182,"target":17},{"source":178,"target":13},{"source":178,"target":183},{"source":178,"target":18},{"source":183,"target":13},{"source":179,"target":2},{"source":179,"target":184},{"source":179,"target":18},{"source":184,"target":2},{"source":180,"target":1},{"source":180,"target":185},{"source":180,"target":18},{"source":185,"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="sybaseasesqlmodel"
nsURI="http:///org/eclipse/datatools/connectivity/sqm/sybase/ase/sybaseasesqlmodel.ecore"
nsPrefix="SybaseASEModel">
<eClassifiers xsi:type="ecore:EClass" name="SybaseASESchema" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/Schema ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eOperations name="getWebServicesAsTables" eType="ecore:EDataType ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/List"/>
<eOperations name="getNormalTables" eType="ecore:EDataType ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/List"/>
<eOperations name="getProxyTables" eType="ecore:EDataType ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/List"/>
<eOperations name="getViewTables" eType="ecore:EDataType ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/List"/>
<eOperations name="getSystemProcedures" eType="ecore:EDataType ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/List"/>
<eOperations name="getSystemTables" eType="ecore:EDataType ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/List"/>
<eOperations name="getSystemAndNormalTable" eType="ecore:EDataType ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/List"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaults" upperBound="-1"
eType="#//SybaseASEDefault" eOpposite="#//SybaseASEDefault/schema"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1"
eType="#//SybaseASERule" eOpposite="#//SybaseASERule/schema"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="encryptionKeys" upperBound="-1"
eType="#//SybaseASEEncryptionKey" eOpposite="#//SybaseASEEncryptionKey/schema"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEDatabase" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/Database ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eOperations name="isComputedColApplicable" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eOperations name="isPartitionsApplicable" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eOperations name="isFunctionalBasedIndexMemApplicable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataTypes" upperBound="-1"
eType="#//SybaseASEPredefinedDataType" eOpposite="#//SybaseASEPredefinedDataType/database"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="encryptionKeyApplicable"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="roles" upperBound="-1"
eType="#//SybaseASERole"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="caches" lowerBound="1"
upperBound="-1" eType="#//SybaseASECache" containment="true" eOpposite="#//SybaseASECache/database"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="webServices" upperBound="-1"
eType="#//SybaseASEWebService" containment="true" eOpposite="#//SybaseASEWebService/database"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="webserviceApplicable" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sdsServer" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tempDBName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEWebService" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="service_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="service_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="auth_required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="secure_required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url_path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="user_name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="statement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="remarks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="database" lowerBound="1"
eType="#//SybaseASEDatabase" eOpposite="#//SybaseASEDatabase/webServices"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEPredefinedDataType" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//datatypes/PredefinedDataType ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//datatypes/SQLDataType ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//datatypes/DataType ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="database" eType="#//SybaseASEDatabase"
eOpposite="#//SybaseASEDatabase/dataTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASECatalog" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/Catalog ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="segments" upperBound="-1"
eType="#//SybaseASESegment" containment="true" eOpposite="#//SybaseASESegment/catalog"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataDevices" upperBound="-1"
eType="#//DeviceItem"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logDevices" upperBound="-1"
eType="#//DeviceItem"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="override" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="forLoad" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="forProxyUpdate" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="logIOSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="recoveryOrder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="0 as default value"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="authorizationIds" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//accesscontrol/AuthorizationIdentifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="List of users and groups"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="cache" eType="#//SybaseASECache"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="catalogType" eType="#//SybaseASECatalogType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEProcedure" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//routines/Procedure ../../org.eclipse.datatools.enablement.sybase/models/sybasesqlmodel.ecore#//SybaseRoutine">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="groupNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="transactionMode" eType="#//TransactionModeType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="systemProcedure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="withRecompile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TransactionModeType">
<eLiterals name="CHAINED" value="16"/>
<eLiterals name="UNCHAINED"/>
<eLiterals name="ANYMODE" value="32"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEDefault" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="schema" lowerBound="1"
eType="#//SybaseASESchema" eOpposite="#//SybaseASESchema/defaults"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="statement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="SQL scripts of creation statement of this Default"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASERule" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="schema" lowerBound="1"
eType="#//SybaseASESchema" eOpposite="#//SybaseASESchema/rules"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="statement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="SQL scripts of creation statement of this Rule"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accessRule" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accessType" eType="#//AccessRuleType"
defaultValueLiteral="DEF"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEIndex" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//constraints/Index ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxRowPerPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reversePageGap" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreDuplicateKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sortedData" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreDuplicateRow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="segment" eType="#//SybaseASESegment"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="partitions" upperBound="-1"
eType="#//partition/PartitionSegmentPair" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="consumerNum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="statisticsStep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="allowDuplicateRow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="suspect" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cacheInfo" eType="#//CacheInfo"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASESegment" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="catalog" eType="#//SybaseASECatalog"
eOpposite="#//SybaseASECatalog/segments"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deviceNames" lowerBound="1"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thresholds" upperBound="-1"
eType="#//SegmentThreshold"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEFuncBasedIndexMember" eSuperTypes="../../org.eclipse.datatools.enablement.sybase/models/sybasesqlmodel.ecore#//SybaseIndexMember"/>
<eClassifiers xsi:type="ecore:EEnum" name="CacheStrategyType">
<eLiterals name="PREFETCH" value="1"/>
<eLiterals name="MRU" value="2"/>
<eLiterals name="MRU_SERVER_DEFAULT" value="4"/>
<eLiterals name="PREFETCH_SERVER_DEFAULT" value="8"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASETable" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//tables/PersistentTable #//SybaseASEBaseTable"/>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEColumnCheckConstraint" eSuperTypes="#//SybaseASECheckConstraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="column" lowerBound="1"
eType="#//SybaseASEColumn" eOpposite="#//SybaseASEColumn/columnCheck"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEColumn" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//tables/Column ../../org.eclipse.datatools.enablement.sybase/models/sybasesqlmodel.ecore#//SybaseAuthorizedObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="ASE column's defaultValue attribute will hold either inline default 
or bound default value. Judge boundDefault is null or not to determine
the defaultValue's holder(inline or bound defualt). -- To be consistent
with the standard SQL model"/>
</eAnnotations>
<eOperations name="isComputedColumn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="columnCheck" eType="#//SybaseASEColumnCheckConstraint"
eOpposite="#//SybaseASEColumnCheckConstraint/column"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="boundDefault" eType="#//SybaseASEDefault"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="boundRule" eType="#//SybaseASERule"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="materialized" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="encryptionKey" eType="#//SybaseASEEncryptionKey"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bindDefaultInFutureOnly"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bindRuleInFutureOnly" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hidden" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LockingSchemaType">
<eLiterals name="LOCKDATAROWS"/>
<eLiterals name="LOCKDATAPAGES" value="1"/>
<eLiterals name="LOCKALLPAGES" value="2"/>
<eLiterals name="SERVERDEFAULT" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEUniqueConstraint" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//constraints/UniqueConstraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="systemGenedIndex" lowerBound="1"
eType="#//SybaseASEIndex" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="SybaseASEUniqueConstraint wrap SybaseASEIndex as reference to provide isClustered, segment, marrowsize, members and other index related info."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="systemGenedName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEPrimaryKey" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//constraints/PrimaryKey">
<eStructuralFeatures xsi:type="ecore:EReference" name="aseUniqueConstraint" lowerBound="1"
eType="#//SybaseASEUniqueConstraint" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeviceItem" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deviceName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SegmentThreshold" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="procedureName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="freeSpace" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CacheInfo" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cacheStrategy" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cache" eType="#//SybaseASECache"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEUserDefinedType" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//datatypes/DistinctUserDefinedType">
<eStructuralFeatures xsi:type="ecore:EReference" name="boundDefault" eType="#//SybaseASEDefault"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="boundRule" eType="#//SybaseASERule"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bindDefaultInFutureOnly"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bindRuleInFutureOnly" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="allowNulls" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identity" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEEncryptionKey" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="schema" eType="#//SybaseASESchema"
eOpposite="#//SybaseASESchema/encryptionKeys"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LockPromotionInfo" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rowLockPromotion" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="LWM" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="HWM" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="PCT" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ProxyTableExternalType">
<eLiterals name="TABLE" literal="table"/>
<eLiterals name="PROCEDURE" value="1" literal="procedure"/>
<eLiterals name="FILE" value="2" literal="file"/>
<eLiterals name="DIRECTORY" value="3" literal="directory"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASERole" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//accesscontrol/Role ../../org.eclipse.datatools.enablement.sybase/models/sybasesqlmodel.ecore#//SybaseAuthorizationIdentifier">
<eOperations name="getReceivedPrivileges" eType="ecore:EDataType ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/List">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Get privileges of role for specified catalog"/>
</eAnnotations>
<eParameters name="catalogName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASECache" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="database" lowerBound="1"
eType="#//SybaseASEDatabase" eOpposite="#//SybaseASEDatabase/caches"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AccessRuleType">
<eLiterals name="DEF" literal="DEF"/>
<eLiterals name="AND" value="1"/>
<eLiterals name="OR" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEViewTable" eSuperTypes="../../org.eclipse.datatools.enablement.sybase/models/sybasesqlmodel.ecore#//SybaseViewTable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="withCheckOption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SybaseASECatalogType">
<eLiterals name="PROXYCATALOG" value="1"/>
<eLiterals name="TEMPCATALOG" value="2"/>
<eLiterals name="USERCATALOG" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASETempTable" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//tables/TemporaryTable #//SybaseASEBaseTable">
<eAnnotations source="GenModel">
<details key="documentation" value="We don't want the temporary table to extends persistent table, as a result
it can not inherit SybaseASETable. It's only used for nonsharable temp table."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEProxyTable" eSuperTypes="#//SybaseASETable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="externalType" eType="#//ProxyTableExternalType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="existing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columnDelimiter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="externalPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEWebServiceTable" eSuperTypes="#//SybaseASEProxyTable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="method" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="WSDLURI" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEBaseTable" eSuperTypes="../../org.eclipse.datatools.enablement.sybase/models/sybasesqlmodel.ecore#//SybaseBaseTable">
<eAnnotations source="GenModel">
<details key="documentation" value="Store attributes shared by SybaseASETable and SybaseASETempTable"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lockSchema" eType="#//LockingSchemaType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fillFactor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxRowPerPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expRowSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reservePageGap" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identityGap" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="segment" lowerBound="1"
eType="#//SybaseASESegment"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="concurrencyOptThreshold"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="partitionCondition" eType="#//partition/SybaseASEPartition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tableOnlyCacheInfo" eType="#//CacheInfo"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="textOnlyCacheInfo" eType="#//CacheInfo"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lockPromotion" upperBound="-1"
eType="#//LockPromotionInfo" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="partitions" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="textImageSegment" eType="#//SybaseASESegment"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="systemTable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEUser" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//accesscontrol/User ../../org.eclipse.datatools.enablement.sybase/models/sybasesqlmodel.ecore#//SybaseAuthorizationIdentifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="loginName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEGroup" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//accesscontrol/Group ../../org.eclipse.datatools.enablement.sybase/models/sybasesqlmodel.ecore#//SybaseAuthorizationIdentifier"/>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEPrivilege" eSuperTypes="../../org.eclipse.datatools.enablement.sybase/models/sybasesqlmodel.ecore#//SybasePrivilege">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@deprecated"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASETrigger" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//tables/Trigger">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASECheckConstraint" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//constraints/CheckConstraint ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//constraints/TableConstraint ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//constraints/Constraint ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="creator" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/Schema"/>
</eClassifiers>
<eSubpackages name="partition" nsURI="http:///org/eclipse/datatools/connectivity/sqm/sybase/ase/sybasease../../org.eclipse.datatools.modelbase.sql/model/../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore/partition.ecore"
nsPrefix="Partition">
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEPartition" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject"/>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASERangePartition" eSuperTypes="#//partition/SybaseASEPartition ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" lowerBound="1"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//tables/Column"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rangePartitionItems"
upperBound="-1" eType="#//partition/ListRangePartitionItem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEHashPartition" eSuperTypes="#//partition/SybaseASEPartition ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" lowerBound="1"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//tables/Column"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="partitionSegmentPairs"
upperBound="-1" eType="#//partition/PartitionSegmentPair"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="partitionNumInSegments"
eType="#//partition/PartitionNumInSegments"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASEListPartition" eSuperTypes="#//partition/SybaseASEPartition ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="column" lowerBound="1"
eType="#//SybaseASEColumn"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listPartitionItems" lowerBound="1"
upperBound="-1" eType="#//partition/ListRangePartitionItem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SybaseASERoundrobinPartition" eSuperTypes="#//partition/SybaseASEPartition ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="partitionSegmentPairs"
upperBound="-1" eType="#//partition/PartitionSegmentPair"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="partitionNumInSegments"
eType="#//partition/PartitionNumInSegments"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PartitionSegmentPair" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="partitionName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="segment" lowerBound="1"
eType="#//SybaseASESegment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PartitionNumInSegments" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="partitionNumb" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="segment" lowerBound="1"
upperBound="-1" eType="#//SybaseASESegment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListRangePartitionItem" eSuperTypes="../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//schema/SQLObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="partitionName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" lowerBound="1"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="segment" eType="#//SybaseASESegment"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/anhgun/org.eclipse.datatools/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.models/models/sybaseasesqlmodel.ecore | ecore | sybaseasesqlmodel
SybaseASESchema
getWebServicesAsTables
getNormalTables
getProxyTables
getViewTables
getSystemProcedures
getSystemTables
getSystemAndNormalTable
defaults
rules
encryptionKeys
SybaseASEDatabase
isComputedColApplicable
isPartitionsApplicable
isFunctionalBasedIndexMemApplicable
dataTypes
encryptionKeyApplicable
roles
caches
webServices
webserviceApplicable
sdsServer
tempDBName
SybaseASEWebService
service_id
service_type
auth_required
secure_required
url_path
user_name
parameter
statement
remarks
database
SybaseASEPredefinedDataType
database
SybaseASECatalog
segments
dataDevices
logDevices
override
defaultLocation
forLoad
forProxyUpdate
logIOSize
recoveryOrder
authorizationIds
cache
catalogType
SybaseASEProcedure
groupNumber
-1
transactionMode
systemProcedure
withRecompile
TransactionModeType
CHAINED
CHAINED
UNCHAINED
UNCHAINED
ANYMODE
ANYMODE
SybaseASEDefault
schema
statement
SybaseASERule
schema
statement
accessRule
accessType
DEF
SybaseASEIndex
maxRowPerPage
-1
reversePageGap
-1
ignoreDuplicateKey
sortedData
ignoreDuplicateRow
segment
localIndex
partitions
consumerNum
-1
statisticsStep
-1
allowDuplicateRow
suspect
cacheInfo
SybaseASESegment
catalog
deviceNames
thresholds
SybaseASEFuncBasedIndexMember
CacheStrategyType
PREFETCH
PREFETCH
MRU
MRU
MRU_SERVER_DEFAULT
MRU_SERVER_DEFAULT
PREFETCH_SERVER_DEFAULT
PREFETCH_SERVER_DEFAULT
SybaseASETable
SybaseASEColumnCheckConstraint
column
SybaseASEColumn
isComputedColumn
columnCheck
boundDefault
boundRule
materialized
encryptionKey
bindDefaultInFutureOnly
bindRuleInFutureOnly
hidden
false
LockingSchemaType
LOCKDATAROWS
LOCKDATAROWS
LOCKDATAPAGES
LOCKDATAPAGES
LOCKALLPAGES
LOCKALLPAGES
SERVERDEFAULT
SERVERDEFAULT
SybaseASEUniqueConstraint
systemGenedIndex
systemGenedName
SybaseASEPrimaryKey
aseUniqueConstraint
DeviceItem
deviceName
size
0
SegmentThreshold
procedureName
freeSpace
0
CacheInfo
cacheStrategy
cache
SybaseASEUserDefinedType
boundDefault
boundRule
bindDefaultInFutureOnly
bindRuleInFutureOnly
allowNulls
identity
SybaseASEEncryptionKey
schema
LockPromotionInfo
rowLockPromotion
LWM
HWM
PCT
ProxyTableExternalType
TABLE
table
PROCEDURE
procedure
FILE
file
DIRECTORY
directory
SybaseASERole
getReceivedPrivileges
catalogName
SybaseASECache
database
AccessRuleType
DEF
DEF
AND
AND
OR
OR
SybaseASEViewTable
withCheckOption
SybaseASECatalogType
PROXYCATALOG
PROXYCATALOG
TEMPCATALOG
TEMPCATALOG
USERCATALOG
USERCATALOG
SybaseASETempTable
SybaseASEProxyTable
externalType
existing
columnDelimiter
externalPath
SybaseASEWebServiceTable
method
WSDLURI
SybaseASEBaseTable
lockSchema
fillFactor
-1
maxRowPerPage
-1
expRowSize
-1
reservePageGap
-1
identityGap
-1
segment
concurrencyOptThreshold
partitionCondition
tableOnlyCacheInfo
textOnlyCacheInfo
lockPromotion
partitions
-1
textImageSegment
systemTable
SybaseASEUser
loginName
SybaseASEGroup
SybaseASEPrivilege
SybaseASETrigger
enabled
SybaseASECheckConstraint
creator
partition
SybaseASEPartition
SybaseASERangePartition
columns
rangePartitionItems
SybaseASEHashPartition
columns
partitionSegmentPairs
partitionNumInSegments
SybaseASEListPartition
column
listPartitionItems
SybaseASERoundrobinPartition
partitionSegmentPairs
partitionNumInSegments
PartitionSegmentPair
partitionName
segment
PartitionNumInSegments
partitionNumb
segment
ListRangePartitionItem
partitionName
values
segment | null | {"directed":true,"nodes":[{"nsPrefix":"SybaseASEModel","nsURI":"http:///org/eclipse/datatools/connectivity/sqm/sybase/ase/sybaseasesqlmodel.ecore","name":"sybaseasesqlmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASESchema","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEDatabase","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEWebService","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEPredefinedDataType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASECatalog","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEProcedure","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TransactionModeType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEDefault","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASERule","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEIndex","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASESegment","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEFuncBasedIndexMember","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CacheStrategyType","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASETable","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEColumnCheckConstraint","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEColumn","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LockingSchemaType","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEUniqueConstraint","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEPrimaryKey","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceItem","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SegmentThreshold","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CacheInfo","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEUserDefinedType","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEEncryptionKey","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LockPromotionInfo","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProxyTableExternalType","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASERole","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASECache","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessRuleType","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEViewTable","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SybaseASECatalogType","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASETempTable","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEProxyTable","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEWebServiceTable","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEBaseTable","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEUser","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEGroup","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEPrivilege","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASETrigger","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASECheckConstraint","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"nsPrefix":"Partition","nsURI":"http:///org/eclipse/datatools/connectivity/sqm/sybase/ase/sybasease../../org.eclipse.datatools.modelbase.sql/model/../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore/partition.ecore","name":"partition","id":41,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"getWebServicesAsTables","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNormalTables","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProxyTables","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getViewTables","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSystemProcedures","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSystemTables","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSystemAndNormalTable","lowerBound":0,"id":48,"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":"defaults","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"encryptionKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"schema","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"schema","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"schema","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"isComputedColApplicable","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isPartitionsApplicable","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isFunctionalBasedIndexMemApplicable","lowerBound":0,"id":69,"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":"dataTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"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":"encryptionKeyApplicable","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"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":"caches","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"webServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"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":"webserviceApplicable","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sdsServer","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempDBName","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"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"database","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"database","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"database","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"service_id","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":"service_type","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"auth_required","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":"secure_required","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":"url_path","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"user_name","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameter","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":"statement","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":"remarks","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":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":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataDevices","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":"logDevices","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"override","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":"defaultLocation","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":"forLoad","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":"forProxyUpdate","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"logIOSize","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"recoveryOrder","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"authorizationIds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"catalogType","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"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":"catalog","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"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":"groupNumber","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transactionMode","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"systemProcedure","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"withRecompile","changeable":true,"lowerBound":0,"iD":false,"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"},{"name":"CHAINED","id":156,"value":16,"literal":"CHAINED","eClass":"EEnumLiteral"},{"name":"UNCHAINED","id":157,"value":0,"literal":"UNCHAINED","eClass":"EEnumLiteral"},{"name":"ANYMODE","id":158,"value":32,"literal":"ANYMODE","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":"statement","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":"statement","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":"accessRule","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"DEF","unsettable":false,"transient":false,"unique":true,"name":"accessType","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"maxRowPerPage","changeable":true,"lowerBound":0,"iD":false,"id":171,"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":"reversePageGap","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ignoreDuplicateKey","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":"sortedData","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ignoreDuplicateRow","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"container":false,"ordered":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":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"localIndex","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"partitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"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":"consumerNum","changeable":true,"lowerBound":0,"iD":false,"id":179,"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":"statisticsStep","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allowDuplicateRow","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"suspect","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cacheInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartitionSegmentPair","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"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":"deviceNames","changeable":true,"lowerBound":1,"iD":false,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thresholds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"name":"PREFETCH","id":207,"value":1,"literal":"PREFETCH","eClass":"EEnumLiteral"},{"name":"MRU","id":208,"value":2,"literal":"MRU","eClass":"EEnumLiteral"},{"name":"MRU_SERVER_DEFAULT","id":209,"value":4,"literal":"MRU_SERVER_DEFAULT","eClass":"EEnumLiteral"},{"name":"PREFETCH_SERVER_DEFAULT","id":210,"value":8,"literal":"PREFETCH_SERVER_DEFAULT","eClass":"EEnumLiteral"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":1,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"columnCheck","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"isComputedColumn","lowerBound":0,"id":217,"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":"boundDefault","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":false,"unsettable":false,"transient":false,"unique":true,"name":"boundRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"materialized","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"encryptionKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bindDefaultInFutureOnly","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bindRuleInFutureOnly","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":"false","unsettable":false,"transient":false,"unique":true,"name":"hidden","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"name":"LOCKDATAROWS","id":236,"value":0,"literal":"LOCKDATAROWS","eClass":"EEnumLiteral"},{"name":"LOCKDATAPAGES","id":237,"value":1,"literal":"LOCKDATAPAGES","eClass":"EEnumLiteral"},{"name":"LOCKALLPAGES","id":238,"value":2,"literal":"LOCKALLPAGES","eClass":"EEnumLiteral"},{"name":"SERVERDEFAULT","id":239,"value":3,"literal":"SERVERDEFAULT","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":"systemGenedIndex","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"systemGenedName","changeable":true,"lowerBound":0,"iD":false,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aseUniqueConstraint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deviceName","changeable":true,"lowerBound":0,"iD":false,"id":248,"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":"size","changeable":true,"lowerBound":1,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"procedureName","changeable":true,"lowerBound":0,"iD":false,"id":253,"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":"freeSpace","changeable":true,"lowerBound":1,"iD":false,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cacheStrategy","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"boundDefault","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"boundRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bindDefaultInFutureOnly","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bindRuleInFutureOnly","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allowNulls","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":"identity","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rowLockPromotion","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"LWM","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"HWM","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"PCT","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"name":"TABLE","id":287,"value":0,"literal":"table","eClass":"EEnumLiteral"},{"name":"PROCEDURE","id":288,"value":1,"literal":"procedure","eClass":"EEnumLiteral"},{"name":"FILE","id":289,"value":2,"literal":"file","eClass":"EEnumLiteral"},{"name":"DIRECTORY","id":290,"value":3,"literal":"directory","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"getReceivedPrivileges","lowerBound":0,"id":291,"many":false,"required":false,"eClass":"EOperation"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"catalogName","lowerBound":1,"id":295,"many":false,"required":true,"eClass":"EParameter"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"name":"DEF","id":299,"value":0,"literal":"DEF","eClass":"EEnumLiteral"},{"name":"AND","id":300,"value":1,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":301,"value":2,"literal":"OR","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":"withCheckOption","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"name":"PROXYCATALOG","id":305,"value":1,"literal":"PROXYCATALOG","eClass":"EEnumLiteral"},{"name":"TEMPCATALOG","id":306,"value":2,"literal":"TEMPCATALOG","eClass":"EEnumLiteral"},{"name":"USERCATALOG","id":307,"value":3,"literal":"USERCATALOG","eClass":"EEnumLiteral"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"externalType","changeable":true,"lowerBound":0,"iD":false,"id":310,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"existing","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columnDelimiter","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"externalPath","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"WSDLURI","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lockSchema","changeable":true,"lowerBound":0,"iD":false,"id":324,"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":"fillFactor","changeable":true,"lowerBound":0,"iD":false,"id":325,"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":"maxRowPerPage","changeable":true,"lowerBound":0,"iD":false,"id":326,"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":"expRowSize","changeable":true,"lowerBound":0,"iD":false,"id":327,"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":"reservePageGap","changeable":true,"lowerBound":0,"iD":false,"id":328,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"identityGap","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"segment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"concurrencyOptThreshold","changeable":true,"lowerBound":0,"iD":false,"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":"partitionCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tableOnlyCacheInfo","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":"textOnlyCacheInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lockPromotion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"partitions","changeable":true,"lowerBound":0,"iD":false,"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":"textImageSegment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"systemTable","changeable":true,"lowerBound":0,"iD":false,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEPartition","instanceClass":null,"abstract":false,"id":348,"interface":false,"eClass":"EClass"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"loginName","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enabled","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"creator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASERangePartition","instanceClass":null,"abstract":false,"id":372,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEHashPartition","instanceClass":null,"abstract":false,"id":373,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASEListPartition","instanceClass":null,"abstract":false,"id":374,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SybaseASERoundrobinPartition","instanceClass":null,"abstract":false,"id":375,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartitionNumInSegments","instanceClass":null,"abstract":false,"id":376,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListRangePartitionItem","instanceClass":null,"abstract":false,"id":377,"interface":false,"eClass":"EClass"},{"id":378,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":379,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rangePartitionItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":385,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partitionSegmentPairs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partitionNumInSegments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":1,"id":393,"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":"listPartitionItems","changeable":true,"resolveProxies":true,"lowerBound":1,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partitionSegmentPairs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partitionNumInSegments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"partitionName","changeable":true,"lowerBound":0,"iD":false,"id":405,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"segment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"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":"partitionNumb","changeable":true,"lowerBound":0,"iD":false,"id":410,"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":"segment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"partitionName","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":"","volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"lowerBound":1,"iD":false,"id":416,"derived":false},{"container":false,"ordered":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":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":1,"target":0},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":42,"target":54},{"source":42,"target":1},{"source":43,"target":55},{"source":43,"target":1},{"source":44,"target":56},{"source":44,"target":1},{"source":45,"target":57},{"source":45,"target":1},{"source":46,"target":58},{"source":46,"target":1},{"source":47,"target":59},{"source":47,"target":1},{"source":48,"target":60},{"source":48,"target":1},{"source":49,"target":8},{"source":49,"target":61},{"source":49,"target":1},{"source":49,"target":62},{"source":61,"target":8},{"source":50,"target":9},{"source":50,"target":63},{"source":50,"target":1},{"source":50,"target":64},{"source":63,"target":9},{"source":51,"target":24},{"source":51,"target":65},{"source":51,"target":1},{"source":51,"target":66},{"source":65,"target":24},{"source":2,"target":0},{"source":2,"target":67},{"source":2,"target":68},{"source":2,"target":69},{"source":2,"target":70},{"source":2,"target":71},{"source":2,"target":72},{"source":2,"target":73},{"source":2,"target":74},{"source":2,"target":75},{"source":2,"target":76},{"source":2,"target":77},{"source":2,"target":78},{"source":2,"target":79},{"source":67,"target":80},{"source":67,"target":2},{"source":68,"target":81},{"source":68,"target":2},{"source":69,"target":82},{"source":69,"target":2},{"source":70,"target":4},{"source":70,"target":83},{"source":70,"target":2},{"source":70,"target":84},{"source":83,"target":4},{"source":71,"target":85},{"source":71,"target":2},{"source":72,"target":27},{"source":72,"target":86},{"source":72,"target":2},{"source":86,"target":27},{"source":73,"target":28},{"source":73,"target":87},{"source":73,"target":2},{"source":73,"target":88},{"source":87,"target":28},{"source":74,"target":3},{"source":74,"target":89},{"source":74,"target":2},{"source":74,"target":90},{"source":89,"target":3},{"source":75,"target":91},{"source":75,"target":2},{"source":76,"target":92},{"source":76,"target":2},{"source":77,"target":93},{"source":77,"target":2},{"source":3,"target":0},{"source":3,"target":94},{"source":3,"target":95},{"source":3,"target":96},{"source":3,"target":97},{"source":3,"target":98},{"source":3,"target":99},{"source":3,"target":100},{"source":3,"target":101},{"source":3,"target":102},{"source":3,"target":90},{"source":3,"target":103},{"source":94,"target":104},{"source":94,"target":3},{"source":95,"target":105},{"source":95,"target":3},{"source":96,"target":106},{"source":96,"target":3},{"source":97,"target":107},{"source":97,"target":3},{"source":98,"target":108},{"source":98,"target":3},{"source":99,"target":109},{"source":99,"target":3},{"source":100,"target":110},{"source":100,"target":3},{"source":101,"target":111},{"source":101,"target":3},{"source":102,"target":112},{"source":102,"target":3},{"source":90,"target":2},{"source":90,"target":113},{"source":90,"target":3},{"source":90,"target":74},{"source":113,"target":2},{"source":4,"target":0},{"source":4,"target":84},{"source":4,"target":114},{"source":4,"target":115},{"source":4,"target":116},{"source":4,"target":117},{"source":84,"target":2},{"source":84,"target":118},{"source":84,"target":4},{"source":84,"target":70},{"source":118,"target":2},{"source":5,"target":0},{"source":5,"target":119},{"source":5,"target":120},{"source":5,"target":121},{"source":5,"target":122},{"source":5,"target":123},{"source":5,"target":124},{"source":5,"target":125},{"source":5,"target":126},{"source":5,"target":127},{"source":5,"target":128},{"source":5,"target":129},{"source":5,"target":130},{"source":5,"target":131},{"source":5,"target":132},{"source":119,"target":11},{"source":119,"target":133},{"source":119,"target":5},{"source":119,"target":134},{"source":133,"target":11},{"source":120,"target":20},{"source":120,"target":135},{"source":120,"target":5},{"source":135,"target":20},{"source":121,"target":20},{"source":121,"target":136},{"source":121,"target":5},{"source":136,"target":20},{"source":122,"target":137},{"source":122,"target":5},{"source":123,"target":138},{"source":123,"target":5},{"source":124,"target":139},{"source":124,"target":5},{"source":125,"target":140},{"source":125,"target":5},{"source":126,"target":141},{"source":126,"target":5},{"source":127,"target":142},{"source":127,"target":5},{"source":128,"target":143},{"source":128,"target":5},{"source":129,"target":28},{"source":129,"target":144},{"source":129,"target":5},{"source":144,"target":28},{"source":130,"target":31},{"source":130,"target":145},{"source":130,"target":5},{"source":145,"target":31},{"source":6,"target":0},{"source":6,"target":146},{"source":6,"target":147},{"source":6,"target":148},{"source":6,"target":149},{"source":6,"target":150},{"source":6,"target":151},{"source":146,"target":152},{"source":146,"target":6},{"source":147,"target":7},{"source":147,"target":153},{"source":147,"target":6},{"source":153,"target":7},{"source":148,"target":154},{"source":148,"target":6},{"source":149,"target":155},{"source":149,"target":6},{"source":7,"target":0},{"source":7,"target":156},{"source":7,"target":157},{"source":7,"target":158},{"source":156,"target":7},{"source":157,"target":7},{"source":158,"target":7},{"source":8,"target":0},{"source":8,"target":62},{"source":8,"target":159},{"source":8,"target":160},{"source":62,"target":1},{"source":62,"target":161},{"source":62,"target":8},{"source":62,"target":49},{"source":161,"target":1},{"source":159,"target":162},{"source":159,"target":8},{"source":9,"target":0},{"source":9,"target":64},{"source":9,"target":163},{"source":9,"target":164},{"source":9,"target":165},{"source":9,"target":166},{"source":64,"target":1},{"source":64,"target":167},{"source":64,"target":9},{"source":64,"target":50},{"source":167,"target":1},{"source":163,"target":168},{"source":163,"target":9},{"source":164,"target":169},{"source":164,"target":9},{"source":165,"target":29},{"source":165,"target":170},{"source":165,"target":9},{"source":170,"target":29},{"source":10,"target":0},{"source":10,"target":171},{"source":10,"target":172},{"source":10,"target":173},{"source":10,"target":174},{"source":10,"target":175},{"source":10,"target":176},{"source":10,"target":177},{"source":10,"target":178},{"source":10,"target":179},{"source":10,"target":180},{"source":10,"target":181},{"source":10,"target":182},{"source":10,"target":183},{"source":10,"target":184},{"source":10,"target":185},{"source":171,"target":186},{"source":171,"target":10},{"source":172,"target":187},{"source":172,"target":10},{"source":173,"target":188},{"source":173,"target":10},{"source":174,"target":189},{"source":174,"target":10},{"source":175,"target":190},{"source":175,"target":10},{"source":176,"target":11},{"source":176,"target":191},{"source":176,"target":10},{"source":191,"target":11},{"source":177,"target":192},{"source":177,"target":10},{"source":178,"target":193},{"source":178,"target":194},{"source":178,"target":10},{"source":194,"target":193},{"source":179,"target":195},{"source":179,"target":10},{"source":180,"target":196},{"source":180,"target":10},{"source":181,"target":197},{"source":181,"target":10},{"source":182,"target":198},{"source":182,"target":10},{"source":183,"target":22},{"source":183,"target":199},{"source":183,"target":10},{"source":199,"target":22},{"source":11,"target":0},{"source":11,"target":134},{"source":11,"target":200},{"source":11,"target":201},{"source":11,"target":202},{"source":134,"target":5},{"source":134,"target":203},{"source":134,"target":11},{"source":134,"target":119},{"source":203,"target":5},{"source":200,"target":204},{"source":200,"target":11},{"source":201,"target":21},{"source":201,"target":205},{"source":201,"target":11},{"source":205,"target":21},{"source":12,"target":0},{"source":12,"target":206},{"source":13,"target":0},{"source":13,"target":207},{"source":13,"target":208},{"source":13,"target":209},{"source":13,"target":210},{"source":207,"target":13},{"source":208,"target":13},{"source":209,"target":13},{"source":210,"target":13},{"source":14,"target":0},{"source":14,"target":35},{"source":14,"target":211},{"source":14,"target":212},{"source":212,"target":35},{"source":15,"target":0},{"source":15,"target":40},{"source":15,"target":213},{"source":15,"target":214},{"source":213,"target":16},{"source":213,"target":215},{"source":213,"target":15},{"source":213,"target":216},{"source":215,"target":16},{"source":214,"target":40},{"source":16,"target":0},{"source":16,"target":217},{"source":16,"target":216},{"source":16,"target":218},{"source":16,"target":219},{"source":16,"target":220},{"source":16,"target":221},{"source":16,"target":222},{"source":16,"target":223},{"source":16,"target":224},{"source":16,"target":225},{"source":16,"target":226},{"source":217,"target":227},{"source":217,"target":16},{"source":216,"target":15},{"source":216,"target":228},{"source":216,"target":16},{"source":216,"target":213},{"source":228,"target":15},{"source":218,"target":8},{"source":218,"target":229},{"source":218,"target":16},{"source":229,"target":8},{"source":219,"target":9},{"source":219,"target":230},{"source":219,"target":16},{"source":230,"target":9},{"source":220,"target":231},{"source":220,"target":16},{"source":221,"target":24},{"source":221,"target":232},{"source":221,"target":16},{"source":232,"target":24},{"source":222,"target":233},{"source":222,"target":16},{"source":223,"target":234},{"source":223,"target":16},{"source":224,"target":235},{"source":224,"target":16},{"source":17,"target":0},{"source":17,"target":236},{"source":17,"target":237},{"source":17,"target":238},{"source":17,"target":239},{"source":236,"target":17},{"source":237,"target":17},{"source":238,"target":17},{"source":239,"target":17},{"source":18,"target":0},{"source":18,"target":240},{"source":18,"target":241},{"source":18,"target":242},{"source":240,"target":10},{"source":240,"target":243},{"source":240,"target":18},{"source":243,"target":10},{"source":241,"target":244},{"source":241,"target":18},{"source":19,"target":0},{"source":19,"target":245},{"source":19,"target":246},{"source":245,"target":18},{"source":245,"target":247},{"source":245,"target":19},{"source":247,"target":18},{"source":20,"target":0},{"source":20,"target":248},{"source":20,"target":249},{"source":20,"target":250},{"source":248,"target":251},{"source":248,"target":20},{"source":249,"target":252},{"source":249,"target":20},{"source":21,"target":0},{"source":21,"target":253},{"source":21,"target":254},{"source":21,"target":255},{"source":253,"target":256},{"source":253,"target":21},{"source":254,"target":257},{"source":254,"target":21},{"source":22,"target":0},{"source":22,"target":258},{"source":22,"target":259},{"source":22,"target":260},{"source":258,"target":261},{"source":258,"target":22},{"source":259,"target":28},{"source":259,"target":262},{"source":259,"target":22},{"source":262,"target":28},{"source":23,"target":0},{"source":23,"target":263},{"source":23,"target":264},{"source":23,"target":265},{"source":23,"target":266},{"source":23,"target":267},{"source":23,"target":268},{"source":23,"target":269},{"source":263,"target":8},{"source":263,"target":270},{"source":263,"target":23},{"source":270,"target":8},{"source":264,"target":9},{"source":264,"target":271},{"source":264,"target":23},{"source":271,"target":9},{"source":265,"target":272},{"source":265,"target":23},{"source":266,"target":273},{"source":266,"target":23},{"source":267,"target":274},{"source":267,"target":23},{"source":268,"target":275},{"source":268,"target":23},{"source":24,"target":0},{"source":24,"target":66},{"source":24,"target":276},{"source":66,"target":1},{"source":66,"target":277},{"source":66,"target":24},{"source":66,"target":51},{"source":277,"target":1},{"source":25,"target":0},{"source":25,"target":278},{"source":25,"target":279},{"source":25,"target":280},{"source":25,"target":281},{"source":25,"target":282},{"source":278,"target":283},{"source":278,"target":25},{"source":279,"target":284},{"source":279,"target":25},{"source":280,"target":285},{"source":280,"target":25},{"source":281,"target":286},{"source":281,"target":25},{"source":26,"target":0},{"source":26,"target":287},{"source":26,"target":288},{"source":26,"target":289},{"source":26,"target":290},{"source":287,"target":26},{"source":288,"target":26},{"source":289,"target":26},{"source":290,"target":26},{"source":27,"target":0},{"source":27,"target":291},{"source":27,"target":292},{"source":27,"target":293},{"source":291,"target":294},{"source":291,"target":27},{"source":291,"target":295},{"source":295,"target":296},{"source":295,"target":291},{"source":28,"target":0},{"source":28,"target":88},{"source":28,"target":297},{"source":88,"target":2},{"source":88,"target":298},{"source":88,"target":28},{"source":88,"target":73},{"source":298,"target":2},{"source":29,"target":0},{"source":29,"target":299},{"source":29,"target":300},{"source":29,"target":301},{"source":299,"target":29},{"source":300,"target":29},{"source":301,"target":29},{"source":30,"target":0},{"source":30,"target":302},{"source":30,"target":303},{"source":302,"target":304},{"source":302,"target":30},{"source":31,"target":0},{"source":31,"target":305},{"source":31,"target":306},{"source":31,"target":307},{"source":305,"target":31},{"source":306,"target":31},{"source":307,"target":31},{"source":32,"target":0},{"source":32,"target":35},{"source":32,"target":308},{"source":32,"target":309},{"source":309,"target":35},{"source":33,"target":0},{"source":33,"target":14},{"source":33,"target":310},{"source":33,"target":311},{"source":33,"target":312},{"source":33,"target":313},{"source":33,"target":314},{"source":310,"target":26},{"source":310,"target":315},{"source":310,"target":33},{"source":315,"target":26},{"source":311,"target":316},{"source":311,"target":33},{"source":312,"target":317},{"source":312,"target":33},{"source":313,"target":318},{"source":313,"target":33},{"source":314,"target":14},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":319},{"source":34,"target":320},{"source":34,"target":321},{"source":319,"target":322},{"source":319,"target":34},{"source":320,"target":323},{"source":320,"target":34},{"source":321,"target":33},{"source":35,"target":0},{"source":35,"target":324},{"source":35,"target":325},{"source":35,"target":326},{"source":35,"target":327},{"source":35,"target":328},{"source":35,"target":329},{"source":35,"target":330},{"source":35,"target":331},{"source":35,"target":332},{"source":35,"target":333},{"source":35,"target":334},{"source":35,"target":335},{"source":35,"target":336},{"source":35,"target":337},{"source":35,"target":338},{"source":35,"target":339},{"source":324,"target":17},{"source":324,"target":340},{"source":324,"target":35},{"source":340,"target":17},{"source":325,"target":341},{"source":325,"target":35},{"source":326,"target":342},{"source":326,"target":35},{"source":327,"target":343},{"source":327,"target":35},{"source":328,"target":344},{"source":328,"target":35},{"source":329,"target":345},{"source":329,"target":35},{"source":330,"target":11},{"source":330,"target":346},{"source":330,"target":35},{"source":346,"target":11},{"source":331,"target":347},{"source":331,"target":35},{"source":332,"target":348},{"source":332,"target":349},{"source":332,"target":35},{"source":349,"target":348},{"source":333,"target":22},{"source":333,"target":350},{"source":333,"target":35},{"source":350,"target":22},{"source":334,"target":22},{"source":334,"target":351},{"source":334,"target":35},{"source":351,"target":22},{"source":335,"target":25},{"source":335,"target":352},{"source":335,"target":35},{"source":352,"target":25},{"source":336,"target":353},{"source":336,"target":35},{"source":337,"target":11},{"source":337,"target":354},{"source":337,"target":35},{"source":354,"target":11},{"source":338,"target":355},{"source":338,"target":35},{"source":36,"target":0},{"source":36,"target":356},{"source":36,"target":357},{"source":36,"target":358},{"source":356,"target":359},{"source":356,"target":36},{"source":37,"target":0},{"source":37,"target":360},{"source":37,"target":361},{"source":38,"target":0},{"source":38,"target":362},{"source":39,"target":0},{"source":39,"target":363},{"source":39,"target":364},{"source":363,"target":365},{"source":363,"target":39},{"source":40,"target":0},{"source":40,"target":366},{"source":40,"target":367},{"source":40,"target":368},{"source":40,"target":369},{"source":40,"target":370},{"source":366,"target":371},{"source":366,"target":40},{"source":41,"target":348},{"source":41,"target":372},{"source":41,"target":373},{"source":41,"target":374},{"source":41,"target":375},{"source":41,"target":193},{"source":41,"target":376},{"source":41,"target":377},{"source":41,"target":0},{"source":348,"target":41},{"source":348,"target":378},{"source":372,"target":41},{"source":372,"target":348},{"source":372,"target":379},{"source":372,"target":380},{"source":372,"target":381},{"source":372,"target":382},{"source":379,"target":383},{"source":379,"target":372},{"source":380,"target":377},{"source":380,"target":384},{"source":380,"target":372},{"source":384,"target":377},{"source":381,"target":348},{"source":373,"target":41},{"source":373,"target":348},{"source":373,"target":385},{"source":373,"target":386},{"source":373,"target":387},{"source":373,"target":388},{"source":373,"target":389},{"source":385,"target":390},{"source":385,"target":373},{"source":386,"target":193},{"source":386,"target":391},{"source":386,"target":373},{"source":391,"target":193},{"source":387,"target":376},{"source":387,"target":392},{"source":387,"target":373},{"source":392,"target":376},{"source":388,"target":348},{"source":374,"target":41},{"source":374,"target":348},{"source":374,"target":393},{"source":374,"target":394},{"source":374,"target":395},{"source":374,"target":396},{"source":393,"target":16},{"source":393,"target":397},{"source":393,"target":374},{"source":397,"target":16},{"source":394,"target":377},{"source":394,"target":398},{"source":394,"target":374},{"source":398,"target":377},{"source":395,"target":348},{"source":375,"target":41},{"source":375,"target":348},{"source":375,"target":399},{"source":375,"target":400},{"source":375,"target":401},{"source":375,"target":402},{"source":399,"target":193},{"source":399,"target":403},{"source":399,"target":375},{"source":403,"target":193},{"source":400,"target":376},{"source":400,"target":404},{"source":400,"target":375},{"source":404,"target":376},{"source":401,"target":348},{"source":193,"target":41},{"source":193,"target":405},{"source":193,"target":406},{"source":193,"target":407},{"source":405,"target":408},{"source":405,"target":193},{"source":406,"target":11},{"source":406,"target":409},{"source":406,"target":193},{"source":409,"target":11},{"source":376,"target":41},{"source":376,"target":410},{"source":376,"target":411},{"source":376,"target":412},{"source":410,"target":413},{"source":410,"target":376},{"source":411,"target":11},{"source":411,"target":414},{"source":411,"target":376},{"source":414,"target":11},{"source":377,"target":41},{"source":377,"target":415},{"source":377,"target":416},{"source":377,"target":417},{"source":377,"target":418},{"source":415,"target":419},{"source":415,"target":377},{"source":416,"target":420},{"source":416,"target":377},{"source":417,"target":11},{"source":417,"target":421},{"source":417,"target":377},{"source":421,"target":11}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="myCsv" nsURI="http://www.xtext.org/MyCsv" nsPrefix="myCsv">
<eClassifiers xsi:type="ecore:EClass" name="Program">
<eStructuralFeatures xsi:type="ecore:EReference" name="stmts" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LineIndex"/>
<eClassifiers xsi:type="ecore:EClass" name="LineIndexCond" eSuperTypes="#//LineIndex">
<eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//ExpressionLog"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LineIndexNum" eSuperTypes="#//LineIndex">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lines" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldIndex"/>
<eClassifiers xsi:type="ecore:EClass" name="FieldIndexName" eSuperTypes="#//FieldIndex">
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//Field" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldIndexNum" eSuperTypes="#//FieldIndex">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columns" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CellIndex">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="line" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="colnum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="colname" eType="#//Field"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Value"/>
<eClassifiers xsi:type="ecore:EClass" name="Values">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//Value" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Path">
<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="Field">
<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="Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="Load" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="#//Path" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sepDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noHeader" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Store" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="#//Path" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sepDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noHeader" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExportJson" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="#//Path" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Projection" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="field" eType="#//FieldIndex"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Select" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="line" eType="#//LineIndex"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Delete" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="DeleteLine" eSuperTypes="#//Delete">
<eStructuralFeatures xsi:type="ecore:EReference" name="lines" eType="#//LineIndex"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteField" eSuperTypes="#//Delete">
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" eType="#//FieldIndex"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Insert" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" eType="#//Values"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InsertLine" eSuperTypes="#//Insert"/>
<eClassifiers xsi:type="ecore:EClass" name="InsertField" eSuperTypes="#//Insert">
<eStructuralFeatures xsi:type="ecore:EReference" name="fieldname" eType="#//Field"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Modify" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="ModifyLine" eSuperTypes="#//Modify">
<eStructuralFeatures xsi:type="ecore:EReference" name="lines" eType="#//LineIndex"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" eType="#//Values"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModifyField" eSuperTypes="#//Modify">
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" eType="#//FieldIndex"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" eType="#//Values"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModifyCell" eSuperTypes="#//Modify">
<eStructuralFeatures xsi:type="ecore:EReference" name="cell" eType="#//CellIndex"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Value"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Print" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="PrintLine" eSuperTypes="#//Print">
<eStructuralFeatures xsi:type="ecore:EReference" name="lines" eType="#//LineIndex"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrintField" eSuperTypes="#//Print">
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" eType="#//FieldIndex"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrintCell" eSuperTypes="#//Print">
<eStructuralFeatures xsi:type="ecore:EReference" name="cell" eType="#//CellIndex"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrintExpr" eSuperTypes="#//Print">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Value" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RenameField" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="last_field" eType="#//Field"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="new_field" eType="#//Field"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionLog">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//OrExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//AndExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" upperBound="-1" eType="#//AndExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AndExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//UnaryLogExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" upperBound="-1" eType="#//UnaryLogExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryLogExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ExpressionLogPrimary"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionLogPrimary"/>
<eClassifiers xsi:type="ecore:EClass" name="NestedLogExpression" eSuperTypes="#//ExpressionLogPrimary">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ExpressionLog"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionRel" eSuperTypes="#//ExpressionLogPrimary">
<eStructuralFeatures xsi:type="ecore:EReference" name="field" eType="#//Field"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//BinOpRel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="val" eType="#//Value" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BinOpRel">
<eLiterals name="gt" literal=">"/>
<eLiterals name="lt" value="1" literal="<"/>
<eLiterals name="ge" value="2" literal=">="/>
<eLiterals name="le" value="3" literal="<="/>
<eLiterals name="eq" value="4" literal="=="/>
<eLiterals name="neq" value="5" literal="!="/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionCalcul" eSuperTypes="#//Value">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//AdditiveExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AdditiveExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//MultiplicativeExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" upperBound="-1" eType="#//AdditiveExpressionRhs"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AdditiveExpressionRhs">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//BinOpAdd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//MultiplicativeExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiplicativeExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//UnaryExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" upperBound="-1" eType="#//MultiplicativeExpressionRhs"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiplicativeExpressionRhs">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//BinOpMult"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//UnaryExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ExpressionCalculPrimary"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionCalculPrimary"/>
<eClassifiers xsi:type="ecore:EClass" name="AggregatExpression" eSuperTypes="#//ExpressionCalculPrimary">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregatOp" eType="#//Aggregat"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arg" eType="#//Field" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LitteralInt" eSuperTypes="#//ExpressionCalculPrimary">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LitteralFloat" eSuperTypes="#//ExpressionCalculPrimary">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LitteralString" eSuperTypes="#//Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NestedExpressionCalcul" eSuperTypes="#//ExpressionCalculPrimary">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ExpressionCalcul"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Aggregat">
<eLiterals name="count" literal="Count"/>
<eLiterals name="sum" value="1" literal="Sum"/>
<eLiterals name="product" value="2" literal="Product"/>
<eLiterals name="mean" value="3" literal="Mean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BinOpAdd">
<eLiterals name="plus" literal="+"/>
<eLiterals name="minus" value="1" literal="-"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BinOpMult">
<eLiterals name="times" literal="*"/>
<eLiterals name="div" value="1" literal="/"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrintTable" eSuperTypes="#//Print"/>
<eClassifiers xsi:type="ecore:EClass" name="NbField" eSuperTypes="#//ExpressionCalculPrimary"/>
</ecore:EPackage>
| github:ecore:/data/BastienRousseau/DSL-MyCSV/org.xtext.myCsv/model/generated/MyCsv.ecore | ecore | myCsv
Program
stmts
LineIndex
LineIndexCond
cond
LineIndexNum
lines
FieldIndex
FieldIndexName
fields
FieldIndexNum
columns
CellIndex
line
colnum
colname
Value
Values
values
Path
value
Field
value
Statement
Load
path
sepDefined
sep
noHeader
Store
path
sepDefined
sep
noHeader
ExportJson
path
Projection
field
Select
line
Delete
DeleteLine
lines
DeleteField
fields
Insert
values
InsertLine
InsertField
fieldname
Modify
ModifyLine
lines
values
ModifyField
fields
values
ModifyCell
cell
value
Print
PrintLine
lines
PrintField
fields
PrintCell
cell
PrintExpr
exp
RenameField
last_field
new_field
ExpressionLog
expr
OrExpression
lhs
rhs
AndExpression
lhs
rhs
UnaryLogExpression
not
expr
ExpressionLogPrimary
NestedLogExpression
expr
ExpressionRel
field
op
val
BinOpRel
gt
>
lt
<
ge
>=
le
<=
eq
==
neq
!=
ExpressionCalcul
expr
AdditiveExpression
lhs
rhs
AdditiveExpressionRhs
op
rhs
MultiplicativeExpression
lhs
rhs
MultiplicativeExpressionRhs
op
rhs
UnaryExpression
op
expr
ExpressionCalculPrimary
AggregatExpression
aggregatOp
arg
LitteralInt
val
LitteralFloat
val
LitteralString
val
NestedExpressionCalcul
expr
Aggregat
count
Count
sum
Sum
product
Product
mean
Mean
BinOpAdd
plus
+
minus
-
BinOpMult
times
*
div
/
PrintTable
NbField | null | {"directed":true,"nodes":[{"nsPrefix":"myCsv","nsURI":"http://www.xtext.org/MyCsv","name":"myCsv","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":"LineIndex","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineIndexCond","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineIndexNum","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldIndex","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldIndexName","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldIndexNum","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellIndex","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Values","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Path","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Load","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Store","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExportJson","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Projection","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":"Delete","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteLine","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteField","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Insert","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InsertLine","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InsertField","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modify","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifyLine","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifyField","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifyCell","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Print","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintLine","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintField","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintCell","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintExpr","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenameField","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionLog","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrExpression","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpression","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryLogExpression","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionLogPrimary","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedLogExpression","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionRel","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinOpRel","instanceClass":null,"id":42,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionCalcul","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveExpression","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveExpressionRhs","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeExpression","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeExpressionRhs","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionCalculPrimary","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LitteralInt","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LitteralFloat","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LitteralString","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedExpressionCalcul","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Aggregat","instanceClass":null,"id":55,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinOpAdd","instanceClass":null,"id":56,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinOpMult","instanceClass":null,"id":57,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintTable","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NbField","instanceClass":null,"abstract":false,"id":59,"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":"stmts","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":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"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":"lines","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"columns","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"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":"line","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":"colnum","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"colname","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":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"sepDefined","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":"sep","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noHeader","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sepDefined","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":"sep","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noHeader","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"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":"lines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fieldname","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":true,"unsettable":false,"transient":false,"unique":true,"name":"lines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","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":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","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":"values","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":"cell","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"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":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cell","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"last_field","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":"new_field","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":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"not","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"field","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","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":"val","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"name":"gt","id":185,"value":0,"literal":">","eClass":"EEnumLiteral"},{"name":"lt","id":186,"value":1,"literal":"<","eClass":"EEnumLiteral"},{"name":"ge","id":187,"value":2,"literal":">=","eClass":"EEnumLiteral"},{"name":"le","id":188,"value":3,"literal":"<=","eClass":"EEnumLiteral"},{"name":"eq","id":189,"value":4,"literal":"==","eClass":"EEnumLiteral"},{"name":"neq","id":190,"value":5,"literal":"!=","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":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":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":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":202,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"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":"op","changeable":true,"lowerBound":0,"iD":false,"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":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aggregatOp","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"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":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"name":"count","id":231,"value":0,"literal":"Count","eClass":"EEnumLiteral"},{"name":"sum","id":232,"value":1,"literal":"Sum","eClass":"EEnumLiteral"},{"name":"product","id":233,"value":2,"literal":"Product","eClass":"EEnumLiteral"},{"name":"mean","id":234,"value":3,"literal":"Mean","eClass":"EEnumLiteral"},{"name":"plus","id":235,"value":0,"literal":"+","eClass":"EEnumLiteral"},{"name":"minus","id":236,"value":1,"literal":"-","eClass":"EEnumLiteral"},{"name":"times","id":237,"value":0,"literal":"*","eClass":"EEnumLiteral"},{"name":"div","id":238,"value":1,"literal":"/","eClass":"EEnumLiteral"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":1,"target":0},{"source":1,"target":60},{"source":60,"target":13},{"source":60,"target":61},{"source":60,"target":1},{"source":61,"target":13},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":62},{"source":3,"target":63},{"source":62,"target":35},{"source":62,"target":64},{"source":62,"target":3},{"source":64,"target":35},{"source":63,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":65},{"source":4,"target":66},{"source":65,"target":67},{"source":65,"target":4},{"source":66,"target":2},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":68},{"source":6,"target":69},{"source":68,"target":12},{"source":68,"target":70},{"source":68,"target":6},{"source":70,"target":12},{"source":69,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":71},{"source":7,"target":72},{"source":71,"target":73},{"source":71,"target":7},{"source":72,"target":5},{"source":8,"target":0},{"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":12},{"source":76,"target":79},{"source":76,"target":8},{"source":79,"target":12},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":80},{"source":80,"target":9},{"source":80,"target":81},{"source":80,"target":10},{"source":81,"target":9},{"source":11,"target":0},{"source":11,"target":82},{"source":82,"target":83},{"source":82,"target":11},{"source":12,"target":0},{"source":12,"target":84},{"source":84,"target":85},{"source":84,"target":12},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":86},{"source":14,"target":87},{"source":14,"target":88},{"source":14,"target":89},{"source":14,"target":90},{"source":86,"target":11},{"source":86,"target":91},{"source":86,"target":14},{"source":91,"target":11},{"source":87,"target":92},{"source":87,"target":14},{"source":88,"target":93},{"source":88,"target":14},{"source":89,"target":94},{"source":89,"target":14},{"source":90,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":95},{"source":15,"target":96},{"source":15,"target":97},{"source":15,"target":98},{"source":15,"target":99},{"source":95,"target":11},{"source":95,"target":100},{"source":95,"target":15},{"source":100,"target":11},{"source":96,"target":101},{"source":96,"target":15},{"source":97,"target":102},{"source":97,"target":15},{"source":98,"target":103},{"source":98,"target":15},{"source":99,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":104},{"source":16,"target":105},{"source":104,"target":11},{"source":104,"target":106},{"source":104,"target":16},{"source":106,"target":11},{"source":105,"target":13},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":107},{"source":17,"target":108},{"source":107,"target":5},{"source":107,"target":109},{"source":107,"target":17},{"source":109,"target":5},{"source":108,"target":13},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":110},{"source":18,"target":111},{"source":110,"target":2},{"source":110,"target":112},{"source":110,"target":18},{"source":112,"target":2},{"source":111,"target":13},{"source":19,"target":0},{"source":19,"target":13},{"source":19,"target":113},{"source":113,"target":13},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":114},{"source":20,"target":115},{"source":114,"target":2},{"source":114,"target":116},{"source":114,"target":20},{"source":116,"target":2},{"source":115,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":117},{"source":21,"target":118},{"source":117,"target":5},{"source":117,"target":119},{"source":117,"target":21},{"source":119,"target":5},{"source":118,"target":19},{"source":22,"target":0},{"source":22,"target":13},{"source":22,"target":120},{"source":22,"target":121},{"source":120,"target":10},{"source":120,"target":122},{"source":120,"target":22},{"source":122,"target":10},{"source":121,"target":13},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":123},{"source":123,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":124},{"source":24,"target":125},{"source":124,"target":12},{"source":124,"target":126},{"source":124,"target":24},{"source":126,"target":12},{"source":125,"target":22},{"source":25,"target":0},{"source":25,"target":13},{"source":25,"target":127},{"source":127,"target":13},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":128},{"source":26,"target":129},{"source":26,"target":130},{"source":128,"target":2},{"source":128,"target":131},{"source":128,"target":26},{"source":131,"target":2},{"source":129,"target":10},{"source":129,"target":132},{"source":129,"target":26},{"source":132,"target":10},{"source":130,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":133},{"source":27,"target":134},{"source":27,"target":135},{"source":133,"target":5},{"source":133,"target":136},{"source":133,"target":27},{"source":136,"target":5},{"source":134,"target":10},{"source":134,"target":137},{"source":134,"target":27},{"source":137,"target":10},{"source":135,"target":25},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":138},{"source":28,"target":139},{"source":28,"target":140},{"source":138,"target":8},{"source":138,"target":141},{"source":138,"target":28},{"source":141,"target":8},{"source":139,"target":9},{"source":139,"target":142},{"source":139,"target":28},{"source":142,"target":9},{"source":140,"target":25},{"source":29,"target":0},{"source":29,"target":13},{"source":29,"target":143},{"source":143,"target":13},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":144},{"source":30,"target":145},{"source":144,"target":2},{"source":144,"target":146},{"source":144,"target":30},{"source":146,"target":2},{"source":145,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":147},{"source":31,"target":148},{"source":147,"target":5},{"source":147,"target":149},{"source":147,"target":31},{"source":149,"target":5},{"source":148,"target":29},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":150},{"source":32,"target":151},{"source":150,"target":8},{"source":150,"target":152},{"source":150,"target":32},{"source":152,"target":8},{"source":151,"target":29},{"source":33,"target":0},{"source":33,"target":29},{"source":33,"target":153},{"source":33,"target":154},{"source":153,"target":9},{"source":153,"target":155},{"source":153,"target":33},{"source":155,"target":9},{"source":154,"target":29},{"source":34,"target":0},{"source":34,"target":13},{"source":34,"target":156},{"source":34,"target":157},{"source":34,"target":158},{"source":156,"target":12},{"source":156,"target":159},{"source":156,"target":34},{"source":159,"target":12},{"source":157,"target":12},{"source":157,"target":160},{"source":157,"target":34},{"source":160,"target":12},{"source":158,"target":13},{"source":35,"target":0},{"source":35,"target":161},{"source":161,"target":36},{"source":161,"target":162},{"source":161,"target":35},{"source":162,"target":36},{"source":36,"target":0},{"source":36,"target":163},{"source":36,"target":164},{"source":163,"target":37},{"source":163,"target":165},{"source":163,"target":36},{"source":165,"target":37},{"source":164,"target":37},{"source":164,"target":166},{"source":164,"target":36},{"source":166,"target":37},{"source":37,"target":0},{"source":37,"target":167},{"source":37,"target":168},{"source":167,"target":38},{"source":167,"target":169},{"source":167,"target":37},{"source":169,"target":38},{"source":168,"target":38},{"source":168,"target":170},{"source":168,"target":37},{"source":170,"target":38},{"source":38,"target":0},{"source":38,"target":171},{"source":38,"target":172},{"source":171,"target":173},{"source":171,"target":38},{"source":172,"target":39},{"source":172,"target":174},{"source":172,"target":38},{"source":174,"target":39},{"source":39,"target":0},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":175},{"source":40,"target":176},{"source":175,"target":35},{"source":175,"target":177},{"source":175,"target":40},{"source":177,"target":35},{"source":176,"target":39},{"source":41,"target":0},{"source":41,"target":39},{"source":41,"target":178},{"source":41,"target":179},{"source":41,"target":180},{"source":41,"target":181},{"source":178,"target":12},{"source":178,"target":182},{"source":178,"target":41},{"source":182,"target":12},{"source":179,"target":42},{"source":179,"target":183},{"source":179,"target":41},{"source":183,"target":42},{"source":180,"target":9},{"source":180,"target":184},{"source":180,"target":41},{"source":184,"target":9},{"source":181,"target":39},{"source":42,"target":0},{"source":42,"target":185},{"source":42,"target":186},{"source":42,"target":187},{"source":42,"target":188},{"source":42,"target":189},{"source":42,"target":190},{"source":185,"target":42},{"source":186,"target":42},{"source":187,"target":42},{"source":188,"target":42},{"source":189,"target":42},{"source":190,"target":42},{"source":43,"target":0},{"source":43,"target":9},{"source":43,"target":191},{"source":43,"target":192},{"source":191,"target":44},{"source":191,"target":193},{"source":191,"target":43},{"source":193,"target":44},{"source":192,"target":9},{"source":44,"target":0},{"source":44,"target":194},{"source":44,"target":195},{"source":194,"target":46},{"source":194,"target":196},{"source":194,"target":44},{"source":196,"target":46},{"source":195,"target":45},{"source":195,"target":197},{"source":195,"target":44},{"source":197,"target":45},{"source":45,"target":0},{"source":45,"target":198},{"source":45,"target":199},{"source":198,"target":56},{"source":198,"target":200},{"source":198,"target":45},{"source":200,"target":56},{"source":199,"target":46},{"source":199,"target":201},{"source":199,"target":45},{"source":201,"target":46},{"source":46,"target":0},{"source":46,"target":202},{"source":46,"target":203},{"source":202,"target":48},{"source":202,"target":204},{"source":202,"target":46},{"source":204,"target":48},{"source":203,"target":47},{"source":203,"target":205},{"source":203,"target":46},{"source":205,"target":47},{"source":47,"target":0},{"source":47,"target":206},{"source":47,"target":207},{"source":206,"target":57},{"source":206,"target":208},{"source":206,"target":47},{"source":208,"target":57},{"source":207,"target":48},{"source":207,"target":209},{"source":207,"target":47},{"source":209,"target":48},{"source":48,"target":0},{"source":48,"target":210},{"source":48,"target":211},{"source":210,"target":212},{"source":210,"target":48},{"source":211,"target":49},{"source":211,"target":213},{"source":211,"target":48},{"source":213,"target":49},{"source":49,"target":0},{"source":50,"target":0},{"source":50,"target":49},{"source":50,"target":214},{"source":50,"target":215},{"source":50,"target":216},{"source":214,"target":55},{"source":214,"target":217},{"source":214,"target":50},{"source":217,"target":55},{"source":215,"target":12},{"source":215,"target":218},{"source":215,"target":50},{"source":218,"target":12},{"source":216,"target":49},{"source":51,"target":0},{"source":51,"target":49},{"source":51,"target":219},{"source":51,"target":220},{"source":219,"target":221},{"source":219,"target":51},{"source":220,"target":49},{"source":52,"target":0},{"source":52,"target":49},{"source":52,"target":222},{"source":52,"target":223},{"source":222,"target":224},{"source":222,"target":52},{"source":223,"target":49},{"source":53,"target":0},{"source":53,"target":9},{"source":53,"target":225},{"source":53,"target":226},{"source":225,"target":227},{"source":225,"target":53},{"source":226,"target":9},{"source":54,"target":0},{"source":54,"target":49},{"source":54,"target":228},{"source":54,"target":229},{"source":228,"target":43},{"source":228,"target":230},{"source":228,"target":54},{"source":230,"target":43},{"source":229,"target":49},{"source":55,"target":0},{"source":55,"target":231},{"source":55,"target":232},{"source":55,"target":233},{"source":55,"target":234},{"source":231,"target":55},{"source":232,"target":55},{"source":233,"target":55},{"source":234,"target":55},{"source":56,"target":0},{"source":56,"target":235},{"source":56,"target":236},{"source":235,"target":56},{"source":236,"target":56},{"source":57,"target":0},{"source":57,"target":237},{"source":57,"target":238},{"source":237,"target":57},{"source":238,"target":57},{"source":58,"target":0},{"source":58,"target":29},{"source":58,"target":239},{"source":239,"target":29},{"source":59,"target":0},{"source":59,"target":49},{"source":59,"target":240},{"source":240,"target":49}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="clientserver" nsURI="http://www.example.org/clientserver" nsPrefix="clientserver">
<eClassifiers xsi:type="ecore:EClass" name="Client" eSuperTypes="couscous.ecore#//Composant">
<eStructuralFeatures xsi:type="ecore:EReference" name="portclient" eType="#//PortClient"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Server" eSuperTypes="couscous.ecore#//Composant">
<eStructuralFeatures xsi:type="ecore:EReference" name="portserver" eType="#//PortServer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortCS" eSuperTypes="couscous.ecore#//PortConfiguration"/>
<eClassifiers xsi:type="ecore:EClass" name="SystemCS" eSuperTypes="couscous.ecore#//Configuration">
<eStructuralFeatures xsi:type="ecore:EReference" name="server" upperBound="-1"
eType="#//Server" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="client" upperBound="-1"
eType="#//Client" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portcs" eType="#//PortCS"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rpc" upperBound="-1" eType="#//RPC"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortClient" eSuperTypes="couscous.ecore#//PortComposant"/>
<eClassifiers xsi:type="ecore:EClass" name="PortAskClient" eSuperTypes="couscous.ecore#//PortFConfiguration #//PortCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="bindingaskclient" eType="#//BindingAskClient"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingAskClient" eSuperTypes="couscous.ecore#//BindingConfigToCompo">
<eStructuralFeatures xsi:type="ecore:EReference" name="portreceiveask" eType="#//PortReceiveAsk"
eOpposite="#//PortReceiveAsk/bindingaskclient"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RPC" eSuperTypes="couscous.ecore#//Connecteur">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacerrpc" eType="#//InterfaceRRPC"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefrpc" eType="#//InterfaceFRPC"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortSendRequest" eSuperTypes="couscous.ecore#//PortFComposant #//PortClient">
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementclientrpc" eType="#//AttachementClientRPC"
eOpposite="#//AttachementClientRPC/portsendrequest"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortRetrieveRequest" eSuperTypes="couscous.ecore#//PortRComposant #//PortClient"/>
<eClassifiers xsi:type="ecore:EClass" name="PortReceiveAsk" eSuperTypes="couscous.ecore#//PortRComposant #//PortClient">
<eStructuralFeatures xsi:type="ecore:EReference" name="bindingaskclient" eType="#//BindingAskClient"
eOpposite="#//BindingAskClient/portreceiveask"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttachementClientRPC" eSuperTypes="couscous.ecore#//AttachementFtoR">
<eStructuralFeatures xsi:type="ecore:EReference" name="portsendrequest" eType="#//PortSendRequest"
eOpposite="#//PortSendRequest/attachementclientrpc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rolesendrequest" eType="#//RoleSendRequest"
eOpposite="#//RoleSendRequest/attachementclientrpc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoleSendRequest" eSuperTypes="couscous.ecore#//RoleRequis">
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementclientrpc" eType="#//AttachementClientRPC"
eOpposite="#//AttachementClientRPC/rolesendrequest"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacerrpc" eType="#//InterfaceRRPC"
eOpposite="#//InterfaceRRPC/rolesendrequest"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceRRPC" eSuperTypes="couscous.ecore#//InterfaceRequise">
<eStructuralFeatures xsi:type="ecore:EReference" name="rolesendrequest" eType="#//RoleSendRequest"
eOpposite="#//RoleSendRequest/interfacerrpc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="gluerpc" eType="#//GlueRPC"
eOpposite="#//GlueRPC/interfacerrpc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceFRPC" eSuperTypes="couscous.ecore#//InterfaceFournie">
<eStructuralFeatures xsi:type="ecore:EReference" name="gluerpc" eType="#//GlueRPC"
eOpposite="#//GlueRPC/interfacefrpc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="roleaskrequest" eType="#//RoleAskRequest"
eOpposite="#//RoleAskRequest/interfacefrpc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GlueRPC" eSuperTypes="couscous.ecore#//Glue">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacerrpc" eType="#//InterfaceRRPC"
eOpposite="#//InterfaceRRPC/gluerpc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefrpc" eType="#//InterfaceFRPC"
eOpposite="#//InterfaceFRPC/gluerpc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortServer" eSuperTypes="couscous.ecore#//PortComposant"/>
<eClassifiers xsi:type="ecore:EClass" name="PortReceiveRequest" eSuperTypes="couscous.ecore#//PortRComposant #//PortServer">
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementserverrpc" eType="#//AttachementServerRPC"
eOpposite="#//AttachementServerRPC/portreceiverequest"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortTransmitRequest" eSuperTypes="couscous.ecore#//PortFComposant #//PortServer">
<eStructuralFeatures xsi:type="ecore:EReference" name="bindingtransmitrequest"
eType="#//BindingTransmitRequest" eOpposite="#//BindingTransmitRequest/porttransmitrequest"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortReceiveResponse" eSuperTypes="couscous.ecore#//PortRComposant #//PortServer"/>
<eClassifiers xsi:type="ecore:EClass" name="AttachementServerRPC" eSuperTypes="couscous.ecore#//AttachementRtoF">
<eStructuralFeatures xsi:type="ecore:EReference" name="portreceiverequest" eType="#//PortReceiveRequest"
eOpposite="#//PortReceiveRequest/attachementserverrpc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="roleaskrequest" eType="#//RoleAskRequest"
eOpposite="#//RoleAskRequest/attachementserverrpc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingTransmitRequest" eSuperTypes="couscous.ecore#//BindingCompoToConfig">
<eStructuralFeatures xsi:type="ecore:EReference" name="porttransmitrequest" eType="#//PortTransmitRequest"
eOpposite="#//PortTransmitRequest/bindingtransmitrequest"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="porttransmitrequestsd"
eType="#//PortTransmitRequestSD" eOpposite="#//PortTransmitRequestSD/bindingtransmitrequest"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SystemServerDetail" eSuperTypes="couscous.ecore#//Configuration">
<eStructuralFeatures xsi:type="ecore:EReference" name="connectionmanager" upperBound="-1"
eType="#//ConnectionManager" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="securitymanager" upperBound="-1"
eType="#//SecurityManager" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="database" upperBound="-1"
eType="#//Database" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portsystem" eType="#//PortSystem"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="securitytoconnection" upperBound="-1"
eType="#//SecurityToConnection" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="securitytodatabase" upperBound="-1"
eType="#//SecurityToDatabase" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="databasetosecurity" upperBound="-1"
eType="#//DatabaseToSecurity" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="databasetoconnection" upperBound="-1"
eType="#//DatabaseToConnection" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectiontosecurity" upperBound="-1"
eType="#//ConnectionToSecurity" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectiontodatabase" upperBound="-1"
eType="#//ConnectionToDatabase" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="porttransmitrequestsd"
eType="#//PortTransmitRequestSD" eOpposite="#//PortTransmitRequestSD/systemserverdetail"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionManager" eSuperTypes="couscous.ecore#//Composant">
<eStructuralFeatures xsi:type="ecore:EReference" name="portconnectionmanager"
eType="#//PortConnectionManager"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SecurityManager" eSuperTypes="couscous.ecore#//Composant">
<eStructuralFeatures xsi:type="ecore:EReference" name="portsecuritymanager" eType="#//PortSecurityManager"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Database" eSuperTypes="couscous.ecore#//Composant">
<eStructuralFeatures xsi:type="ecore:EReference" name="portdatabase" eType="#//PortDatabase"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortSystem" eSuperTypes="couscous.ecore#//PortConfiguration"/>
<eClassifiers xsi:type="ecore:EClass" name="PortToManager" eSuperTypes="couscous.ecore#//PortFConfiguration #//PortSystem">
<eStructuralFeatures xsi:type="ecore:EReference" name="bindingrequestmanager"
eType="#//BindingRequestManager" eOpposite="#//BindingRequestManager/porttomanager"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingRequestManager" eSuperTypes="couscous.ecore#//BindingConfigToCompo">
<eStructuralFeatures xsi:type="ecore:EReference" name="porttomanager" eType="#//PortToManager"
eOpposite="#//PortToManager/bindingrequestmanager"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portreceiverequestfsystem"
eType="#//PortRReceiveRequestIntoDetail" eOpposite="#//PortRReceiveRequestIntoDetail/bindingrequestmanager"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortConnectionManager" eSuperTypes="couscous.ecore#//PortComposant"/>
<eClassifiers xsi:type="ecore:EClass" name="PortSecurityManager" eSuperTypes="couscous.ecore#//PortComposant"/>
<eClassifiers xsi:type="ecore:EClass" name="PortDatabase" eSuperTypes="couscous.ecore#//PortComposant"/>
<eClassifiers xsi:type="ecore:EClass" name="PortRReceiveRequestIntoDetail" eSuperTypes="couscous.ecore#//PortRComposant #//PortConnectionManager">
<eStructuralFeatures xsi:type="ecore:EReference" name="bindingrequestmanager"
eType="#//BindingRequestManager" eOpposite="#//BindingRequestManager/portreceiverequestfsystem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortFAskAuthorization" eSuperTypes="couscous.ecore#//PortFComposant #//PortConnectionManager">
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementftorcts" eType="#//AttachementFtoRCtS"
eOpposite="#//AttachementFtoRCtS/portfaskauthorization"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortFAskData" eSuperTypes="couscous.ecore#//PortFComposant #//PortConnectionManager">
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementftorctd" eType="#//AttachementFtoRCtD"
eOpposite="#//AttachementFtoRCtD/portfaskdata"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortRReceiveAuthorization" eSuperTypes="couscous.ecore#//PortRComposant #//PortConnectionManager">
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementrtofcts" eType="#//AttachementRToFCtS"
eOpposite="#//AttachementRToFCtS/portrreceiveauthorization"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortRReceiveData" eSuperTypes="couscous.ecore#//PortRComposant #//PortConnectionManager">
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementrtofctd" eType="#//AttachementRToFCtD"
eOpposite="#//AttachementRToFCtD/portrreceivedata"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortFConfirmOpened" eSuperTypes="couscous.ecore#//PortFComposant #//PortDatabase">
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementftordts" eType="#//AttachementFtoRDtS"
eOpposite="#//AttachementFtoRDtS/portfconfirmopened"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortFSendData" eSuperTypes="couscous.ecore#//PortFComposant #//PortDatabase">
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementftordtc" eType="#//AttachementFtoRDtC"
eOpposite="#//AttachementFtoRDtC/portfsenddata"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortRAskedOpening" eSuperTypes="couscous.ecore#//PortRComposant #//PortDatabase">
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementrtofdtc" eType="#//AttachementRToFDtS"
eOpposite="#//AttachementRToFDtS/portraskedopening"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortRAskedData" eSuperTypes="couscous.ecore#//PortRComposant #//PortDatabase">
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementrtofdtc" eType="#//AttachementRToFDtC"
eOpposite="#//AttachementRToFDtC/portraskeddata"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortFRequestOpening" eSuperTypes="couscous.ecore#//PortFComposant #//PortSecurityManager">
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementftorstd" eType="#//AttachementFtoRStD"
eOpposite="#//AttachementFtoRStD/portfrequestopening"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortFSendAuthorization" eSuperTypes="couscous.ecore#//PortFComposant #//PortSecurityManager">
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementftorstc" eType="#//AttachementFtoRStC"
eOpposite="#//AttachementFtoRStC/portfsendauthorization"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortRAskedAuthorization" eSuperTypes="couscous.ecore#//PortRComposant #//PortSecurityManager">
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementrtofstc" eType="#//AttachementRToFStC"
eOpposite="#//AttachementRToFStC/portraskedauthorization"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortRDataReady" eSuperTypes="couscous.ecore#//PortRComposant #//PortSecurityManager">
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementrtofstd" eType="#//AttachementRToFStD"
eOpposite="#//AttachementRToFStD/portrdataready"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SecurityToConnection" eSuperTypes="couscous.ecore#//Connecteur">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacerstc" eType="#//InterfaceRStC"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefstc" eType="#//InterfaceFStC"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SecurityToDatabase" eSuperTypes="couscous.ecore#//Connecteur">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacerstd" eType="#//InterfaceRStD"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefstd" eType="#//InterfaceFStD"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DatabaseToSecurity" eSuperTypes="couscous.ecore#//Connecteur">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefdts" eType="#//InterfaceFDtS"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacerdts" eType="#//InterfaceRDtS"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DatabaseToConnection" eSuperTypes="couscous.ecore#//Connecteur">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacerdtc" eType="#//InterfaceRDtC"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefdtc" eType="#//InterfaceFDtC"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionToSecurity" eSuperTypes="couscous.ecore#//Connecteur">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefcts" eType="#//InterfaceFCtS"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacercts" eType="#//InterfaceRCtS"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionToDatabase" eSuperTypes="couscous.ecore#//Connecteur">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefctd" eType="#//InterfaceFCtD"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacerctd" eType="#//InterfaceRCtD"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceRStC" eSuperTypes="couscous.ecore#//InterfaceRequise">
<eStructuralFeatures xsi:type="ecore:EReference" name="gluestc" eType="#//GlueStC"
eOpposite="#//GlueStC/interfacerstc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rolerstc" eType="#//RoleRStC"
eOpposite="#//RoleRStC/interfacerstc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceFStC" eSuperTypes="couscous.ecore#//InterfaceFournie">
<eStructuralFeatures xsi:type="ecore:EReference" name="gluestc" eType="#//GlueStC"
eOpposite="#//GlueStC/interfacefstc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rolefstd" eType="#//RoleFStD"
eOpposite="#//RoleFStD/interfacefstc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rolefstc" eType="#//RoleFStC"
eOpposite="#//RoleFStC/interfacefstc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceFStD" eSuperTypes="couscous.ecore#//InterfaceFournie">
<eStructuralFeatures xsi:type="ecore:EReference" name="gluestd" eType="#//GlueStD"
eOpposite="#//GlueStD/interfacefstd"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceRStD" eSuperTypes="couscous.ecore#//InterfaceRequise">
<eStructuralFeatures xsi:type="ecore:EReference" name="gluestd" eType="#//GlueStD"
eOpposite="#//GlueStD/interfacerstd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rolerstd" eType="#//RoleRStD"
eOpposite="#//RoleRStD/interfacerstd"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceRDtS" eSuperTypes="couscous.ecore#//InterfaceRequise">
<eStructuralFeatures xsi:type="ecore:EReference" name="rolerdts" eType="#//RoleRDtS"
eOpposite="#//RoleRDtS/interfacerdts"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceRDtC" eSuperTypes="couscous.ecore#//InterfaceRequise">
<eStructuralFeatures xsi:type="ecore:EReference" name="gluedtc" eType="#//GlueDtC"
eOpposite="#//GlueDtC/interfacerdtc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rolerdtc" eType="#//RoleRDtC"
eOpposite="#//RoleRDtC/interfacerdtc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceRCtS" eSuperTypes="couscous.ecore#//InterfaceRequise">
<eStructuralFeatures xsi:type="ecore:EReference" name="gluects" eType="#//GlueCtS"
eOpposite="#//GlueCtS/interfacercts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rolercts" eType="#//RoleRCtS"
eOpposite="#//RoleRCtS/interfacercts"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceRCtD" eSuperTypes="couscous.ecore#//InterfaceRequise">
<eStructuralFeatures xsi:type="ecore:EReference" name="gluectd" eType="#//GlueCtD"
eOpposite="#//GlueCtD/interfacerctd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rolerctd" eType="#//RoleRCtD"
eOpposite="#//RoleRCtD/interfacerctd"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceFDtS" eSuperTypes="couscous.ecore#//InterfaceFournie">
<eStructuralFeatures xsi:type="ecore:EReference" name="gluedts" eType="#//GlueDtS"
eOpposite="#//GlueDtS/interfacefdts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rolefdts" eType="#//RoleFDtS"
eOpposite="#//RoleFDtS/interfacefdts"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceFDtC" eSuperTypes="couscous.ecore#//InterfaceFournie">
<eStructuralFeatures xsi:type="ecore:EReference" name="gluedtc" eType="#//GlueDtC"
eOpposite="#//GlueDtC/interfacefdtc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rolefdtc" eType="#//RoleFDtC"
eOpposite="#//RoleFDtC/interfacefdtc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceFCtS" eSuperTypes="couscous.ecore#//InterfaceFournie">
<eStructuralFeatures xsi:type="ecore:EReference" name="gluects" eType="#//GlueCtS"
eOpposite="#//GlueCtS/interfacefcts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rolefcts" eType="#//RoleFCtS"
eOpposite="#//RoleFCtS/interfacefcts"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceFCtD" eSuperTypes="couscous.ecore#//InterfaceFournie">
<eStructuralFeatures xsi:type="ecore:EReference" name="gluectd" eType="#//GlueCtD"
eOpposite="#//GlueCtD/interfacefctd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rolefctd" eType="#//RoleFCtD"
eOpposite="#//RoleFCtD/interfacefctd"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GlueStC" eSuperTypes="couscous.ecore#//Glue">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacerstc" eType="#//InterfaceRStC"
eOpposite="#//InterfaceRStC/gluestc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefstc" eType="#//InterfaceFStC"
eOpposite="#//InterfaceFStC/gluestc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GlueStD" eSuperTypes="couscous.ecore#//Glue">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacerstd" eType="#//InterfaceRStD"
eOpposite="#//InterfaceRStD/gluestd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefstd" eType="#//InterfaceFStD"
eOpposite="#//InterfaceFStD/gluestd"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GlueDtS" eSuperTypes="couscous.ecore#//Glue">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefdts" eType="#//InterfaceFDtS"
eOpposite="#//InterfaceFDtS/gluedts"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GlueDtC" eSuperTypes="couscous.ecore#//Glue">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefdtc" eType="#//InterfaceFDtC"
eOpposite="#//InterfaceFDtC/gluedtc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacerdtc" eType="#//InterfaceRDtC"
eOpposite="#//InterfaceRDtC/gluedtc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GlueCtS" eSuperTypes="couscous.ecore#//Glue">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefcts" eType="#//InterfaceFCtS"
eOpposite="#//InterfaceFCtS/gluects"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacercts" eType="#//InterfaceRCtS"
eOpposite="#//InterfaceRCtS/gluects"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GlueCtD" eSuperTypes="couscous.ecore#//Glue">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacerctd" eType="#//InterfaceRCtD"
eOpposite="#//InterfaceRCtD/gluectd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefctd" eType="#//InterfaceFCtD"
eOpposite="#//InterfaceFCtD/gluectd"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoleRDtC" eSuperTypes="couscous.ecore#//RoleRequis">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacerdtc" eType="#//InterfaceRDtC"
eOpposite="#//InterfaceRDtC/rolerdtc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementftordtc" eType="#//AttachementFtoRDtC"
eOpposite="#//AttachementFtoRDtC/rolerdtc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoleRStD" eSuperTypes="couscous.ecore#//RoleRequis">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacerstd" eType="#//InterfaceRStD"
eOpposite="#//InterfaceRStD/rolerstd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementftorstd" eType="#//AttachementFtoRStD"
eOpposite="#//AttachementFtoRStD/rolerstd"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoleRDtS" eSuperTypes="couscous.ecore#//RoleRequis">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacerdts" eType="#//InterfaceRDtS"
eOpposite="#//InterfaceRDtS/rolerdts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementftordts" eType="#//AttachementFtoRDtS"
eOpposite="#//AttachementFtoRDtS/rolerdts"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoleRStC" eSuperTypes="couscous.ecore#//RoleRequis">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacerstc" eType="#//InterfaceRStC"
eOpposite="#//InterfaceRStC/rolerstc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementftorstc" eType="#//AttachementFtoRStC"
eOpposite="#//AttachementFtoRStC/rolerstc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoleRCtS" eSuperTypes="couscous.ecore#//RoleRequis">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacercts" eType="#//InterfaceRCtS"
eOpposite="#//InterfaceRCtS/rolercts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementftorcts" eType="#//AttachementFtoRCtS"
eOpposite="#//AttachementFtoRCtS/rolercts"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoleRCtD" eSuperTypes="couscous.ecore#//RoleRequis">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacerctd" eType="#//InterfaceRCtD"
eOpposite="#//InterfaceRCtD/rolerctd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementftorctd" eType="#//AttachementFtoRCtD"
eOpposite="#//AttachementFtoRCtD/rolerctd"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoleFDtC" eSuperTypes="couscous.ecore#//RoleFourni">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefdtc" eType="#//InterfaceFDtC"
eOpposite="#//InterfaceFDtC/rolefdtc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementrtofdtc" eType="#//AttachementRToFDtC"
eOpposite="#//AttachementRToFDtC/rolefdtc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoleFDtS" eSuperTypes="couscous.ecore#//RoleFourni">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefdts" eType="#//InterfaceFDtS"
eOpposite="#//InterfaceFDtS/rolefdts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementrtofdtc" eType="#//AttachementRToFDtS"
eOpposite="#//AttachementRToFDtS/rolefdts"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoleFStD" eSuperTypes="couscous.ecore#//RoleFourni">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefstc" eType="#//InterfaceFStC"
eOpposite="#//InterfaceFStC/rolefstd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementrtofdtc" eType="#//AttachementRToFStD"
eOpposite="#//AttachementRToFStD/rolefstd"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoleFStC" eSuperTypes="couscous.ecore#//RoleFourni">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefstc" eType="#//InterfaceFStC"
eOpposite="#//InterfaceFStC/rolefstc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementrtofdtc" eType="#//AttachementRToFStC"
eOpposite="#//AttachementRToFStC/rolefstc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoleFCtS" eSuperTypes="couscous.ecore#//RoleFourni">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefcts" eType="#//InterfaceFCtS"
eOpposite="#//InterfaceFCtS/rolefcts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementrtofdtc" eType="#//AttachementRToFCtS"
eOpposite="#//AttachementRToFCtS/rolefcts"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoleFCtD" eSuperTypes="couscous.ecore#//RoleFourni">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefctd" eType="#//InterfaceFCtD"
eOpposite="#//InterfaceFCtD/rolefctd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementrtofdtc" eType="#//AttachementRToFCtD"
eOpposite="#//AttachementRToFCtD/rolefctd"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoleAskRequest" eSuperTypes="couscous.ecore#//RoleFourni">
<eStructuralFeatures xsi:type="ecore:EReference" name="attachementserverrpc" eType="#//AttachementServerRPC"
eOpposite="#//AttachementServerRPC/roleaskrequest"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfacefrpc" eType="#//InterfaceFRPC"
eOpposite="#//InterfaceFRPC/roleaskrequest"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttachementFtoRDtC" eSuperTypes="couscous.ecore#//AttachementFtoR">
<eStructuralFeatures xsi:type="ecore:EReference" name="rolerdtc" eType="#//RoleRDtC"
eOpposite="#//RoleRDtC/attachementftordtc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portfsenddata" eType="#//PortFSendData"
eOpposite="#//PortFSendData/attachementftordtc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttachementFtoRDtS" eSuperTypes="couscous.ecore#//AttachementFtoR">
<eStructuralFeatures xsi:type="ecore:EReference" name="rolerdts" eType="#//RoleRDtS"
eOpposite="#//RoleRDtS/attachementftordts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portfconfirmopened" eType="#//PortFConfirmOpened"
eOpposite="#//PortFConfirmOpened/attachementftordts"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttachementFtoRStD" eSuperTypes="couscous.ecore#//AttachementFtoR">
<eStructuralFeatures xsi:type="ecore:EReference" name="rolerstd" eType="#//RoleRStD"
eOpposite="#//RoleRStD/attachementftorstd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portfrequestopening" eType="#//PortFRequestOpening"
eOpposite="#//PortFRequestOpening/attachementftorstd"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttachementFtoRStC" eSuperTypes="couscous.ecore#//AttachementFtoR">
<eStructuralFeatures xsi:type="ecore:EReference" name="rolerstc" eType="#//RoleRStC"
eOpposite="#//RoleRStC/attachementftorstc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portfsendauthorization"
eType="#//PortFSendAuthorization" eOpposite="#//PortFSendAuthorization/attachementftorstc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttachementFtoRCtS" eSuperTypes="couscous.ecore#//AttachementFtoR">
<eStructuralFeatures xsi:type="ecore:EReference" name="rolercts" eType="#//RoleRCtS"
eOpposite="#//RoleRCtS/attachementftorcts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portfaskauthorization"
eType="#//PortFAskAuthorization" eOpposite="#//PortFAskAuthorization/attachementftorcts"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttachementFtoRCtD" eSuperTypes="couscous.ecore#//AttachementFtoR">
<eStructuralFeatures xsi:type="ecore:EReference" name="rolerctd" eType="#//RoleRCtD"
eOpposite="#//RoleRCtD/attachementftorctd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portfaskdata" eType="#//PortFAskData"
eOpposite="#//PortFAskData/attachementftorctd"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttachementRToFDtC" eSuperTypes="couscous.ecore#//AttachementRtoF">
<eStructuralFeatures xsi:type="ecore:EReference" name="rolefdtc" eType="#//RoleFDtC"
eOpposite="#//RoleFDtC/attachementrtofdtc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portraskeddata" eType="#//PortRAskedData"
eOpposite="#//PortRAskedData/attachementrtofdtc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttachementRToFDtS" eSuperTypes="couscous.ecore#//AttachementRtoF">
<eStructuralFeatures xsi:type="ecore:EReference" name="rolefdts" eType="#//RoleFDtS"
eOpposite="#//RoleFDtS/attachementrtofdtc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portraskedopening" eType="#//PortRAskedOpening"
eOpposite="#//PortRAskedOpening/attachementrtofdtc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttachementRToFStD" eSuperTypes="couscous.ecore#//AttachementRtoF">
<eStructuralFeatures xsi:type="ecore:EReference" name="rolefstd" eType="#//RoleFStD"
eOpposite="#//RoleFStD/attachementrtofdtc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portrdataready" eType="#//PortRDataReady"
eOpposite="#//PortRDataReady/attachementrtofstd"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttachementRToFStC" eSuperTypes="couscous.ecore#//AttachementRtoF">
<eStructuralFeatures xsi:type="ecore:EReference" name="rolefstc" eType="#//RoleFStC"
eOpposite="#//RoleFStC/attachementrtofdtc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portraskedauthorization"
eType="#//PortRAskedAuthorization" eOpposite="#//PortRAskedAuthorization/attachementrtofstc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttachementRToFCtS" eSuperTypes="couscous.ecore#//AttachementRtoF">
<eStructuralFeatures xsi:type="ecore:EReference" name="rolefcts" eType="#//RoleFCtS"
eOpposite="#//RoleFCtS/attachementrtofdtc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portrreceiveauthorization"
eType="#//PortRReceiveAuthorization" eOpposite="#//PortRReceiveAuthorization/attachementrtofcts"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttachementRToFCtD" eSuperTypes="couscous.ecore#//AttachementRtoF">
<eStructuralFeatures xsi:type="ecore:EReference" name="rolefctd" eType="#//RoleFCtD"
eOpposite="#//RoleFCtD/attachementrtofdtc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portrreceivedata" eType="#//PortRReceiveData"
eOpposite="#//PortRReceiveData/attachementrtofctd"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortTransmitRequestSD" eSuperTypes="couscous.ecore#//PortComposant">
<eStructuralFeatures xsi:type="ecore:EReference" name="bindingtransmitrequest"
eType="#//BindingTransmitRequest" eOpposite="#//BindingTransmitRequest/porttransmitrequestsd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="systemserverdetail" eType="#//SystemServerDetail"
eOpposite="#//SystemServerDetail/porttransmitrequestsd"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Marie-Donnie/couscous/model/ClientServer.ecore | ecore | clientserver
Client
portclient
Server
portserver
PortCS
SystemCS
server
client
portcs
rpc
PortClient
PortAskClient
bindingaskclient
BindingAskClient
portreceiveask
RPC
interfacerrpc
interfacefrpc
PortSendRequest
attachementclientrpc
PortRetrieveRequest
PortReceiveAsk
bindingaskclient
AttachementClientRPC
portsendrequest
rolesendrequest
RoleSendRequest
attachementclientrpc
interfacerrpc
InterfaceRRPC
rolesendrequest
gluerpc
InterfaceFRPC
gluerpc
roleaskrequest
GlueRPC
interfacerrpc
interfacefrpc
PortServer
PortReceiveRequest
attachementserverrpc
PortTransmitRequest
bindingtransmitrequest
PortReceiveResponse
AttachementServerRPC
portreceiverequest
roleaskrequest
BindingTransmitRequest
porttransmitrequest
porttransmitrequestsd
SystemServerDetail
connectionmanager
securitymanager
database
portsystem
securitytoconnection
securitytodatabase
databasetosecurity
databasetoconnection
connectiontosecurity
connectiontodatabase
porttransmitrequestsd
ConnectionManager
portconnectionmanager
SecurityManager
portsecuritymanager
Database
portdatabase
PortSystem
PortToManager
bindingrequestmanager
BindingRequestManager
porttomanager
portreceiverequestfsystem
PortConnectionManager
PortSecurityManager
PortDatabase
PortRReceiveRequestIntoDetail
bindingrequestmanager
PortFAskAuthorization
attachementftorcts
PortFAskData
attachementftorctd
PortRReceiveAuthorization
attachementrtofcts
PortRReceiveData
attachementrtofctd
PortFConfirmOpened
attachementftordts
PortFSendData
attachementftordtc
PortRAskedOpening
attachementrtofdtc
PortRAskedData
attachementrtofdtc
PortFRequestOpening
attachementftorstd
PortFSendAuthorization
attachementftorstc
PortRAskedAuthorization
attachementrtofstc
PortRDataReady
attachementrtofstd
SecurityToConnection
interfacerstc
interfacefstc
SecurityToDatabase
interfacerstd
interfacefstd
DatabaseToSecurity
interfacefdts
interfacerdts
DatabaseToConnection
interfacerdtc
interfacefdtc
ConnectionToSecurity
interfacefcts
interfacercts
ConnectionToDatabase
interfacefctd
interfacerctd
InterfaceRStC
gluestc
rolerstc
InterfaceFStC
gluestc
rolefstd
rolefstc
InterfaceFStD
gluestd
InterfaceRStD
gluestd
rolerstd
InterfaceRDtS
rolerdts
InterfaceRDtC
gluedtc
rolerdtc
InterfaceRCtS
gluects
rolercts
InterfaceRCtD
gluectd
rolerctd
InterfaceFDtS
gluedts
rolefdts
InterfaceFDtC
gluedtc
rolefdtc
InterfaceFCtS
gluects
rolefcts
InterfaceFCtD
gluectd
rolefctd
GlueStC
interfacerstc
interfacefstc
GlueStD
interfacerstd
interfacefstd
GlueDtS
interfacefdts
GlueDtC
interfacefdtc
interfacerdtc
GlueCtS
interfacefcts
interfacercts
GlueCtD
interfacerctd
interfacefctd
RoleRDtC
interfacerdtc
attachementftordtc
RoleRStD
interfacerstd
attachementftorstd
RoleRDtS
interfacerdts
attachementftordts
RoleRStC
interfacerstc
attachementftorstc
RoleRCtS
interfacercts
attachementftorcts
RoleRCtD
interfacerctd
attachementftorctd
RoleFDtC
interfacefdtc
attachementrtofdtc
RoleFDtS
interfacefdts
attachementrtofdtc
RoleFStD
interfacefstc
attachementrtofdtc
RoleFStC
interfacefstc
attachementrtofdtc
RoleFCtS
interfacefcts
attachementrtofdtc
RoleFCtD
interfacefctd
attachementrtofdtc
RoleAskRequest
attachementserverrpc
interfacefrpc
AttachementFtoRDtC
rolerdtc
portfsenddata
AttachementFtoRDtS
rolerdts
portfconfirmopened
AttachementFtoRStD
rolerstd
portfrequestopening
AttachementFtoRStC
rolerstc
portfsendauthorization
AttachementFtoRCtS
rolercts
portfaskauthorization
AttachementFtoRCtD
rolerctd
portfaskdata
AttachementRToFDtC
rolefdtc
portraskeddata
AttachementRToFDtS
rolefdts
portraskedopening
AttachementRToFStD
rolefstd
portrdataready
AttachementRToFStC
rolefstc
portraskedauthorization
AttachementRToFCtS
rolefcts
portrreceiveauthorization
AttachementRToFCtD
rolefctd
portrreceivedata
PortTransmitRequestSD
bindingtransmitrequest
systemserverdetail | null | {"directed":true,"nodes":[{"nsPrefix":"clientserver","nsURI":"http://www.example.org/clientserver","name":"clientserver","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Client","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Server","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortCS","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemCS","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortClient","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortAskClient","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingAskClient","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RPC","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortSendRequest","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortRetrieveRequest","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortReceiveAsk","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttachementClientRPC","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleSendRequest","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceRRPC","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceFRPC","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlueRPC","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortServer","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortReceiveRequest","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortTransmitRequest","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortReceiveResponse","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttachementServerRPC","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingTransmitRequest","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemServerDetail","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionManager","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SecurityManager","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Database","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortSystem","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortToManager","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingRequestManager","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortConnectionManager","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortSecurityManager","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortDatabase","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortRReceiveRequestIntoDetail","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortFAskAuthorization","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortFAskData","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortRReceiveAuthorization","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortRReceiveData","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortFConfirmOpened","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortFSendData","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortRAskedOpening","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortRAskedData","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortFRequestOpening","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortFSendAuthorization","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortRAskedAuthorization","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortRDataReady","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SecurityToConnection","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SecurityToDatabase","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatabaseToSecurity","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatabaseToConnection","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionToSecurity","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionToDatabase","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceRStC","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceFStC","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceFStD","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceRStD","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceRDtS","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceRDtC","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceRCtS","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceRCtD","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceFDtS","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceFDtC","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceFCtS","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceFCtD","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlueStC","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlueStD","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlueDtS","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlueDtC","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlueCtS","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlueCtD","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleRDtC","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleRStD","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleRDtS","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleRStC","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleRCtS","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleRCtD","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleFDtC","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleFDtS","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleFStD","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleFStC","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleFCtS","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleFCtD","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleAskRequest","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttachementFtoRDtC","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttachementFtoRDtS","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttachementFtoRStD","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttachementFtoRStC","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttachementFtoRCtS","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttachementFtoRCtD","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttachementRToFDtC","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttachementRToFDtS","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttachementRToFStD","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttachementRToFStC","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttachementRToFCtS","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttachementRToFCtD","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortTransmitRequestSD","instanceClass":null,"abstract":false,"id":95,"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":"portclient","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":"portserver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"server","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"client","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":"portcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rpc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindingaskclient","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portreceiveask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"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":"bindingaskclient","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":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacerrpc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefrpc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementclientrpc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portsendrequest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolesendrequest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementclientrpc","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":"interfacerrpc","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":false,"unsettable":false,"transient":false,"unique":true,"name":"rolesendrequest","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":false,"unsettable":false,"transient":false,"unique":true,"name":"gluerpc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacerrpc","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":"gluerpc","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":false,"unsettable":false,"transient":false,"unique":true,"name":"roleaskrequest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefrpc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefrpc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementserverrpc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portreceiverequest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindingtransmitrequest","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"porttransmitrequest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roleaskrequest","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"attachementserverrpc","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":"porttransmitrequestsd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindingtransmitrequest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectionmanager","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"securitymanager","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"database","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portsystem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"securitytoconnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"securitytodatabase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"databasetosecurity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"databasetoconnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectiontosecurity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectiontodatabase","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":false,"unsettable":false,"transient":false,"unique":true,"name":"porttransmitrequestsd","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"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"systemserverdetail","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":"portconnectionmanager","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portsecuritymanager","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portdatabase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindingrequestmanager","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"porttomanager","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":"portreceiverequestfsystem","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":"bindingrequestmanager","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementftorcts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portfaskauthorization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementftorctd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portfaskdata","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementrtofcts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portrreceiveauthorization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementrtofctd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portrreceivedata","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":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementftordts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portfconfirmopened","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":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementftordtc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portfsenddata","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementrtofdtc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portraskedopening","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementrtofdtc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portraskeddata","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":"attachementftorstd","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portfrequestopening","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":"attachementftorstc","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":"portfsendauthorization","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":"attachementrtofstc","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":"portraskedauthorization","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":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementrtofstd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portrdataready","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacerstc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefstc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacerstd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefstd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefdts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacerdts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacerdtc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefdtc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefcts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacercts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefctd","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":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacerctd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gluestc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolerstc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacerstc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacerstc","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":"gluestc","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":false,"unsettable":false,"transient":false,"unique":true,"name":"rolefstd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolefstc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefstc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefstc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefstc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gluestd","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefstd","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":false,"unsettable":false,"transient":false,"unique":true,"name":"gluestd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":345,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolerstd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacerstd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacerstd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolerdts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacerdts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gluedtc","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":"rolerdtc","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":"interfacerdtc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"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":"interfacerdtc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gluects","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":"rolercts","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":"interfacercts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacercts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gluectd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolerctd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacerctd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"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":"interfacerctd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gluedts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolefdts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefdts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefdts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gluedtc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolefdtc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefdtc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefdtc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gluects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolefcts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefcts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"derived":false},{"id":396,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefcts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gluectd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolefctd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefctd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfacefctd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementftordtc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolerdtc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementftorstd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolerstd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementftordts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolerdts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementftorstc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":437,"derived":false},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolerstc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":441,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementftorcts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolercts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementftorctd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolerctd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementrtofdtc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolefdtc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementrtofdtc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolefdts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementrtofdtc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolefstd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementrtofdtc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolefstc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":471,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementrtofdtc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolefcts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":476,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachementrtofdtc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rolefctd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":1,"target":0},{"source":1,"target":96},{"source":1,"target":97},{"source":96,"target":5},{"source":96,"target":98},{"source":96,"target":1},{"source":98,"target":5},{"source":2,"target":0},{"source":2,"target":99},{"source":2,"target":100},{"source":99,"target":17},{"source":99,"target":101},{"source":99,"target":2},{"source":101,"target":17},{"source":3,"target":0},{"source":3,"target":102},{"source":4,"target":0},{"source":4,"target":103},{"source":4,"target":104},{"source":4,"target":105},{"source":4,"target":106},{"source":4,"target":107},{"source":103,"target":2},{"source":103,"target":108},{"source":103,"target":4},{"source":108,"target":2},{"source":104,"target":1},{"source":104,"target":109},{"source":104,"target":4},{"source":109,"target":1},{"source":105,"target":3},{"source":105,"target":110},{"source":105,"target":4},{"source":110,"target":3},{"source":106,"target":8},{"source":106,"target":111},{"source":106,"target":4},{"source":111,"target":8},{"source":5,"target":0},{"source":5,"target":112},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":113},{"source":6,"target":114},{"source":6,"target":115},{"source":113,"target":7},{"source":113,"target":116},{"source":113,"target":6},{"source":116,"target":7},{"source":115,"target":3},{"source":7,"target":0},{"source":7,"target":117},{"source":7,"target":118},{"source":117,"target":11},{"source":117,"target":119},{"source":117,"target":7},{"source":117,"target":120},{"source":119,"target":11},{"source":8,"target":0},{"source":8,"target":121},{"source":8,"target":122},{"source":8,"target":123},{"source":121,"target":14},{"source":121,"target":124},{"source":121,"target":8},{"source":124,"target":14},{"source":122,"target":15},{"source":122,"target":125},{"source":122,"target":8},{"source":125,"target":15},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":126},{"source":9,"target":127},{"source":9,"target":128},{"source":126,"target":12},{"source":126,"target":129},{"source":126,"target":9},{"source":126,"target":130},{"source":129,"target":12},{"source":128,"target":5},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":131},{"source":10,"target":132},{"source":132,"target":5},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":120},{"source":11,"target":133},{"source":11,"target":134},{"source":120,"target":7},{"source":120,"target":135},{"source":120,"target":11},{"source":120,"target":117},{"source":135,"target":7},{"source":134,"target":5},{"source":12,"target":0},{"source":12,"target":130},{"source":12,"target":136},{"source":12,"target":137},{"source":130,"target":9},{"source":130,"target":138},{"source":130,"target":12},{"source":130,"target":126},{"source":138,"target":9},{"source":136,"target":13},{"source":136,"target":139},{"source":136,"target":12},{"source":136,"target":140},{"source":139,"target":13},{"source":13,"target":0},{"source":13,"target":140},{"source":13,"target":141},{"source":13,"target":142},{"source":140,"target":12},{"source":140,"target":143},{"source":140,"target":13},{"source":140,"target":136},{"source":143,"target":12},{"source":141,"target":14},{"source":141,"target":144},{"source":141,"target":13},{"source":141,"target":145},{"source":144,"target":14},{"source":14,"target":0},{"source":14,"target":145},{"source":14,"target":146},{"source":14,"target":147},{"source":145,"target":13},{"source":145,"target":148},{"source":145,"target":14},{"source":145,"target":141},{"source":148,"target":13},{"source":146,"target":16},{"source":146,"target":149},{"source":146,"target":14},{"source":146,"target":150},{"source":149,"target":16},{"source":15,"target":0},{"source":15,"target":151},{"source":15,"target":152},{"source":15,"target":153},{"source":151,"target":16},{"source":151,"target":154},{"source":151,"target":15},{"source":151,"target":155},{"source":154,"target":16},{"source":152,"target":82},{"source":152,"target":156},{"source":152,"target":15},{"source":152,"target":157},{"source":156,"target":82},{"source":16,"target":0},{"source":16,"target":150},{"source":16,"target":155},{"source":16,"target":158},{"source":150,"target":14},{"source":150,"target":159},{"source":150,"target":16},{"source":150,"target":146},{"source":159,"target":14},{"source":155,"target":15},{"source":155,"target":160},{"source":155,"target":16},{"source":155,"target":151},{"source":160,"target":15},{"source":17,"target":0},{"source":17,"target":161},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":162},{"source":18,"target":163},{"source":18,"target":164},{"source":162,"target":21},{"source":162,"target":165},{"source":162,"target":18},{"source":162,"target":166},{"source":165,"target":21},{"source":164,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":167},{"source":19,"target":168},{"source":19,"target":169},{"source":167,"target":22},{"source":167,"target":170},{"source":167,"target":19},{"source":167,"target":171},{"source":170,"target":22},{"source":169,"target":17},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":172},{"source":20,"target":173},{"source":173,"target":17},{"source":21,"target":0},{"source":21,"target":166},{"source":21,"target":174},{"source":21,"target":175},{"source":166,"target":18},{"source":166,"target":176},{"source":166,"target":21},{"source":166,"target":162},{"source":176,"target":18},{"source":174,"target":82},{"source":174,"target":177},{"source":174,"target":21},{"source":174,"target":178},{"source":177,"target":82},{"source":22,"target":0},{"source":22,"target":171},{"source":22,"target":179},{"source":22,"target":180},{"source":171,"target":19},{"source":171,"target":181},{"source":171,"target":22},{"source":171,"target":167},{"source":181,"target":19},{"source":179,"target":95},{"source":179,"target":182},{"source":179,"target":22},{"source":179,"target":183},{"source":182,"target":95},{"source":23,"target":0},{"source":23,"target":184},{"source":23,"target":185},{"source":23,"target":186},{"source":23,"target":187},{"source":23,"target":188},{"source":23,"target":189},{"source":23,"target":190},{"source":23,"target":191},{"source":23,"target":192},{"source":23,"target":193},{"source":23,"target":194},{"source":23,"target":195},{"source":184,"target":24},{"source":184,"target":196},{"source":184,"target":23},{"source":196,"target":24},{"source":185,"target":25},{"source":185,"target":197},{"source":185,"target":23},{"source":197,"target":25},{"source":186,"target":26},{"source":186,"target":198},{"source":186,"target":23},{"source":198,"target":26},{"source":187,"target":27},{"source":187,"target":199},{"source":187,"target":23},{"source":199,"target":27},{"source":188,"target":46},{"source":188,"target":200},{"source":188,"target":23},{"source":200,"target":46},{"source":189,"target":47},{"source":189,"target":201},{"source":189,"target":23},{"source":201,"target":47},{"source":190,"target":48},{"source":190,"target":202},{"source":190,"target":23},{"source":202,"target":48},{"source":191,"target":49},{"source":191,"target":203},{"source":191,"target":23},{"source":203,"target":49},{"source":192,"target":50},{"source":192,"target":204},{"source":192,"target":23},{"source":204,"target":50},{"source":193,"target":51},{"source":193,"target":205},{"source":193,"target":23},{"source":205,"target":51},{"source":194,"target":95},{"source":194,"target":206},{"source":194,"target":23},{"source":194,"target":207},{"source":206,"target":95},{"source":24,"target":0},{"source":24,"target":208},{"source":24,"target":209},{"source":208,"target":30},{"source":208,"target":210},{"source":208,"target":24},{"source":210,"target":30},{"source":25,"target":0},{"source":25,"target":211},{"source":25,"target":212},{"source":211,"target":31},{"source":211,"target":213},{"source":211,"target":25},{"source":213,"target":31},{"source":26,"target":0},{"source":26,"target":214},{"source":26,"target":215},{"source":214,"target":32},{"source":214,"target":216},{"source":214,"target":26},{"source":216,"target":32},{"source":27,"target":0},{"source":27,"target":217},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":218},{"source":28,"target":219},{"source":28,"target":220},{"source":218,"target":29},{"source":218,"target":221},{"source":218,"target":28},{"source":218,"target":222},{"source":221,"target":29},{"source":220,"target":27},{"source":29,"target":0},{"source":29,"target":222},{"source":29,"target":223},{"source":29,"target":224},{"source":222,"target":28},{"source":222,"target":225},{"source":222,"target":29},{"source":222,"target":218},{"source":225,"target":28},{"source":223,"target":33},{"source":223,"target":226},{"source":223,"target":29},{"source":223,"target":227},{"source":226,"target":33},{"source":30,"target":0},{"source":30,"target":228},{"source":31,"target":0},{"source":31,"target":229},{"source":32,"target":0},{"source":32,"target":230},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":227},{"source":33,"target":231},{"source":33,"target":232},{"source":227,"target":29},{"source":227,"target":233},{"source":227,"target":33},{"source":227,"target":223},{"source":233,"target":29},{"source":232,"target":30},{"source":34,"target":0},{"source":34,"target":30},{"source":34,"target":234},{"source":34,"target":235},{"source":34,"target":236},{"source":234,"target":87},{"source":234,"target":237},{"source":234,"target":34},{"source":234,"target":238},{"source":237,"target":87},{"source":236,"target":30},{"source":35,"target":0},{"source":35,"target":30},{"source":35,"target":239},{"source":35,"target":240},{"source":35,"target":241},{"source":239,"target":88},{"source":239,"target":242},{"source":239,"target":35},{"source":239,"target":243},{"source":242,"target":88},{"source":241,"target":30},{"source":36,"target":0},{"source":36,"target":30},{"source":36,"target":244},{"source":36,"target":245},{"source":36,"target":246},{"source":244,"target":93},{"source":244,"target":247},{"source":244,"target":36},{"source":244,"target":248},{"source":247,"target":93},{"source":246,"target":30},{"source":37,"target":0},{"source":37,"target":30},{"source":37,"target":249},{"source":37,"target":250},{"source":37,"target":251},{"source":249,"target":94},{"source":249,"target":252},{"source":249,"target":37},{"source":249,"target":253},{"source":252,"target":94},{"source":251,"target":30},{"source":38,"target":0},{"source":38,"target":32},{"source":38,"target":254},{"source":38,"target":255},{"source":38,"target":256},{"source":254,"target":84},{"source":254,"target":257},{"source":254,"target":38},{"source":254,"target":258},{"source":257,"target":84},{"source":256,"target":32},{"source":39,"target":0},{"source":39,"target":32},{"source":39,"target":259},{"source":39,"target":260},{"source":39,"target":261},{"source":259,"target":83},{"source":259,"target":262},{"source":259,"target":39},{"source":259,"target":263},{"source":262,"target":83},{"source":261,"target":32},{"source":40,"target":0},{"source":40,"target":32},{"source":40,"target":264},{"source":40,"target":265},{"source":40,"target":266},{"source":264,"target":90},{"source":264,"target":267},{"source":264,"target":40},{"source":264,"target":268},{"source":267,"target":90},{"source":266,"target":32},{"source":41,"target":0},{"source":41,"target":32},{"source":41,"target":269},{"source":41,"target":270},{"source":41,"target":271},{"source":269,"target":89},{"source":269,"target":272},{"source":269,"target":41},{"source":269,"target":273},{"source":272,"target":89},{"source":271,"target":32},{"source":42,"target":0},{"source":42,"target":31},{"source":42,"target":274},{"source":42,"target":275},{"source":42,"target":276},{"source":274,"target":85},{"source":274,"target":277},{"source":274,"target":42},{"source":274,"target":278},{"source":277,"target":85},{"source":276,"target":31},{"source":43,"target":0},{"source":43,"target":31},{"source":43,"target":279},{"source":43,"target":280},{"source":43,"target":281},{"source":279,"target":86},{"source":279,"target":282},{"source":279,"target":43},{"source":279,"target":283},{"source":282,"target":86},{"source":281,"target":31},{"source":44,"target":0},{"source":44,"target":31},{"source":44,"target":284},{"source":44,"target":285},{"source":44,"target":286},{"source":284,"target":92},{"source":284,"target":287},{"source":284,"target":44},{"source":284,"target":288},{"source":287,"target":92},{"source":286,"target":31},{"source":45,"target":0},{"source":45,"target":31},{"source":45,"target":289},{"source":45,"target":290},{"source":45,"target":291},{"source":289,"target":91},{"source":289,"target":292},{"source":289,"target":45},{"source":289,"target":293},{"source":292,"target":91},{"source":291,"target":31},{"source":46,"target":0},{"source":46,"target":294},{"source":46,"target":295},{"source":46,"target":296},{"source":294,"target":52},{"source":294,"target":297},{"source":294,"target":46},{"source":297,"target":52},{"source":295,"target":53},{"source":295,"target":298},{"source":295,"target":46},{"source":298,"target":53},{"source":47,"target":0},{"source":47,"target":299},{"source":47,"target":300},{"source":47,"target":301},{"source":299,"target":55},{"source":299,"target":302},{"source":299,"target":47},{"source":302,"target":55},{"source":300,"target":54},{"source":300,"target":303},{"source":300,"target":47},{"source":303,"target":54},{"source":48,"target":0},{"source":48,"target":304},{"source":48,"target":305},{"source":48,"target":306},{"source":304,"target":60},{"source":304,"target":307},{"source":304,"target":48},{"source":307,"target":60},{"source":305,"target":56},{"source":305,"target":308},{"source":305,"target":48},{"source":308,"target":56},{"source":49,"target":0},{"source":49,"target":309},{"source":49,"target":310},{"source":49,"target":311},{"source":309,"target":57},{"source":309,"target":312},{"source":309,"target":49},{"source":312,"target":57},{"source":310,"target":61},{"source":310,"target":313},{"source":310,"target":49},{"source":313,"target":61},{"source":50,"target":0},{"source":50,"target":314},{"source":50,"target":315},{"source":50,"target":316},{"source":314,"target":62},{"source":314,"target":317},{"source":314,"target":50},{"source":317,"target":62},{"source":315,"target":58},{"source":315,"target":318},{"source":315,"target":50},{"source":318,"target":58},{"source":51,"target":0},{"source":51,"target":319},{"source":51,"target":320},{"source":51,"target":321},{"source":319,"target":63},{"source":319,"target":322},{"source":319,"target":51},{"source":322,"target":63},{"source":320,"target":59},{"source":320,"target":323},{"source":320,"target":51},{"source":323,"target":59},{"source":52,"target":0},{"source":52,"target":324},{"source":52,"target":325},{"source":52,"target":326},{"source":324,"target":64},{"source":324,"target":327},{"source":324,"target":52},{"source":324,"target":328},{"source":327,"target":64},{"source":325,"target":73},{"source":325,"target":329},{"source":325,"target":52},{"source":325,"target":330},{"source":329,"target":73},{"source":53,"target":0},{"source":53,"target":331},{"source":53,"target":332},{"source":53,"target":333},{"source":53,"target":334},{"source":331,"target":64},{"source":331,"target":335},{"source":331,"target":53},{"source":331,"target":336},{"source":335,"target":64},{"source":332,"target":78},{"source":332,"target":337},{"source":332,"target":53},{"source":332,"target":338},{"source":337,"target":78},{"source":333,"target":79},{"source":333,"target":339},{"source":333,"target":53},{"source":333,"target":340},{"source":339,"target":79},{"source":54,"target":0},{"source":54,"target":341},{"source":54,"target":342},{"source":341,"target":65},{"source":341,"target":343},{"source":341,"target":54},{"source":341,"target":344},{"source":343,"target":65},{"source":55,"target":0},{"source":55,"target":345},{"source":55,"target":346},{"source":55,"target":347},{"source":345,"target":65},{"source":345,"target":348},{"source":345,"target":55},{"source":345,"target":349},{"source":348,"target":65},{"source":346,"target":71},{"source":346,"target":350},{"source":346,"target":55},{"source":346,"target":351},{"source":350,"target":71},{"source":56,"target":0},{"source":56,"target":352},{"source":56,"target":353},{"source":352,"target":72},{"source":352,"target":354},{"source":352,"target":56},{"source":352,"target":355},{"source":354,"target":72},{"source":57,"target":0},{"source":57,"target":356},{"source":57,"target":357},{"source":57,"target":358},{"source":356,"target":67},{"source":356,"target":359},{"source":356,"target":57},{"source":356,"target":360},{"source":359,"target":67},{"source":357,"target":70},{"source":357,"target":361},{"source":357,"target":57},{"source":357,"target":362},{"source":361,"target":70},{"source":58,"target":0},{"source":58,"target":363},{"source":58,"target":364},{"source":58,"target":365},{"source":363,"target":68},{"source":363,"target":366},{"source":363,"target":58},{"source":363,"target":367},{"source":366,"target":68},{"source":364,"target":74},{"source":364,"target":368},{"source":364,"target":58},{"source":364,"target":369},{"source":368,"target":74},{"source":59,"target":0},{"source":59,"target":370},{"source":59,"target":371},{"source":59,"target":372},{"source":370,"target":69},{"source":370,"target":373},{"source":370,"target":59},{"source":370,"target":374},{"source":373,"target":69},{"source":371,"target":75},{"source":371,"target":375},{"source":371,"target":59},{"source":371,"target":376},{"source":375,"target":75},{"source":60,"target":0},{"source":60,"target":377},{"source":60,"target":378},{"source":60,"target":379},{"source":377,"target":66},{"source":377,"target":380},{"source":377,"target":60},{"source":377,"target":381},{"source":380,"target":66},{"source":378,"target":77},{"source":378,"target":382},{"source":378,"target":60},{"source":378,"target":383},{"source":382,"target":77},{"source":61,"target":0},{"source":61,"target":384},{"source":61,"target":385},{"source":61,"target":386},{"source":384,"target":67},{"source":384,"target":387},{"source":384,"target":61},{"source":384,"target":388},{"source":387,"target":67},{"source":385,"target":76},{"source":385,"target":389},{"source":385,"target":61},{"source":385,"target":390},{"source":389,"target":76},{"source":62,"target":0},{"source":62,"target":391},{"source":62,"target":392},{"source":62,"target":393},{"source":391,"target":68},{"source":391,"target":394},{"source":391,"target":62},{"source":391,"target":395},{"source":394,"target":68},{"source":392,"target":80},{"source":392,"target":396},{"source":392,"target":62},{"source":392,"target":397},{"source":396,"target":80},{"source":63,"target":0},{"source":63,"target":398},{"source":63,"target":399},{"source":63,"target":400},{"source":398,"target":69},{"source":398,"target":401},{"source":398,"target":63},{"source":398,"target":402},{"source":401,"target":69},{"source":399,"target":81},{"source":399,"target":403},{"source":399,"target":63},{"source":399,"target":404},{"source":403,"target":81},{"source":64,"target":0},{"source":64,"target":328},{"source":64,"target":336},{"source":64,"target":405},{"source":328,"target":52},{"source":328,"target":406},{"source":328,"target":64},{"source":328,"target":324},{"source":406,"target":52},{"source":336,"target":53},{"source":336,"target":407},{"source":336,"target":64},{"source":336,"target":331},{"source":407,"target":53},{"source":65,"target":0},{"source":65,"target":349},{"source":65,"target":344},{"source":65,"target":408},{"source":349,"target":55},{"source":349,"target":409},{"source":349,"target":65},{"source":349,"target":345},{"source":409,"target":55},{"source":344,"target":54},{"source":344,"target":410},{"source":344,"target":65},{"source":344,"target":341},{"source":410,"target":54},{"source":66,"target":0},{"source":66,"target":381},{"source":66,"target":411},{"source":381,"target":60},{"source":381,"target":412},{"source":381,"target":66},{"source":381,"target":377},{"source":412,"target":60},{"source":67,"target":0},{"source":67,"target":388},{"source":67,"target":360},{"source":67,"target":413},{"source":388,"target":61},{"source":388,"target":414},{"source":388,"target":67},{"source":388,"target":384},{"source":414,"target":61},{"source":360,"target":57},{"source":360,"target":415},{"source":360,"target":67},{"source":360,"target":356},{"source":415,"target":57},{"source":68,"target":0},{"source":68,"target":395},{"source":68,"target":367},{"source":68,"target":416},{"source":395,"target":62},{"source":395,"target":417},{"source":395,"target":68},{"source":395,"target":391},{"source":417,"target":62},{"source":367,"target":58},{"source":367,"target":418},{"source":367,"target":68},{"source":367,"target":363},{"source":418,"target":58},{"source":69,"target":0},{"source":69,"target":374},{"source":69,"target":402},{"source":69,"target":419},{"source":374,"target":59},{"source":374,"target":420},{"source":374,"target":69},{"source":374,"target":370},{"source":420,"target":59},{"source":402,"target":63},{"source":402,"target":421},{"source":402,"target":69},{"source":402,"target":398},{"source":421,"target":63},{"source":70,"target":0},{"source":70,"target":362},{"source":70,"target":422},{"source":70,"target":423},{"source":362,"target":57},{"source":362,"target":424},{"source":362,"target":70},{"source":362,"target":357},{"source":424,"target":57},{"source":422,"target":83},{"source":422,"target":425},{"source":422,"target":70},{"source":422,"target":426},{"source":425,"target":83},{"source":71,"target":0},{"source":71,"target":351},{"source":71,"target":427},{"source":71,"target":428},{"source":351,"target":55},{"source":351,"target":429},{"source":351,"target":71},{"source":351,"target":346},{"source":429,"target":55},{"source":427,"target":85},{"source":427,"target":430},{"source":427,"target":71},{"source":427,"target":431},{"source":430,"target":85},{"source":72,"target":0},{"source":72,"target":355},{"source":72,"target":432},{"source":72,"target":433},{"source":355,"target":56},{"source":355,"target":434},{"source":355,"target":72},{"source":355,"target":352},{"source":434,"target":56},{"source":432,"target":84},{"source":432,"target":435},{"source":432,"target":72},{"source":432,"target":436},{"source":435,"target":84},{"source":73,"target":0},{"source":73,"target":330},{"source":73,"target":437},{"source":73,"target":438},{"source":330,"target":52},{"source":330,"target":439},{"source":330,"target":73},{"source":330,"target":325},{"source":439,"target":52},{"source":437,"target":86},{"source":437,"target":440},{"source":437,"target":73},{"source":437,"target":441},{"source":440,"target":86},{"source":74,"target":0},{"source":74,"target":369},{"source":74,"target":442},{"source":74,"target":443},{"source":369,"target":58},{"source":369,"target":444},{"source":369,"target":74},{"source":369,"target":364},{"source":444,"target":58},{"source":442,"target":87},{"source":442,"target":445},{"source":442,"target":74},{"source":442,"target":446},{"source":445,"target":87},{"source":75,"target":0},{"source":75,"target":376},{"source":75,"target":447},{"source":75,"target":448},{"source":376,"target":59},{"source":376,"target":449},{"source":376,"target":75},{"source":376,"target":371},{"source":449,"target":59},{"source":447,"target":88},{"source":447,"target":450},{"source":447,"target":75},{"source":447,"target":451},{"source":450,"target":88},{"source":76,"target":0},{"source":76,"target":390},{"source":76,"target":452},{"source":76,"target":453},{"source":390,"target":61},{"source":390,"target":454},{"source":390,"target":76},{"source":390,"target":385},{"source":454,"target":61},{"source":452,"target":89},{"source":452,"target":455},{"source":452,"target":76},{"source":452,"target":456},{"source":455,"target":89},{"source":77,"target":0},{"source":77,"target":383},{"source":77,"target":457},{"source":77,"target":458},{"source":383,"target":60},{"source":383,"target":459},{"source":383,"target":77},{"source":383,"target":378},{"source":459,"target":60},{"source":457,"target":90},{"source":457,"target":460},{"source":457,"target":77},{"source":457,"target":461},{"source":460,"target":90},{"source":78,"target":0},{"source":78,"target":338},{"source":78,"target":462},{"source":78,"target":463},{"source":338,"target":53},{"source":338,"target":464},{"source":338,"target":78},{"source":338,"target":332},{"source":464,"target":53},{"source":462,"target":91},{"source":462,"target":465},{"source":462,"target":78},{"source":462,"target":466},{"source":465,"target":91},{"source":79,"target":0},{"source":79,"target":340},{"source":79,"target":467},{"source":79,"target":468},{"source":340,"target":53},{"source":340,"target":469},{"source":340,"target":79},{"source":340,"target":333},{"source":469,"target":53},{"source":467,"target":92},{"source":467,"target":470},{"source":467,"target":79},{"source":467,"target":471},{"source":470,"target":92},{"source":80,"target":0},{"source":80,"target":397},{"source":80,"target":472},{"source":80,"target":473},{"source":397,"target":62},{"source":397,"target":474},{"source":397,"target":80},{"source":397,"target":392},{"source":474,"target":62},{"source":472,"target":93},{"source":472,"target":475},{"source":472,"target":80},{"source":472,"target":476},{"source":475,"target":93},{"source":81,"target":0},{"source":81,"target":404},{"source":81,"target":477},{"source":81,"target":478},{"source":404,"target":63},{"source":404,"target":479},{"source":404,"target":81},{"source":404,"target":399},{"source":479,"target":63},{"source":477,"target":94},{"source":477,"target":480},{"source":477,"target":81},{"source":477,"target":481},{"source":480,"target":94},{"source":82,"target":0},{"source":82,"target":178},{"source":82,"target":157},{"source":82,"target":482},{"source":178,"target":21},{"source":178,"target":483},{"source":178,"target":82},{"source":178,"target":174},{"source":483,"target":21},{"source":157,"target":15},{"source":157,"target":484},{"source":157,"target":82},{"source":157,"target":152},{"source":484,"target":15},{"source":83,"target":0},{"source":83,"target":426},{"source":83,"target":263},{"source":83,"target":485},{"source":426,"target":70},{"source":426,"target":486},{"source":426,"target":83},{"source":426,"target":422},{"source":486,"target":70},{"source":263,"target":39},{"source":263,"target":487},{"source":263,"target":83},{"source":263,"target":259},{"source":487,"target":39},{"source":84,"target":0},{"source":84,"target":436},{"source":84,"target":258},{"source":84,"target":488},{"source":436,"target":72},{"source":436,"target":489},{"source":436,"target":84},{"source":436,"target":432},{"source":489,"target":72},{"source":258,"target":38},{"source":258,"target":490},{"source":258,"target":84},{"source":258,"target":254},{"source":490,"target":38},{"source":85,"target":0},{"source":85,"target":431},{"source":85,"target":278},{"source":85,"target":491},{"source":431,"target":71},{"source":431,"target":492},{"source":431,"target":85},{"source":431,"target":427},{"source":492,"target":71},{"source":278,"target":42},{"source":278,"target":493},{"source":278,"target":85},{"source":278,"target":274},{"source":493,"target":42},{"source":86,"target":0},{"source":86,"target":441},{"source":86,"target":283},{"source":86,"target":494},{"source":441,"target":73},{"source":441,"target":495},{"source":441,"target":86},{"source":441,"target":437},{"source":495,"target":73},{"source":283,"target":43},{"source":283,"target":496},{"source":283,"target":86},{"source":283,"target":279},{"source":496,"target":43},{"source":87,"target":0},{"source":87,"target":446},{"source":87,"target":238},{"source":87,"target":497},{"source":446,"target":74},{"source":446,"target":498},{"source":446,"target":87},{"source":446,"target":442},{"source":498,"target":74},{"source":238,"target":34},{"source":238,"target":499},{"source":238,"target":87},{"source":238,"target":234},{"source":499,"target":34},{"source":88,"target":0},{"source":88,"target":451},{"source":88,"target":243},{"source":88,"target":500},{"source":451,"target":75},{"source":451,"target":501},{"source":451,"target":88},{"source":451,"target":447},{"source":501,"target":75},{"source":243,"target":35},{"source":243,"target":502},{"source":243,"target":88},{"source":243,"target":239},{"source":502,"target":35},{"source":89,"target":0},{"source":89,"target":456},{"source":89,"target":273},{"source":89,"target":503},{"source":456,"target":76},{"source":456,"target":504},{"source":456,"target":89},{"source":456,"target":452},{"source":504,"target":76},{"source":273,"target":41},{"source":273,"target":505},{"source":273,"target":89},{"source":273,"target":269},{"source":505,"target":41},{"source":90,"target":0},{"source":90,"target":461},{"source":90,"target":268},{"source":90,"target":506},{"source":461,"target":77},{"source":461,"target":507},{"source":461,"target":90},{"source":461,"target":457},{"source":507,"target":77},{"source":268,"target":40},{"source":268,"target":508},{"source":268,"target":90},{"source":268,"target":264},{"source":508,"target":40},{"source":91,"target":0},{"source":91,"target":466},{"source":91,"target":293},{"source":91,"target":509},{"source":466,"target":78},{"source":466,"target":510},{"source":466,"target":91},{"source":466,"target":462},{"source":510,"target":78},{"source":293,"target":45},{"source":293,"target":511},{"source":293,"target":91},{"source":293,"target":289},{"source":511,"target":45},{"source":92,"target":0},{"source":92,"target":471},{"source":92,"target":288},{"source":92,"target":512},{"source":471,"target":79},{"source":471,"target":513},{"source":471,"target":92},{"source":471,"target":467},{"source":513,"target":79},{"source":288,"target":44},{"source":288,"target":514},{"source":288,"target":92},{"source":288,"target":284},{"source":514,"target":44},{"source":93,"target":0},{"source":93,"target":476},{"source":93,"target":248},{"source":93,"target":515},{"source":476,"target":80},{"source":476,"target":516},{"source":476,"target":93},{"source":476,"target":472},{"source":516,"target":80},{"source":248,"target":36},{"source":248,"target":517},{"source":248,"target":93},{"source":248,"target":244},{"source":517,"target":36},{"source":94,"target":0},{"source":94,"target":481},{"source":94,"target":253},{"source":94,"target":518},{"source":481,"target":81},{"source":481,"target":519},{"source":481,"target":94},{"source":481,"target":477},{"source":519,"target":81},{"source":253,"target":37},{"source":253,"target":520},{"source":253,"target":94},{"source":253,"target":249},{"source":520,"target":37},{"source":95,"target":0},{"source":95,"target":183},{"source":95,"target":207},{"source":95,"target":521},{"source":183,"target":22},{"source":183,"target":522},{"source":183,"target":95},{"source":183,"target":179},{"source":522,"target":22},{"source":207,"target":23},{"source":207,"target":523},{"source":207,"target":95},{"source":207,"target":194},{"source":523,"target":23}],"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="occi" nsURI="http://schemas.ogf.org/occi" nsPrefix="occi">
<eAnnotations source="http://www.eclipse.org/OCL/Import">
<details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Category" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="IdentityUnique SchemeEndsWithSharp AttributesNameUnique"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="IdentityUnique" value="Category.allInstances()->isUnique(scheme + term)"/>
<details key="SchemeEndsWithSharp" value="scheme.substring(scheme.size(),scheme.size()) = '#'"/>
<details key="AttributesNameUnique" value="attributes->isUnique(name)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="term" lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scheme" lowerBound="1"
eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mutable" eType="#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_BQyQwB2LEemnWZCU13ddlw" value="_BQyQwR2LEemnWZCU13ddlw"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiple_values" eType="#//Boolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Kind" eSuperTypes="#//Category">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ActionTermUnicity CorrectScheme NoCyclicInheritance EntityKindIsRootParent AttributesNameNotAlreadyDefinedInParent"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="ActionTermUnicity" value="actions->isUnique(term)"/>
<details key="CorrectScheme" value="scheme = self.oclContainer().oclAsType(Extension).scheme"/>
<details key="NoCyclicInheritance" value="parent->closure(parent)->excludes(self)"/>
<details key="EntityKindIsRootParent" value="self->closure(parent)->exists(k | k.term = 'entity' and k.scheme = 'http://schemas.ogf.org/occi/core#' and k.parent = null)"/>
<details key="AttributesNameNotAlreadyDefinedInParent" value="attributes.name->excludesAll(parent->closure(parent).attributes.name)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Kind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//Action" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1"
eType="#//Entity" changeable="false" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="Entity.allInstances()->select(kind = self)"/>
</eAnnotations>
<eAnnotations source="_BQ3wUB2LEemnWZCU13ddlw"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//Category">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="CorrectScheme"/>
<details key="_BQ17JB2LEemnWZCU13ddlw" value="_BQ17JR2LEemnWZCU13ddlw"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="CorrectScheme" value="let category = oclContainer().oclAsType(Category) in scheme = category.scheme.substring(1,category.scheme.size()-1) + '/' + category.term + '/action#'"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mixin" eSuperTypes="#//Category">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ActionTermUnicity CorrectScheme NoCyclicInheritance AttributesNameNotAlreadyDefinedInDepends"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="ActionTermUnicity" value="actions->isUnique(term)"/>
<details key="CorrectScheme" value="let ownerScheme = self.oclContainer().oclAsType(Extension).scheme in scheme.substring(1,ownerScheme.size()-1) = ownerScheme.substring(1,ownerScheme.size()-1)"/>
<details key="NoCyclicInheritance" value="depends->closure(depends)->excludes(self)"/>
<details key="AttributesNameNotAlreadyDefinedInDepends" value="attributes.name->excludesAll(depends->closure(depends).attributes.name)"/>
</eAnnotations>
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_BQ17IB2LEemnWZCU13ddlw" value="_BQ17IR2LEemnWZCU13ddlw"/>
<details key="_BQ2iMB2LEemnWZCU13ddlw" value="_BQ2iMR2LEemnWZCU13ddlw"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="depends" upperBound="-1"
eType="#//Mixin"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applies" upperBound="-1"
eType="#//Kind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="placeholder3884551" upperBound="-1"
eType="#//Entity" changeable="false" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="Entity.allInstances()->select(mixins->includes(self))"/>
</eAnnotations>
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_BQ17Ih2LEemnWZCU13ddlw" value="_BQ17Ix2LEemnWZCU13ddlw"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entity" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="IdUnique" value="Entity.allInstances()->isUnique(id)"/>
<details key="AttributesNameUnique" value="attributes->isUnique(name)"/>
<details key="KindCompatibleWithOneAppliesOfEachMixin" value="mixins->forAll(m | m.applies->notEmpty() implies m.applies->exists(k | kind->closure(parent)->includes(k)))"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="#//URI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" lowerBound="1" eType="#//Kind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mixins" upperBound="-1"
eType="#//Mixin"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//_BQy30B2LEemnWZCU13ddlw" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="_BQy30B2LEemnWZCU13ddlw">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_BQ3JQB2LEemnWZCU13ddlw" value="_BQ3JQR2LEemnWZCU13ddlw"/>
</eAnnotations>
<details key="constraints" value="ResourceKindIsInParent"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="ResourceKindIsInParent" value="kind->closure(parent)->exists(k | k.term = 'resource' and k.scheme = 'http://schemas.ogf.org/occi/core#')"/>
<details key="_BQ5lgB2LEemnWZCU13ddlw" value="_BQ5lgR2LEemnWZCU13ddlw"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1"
eType="#//Link" containment="true" eOpposite="#//Link/source"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="LinkKindIsInParent"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="LinkKindIsInParent" value="kind->closure(parent)->exists(k | k.term = 'link' and k.scheme = 'http://schemas.ogf.org/occi/core#')"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Resource" eOpposite="#//Resource/links"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Resource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Extension">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="SchemeUnique KindsSchemeValid MixinsSchemeValid TermUnicity KindParentLocalOrImported MixinDependsLocalOrImported MixinAppliesLocalOrImported"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="SchemeUnique" value="Extension.allInstances()->isUnique(scheme)"/>
<details key="KindsSchemeValid" value="kinds->forAll(k | k.scheme = self.scheme)"/>
<details key="MixinsSchemeValid" value="mixins->forAll(m | m.scheme.substring(1,scheme.size()-1) = scheme.substring(1,scheme.size()-1))"/>
<details key="TermUnicity" value="kinds.term->intersection(mixins.term)->isEmpty()"/>
<details key="KindParentLocalOrImported" value="kinds->forAll(parent <> null implies let parentExtension = parent.oclContainer() in parentExtension = self or import->includes(parentExtension))"/>
<details key="MixinDependsLocalOrImported" value="mixins.depends->forAll(let extension = oclContainer() in extension = self or import->includes(extension))"/>
<details key="MixinAppliesLocalOrImported" value="mixins.applies->forAll(let extension = oclContainer() in extension = self or import->includes(extension))"/>
</eAnnotations>
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_BQ3JQh2LEemnWZCU13ddlw" value="_BQ3JQx2LEemnWZCU13ddlw"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="placeholder6204581" lowerBound="1"
eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scheme" lowerBound="1"
eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="import" upperBound="-1"
eType="#//Extension"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kinds" upperBound="-1"
eType="#//Kind" containment="true" eKeys="#//Category/term">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="IdUnique AttributesNameUnique KindCompatibleWithOneAppliesOfEachMixin"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="mixins" upperBound="-1"
eType="#//Mixin" containment="true" eKeys="#//Category/term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Configuration">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="AllResourcesKindsInUse AllResourcesMixinsInUse AllResourcesLinksKindsInUse AllResourcesLinksMixinsInUse AllResourcesLinksTargetsInConfiguration"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="AllResourcesKindsInUse" value="use->includesAll(resources.kind.oclContainer())"/>
<details key="AllResourcesMixinsInUse" value="use->includesAll(resources.mixins.oclContainer())"/>
<details key="AllResourcesLinksKindsInUse" value="use->includesAll(resources.links.kind.oclContainer())"/>
<details key="AllResourcesLinksMixinsInUse" value="use->includesAll(resources.links.mixins.oclContainer())"/>
<details key="AllResourcesLinksTargetsInConfiguration" value="resources.links.target->forAll(r | r.oclContainer() = self)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="use" upperBound="-1" eType="#//Extension"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1"
eType="#//Resource" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Number" instanceClassName="int"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/>
<eSubpackages name="_BQxpsB2LEemnWZCU13ddlw" nsURI="_BQxpsR2LEemnWZCU13ddlw" nsPrefix="_BQxpsh2LEemnWZCU13ddlw">
<eSubpackages name="_BQ2iMh2LEemnWZCU13ddlw" nsURI="_BQ2iMx2LEemnWZCU13ddlw" nsPrefix="_BQ2iNB2LEemnWZCU13ddlw"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/bestWeight4/80_b19.ecore | ecore | occi
Category
term
scheme
title
attributes
Attribute
name
mutable
required
default
description
type
multiple_values
false
Kind
parent
actions
entities
Action
Mixin
depends
applies
placeholder3884551
Entity
id
kind
mixins
attributes
_BQy30B2LEemnWZCU13ddlw
name
value
Resource
links
Link
source
target
Extension
placeholder6204581
scheme
import
kinds
mixins
types
Configuration
use
resources
URI
java.lang.String
java.lang.String
String
java.lang.String
java.lang.String
Number
int
int
Boolean
boolean
boolean
_BQxpsB2LEemnWZCU13ddlw
_BQ2iMh2LEemnWZCU13ddlw | null | {"directed":true,"nodes":[{"nsPrefix":"occi","nsURI":"http://schemas.ogf.org/occi","name":"occi","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Kind","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mixin","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"_BQy30B2LEemnWZCU13ddlw","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"URI","instanceClass":"java.lang.String","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Number","instanceClass":"int","id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":15,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"_BQxpsh2LEemnWZCU13ddlw","nsURI":"_BQxpsR2LEemnWZCU13ddlw","name":"_BQxpsB2LEemnWZCU13ddlw","id":16,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheme","changeable":true,"lowerBound":1,"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":"title","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mutable","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"multiple_values","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entities","changeable":false,"resolveProxies":true,"lowerBound":0,"id":41,"derived":true},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"depends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"placeholder3884551","changeable":false,"resolveProxies":true,"lowerBound":0,"id":49,"derived":true},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mixins","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"value","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"placeholder6204581","changeable":true,"lowerBound":1,"iD":false,"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":"scheme","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"import","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"kinds","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":"mixins","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":"types","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"use","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"nsPrefix":"_BQ2iNB2LEemnWZCU13ddlw","nsURI":"_BQ2iMx2LEemnWZCU13ddlw","name":"_BQ2iMh2LEemnWZCU13ddlw","id":90,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":17,"target":13},{"source":17,"target":21},{"source":17,"target":1},{"source":21,"target":13},{"source":18,"target":13},{"source":18,"target":22},{"source":18,"target":1},{"source":22,"target":13},{"source":19,"target":13},{"source":19,"target":23},{"source":19,"target":1},{"source":23,"target":13},{"source":20,"target":2},{"source":20,"target":24},{"source":20,"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":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":25,"target":13},{"source":25,"target":32},{"source":25,"target":2},{"source":32,"target":13},{"source":26,"target":15},{"source":26,"target":33},{"source":26,"target":2},{"source":33,"target":15},{"source":27,"target":15},{"source":27,"target":34},{"source":27,"target":2},{"source":34,"target":15},{"source":28,"target":13},{"source":28,"target":35},{"source":28,"target":2},{"source":35,"target":13},{"source":29,"target":13},{"source":29,"target":36},{"source":29,"target":2},{"source":36,"target":13},{"source":30,"target":37},{"source":30,"target":2},{"source":31,"target":15},{"source":31,"target":38},{"source":31,"target":2},{"source":38,"target":15},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":39,"target":3},{"source":39,"target":43},{"source":39,"target":3},{"source":43,"target":3},{"source":40,"target":4},{"source":40,"target":44},{"source":40,"target":3},{"source":44,"target":4},{"source":41,"target":6},{"source":41,"target":45},{"source":41,"target":3},{"source":45,"target":6},{"source":42,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":46},{"source":46,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":47,"target":5},{"source":47,"target":51},{"source":47,"target":5},{"source":51,"target":5},{"source":48,"target":3},{"source":48,"target":52},{"source":48,"target":5},{"source":52,"target":3},{"source":49,"target":6},{"source":49,"target":53},{"source":49,"target":5},{"source":53,"target":6},{"source":50,"target":1},{"source":6,"target":0},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":54,"target":12},{"source":54,"target":58},{"source":54,"target":6},{"source":58,"target":12},{"source":55,"target":3},{"source":55,"target":59},{"source":55,"target":6},{"source":59,"target":3},{"source":56,"target":5},{"source":56,"target":60},{"source":56,"target":6},{"source":60,"target":5},{"source":57,"target":7},{"source":57,"target":61},{"source":57,"target":6},{"source":61,"target":7},{"source":7,"target":0},{"source":7,"target":62},{"source":7,"target":63},{"source":62,"target":13},{"source":62,"target":64},{"source":62,"target":7},{"source":64,"target":13},{"source":63,"target":13},{"source":63,"target":65},{"source":63,"target":7},{"source":65,"target":13},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":66},{"source":8,"target":67},{"source":66,"target":9},{"source":66,"target":68},{"source":66,"target":8},{"source":66,"target":69},{"source":68,"target":9},{"source":67,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":69},{"source":9,"target":70},{"source":9,"target":71},{"source":69,"target":8},{"source":69,"target":72},{"source":69,"target":9},{"source":69,"target":66},{"source":72,"target":8},{"source":70,"target":8},{"source":70,"target":73},{"source":70,"target":9},{"source":73,"target":8},{"source":71,"target":6},{"source":10,"target":0},{"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":74,"target":13},{"source":74,"target":80},{"source":74,"target":10},{"source":80,"target":13},{"source":75,"target":13},{"source":75,"target":81},{"source":75,"target":10},{"source":81,"target":13},{"source":76,"target":10},{"source":76,"target":82},{"source":76,"target":10},{"source":82,"target":10},{"source":77,"target":3},{"source":77,"target":83},{"source":77,"target":10},{"source":77,"target":17},{"source":83,"target":3},{"source":78,"target":5},{"source":78,"target":84},{"source":78,"target":10},{"source":78,"target":17},{"source":84,"target":5},{"source":79,"target":85},{"source":79,"target":10},{"source":11,"target":0},{"source":11,"target":86},{"source":11,"target":87},{"source":86,"target":10},{"source":86,"target":88},{"source":86,"target":11},{"source":88,"target":10},{"source":87,"target":8},{"source":87,"target":89},{"source":87,"target":11},{"source":89,"target":8},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"target":0},{"source":15,"target":0},{"source":16,"target":90},{"source":16,"target":0},{"source":90,"target":16}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="serviceInterfaces" nsURI="http://mondo.org/serviceInterfaces"
nsPrefix="servInt">
<eClassifiers xsi:type="ecore:EClass" name="InterfaceRepository">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" ordered="false"
upperBound="-1" eType="#//Packageable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="root class"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Packageable" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Packageable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" ordered="false"
upperBound="-1" eType="#//Packageable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interface" abstract="true" eSuperTypes="#//Packageable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eSubpackages name="codegen" nsURI="http://mondo.org/serviceInterfaces/codegen"
nsPrefix="servInt_codegen">
<eClassifiers xsi:type="ecore:EClass" name="InjectorAcceptorInterfaceL1" eSuperTypes="#//Interface">
<eStructuralFeatures xsi:type="ecore:EReference" name="injectorProvides" eType="#//codegen/TransformationLibrary"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransformationLibrary">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="#//codegen/CodeGenLanguage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CodeGenLanguage">
<eLiterals name="ACCELEO"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SlotPlugInterfaceL1" eSuperTypes="#//Interface">
<eStructuralFeatures xsi:type="ecore:EReference" name="pointcuts" eType="#//codegen/Pointcut"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pointcut" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//codegen/PointcutType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassPointcut" eSuperTypes="#//codegen/Pointcut"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodPoincut" eSuperTypes="#//codegen/Pointcut"/>
<eClassifiers xsi:type="ecore:EClass" name="ImportElementPointcut" eSuperTypes="#//codegen/Pointcut"/>
<eClassifiers xsi:type="ecore:EClass" name="StatementPoincut" eSuperTypes="#//codegen/Pointcut"/>
<eClassifiers xsi:type="ecore:EEnum" name="PointcutType">
<eLiterals name="BEFORE"/>
<eLiterals name="AFTER" value="1"/>
<eLiterals name="BEFORE_BODY"/>
<eLiterals name="AFTER_BODY"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="modelingenv" nsURI="http://mondo.org/serviceInterfaces/modelingenv"
nsPrefix="servInt_modelingenv">
<eClassifiers xsi:type="ecore:EClass" name="InjectorAcceptorInterfaceL0" eSuperTypes="#//Interface">
<eStructuralFeatures xsi:type="ecore:EReference" name="injectorImplements" lowerBound="1"
upperBound="-1" eType="#//modelingenv/JavaTypeDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//modelingenv/InjectionMode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaTypeDeclaration" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" lowerBound="1"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaInterface" eSuperTypes="#//modelingenv/JavaTypeDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" ordered="false"
upperBound="-1" eType="#//modelingenv/Operation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaClass" eSuperTypes="#//modelingenv/JavaTypeDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" ordered="false"
upperBound="-1" eType="#//modelingenv/Operation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="InjectionMode">
<eLiterals name="GOOGLE_JUICE"/>
<eLiterals name="PLAIN_JAVA" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SlotPlugInterfaceL0" eSuperTypes="#//Interface">
<eStructuralFeatures xsi:type="ecore:EReference" name="slot" lowerBound="1"
upperBound="-1" eType="#//modelingenv/ExtensionPoint" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/jdelara/DSL-tao/src/org.mondo.dsl/model/serviceInterfaces.ecore | ecore | serviceInterfaces
InterfaceRepository
contents
Packageable
Package
name
contents
Interface
qName
description
codegen
InjectorAcceptorInterfaceL1
injectorProvides
TransformationLibrary
name
language
CodeGenLanguage
ACCELEO
ACCELEO
SlotPlugInterfaceL1
pointcuts
Pointcut
type
ClassPointcut
MethodPoincut
ImportElementPointcut
StatementPoincut
PointcutType
BEFORE
BEFORE
AFTER
AFTER
BEFORE_BODY
BEFORE_BODY
AFTER_BODY
AFTER_BODY
modelingenv
InjectorAcceptorInterfaceL0
injectorImplements
mode
JavaTypeDeclaration
qualifiedName
JavaInterface
operations
JavaClass
operations
Operation
name
InjectionMode
GOOGLE_JUICE
GOOGLE_JUICE
PLAIN_JAVA
PLAIN_JAVA
SlotPlugInterfaceL0
slot
ExtensionPoint
id | null | {"directed":true,"nodes":[{"nsPrefix":"servInt","nsURI":"http://mondo.org/serviceInterfaces","name":"serviceInterfaces","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceRepository","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Packageable","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"nsPrefix":"servInt_codegen","nsURI":"http://mondo.org/serviceInterfaces/codegen","name":"codegen","id":5,"eClass":"EPackage"},{"nsPrefix":"servInt_modelingenv","nsURI":"http://mondo.org/serviceInterfaces/modelingenv","name":"modelingenv","id":6,"eClass":"EPackage"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InjectorAcceptorInterfaceL1","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationLibrary","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CodeGenLanguage","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotPlugInterfaceL1","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pointcut","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassPointcut","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodPoincut","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportElementPointcut","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementPoincut","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PointcutType","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"injectorProvides","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"name":"ACCELEO","id":36,"value":0,"literal":"ACCELEO","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pointcuts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"name":"BEFORE","id":46,"value":0,"literal":"BEFORE","eClass":"EEnumLiteral"},{"name":"AFTER","id":47,"value":1,"literal":"AFTER","eClass":"EEnumLiteral"},{"name":"BEFORE_BODY","id":48,"value":0,"literal":"BEFORE_BODY","eClass":"EEnumLiteral"},{"name":"AFTER_BODY","id":49,"value":0,"literal":"AFTER_BODY","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InjectorAcceptorInterfaceL0","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaTypeDeclaration","instanceClass":null,"abstract":true,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaInterface","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaClass","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InjectionMode","instanceClass":null,"id":55,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotPlugInterfaceL0","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"injectorImplements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedName","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"name":"GOOGLE_JUICE","id":73,"value":0,"literal":"GOOGLE_JUICE","eClass":"EEnumLiteral"},{"name":"PLAIN_JAVA","id":74,"value":1,"literal":"PLAIN_JAVA","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slot","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":7,"target":2},{"source":7,"target":8},{"source":7,"target":1},{"source":8,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":9},{"source":3,"target":10},{"source":3,"target":11},{"source":9,"target":12},{"source":9,"target":3},{"source":10,"target":2},{"source":10,"target":13},{"source":10,"target":3},{"source":13,"target":2},{"source":11,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":14},{"source":4,"target":15},{"source":4,"target":16},{"source":14,"target":17},{"source":14,"target":4},{"source":15,"target":18},{"source":15,"target":4},{"source":16,"target":2},{"source":5,"target":19},{"source":5,"target":20},{"source":5,"target":21},{"source":5,"target":22},{"source":5,"target":23},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":0},{"source":19,"target":5},{"source":19,"target":4},{"source":19,"target":29},{"source":19,"target":30},{"source":29,"target":20},{"source":29,"target":31},{"source":29,"target":19},{"source":31,"target":20},{"source":30,"target":4},{"source":20,"target":5},{"source":20,"target":32},{"source":20,"target":33},{"source":32,"target":34},{"source":32,"target":20},{"source":33,"target":21},{"source":33,"target":35},{"source":33,"target":20},{"source":35,"target":21},{"source":21,"target":5},{"source":21,"target":36},{"source":36,"target":21},{"source":22,"target":5},{"source":22,"target":4},{"source":22,"target":37},{"source":22,"target":38},{"source":37,"target":23},{"source":37,"target":39},{"source":37,"target":22},{"source":39,"target":23},{"source":38,"target":4},{"source":23,"target":5},{"source":23,"target":40},{"source":40,"target":28},{"source":40,"target":41},{"source":40,"target":23},{"source":41,"target":28},{"source":24,"target":5},{"source":24,"target":23},{"source":24,"target":42},{"source":42,"target":23},{"source":25,"target":5},{"source":25,"target":23},{"source":25,"target":43},{"source":43,"target":23},{"source":26,"target":5},{"source":26,"target":23},{"source":26,"target":44},{"source":44,"target":23},{"source":27,"target":5},{"source":27,"target":23},{"source":27,"target":45},{"source":45,"target":23},{"source":28,"target":5},{"source":28,"target":46},{"source":28,"target":47},{"source":28,"target":48},{"source":28,"target":49},{"source":46,"target":28},{"source":47,"target":28},{"source":48,"target":28},{"source":49,"target":28},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":0},{"source":50,"target":6},{"source":50,"target":4},{"source":50,"target":58},{"source":50,"target":59},{"source":50,"target":60},{"source":58,"target":51},{"source":58,"target":61},{"source":58,"target":50},{"source":61,"target":51},{"source":59,"target":55},{"source":59,"target":62},{"source":59,"target":50},{"source":62,"target":55},{"source":60,"target":4},{"source":51,"target":6},{"source":51,"target":63},{"source":63,"target":64},{"source":63,"target":51},{"source":52,"target":6},{"source":52,"target":51},{"source":52,"target":65},{"source":52,"target":66},{"source":65,"target":54},{"source":65,"target":67},{"source":65,"target":52},{"source":67,"target":54},{"source":66,"target":51},{"source":53,"target":6},{"source":53,"target":51},{"source":53,"target":68},{"source":53,"target":69},{"source":68,"target":54},{"source":68,"target":70},{"source":68,"target":53},{"source":70,"target":54},{"source":69,"target":51},{"source":54,"target":6},{"source":54,"target":71},{"source":71,"target":72},{"source":71,"target":54},{"source":55,"target":6},{"source":55,"target":73},{"source":55,"target":74},{"source":73,"target":55},{"source":74,"target":55},{"source":56,"target":6},{"source":56,"target":4},{"source":56,"target":75},{"source":56,"target":76},{"source":75,"target":57},{"source":75,"target":77},{"source":75,"target":56},{"source":77,"target":57},{"source":76,"target":4},{"source":57,"target":6},{"source":57,"target":78},{"source":78,"target":79},{"source":78,"target":57}],"multigraph":true} |
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="cityfurniture"
nsURI="http://www.opengis.net/citygml/cityfurniture/1.0" nsPrefix="frn">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Top level GML schema
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Basic support for tracking moving objects and objects with changing state. 
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
GML Feature schema. 		 
 Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Extends the units.xsd and basicTypes.xsd schemas with types for recording measures using specific types of units, especially the measures and units needed for coordinate reference systems and coordinate operations. The specific unit types encoded are length, angle, scale factor, time, area, volume, speed, and grid length. This schema allows angle values to be recorded as single numbers or in degree-minute-second format. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		Parts of this schema are based on Subclause 6.5.7 of ISO/CD 19103 Geographic information - Conceptual schema language, on Subclause A.5.2.2.3 of ISO/CD 19118 Geographic information - Encoding, and on Subclause 4.7 of OpenGIS Recommendation Paper OGC 02-007r4 Units of Measure Use and Definition Recommendations.
Builds on gmlBase.xsd to encode units of measure (or uom), including definitions of units of measure and dictionaries of such definitions. GML 3.0 candidate schema, primary editor: Arliss Whiteside. Last updated 2005-06-22.
	Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
	Parts of this schema are based on Subclause 6.5.7 of ISO/CD 19103 Geographic information - Conceptual schema language, on Subclause A.5.2.2.3 of ISO/CD 19118 Geographic information - Encoding, and on most of OpenGIS Recommendation Paper OGC 02-007r4 Units of Measure Use and Definition Recommendations.

			Dictionary schema for GML 3.1.1 
			Components to support the lists of definitions. 
 Copyright (c) 2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
GML base schema for GML 3
		Components to support the GML encoding model. 
		The abstract Schematron rules can be used by any schema that includes gmlBase. 
		Copyright (c) 2001-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr

 Generic simpleContent components for use in GML 
 Copyright (c) 2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
 

			GML 3.0 candidate xlinks schema. Copyright (c) 2001 OGC, All Rights Reserved.
		
The temporal schema for GML 3.1 provides constructs for handling time-varying spatial data. 
 This schema reflects a partial implementation of the model described in ISO 19108:2002. 
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
This schema defines "direction" element and type.
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr

	Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		
Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
GML Coverage schema. 
 Copyright (c) 2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
GML conformant schema for Values in which the 
		 * scalar Value types and lists have their values recorded in simpleContent elements 
		 * complex Value types are built recursively
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Grid geometries
 A subset of implicit geometries
 Designed for use with GML Coverage schema, but maybe useful elsewhere as well. 
 
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
How to encode coordinate reference system definitions. Builds on referenceSystems.xsd to encode the data needed to define coordinate reference systems, including the specific subtypes of coordinate reference systems. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		This schema encodes the Coordinate Reference System (SC_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates, with the exception of the abstract "SC_CRS" class. The "SC_CRS" class is encoded in referenceSystems.xsd, to eliminate the (circular) references from coordinateOperations.xsd to coordinateReferenceSystems.xsd. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. 
		Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. 
How to encode coordinate system definitions. Builds on referenceSystems.xsd to encode the data needed to define coordinate systems, including the specific subtypes of coordinate systems. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		This schema encodes the Coordinate System (CS_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. 
		Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. 
How to encode reference system definitions. Builds on several other parts of GML 3 to encode the data needed to define reference systems. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		This schema encodes the Reference System (RS_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. The SC_CRS class is also encoded here, to eliminate the (circular) references from coordinateOperations.xsd to coordinateReferenceSystems.xsd. The RS_SpatialReferenceSystemUsingGeographicIdentifier class is not encoded, since it is not applicable to coordinate positions. The CI_Citation class is not directly encoded, since such information can be included as metaDataProperty elements which are optionally allowed. A modified version of the EX_Extent (DataType) class from ISO 19115 is currently encoded here, using GML 3 schema types. (A more extensive version of the EX_Extent package might be XML encoded in the future, probably in a separate extent.xsd schema.)
		Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111.
How to encode datum definitions. Builds on referenceSystems.xsd to encode the data needed to define datums, including the specific subtypes of datums. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		This schema encodes the Datum (CD_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. 
		Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. 
How to encode coordinate operation definitions. Builds on referenceSystems.xsd to encode the data needed to define coordinate operations, including Transformations, Conversions, and other specific subtypes of operations. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		This schema encodes the Coordinate Operation (CC_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. 
		Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. 
How to encode positional data quality information. Builds on units.xsd to encode the data needed to describe the positional accuracy of coordinate operations. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		This schema encodes the Data Quality (DQ) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. 
		Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. 
Observation schema for GML 3.1 
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Default Style schema for GML 3.1.0
		Copyright (c) 2001-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		Compliance: reference to ISO Specifications
The Temporal Reference Systems schema for GML 3.1 provides constructs for handling various styles of temporal reference system. 
 This schema reflects a partial implementation of the model described in ISO 19108:2002. 
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
The temporal topology schema for ISO19136 provides constructs for handling topological complexes and 
		temporal feature relationships. 
		Temporal geometric characteristics of features are represented as instants and periods. 
		While, temporal context of features that does not relate to the position of time is described as connectivity relationships 
		among instants and periods. These relationships are called temporal topology as they do not change in time, 
		as long as the direction of time does not change. 
		It is used effectively in the case of describing a family tree expressing evolution of species, an ecological cycle, 
		a lineage of lands or buildings, or a history of separation and merger of administrative boundaries.
		This schema reflects a partial yet consistent implementation of the model described in ISO 19108:2002. 
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
xAL: eXtensible Address Language 
This is an XML document type definition (DTD) for
defining addresses.
Original Date of Creation: 1 March 2001
Copyright(c) 2000, OASIS. All Rights Reserved [http://www.oasis-open.org]
Contact: Customer Information Quality Technical Committee, OASIS
http://www.oasis-open.org/committees/ciq
VERSION: 2.0 [MAJOR RELEASE] Date of Creation: 01 May 2002
Last Update: 24 July 2002
Previous Version: 1.3
Common Attributes:Type - If not documented then it means, possible values of Type not limited to: Official, Unique, Abbreviation, OldName, Synonym
Code:Address element codes are used by groups like postal groups like ECCMA, ADIS, UN/PROLIST for postal services"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:gml:3.1.1">
<details key="appinfo" value="gml.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:dynamicFeature:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:feature:v3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryBasic2d:3.1.1">
<details key="appinfo" value="geometryBasic2d.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryBasic0d1d:v3.1.1">
<details key="appinfo" value="geometryBasic0d1d.xsd

			<sch:title xmlns:sch="http://www.ascc.net/xml/schematron">Schematron validation</sch:title>
			<sch:pattern name="Check SRS tags" xmlns:sch="http://www.ascc.net/xml/schematron">
				<sch:rule abstract="true" id="CRSLabels">
					<sch:report test="not(@srsDimension) or @srsName">The presence of a dimension attribute implies the presence of the srsName attribute.</sch:report>
					<sch:report test="not(@axisLabels) or @srsName">The presence of an axisLabels attribute implies the presence of the srsName attribute.</sch:report>
					<sch:report test="not(@uomLabels) or @srsName">The presence of an uomLabels attribute implies the presence of the srsName attribute.</sch:report>
					<sch:report test="(not(@uomLabels) and not(@axisLabels)) or (@uomLabels and @axisLabels)">The presence of an uomLabels attribute implies the presence of the axisLabels attribute and vice versa.</sch:report>
				</sch:rule>
			</sch:pattern>
			<sch:pattern name="Check Dimension" xmlns:sch="http://www.ascc.net/xml/schematron">
				<sch:rule abstract="true" id="Count">
					<sch:report test="not(@count) or @srsDimension">The presence of a count attribute implies the presence of the dimension attribute.</sch:report>
				</sch:rule>
			</sch:pattern>
		"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-measures:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-units:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:dictionary:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:gmlBase:3.1.1">
<details key="appinfo" value="
			<sch:title xmlns:sch="http://www.ascc.net/xml/schematron">Schematron validation</sch:title>
			<sch:ns prefix="gml" uri="http://www.opengis.net/gml" xmlns:sch="http://www.ascc.net/xml/schematron"/>
			<sch:ns prefix="xlink" uri="http://www.w3.org/1999/xlink" xmlns:sch="http://www.ascc.net/xml/schematron"/>
			<sch:pattern name="Check either href or content not both" xmlns:sch="http://www.ascc.net/xml/schematron">
				<sch:rule abstract="true" id="hrefOrContent">
					<sch:report test="@xlink:href and (*|text())">Property element may not carry both a reference to an object and contain an object.</sch:report>
					<sch:assert test="@xlink:href | (*|text())">Property element must either carry a reference to an object or contain an object.</sch:assert>
				</sch:rule>
			</sch:pattern>
		"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:basicTypes:3.1.1">
<details key="appinfo" value="basicTypes.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xlinks:v3.0c2">
<details key="appinfo" value="xlinks.xsd v3.0b2 2001-07"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:temporal:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:direction:3.1.1">
<details key="appinfo" value="direction.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:topology:3.1.1">
<details key="appinfo" value="topology.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryComplexes:v3.1.1">
<details key="appinfo" value="geometryComplexes.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryAggregates:3.1.1">
<details key="appinfo" value="geometryAggregates.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryPrimitives:3.1.1">
<details key="appinfo" value="geometryPrimitives.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:coverage:3.1.1">
<details key="appinfo" value="coverage.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:valueObjects:3.1.1">
<details key="appinfo" value="valueObjects.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:grids:3.1.1">
<details key="appinfo" value="grids.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:coordinateReferenceSystems:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:coordinateSystems:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:referenceSystems:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:datums:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:coordinateOperations:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:dataQuality:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:observation:3.1.1">
<details key="appinfo" value="observation.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-defaultStyle:v3.1.0">
<details key="appinfo" value="defaultStyle.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:temporalReferenceSystems:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:temporalTopology:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EDataType" name="CityFurnitureClassType" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Class of a Furniture. The values of this type are defined in the XML file
 CityFurnitureClassType.xml, according to the dictionary concept of GML3. "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CityFurnitureClassType"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="CityFurnitureFunctionType" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Function of a Furniture. The values of this type are defined in the XML file
 CityFurnitureFunctionType.xml, according to the dictionary concept of GML3. "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CityFurnitureFunctionType"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CityFurnitureType" eSuperTypes="citygml.ecore#//AbstractCityObjectType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Type describing city furnitures, like traffic lights, benches, ... As subclass of _CityObject, a
 CityFurniture inherits all attributes and relations, in particular an id, names, external references, and
 generalization relations. "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CityFurnitureType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="#//CityFurnitureClassType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="class"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="function" unique="false"
upperBound="-1" eType="#//CityFurnitureFunctionType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="function"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod1Geometry" eType="ecore:EClass gml.ecore#//GeometryPropertyType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod1Geometry"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod2Geometry" eType="ecore:EClass gml.ecore#//GeometryPropertyType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod2Geometry"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod3Geometry" eType="ecore:EClass gml.ecore#//GeometryPropertyType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod3Geometry"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod4Geometry" eType="ecore:EClass gml.ecore#//GeometryPropertyType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod4Geometry"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod1TerrainIntersection"
eType="ecore:EClass gml.ecore#//MultiCurvePropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod1TerrainIntersection"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod2TerrainIntersection"
eType="ecore:EClass gml.ecore#//MultiCurvePropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod2TerrainIntersection"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod3TerrainIntersection"
eType="ecore:EClass gml.ecore#//MultiCurvePropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod3TerrainIntersection"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod4TerrainIntersection"
eType="ecore:EClass gml.ecore#//MultiCurvePropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod4TerrainIntersection"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod1ImplicitRepresentation"
eType="ecore:EClass citygml.ecore#//ImplicitRepresentationPropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod1ImplicitRepresentation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod2ImplicitRepresentation"
eType="ecore:EClass citygml.ecore#//ImplicitRepresentationPropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod2ImplicitRepresentation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod3ImplicitRepresentation"
eType="ecore:EClass citygml.ecore#//ImplicitRepresentationPropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod3ImplicitRepresentation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod4ImplicitRepresentation"
eType="ecore:EClass citygml.ecore#//ImplicitRepresentationPropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod4ImplicitRepresentation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="genericApplicationPropertyOfCityFurnitureGroup"
unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
<details key="name" value="_GenericApplicationPropertyOfCityFurniture:group"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="genericApplicationPropertyOfCityFurniture"
upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
changeable="false" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="_GenericApplicationPropertyOfCityFurniture"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="_GenericApplicationPropertyOfCityFurniture:group"/>
</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="genericApplicationPropertyOfCityFurniture"
upperBound="-2" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
changeable="false" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="_GenericApplicationPropertyOfCityFurniture"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="cityFurniture" upperBound="-2"
eType="#//CityFurnitureType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="CityFurniture"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.opengis.net/citygml/1.0#_CityObject"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/markus1978/citygml4emf/de.hub.citygml.emf.ecore/model/cityfurniture.ecore | ecore | cityfurniture
CityFurnitureClassType
java.lang.String
java.lang.String
CityFurnitureFunctionType
java.lang.String
java.lang.String
CityFurnitureType
class
function
lod1Geometry
lod2Geometry
lod3Geometry
lod4Geometry
lod1TerrainIntersection
lod2TerrainIntersection
lod3TerrainIntersection
lod4TerrainIntersection
lod1ImplicitRepresentation
lod2ImplicitRepresentation
lod3ImplicitRepresentation
lod4ImplicitRepresentation
genericApplicationPropertyOfCityFurnitureGroup
genericApplicationPropertyOfCityFurniture
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
genericApplicationPropertyOfCityFurniture
cityFurniture | null | {"directed":true,"nodes":[{"nsPrefix":"frn","nsURI":"http://www.opengis.net/citygml/cityfurniture/1.0","name":"cityfurniture","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"CityFurnitureClassType","instanceClass":"java.lang.String","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"CityFurnitureFunctionType","instanceClass":"java.lang.String","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CityFurnitureType","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":5,"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":"function","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod1Geometry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod2Geometry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod3Geometry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod4Geometry","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":"lod1TerrainIntersection","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":"lod2TerrainIntersection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod3TerrainIntersection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod4TerrainIntersection","changeable":true,"resolveProxies":false,"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":"lod1ImplicitRepresentation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod2ImplicitRepresentation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod3ImplicitRepresentation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod4ImplicitRepresentation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":18,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"genericApplicationPropertyOfCityFurnitureGroup","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"genericApplicationPropertyOfCityFurniture","changeable":false,"resolveProxies":false,"lowerBound":0,"id":20,"derived":true},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"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"},{"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":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"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":"genericApplicationPropertyOfCityFurniture","changeable":false,"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":"cityFurniture","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"}],"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":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":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":3,"target":20},{"source":3,"target":21},{"source":5,"target":1},{"source":5,"target":22},{"source":5,"target":3},{"source":22,"target":1},{"source":6,"target":2},{"source":6,"target":23},{"source":6,"target":3},{"source":23,"target":2},{"source":7,"target":24},{"source":7,"target":3},{"source":8,"target":25},{"source":8,"target":3},{"source":9,"target":26},{"source":9,"target":3},{"source":10,"target":27},{"source":10,"target":3},{"source":11,"target":28},{"source":11,"target":3},{"source":12,"target":29},{"source":12,"target":3},{"source":13,"target":30},{"source":13,"target":3},{"source":14,"target":31},{"source":14,"target":3},{"source":15,"target":32},{"source":15,"target":3},{"source":16,"target":33},{"source":16,"target":3},{"source":17,"target":34},{"source":17,"target":3},{"source":18,"target":35},{"source":18,"target":3},{"source":19,"target":36},{"source":19,"target":3},{"source":20,"target":37},{"source":20,"target":3},{"source":4,"target":0},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":38,"target":43},{"source":38,"target":4},{"source":39,"target":44},{"source":39,"target":4},{"source":40,"target":45},{"source":40,"target":4},{"source":41,"target":46},{"source":41,"target":4},{"source":42,"target":3},{"source":42,"target":47},{"source":42,"target":4},{"source":47,"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="occi" nsURI="http://schemas.ogf.org/occi" nsPrefix="occi">
<eAnnotations source="http://www.eclipse.org/OCL/Import">
<details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Category" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="IdentityUnique SchemeEndsWithSharp AttributesNameUnique"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="IdentityUnique" value="Category.allInstances()->isUnique(scheme + term)"/>
<details key="SchemeEndsWithSharp" value="scheme.substring(scheme.size(),scheme.size()) = '#'"/>
<details key="AttributesNameUnique" value="attributes->isUnique(name)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="term" lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scheme" lowerBound="1"
eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mutable" eType="#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_BQyQwB2LEemnWZCU13ddlw" value="_BQyQwR2LEemnWZCU13ddlw"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiple_values" eType="#//Boolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Kind" eSuperTypes="#//Category">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ActionTermUnicity CorrectScheme NoCyclicInheritance EntityKindIsRootParent AttributesNameNotAlreadyDefinedInParent"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="ActionTermUnicity" value="actions->isUnique(term)"/>
<details key="CorrectScheme" value="scheme = self.oclContainer().oclAsType(Extension).scheme"/>
<details key="NoCyclicInheritance" value="parent->closure(parent)->excludes(self)"/>
<details key="EntityKindIsRootParent" value="self->closure(parent)->exists(k | k.term = 'entity' and k.scheme = 'http://schemas.ogf.org/occi/core#' and k.parent = null)"/>
<details key="AttributesNameNotAlreadyDefinedInParent" value="attributes.name->excludesAll(parent->closure(parent).attributes.name)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Kind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//Action" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1"
eType="#//Entity" changeable="false" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="Entity.allInstances()->select(kind = self)"/>
</eAnnotations>
<eAnnotations source="_BQ3wUB2LEemnWZCU13ddlw"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//Category">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="CorrectScheme"/>
<details key="_BQ17JB2LEemnWZCU13ddlw" value="_BQ17JR2LEemnWZCU13ddlw"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="CorrectScheme" value="let category = oclContainer().oclAsType(Category) in scheme = category.scheme.substring(1,category.scheme.size()-1) + '/' + category.term + '/action#'"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mixin" eSuperTypes="#//Category">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ActionTermUnicity CorrectScheme NoCyclicInheritance AttributesNameNotAlreadyDefinedInDepends"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="ActionTermUnicity" value="actions->isUnique(term)"/>
<details key="CorrectScheme" value="let ownerScheme = self.oclContainer().oclAsType(Extension).scheme in scheme.substring(1,ownerScheme.size()-1) = ownerScheme.substring(1,ownerScheme.size()-1)"/>
<details key="NoCyclicInheritance" value="depends->closure(depends)->excludes(self)"/>
<details key="AttributesNameNotAlreadyDefinedInDepends" value="attributes.name->excludesAll(depends->closure(depends).attributes.name)"/>
</eAnnotations>
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_BQ17IB2LEemnWZCU13ddlw" value="_BQ17IR2LEemnWZCU13ddlw"/>
<details key="_BQ2iMB2LEemnWZCU13ddlw" value="_BQ2iMR2LEemnWZCU13ddlw"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="depends" upperBound="-1"
eType="#//Mixin"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applies" upperBound="-1"
eType="#//Kind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="placeholder6666151" upperBound="-1"
eType="#//Entity" changeable="false" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="Entity.allInstances()->select(mixins->includes(self))"/>
</eAnnotations>
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_BQ17Ih2LEemnWZCU13ddlw" value="_BQ17Ix2LEemnWZCU13ddlw"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entity" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="IdUnique" value="Entity.allInstances()->isUnique(id)"/>
<details key="AttributesNameUnique" value="attributes->isUnique(name)"/>
<details key="KindCompatibleWithOneAppliesOfEachMixin" value="mixins->forAll(m | m.applies->notEmpty() implies m.applies->exists(k | kind->closure(parent)->includes(k)))"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="#//URI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" lowerBound="1" eType="#//Kind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mixins" upperBound="-1"
eType="#//Mixin"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//_BQy30B2LEemnWZCU13ddlw" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="_BQy30B2LEemnWZCU13ddlw">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_BQ3JQB2LEemnWZCU13ddlw" value="_BQ3JQR2LEemnWZCU13ddlw"/>
</eAnnotations>
<details key="constraints" value="ResourceKindIsInParent"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="ResourceKindIsInParent" value="kind->closure(parent)->exists(k | k.term = 'resource' and k.scheme = 'http://schemas.ogf.org/occi/core#')"/>
<details key="_BQ5lgB2LEemnWZCU13ddlw" value="_BQ5lgR2LEemnWZCU13ddlw"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1"
eType="#//Link" containment="true" eOpposite="#//Link/source"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="LinkKindIsInParent"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="LinkKindIsInParent" value="kind->closure(parent)->exists(k | k.term = 'link' and k.scheme = 'http://schemas.ogf.org/occi/core#')"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Resource" eOpposite="#//Resource/links"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Resource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Extension">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="SchemeUnique KindsSchemeValid MixinsSchemeValid TermUnicity KindParentLocalOrImported MixinDependsLocalOrImported MixinAppliesLocalOrImported"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="SchemeUnique" value="Extension.allInstances()->isUnique(scheme)"/>
<details key="KindsSchemeValid" value="kinds->forAll(k | k.scheme = self.scheme)"/>
<details key="MixinsSchemeValid" value="mixins->forAll(m | m.scheme.substring(1,scheme.size()-1) = scheme.substring(1,scheme.size()-1))"/>
<details key="TermUnicity" value="kinds.term->intersection(mixins.term)->isEmpty()"/>
<details key="KindParentLocalOrImported" value="kinds->forAll(parent <> null implies let parentExtension = parent.oclContainer() in parentExtension = self or import->includes(parentExtension))"/>
<details key="MixinDependsLocalOrImported" value="mixins.depends->forAll(let extension = oclContainer() in extension = self or import->includes(extension))"/>
<details key="MixinAppliesLocalOrImported" value="mixins.applies->forAll(let extension = oclContainer() in extension = self or import->includes(extension))"/>
</eAnnotations>
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_BQ3JQh2LEemnWZCU13ddlw" value="_BQ3JQx2LEemnWZCU13ddlw"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="placeholder7970971" lowerBound="1"
eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scheme" lowerBound="1"
eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="import" upperBound="-1"
eType="#//Extension"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kinds" upperBound="-1"
eType="#//Kind" containment="true" eKeys="#//Category/term">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="IdUnique AttributesNameUnique KindCompatibleWithOneAppliesOfEachMixin"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="mixins" upperBound="-1"
eType="#//Mixin" containment="true" eKeys="#//Category/term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Configuration">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="AllResourcesKindsInUse AllResourcesMixinsInUse AllResourcesLinksKindsInUse AllResourcesLinksMixinsInUse AllResourcesLinksTargetsInConfiguration"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="AllResourcesKindsInUse" value="use->includesAll(resources.kind.oclContainer())"/>
<details key="AllResourcesMixinsInUse" value="use->includesAll(resources.mixins.oclContainer())"/>
<details key="AllResourcesLinksKindsInUse" value="use->includesAll(resources.links.kind.oclContainer())"/>
<details key="AllResourcesLinksMixinsInUse" value="use->includesAll(resources.links.mixins.oclContainer())"/>
<details key="AllResourcesLinksTargetsInConfiguration" value="resources.links.target->forAll(r | r.oclContainer() = self)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="use" upperBound="-1" eType="#//Extension"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1"
eType="#//Resource" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Number" instanceClassName="int"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/>
<eSubpackages name="_BQxpsB2LEemnWZCU13ddlw" nsURI="_BQxpsR2LEemnWZCU13ddlw" nsPrefix="_BQxpsh2LEemnWZCU13ddlw">
<eSubpackages name="_BQ2iMh2LEemnWZCU13ddlw" nsURI="_BQ2iMx2LEemnWZCU13ddlw" nsPrefix="_BQ2iNB2LEemnWZCU13ddlw"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/bestWeight24/80_b19.ecore | ecore | occi
Category
term
scheme
title
attributes
Attribute
name
mutable
required
default
description
type
multiple_values
false
Kind
parent
actions
entities
Action
Mixin
depends
applies
placeholder6666151
Entity
id
kind
mixins
attributes
_BQy30B2LEemnWZCU13ddlw
name
value
Resource
links
Link
source
target
Extension
placeholder7970971
scheme
import
kinds
mixins
types
Configuration
use
resources
URI
java.lang.String
java.lang.String
String
java.lang.String
java.lang.String
Number
int
int
Boolean
boolean
boolean
_BQxpsB2LEemnWZCU13ddlw
_BQ2iMh2LEemnWZCU13ddlw | null | {"directed":true,"nodes":[{"nsPrefix":"occi","nsURI":"http://schemas.ogf.org/occi","name":"occi","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Kind","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mixin","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"_BQy30B2LEemnWZCU13ddlw","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"URI","instanceClass":"java.lang.String","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Number","instanceClass":"int","id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":15,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"_BQxpsh2LEemnWZCU13ddlw","nsURI":"_BQxpsR2LEemnWZCU13ddlw","name":"_BQxpsB2LEemnWZCU13ddlw","id":16,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheme","changeable":true,"lowerBound":1,"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":"title","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mutable","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"multiple_values","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entities","changeable":false,"resolveProxies":true,"lowerBound":0,"id":41,"derived":true},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"depends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"placeholder6666151","changeable":false,"resolveProxies":true,"lowerBound":0,"id":49,"derived":true},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mixins","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"value","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"placeholder7970971","changeable":true,"lowerBound":1,"iD":false,"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":"scheme","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"import","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"kinds","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":"mixins","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":"types","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"use","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"nsPrefix":"_BQ2iNB2LEemnWZCU13ddlw","nsURI":"_BQ2iMx2LEemnWZCU13ddlw","name":"_BQ2iMh2LEemnWZCU13ddlw","id":90,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":17,"target":13},{"source":17,"target":21},{"source":17,"target":1},{"source":21,"target":13},{"source":18,"target":13},{"source":18,"target":22},{"source":18,"target":1},{"source":22,"target":13},{"source":19,"target":13},{"source":19,"target":23},{"source":19,"target":1},{"source":23,"target":13},{"source":20,"target":2},{"source":20,"target":24},{"source":20,"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":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":25,"target":13},{"source":25,"target":32},{"source":25,"target":2},{"source":32,"target":13},{"source":26,"target":15},{"source":26,"target":33},{"source":26,"target":2},{"source":33,"target":15},{"source":27,"target":15},{"source":27,"target":34},{"source":27,"target":2},{"source":34,"target":15},{"source":28,"target":13},{"source":28,"target":35},{"source":28,"target":2},{"source":35,"target":13},{"source":29,"target":13},{"source":29,"target":36},{"source":29,"target":2},{"source":36,"target":13},{"source":30,"target":37},{"source":30,"target":2},{"source":31,"target":15},{"source":31,"target":38},{"source":31,"target":2},{"source":38,"target":15},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":39,"target":3},{"source":39,"target":43},{"source":39,"target":3},{"source":43,"target":3},{"source":40,"target":4},{"source":40,"target":44},{"source":40,"target":3},{"source":44,"target":4},{"source":41,"target":6},{"source":41,"target":45},{"source":41,"target":3},{"source":45,"target":6},{"source":42,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":46},{"source":46,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":47,"target":5},{"source":47,"target":51},{"source":47,"target":5},{"source":51,"target":5},{"source":48,"target":3},{"source":48,"target":52},{"source":48,"target":5},{"source":52,"target":3},{"source":49,"target":6},{"source":49,"target":53},{"source":49,"target":5},{"source":53,"target":6},{"source":50,"target":1},{"source":6,"target":0},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":54,"target":12},{"source":54,"target":58},{"source":54,"target":6},{"source":58,"target":12},{"source":55,"target":3},{"source":55,"target":59},{"source":55,"target":6},{"source":59,"target":3},{"source":56,"target":5},{"source":56,"target":60},{"source":56,"target":6},{"source":60,"target":5},{"source":57,"target":7},{"source":57,"target":61},{"source":57,"target":6},{"source":61,"target":7},{"source":7,"target":0},{"source":7,"target":62},{"source":7,"target":63},{"source":62,"target":13},{"source":62,"target":64},{"source":62,"target":7},{"source":64,"target":13},{"source":63,"target":13},{"source":63,"target":65},{"source":63,"target":7},{"source":65,"target":13},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":66},{"source":8,"target":67},{"source":66,"target":9},{"source":66,"target":68},{"source":66,"target":8},{"source":66,"target":69},{"source":68,"target":9},{"source":67,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":69},{"source":9,"target":70},{"source":9,"target":71},{"source":69,"target":8},{"source":69,"target":72},{"source":69,"target":9},{"source":69,"target":66},{"source":72,"target":8},{"source":70,"target":8},{"source":70,"target":73},{"source":70,"target":9},{"source":73,"target":8},{"source":71,"target":6},{"source":10,"target":0},{"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":74,"target":13},{"source":74,"target":80},{"source":74,"target":10},{"source":80,"target":13},{"source":75,"target":13},{"source":75,"target":81},{"source":75,"target":10},{"source":81,"target":13},{"source":76,"target":10},{"source":76,"target":82},{"source":76,"target":10},{"source":82,"target":10},{"source":77,"target":3},{"source":77,"target":83},{"source":77,"target":10},{"source":77,"target":17},{"source":83,"target":3},{"source":78,"target":5},{"source":78,"target":84},{"source":78,"target":10},{"source":78,"target":17},{"source":84,"target":5},{"source":79,"target":85},{"source":79,"target":10},{"source":11,"target":0},{"source":11,"target":86},{"source":11,"target":87},{"source":86,"target":10},{"source":86,"target":88},{"source":86,"target":11},{"source":88,"target":10},{"source":87,"target":8},{"source":87,"target":89},{"source":87,"target":11},{"source":89,"target":8},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"target":0},{"source":15,"target":0},{"source":16,"target":90},{"source":16,"target":0},{"source":90,"target":16}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Module" nsURI="http://mcgill.transformationverification.org/Module/1.0"
nsPrefix="org.mcgill.transformationverification">
<eClassifiers xsi:type="ecore:EClass" name="MbeddrModule" abstract="true" eSuperTypes="#//IModuleContentContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//IModuleContent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImplementationModule" eSuperTypes="#//MbeddrModule"/>
<eClassifiers xsi:type="ecore:EClass" name="IModuleContent" abstract="true" eSuperTypes="#//IIdentifierNamedConcept"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" abstract="true" eSuperTypes="#//IModuleContent"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" abstract="true" eSuperTypes="#//IModuleContent"/>
<eClassifiers xsi:type="ecore:EClass" name="ClientServerInterface" eSuperTypes="#//Interface">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//ICSInterfaceContents" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ICSInterfaceContents" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//ICSInterfaceContents #//ITyped #//IIdentifierNamedConcept #//IFunctionLike">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//OperationParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationParameter" eSuperTypes="#//IArgumentLike #//ITyped #//IVariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="ITyped" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="IIdentifierNamedConcept" abstract="true"
eSuperTypes="#//INamedConcept"/>
<eClassifiers xsi:type="ecore:EClass" name="INamedConcept" 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="IArgumentLike" abstract="true" eSuperTypes="#//IControlledNamedConcept #//ITyped"/>
<eClassifiers xsi:type="ecore:EClass" name="IControlledNamedConcept" abstract="true"
eSuperTypes="#//IIdentifierNamedConcept"/>
<eClassifiers xsi:type="ecore:EClass" name="IVariableDeclaration" eSuperTypes="#//INamedConcept"/>
<eClassifiers xsi:type="ecore:EClass" name="AtomicComponent" eSuperTypes="#//Component">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//IComponentContent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IComponentContent" abstract="true" eSuperTypes="#//IIdentifierNamedConcept"/>
<eClassifiers xsi:type="ecore:EClass" name="ProvidedPort" eSuperTypes="#//Port"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true" eSuperTypes="#//IComponentContent #//IIdentifierNamedConcept">
<eStructuralFeatures xsi:type="ecore:EReference" name="intf" lowerBound="1" eType="#//Interface"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequiredPort" eSuperTypes="#//Port"/>
<eClassifiers xsi:type="ecore:EClass" name="Executable" eSuperTypes="#//IComponentContent #//IFunctionLike">
<eStructuralFeatures xsi:type="ecore:EReference" name="trigger" eType="#//RunnableTrigger"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//StatementList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IFunctionLike" abstract="true" eSuperTypes="#//ITyped #//IIdentifierNamedConcept">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//IArgumentLike" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RunnableTrigger" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="StatementList" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationTrigger" eSuperTypes="#//RunnableTrigger #//IOperationTriggerLike"/>
<eClassifiers xsi:type="ecore:EClass" name="IOperationTriggerLike" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="providedPort" lowerBound="1"
eType="#//Port"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="calledOperation" lowerBound="1"
eType="#//Operation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceConfiguration" eSuperTypes="#//AbstractInstanceConfiguration #//IIdentifierNamedConcept #//IModuleContent"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstractInstanceConfiguration" abstract="true"
eSuperTypes="#//IIdentifierNamedConcept">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//InstanceConfigContents" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstanceConfigContents" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ComponentInstance" eSuperTypes="#//IIdentifierNamedConcept #//InstanceConfigContents">
<eStructuralFeatures xsi:type="ecore:EReference" name="component" lowerBound="1"
eType="#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssemblyConnector" eSuperTypes="#//InstanceConfigContents">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//InstancePortRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//InstancePortRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstancePortRef" eSuperTypes="#//PortRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="instance" lowerBound="1"
eType="#//ComponentInstance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="port" lowerBound="1" eType="#//Port"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortRef" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="PortAdapter" eSuperTypes="#//InstanceConfigContents #//IIdentifierNamedConcept">
<eStructuralFeatures xsi:type="ecore:EReference" name="portRef" lowerBound="1"
eType="#//AdapterInstancePortRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AdapterInstancePortRef" eSuperTypes="#//InstancePortRef"/>
<eClassifiers xsi:type="ecore:EClass" name="TestCase" eSuperTypes="#//IModuleContent #//IFunctionLike">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//StatementList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitializeConfiguration" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="config" lowerBound="1"
eType="#//InstanceConfiguration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortAdapterOpCallExpr" eSuperTypes="#//InterfaceOperationCallExpr"/>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceOperationCallExpr" abstract="true"
eSuperTypes="#//UnaryExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="actuals" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1"
eType="#//Operation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortAdapterRefExpr" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="portAdater" lowerBound="1"
eType="#//PortAdapter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Int32Type" eSuperTypes="#//PrimitiveC99IntegralType"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveC99IntegralType" abstract="true"
eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//FunctionSignature #//IFunctionLike">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//StatementList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionSignature" abstract="true" eSuperTypes="#//IFunctionLike #//IModuleContent"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//Type #//ITypeContainingType"/>
<eClassifiers xsi:type="ecore:EClass" name="VoidType" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecuteTestExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="tests" upperBound="-1"
eType="#//ICanBeExecutedAsTest" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ICanBeExecutedAsTest" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="TestCaseRef" eSuperTypes="#//ICanBeExecutedAsTest">
<eStructuralFeatures xsi:type="ecore:EReference" name="testcase" lowerBound="1"
eType="#//TestCase"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Argument" eSuperTypes="#//IArgumentLike"/>
<eClassifiers xsi:type="ecore:EClass" name="IModuleContentContainer" abstract="true"
eSuperTypes="#//IIdentifierNamedConcept"/>
<eClassifiers xsi:type="ecore:EClass" name="PortRefExpr" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="port" lowerBound="1" eType="#//Port"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequiredPortOpCallExpr" eSuperTypes="#//InterfaceOperationCallExpr"/>
<eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArgumentRef" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arg" lowerBound="1" eType="#//IArgumentLike"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocalVariableDeclaration" eSuperTypes="#//Statement #//IControlledNamedConcept #//ITyped">
<eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericLiteral" abstract="true" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumberLiteral" eSuperTypes="#//NumericLiteral"/>
<eClassifiers xsi:type="ecore:EClass" name="ITypeContainingType" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="baseType" lowerBound="1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//StatementList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssignmentExpr" eSuperTypes="#//BinaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="BinaryComparisonExpression" abstract="true"
eSuperTypes="#//BinaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="BinaryOrderedComparisonExpression" abstract="true"
eSuperTypes="#//BinaryComparisonExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="GreaterEqualsExpression" eSuperTypes="#//BinaryOrderedComparisonExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="LocalVarRef" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="var" lowerBound="1" eType="#//LocalVariableDeclaration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryArithmeticExpression" abstract="true"
eSuperTypes="#//BinaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PlusExpression" eSuperTypes="#//BinaryArithmeticExpression"/>
</ecore:EPackage>
| github:ecore:/data/levilucio/SyVOLT/eclipse_integration/metamodels/Module.ecore | ecore | Module
MbeddrModule
contents
ImplementationModule
IModuleContent
Component
Interface
ClientServerInterface
contents
ICSInterfaceContents
Operation
parameters
OperationParameter
ITyped
type
Type
IIdentifierNamedConcept
INamedConcept
name
IArgumentLike
IControlledNamedConcept
IVariableDeclaration
AtomicComponent
contents
IComponentContent
ProvidedPort
Port
intf
RequiredPort
Executable
trigger
body
IFunctionLike
arguments
RunnableTrigger
StatementList
statements
OperationTrigger
IOperationTriggerLike
providedPort
calledOperation
Statement
InstanceConfiguration
AbstractInstanceConfiguration
contents
InstanceConfigContents
ComponentInstance
component
AssemblyConnector
source
target
InstancePortRef
instance
port
PortRef
PortAdapter
portRef
AdapterInstancePortRef
TestCase
body
InitializeConfiguration
config
PortAdapterOpCallExpr
InterfaceOperationCallExpr
actuals
operation
PortAdapterRefExpr
portAdater
Expression
UnaryExpression
expression
Int32Type
PrimitiveC99IntegralType
PrimitiveType
Function
body
FunctionSignature
StringType
ArrayType
VoidType
ReturnStatement
expression
ExecuteTestExpression
tests
ICanBeExecutedAsTest
TestCaseRef
testcase
Argument
IModuleContentContainer
PortRefExpr
port
ExpressionStatement
expr
RequiredPortOpCallExpr
Literal
StringLiteral
value
ArgumentRef
arg
LocalVariableDeclaration
init
NumericLiteral
value
NumberLiteral
ITypeContainingType
baseType
WhileStatement
condition
body
BinaryExpression
left
right
AssignmentExpr
BinaryComparisonExpression
BinaryOrderedComparisonExpression
GreaterEqualsExpression
LocalVarRef
var
BinaryArithmeticExpression
PlusExpression | null | {"directed":true,"nodes":[{"nsPrefix":"org.mcgill.transformationverification","nsURI":"http://mcgill.transformationverification.org/Module/1.0","name":"Module","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MbeddrModule","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationModule","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IModuleContent","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClientServerInterface","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICSInterfaceContents","instanceClass":null,"abstract":true,"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":"OperationParameter","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ITyped","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IIdentifierNamedConcept","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"INamedConcept","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IArgumentLike","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IControlledNamedConcept","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IVariableDeclaration","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicComponent","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IComponentContent","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedPort","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredPort","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Executable","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IFunctionLike","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RunnableTrigger","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementList","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationTrigger","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IOperationTriggerLike","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceConfiguration","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractInstanceConfiguration","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceConfigContents","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentInstance","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssemblyConnector","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstancePortRef","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortRef","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortAdapter","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdapterInstancePortRef","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCase","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitializeConfiguration","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortAdapterOpCallExpr","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceOperationCallExpr","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortAdapterRefExpr","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Int32Type","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveC99IntegralType","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionSignature","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecuteTestExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICanBeExecutedAsTest","instanceClass":null,"abstract":true,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCaseRef","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argument","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IModuleContentContainer","instanceClass":null,"abstract":true,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortRefExpr","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredPortOpCallExpr","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentRef","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariableDeclaration","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteral","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ITypeContainingType","instanceClass":null,"abstract":true,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExpr","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryComparisonExpression","instanceClass":null,"abstract":true,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOrderedComparisonExpression","instanceClass":null,"abstract":true,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterEqualsExpression","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVarRef","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryArithmeticExpression","instanceClass":null,"abstract":true,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusExpression","instanceClass":null,"abstract":false,"id":77,"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":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":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":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"},{"container":false,"ordered":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":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","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":"body","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"},{"container":false,"ordered":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":122,"derived":false},{"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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providedPort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"calledOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"portRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"config","changeable":true,"resolveProxies":true,"lowerBound":1,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actuals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portAdater","changeable":true,"resolveProxies":true,"lowerBound":1,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tests","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"testcase","changeable":true,"resolveProxies":true,"lowerBound":1,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"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":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":233,"derived":false},{"container":false,"ordered":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":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":1,"target":0},{"source":1,"target":58},{"source":1,"target":78},{"source":1,"target":79},{"source":78,"target":3},{"source":78,"target":80},{"source":78,"target":1},{"source":80,"target":3},{"source":79,"target":58},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":81},{"source":81,"target":1},{"source":3,"target":0},{"source":3,"target":12},{"source":3,"target":82},{"source":82,"target":12},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":83},{"source":83,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":84},{"source":84,"target":3},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":85},{"source":6,"target":86},{"source":85,"target":7},{"source":85,"target":87},{"source":85,"target":6},{"source":87,"target":7},{"source":86,"target":5},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":10},{"source":8,"target":12},{"source":8,"target":23},{"source":8,"target":88},{"source":8,"target":89},{"source":8,"target":90},{"source":8,"target":91},{"source":8,"target":92},{"source":88,"target":9},{"source":88,"target":93},{"source":88,"target":8},{"source":93,"target":9},{"source":89,"target":7},{"source":90,"target":10},{"source":91,"target":12},{"source":92,"target":23},{"source":9,"target":0},{"source":9,"target":14},{"source":9,"target":10},{"source":9,"target":16},{"source":9,"target":94},{"source":9,"target":95},{"source":9,"target":96},{"source":94,"target":14},{"source":95,"target":10},{"source":96,"target":16},{"source":10,"target":0},{"source":10,"target":97},{"source":97,"target":11},{"source":97,"target":98},{"source":97,"target":10},{"source":98,"target":11},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":99},{"source":99,"target":13},{"source":13,"target":0},{"source":13,"target":100},{"source":100,"target":101},{"source":100,"target":13},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":10},{"source":14,"target":102},{"source":14,"target":103},{"source":102,"target":15},{"source":103,"target":10},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":104},{"source":104,"target":12},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":105},{"source":105,"target":13},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":106},{"source":17,"target":107},{"source":106,"target":18},{"source":106,"target":108},{"source":106,"target":17},{"source":108,"target":18},{"source":107,"target":4},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":109},{"source":109,"target":12},{"source":19,"target":0},{"source":19,"target":20},{"source":19,"target":110},{"source":110,"target":20},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":12},{"source":20,"target":111},{"source":20,"target":112},{"source":20,"target":113},{"source":111,"target":5},{"source":111,"target":114},{"source":111,"target":20},{"source":114,"target":5},{"source":112,"target":18},{"source":113,"target":12},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":115},{"source":115,"target":20},{"source":22,"target":0},{"source":22,"target":18},{"source":22,"target":23},{"source":22,"target":116},{"source":22,"target":117},{"source":22,"target":118},{"source":22,"target":119},{"source":116,"target":24},{"source":116,"target":120},{"source":116,"target":22},{"source":120,"target":24},{"source":117,"target":25},{"source":117,"target":121},{"source":117,"target":22},{"source":121,"target":25},{"source":118,"target":18},{"source":119,"target":23},{"source":23,"target":0},{"source":23,"target":10},{"source":23,"target":12},{"source":23,"target":122},{"source":23,"target":123},{"source":23,"target":124},{"source":122,"target":14},{"source":122,"target":125},{"source":122,"target":23},{"source":125,"target":14},{"source":123,"target":10},{"source":124,"target":12},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":28},{"source":25,"target":126},{"source":25,"target":127},{"source":126,"target":28},{"source":126,"target":128},{"source":126,"target":25},{"source":128,"target":28},{"source":127,"target":28},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":27},{"source":26,"target":129},{"source":26,"target":130},{"source":129,"target":24},{"source":130,"target":27},{"source":27,"target":0},{"source":27,"target":131},{"source":27,"target":132},{"source":131,"target":20},{"source":131,"target":133},{"source":131,"target":27},{"source":133,"target":20},{"source":132,"target":8},{"source":132,"target":134},{"source":132,"target":27},{"source":134,"target":8},{"source":28,"target":0},{"source":29,"target":0},{"source":29,"target":30},{"source":29,"target":12},{"source":29,"target":3},{"source":29,"target":135},{"source":29,"target":136},{"source":29,"target":137},{"source":135,"target":30},{"source":136,"target":12},{"source":137,"target":3},{"source":30,"target":0},{"source":30,"target":12},{"source":30,"target":138},{"source":30,"target":139},{"source":138,"target":31},{"source":138,"target":140},{"source":138,"target":30},{"source":140,"target":31},{"source":139,"target":12},{"source":31,"target":0},{"source":32,"target":0},{"source":32,"target":12},{"source":32,"target":31},{"source":32,"target":141},{"source":32,"target":142},{"source":32,"target":143},{"source":141,"target":4},{"source":141,"target":144},{"source":141,"target":32},{"source":144,"target":4},{"source":142,"target":12},{"source":143,"target":31},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":145},{"source":33,"target":146},{"source":33,"target":147},{"source":145,"target":34},{"source":145,"target":148},{"source":145,"target":33},{"source":148,"target":34},{"source":146,"target":34},{"source":146,"target":149},{"source":146,"target":33},{"source":149,"target":34},{"source":147,"target":31},{"source":34,"target":0},{"source":34,"target":35},{"source":34,"target":150},{"source":34,"target":151},{"source":34,"target":152},{"source":150,"target":32},{"source":150,"target":153},{"source":150,"target":34},{"source":153,"target":32},{"source":151,"target":20},{"source":151,"target":154},{"source":151,"target":34},{"source":154,"target":20},{"source":152,"target":35},{"source":35,"target":0},{"source":36,"target":0},{"source":36,"target":31},{"source":36,"target":12},{"source":36,"target":155},{"source":36,"target":156},{"source":36,"target":157},{"source":155,"target":37},{"source":155,"target":158},{"source":155,"target":36},{"source":158,"target":37},{"source":156,"target":31},{"source":157,"target":12},{"source":37,"target":0},{"source":37,"target":34},{"source":37,"target":159},{"source":159,"target":34},{"source":38,"target":0},{"source":38,"target":3},{"source":38,"target":23},{"source":38,"target":160},{"source":38,"target":161},{"source":38,"target":162},{"source":160,"target":25},{"source":160,"target":163},{"source":160,"target":38},{"source":163,"target":25},{"source":161,"target":3},{"source":162,"target":23},{"source":39,"target":0},{"source":39,"target":28},{"source":39,"target":164},{"source":39,"target":165},{"source":164,"target":29},{"source":164,"target":166},{"source":164,"target":39},{"source":166,"target":29},{"source":165,"target":28},{"source":40,"target":0},{"source":40,"target":41},{"source":40,"target":167},{"source":167,"target":41},{"source":41,"target":0},{"source":41,"target":44},{"source":41,"target":168},{"source":41,"target":169},{"source":41,"target":170},{"source":168,"target":43},{"source":168,"target":171},{"source":168,"target":41},{"source":171,"target":43},{"source":169,"target":8},{"source":169,"target":172},{"source":169,"target":41},{"source":172,"target":8},{"source":170,"target":44},{"source":42,"target":0},{"source":42,"target":43},{"source":42,"target":173},{"source":42,"target":174},{"source":173,"target":36},{"source":173,"target":175},{"source":173,"target":42},{"source":175,"target":36},{"source":174,"target":43},{"source":43,"target":0},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":176},{"source":44,"target":177},{"source":176,"target":43},{"source":176,"target":178},{"source":176,"target":44},{"source":178,"target":43},{"source":177,"target":43},{"source":45,"target":0},{"source":45,"target":46},{"source":45,"target":179},{"source":179,"target":46},{"source":46,"target":0},{"source":46,"target":47},{"source":46,"target":180},{"source":180,"target":47},{"source":47,"target":0},{"source":47,"target":11},{"source":47,"target":181},{"source":181,"target":11},{"source":48,"target":0},{"source":48,"target":49},{"source":48,"target":23},{"source":48,"target":182},{"source":48,"target":183},{"source":48,"target":184},{"source":182,"target":25},{"source":182,"target":185},{"source":182,"target":48},{"source":185,"target":25},{"source":183,"target":49},{"source":184,"target":23},{"source":49,"target":0},{"source":49,"target":23},{"source":49,"target":3},{"source":49,"target":186},{"source":49,"target":187},{"source":186,"target":23},{"source":187,"target":3},{"source":50,"target":0},{"source":50,"target":47},{"source":50,"target":188},{"source":188,"target":47},{"source":51,"target":0},{"source":51,"target":11},{"source":51,"target":68},{"source":51,"target":189},{"source":51,"target":190},{"source":189,"target":11},{"source":190,"target":68},{"source":52,"target":0},{"source":52,"target":47},{"source":52,"target":191},{"source":191,"target":47},{"source":53,"target":0},{"source":53,"target":28},{"source":53,"target":192},{"source":53,"target":193},{"source":192,"target":43},{"source":192,"target":194},{"source":192,"target":53},{"source":194,"target":43},{"source":193,"target":28},{"source":54,"target":0},{"source":54,"target":43},{"source":54,"target":195},{"source":54,"target":196},{"source":195,"target":55},{"source":195,"target":197},{"source":195,"target":54},{"source":197,"target":55},{"source":196,"target":43},{"source":55,"target":0},{"source":56,"target":0},{"source":56,"target":55},{"source":56,"target":198},{"source":56,"target":199},{"source":198,"target":38},{"source":198,"target":200},{"source":198,"target":56},{"source":200,"target":38},{"source":199,"target":55},{"source":57,"target":0},{"source":57,"target":14},{"source":57,"target":201},{"source":201,"target":14},{"source":58,"target":0},{"source":58,"target":12},{"source":58,"target":202},{"source":202,"target":12},{"source":59,"target":0},{"source":59,"target":43},{"source":59,"target":203},{"source":59,"target":204},{"source":203,"target":20},{"source":203,"target":205},{"source":203,"target":59},{"source":205,"target":20},{"source":204,"target":43},{"source":60,"target":0},{"source":60,"target":28},{"source":60,"target":206},{"source":60,"target":207},{"source":206,"target":43},{"source":206,"target":208},{"source":206,"target":60},{"source":208,"target":43},{"source":207,"target":28},{"source":61,"target":0},{"source":61,"target":41},{"source":61,"target":209},{"source":209,"target":41},{"source":62,"target":0},{"source":62,"target":43},{"source":62,"target":210},{"source":210,"target":43},{"source":63,"target":0},{"source":63,"target":62},{"source":63,"target":211},{"source":63,"target":212},{"source":211,"target":213},{"source":211,"target":63},{"source":212,"target":62},{"source":64,"target":0},{"source":64,"target":43},{"source":64,"target":214},{"source":64,"target":215},{"source":214,"target":14},{"source":214,"target":216},{"source":214,"target":64},{"source":216,"target":14},{"source":215,"target":43},{"source":65,"target":0},{"source":65,"target":28},{"source":65,"target":15},{"source":65,"target":10},{"source":65,"target":217},{"source":65,"target":218},{"source":65,"target":219},{"source":65,"target":220},{"source":217,"target":43},{"source":217,"target":221},{"source":217,"target":65},{"source":221,"target":43},{"source":218,"target":28},{"source":219,"target":15},{"source":220,"target":10},{"source":66,"target":0},{"source":66,"target":62},{"source":66,"target":222},{"source":66,"target":223},{"source":222,"target":224},{"source":222,"target":66},{"source":223,"target":62},{"source":67,"target":0},{"source":67,"target":66},{"source":67,"target":225},{"source":225,"target":66},{"source":68,"target":0},{"source":68,"target":226},{"source":226,"target":11},{"source":226,"target":227},{"source":226,"target":68},{"source":227,"target":11},{"source":69,"target":0},{"source":69,"target":28},{"source":69,"target":228},{"source":69,"target":229},{"source":69,"target":230},{"source":228,"target":43},{"source":228,"target":231},{"source":228,"target":69},{"source":231,"target":43},{"source":229,"target":25},{"source":229,"target":232},{"source":229,"target":69},{"source":232,"target":25},{"source":230,"target":28},{"source":70,"target":0},{"source":70,"target":43},{"source":70,"target":233},{"source":70,"target":234},{"source":70,"target":235},{"source":233,"target":43},{"source":233,"target":236},{"source":233,"target":70},{"source":236,"target":43},{"source":234,"target":43},{"source":234,"target":237},{"source":234,"target":70},{"source":237,"target":43},{"source":235,"target":43},{"source":71,"target":0},{"source":71,"target":70},{"source":71,"target":238},{"source":238,"target":70},{"source":72,"target":0},{"source":72,"target":70},{"source":72,"target":239},{"source":239,"target":70},{"source":73,"target":0},{"source":73,"target":72},{"source":73,"target":240},{"source":240,"target":72},{"source":74,"target":0},{"source":74,"target":73},{"source":74,"target":241},{"source":241,"target":73},{"source":75,"target":0},{"source":75,"target":43},{"source":75,"target":242},{"source":75,"target":243},{"source":242,"target":65},{"source":242,"target":244},{"source":242,"target":75},{"source":244,"target":65},{"source":243,"target":43},{"source":76,"target":0},{"source":76,"target":70},{"source":76,"target":245},{"source":245,"target":70},{"source":77,"target":0},{"source":77,"target":76},{"source":77,"target":246},{"source":246,"target":76}],"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="problog" nsURI="http://nl/utwente/problog" nsPrefix="nl.utwente.problog">
<eClassifiers xsi:type="ecore:EClass" name="ProbLogProgram">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="terms" upperBound="-1"
eType="#//Term" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Rule" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//LHS"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//RHS" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Evidence" eSuperTypes="#//ProbLogStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#//ProbLogStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="LHS">
<eStructuralFeatures xsi:type="ecore:EReference" name="propositions" upperBound="-1"
eType="#//Proposition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RHS">
<eStructuralFeatures xsi:type="ecore:EReference" name="conjunction" lowerBound="1"
upperBound="-1" eType="#//Referable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Atom" eSuperTypes="#//Referable #//Annotatable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Referable">
<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="Term">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arguments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotatedReferable" eSuperTypes="#//Proposition">
<eStructuralFeatures xsi:type="ecore:EReference" name="probabilitymeasure" lowerBound="1"
eType="#//ProbabilityMeasure" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotates" lowerBound="1"
eType="#//Annotatable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProbabilityMeasure" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ProbabilityLiteral" eSuperTypes="#//ProbabilityMeasure">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProbabilityFraction" eSuperTypes="#//ProbabilityMeasure">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nominator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="denominator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Referable" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Annotatable" abstract="true" interface="true"
eSuperTypes="#//Proposition"/>
<eClassifiers xsi:type="ecore:EClass" name="ProbLogStatement" abstract="true" interface="true"
eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="subject" lowerBound="1"
eType="#//Referable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TermInstance" eSuperTypes="#//Annotatable #//Referable">
<eStructuralFeatures xsi:type="ecore:EReference" name="template" lowerBound="1"
eType="#//Term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//Referable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cheat" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contents" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImportLibrary" eSuperTypes="#//Statement">
<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="Collection" abstract="true" interface="true"
eSuperTypes="#//Referable">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//Referable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PLList" eSuperTypes="#//Collection"/>
<eClassifiers xsi:type="ecore:EClass" name="PLTuple" eSuperTypes="#//Collection"/>
<eClassifiers xsi:type="ecore:EClass" name="Proposition" abstract="true" interface="true"/>
</ecore:EPackage>
| github:ecore:/data/SwiftPengu/ProbabilisticVulnerabilityAnalysis/AnalysisGenerator/src/main/resources/ProbLog.ecore | ecore | problog
ProbLogProgram
statements
terms
Statement
Rule
lhs
rhs
Evidence
value
Query
LHS
propositions
RHS
conjunction
Atom
name
Variable
name
Term
name
arguments
AnnotatedReferable
probabilitymeasure
annotates
ProbabilityMeasure
ProbabilityLiteral
value
1
ProbabilityFraction
nominator
denominator
Referable
Annotatable
ProbLogStatement
subject
TermInstance
template
arguments
Comment
text
Cheat
contents
ImportLibrary
name
Collection
contents
PLList
PLTuple
Proposition | null | {"directed":true,"nodes":[{"nsPrefix":"nl.utwente.problog","nsURI":"http://nl/utwente/problog","name":"problog","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProbLogProgram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":2,"interface":true,"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":"Evidence","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LHS","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RHS","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atom","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":"Term","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotatedReferable","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProbabilityMeasure","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProbabilityLiteral","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProbabilityFraction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Referable","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotatable","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProbLogStatement","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TermInstance","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cheat","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportLibrary","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collection","instanceClass":null,"abstract":true,"id":22,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PLList","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PLTuple","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proposition","instanceClass":null,"abstract":true,"id":25,"interface":true,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","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":"terms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","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":"value","changeable":true,"lowerBound":0,"iD":false,"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":"propositions","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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conjunction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"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":true,"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":"arguments","changeable":true,"lowerBound":0,"iD":false,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"probabilitymeasure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nominator","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"denominator","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"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":"contents","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":1,"target":0},{"source":1,"target":26},{"source":1,"target":27},{"source":26,"target":2},{"source":26,"target":28},{"source":26,"target":1},{"source":28,"target":2},{"source":27,"target":10},{"source":27,"target":29},{"source":27,"target":1},{"source":29,"target":10},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":30,"target":6},{"source":30,"target":33},{"source":30,"target":3},{"source":33,"target":6},{"source":31,"target":7},{"source":31,"target":34},{"source":31,"target":3},{"source":34,"target":7},{"source":32,"target":2},{"source":4,"target":0},{"source":4,"target":17},{"source":4,"target":35},{"source":4,"target":36},{"source":35,"target":37},{"source":35,"target":4},{"source":36,"target":17},{"source":5,"target":0},{"source":5,"target":17},{"source":5,"target":38},{"source":38,"target":17},{"source":6,"target":0},{"source":6,"target":39},{"source":39,"target":25},{"source":39,"target":40},{"source":39,"target":6},{"source":40,"target":25},{"source":7,"target":0},{"source":7,"target":41},{"source":41,"target":15},{"source":41,"target":42},{"source":41,"target":7},{"source":42,"target":15},{"source":8,"target":0},{"source":8,"target":15},{"source":8,"target":16},{"source":8,"target":43},{"source":8,"target":44},{"source":8,"target":45},{"source":43,"target":46},{"source":43,"target":8},{"source":44,"target":15},{"source":45,"target":16},{"source":9,"target":0},{"source":9,"target":15},{"source":9,"target":47},{"source":9,"target":48},{"source":47,"target":49},{"source":47,"target":9},{"source":48,"target":15},{"source":10,"target":0},{"source":10,"target":50},{"source":10,"target":51},{"source":50,"target":52},{"source":50,"target":10},{"source":51,"target":53},{"source":51,"target":10},{"source":11,"target":0},{"source":11,"target":25},{"source":11,"target":54},{"source":11,"target":55},{"source":11,"target":56},{"source":54,"target":12},{"source":54,"target":57},{"source":54,"target":11},{"source":57,"target":12},{"source":55,"target":16},{"source":55,"target":58},{"source":55,"target":11},{"source":58,"target":16},{"source":56,"target":25},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":59},{"source":13,"target":60},{"source":59,"target":61},{"source":59,"target":13},{"source":60,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":62},{"source":14,"target":63},{"source":14,"target":64},{"source":62,"target":65},{"source":62,"target":14},{"source":63,"target":66},{"source":63,"target":14},{"source":64,"target":12},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":25},{"source":16,"target":67},{"source":67,"target":25},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":68},{"source":17,"target":69},{"source":68,"target":15},{"source":68,"target":70},{"source":68,"target":17},{"source":70,"target":15},{"source":69,"target":2},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":15},{"source":18,"target":71},{"source":18,"target":72},{"source":18,"target":73},{"source":18,"target":74},{"source":71,"target":10},{"source":71,"target":75},{"source":71,"target":18},{"source":75,"target":10},{"source":72,"target":15},{"source":72,"target":76},{"source":72,"target":18},{"source":76,"target":15},{"source":73,"target":16},{"source":74,"target":15},{"source":19,"target":0},{"source":19,"target":2},{"source":19,"target":77},{"source":19,"target":78},{"source":77,"target":79},{"source":77,"target":19},{"source":78,"target":2},{"source":20,"target":0},{"source":20,"target":2},{"source":20,"target":80},{"source":20,"target":81},{"source":80,"target":82},{"source":80,"target":20},{"source":81,"target":2},{"source":21,"target":0},{"source":21,"target":2},{"source":21,"target":83},{"source":21,"target":84},{"source":83,"target":85},{"source":83,"target":21},{"source":84,"target":2},{"source":22,"target":0},{"source":22,"target":15},{"source":22,"target":86},{"source":22,"target":87},{"source":86,"target":15},{"source":86,"target":88},{"source":86,"target":22},{"source":88,"target":15},{"source":87,"target":15},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":89},{"source":89,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":90},{"source":90,"target":22},{"source":25,"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="tousescheduler" nsURI="http://www.misc.com/touse/moplaf/scheduler/model/0.1"
nsPrefix="tus">
<eClassifiers xsi:type="ecore:EClass" name="Domain">
<eStructuralFeatures xsi:type="ecore:EReference" name="Schedulers" upperBound="-1"
eType="#//ToUseScheduler" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Vehicles" upperBound="-1"
eType="#//Vehicle" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Shipments" upperBound="-1"
eType="#//Shipment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Vehicle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="HomeLocationX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="HomeLocationY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MaxVolumeLoaded" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Shipment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="LoadLocationX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="LoadLocationY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="UnloadLocationX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="UnloadLocationY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Volume" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="PlannedBenefit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToUseScheduler" eSuperTypes="../../com.misc.common.moplaf.scheduler.emf/model/scheduler.ecore#//Scheduler">
<eStructuralFeatures xsi:type="ecore:EReference" name="SelectedVehicles" upperBound="-1"
eType="#//Vehicle"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="SelectedShipments" upperBound="-1"
eType="#//Shipment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToUseSchedule" eSuperTypes="../../com.misc.common.moplaf.scheduler.emf/model/scheduler.ecore#//Schedule">
<eOperations name="getTaskLoad" eType="#//ToUseLoadShipment">
<eParameters name="shipment" eType="#//Shipment"/>
</eOperations>
<eOperations name="getTaskUnload" eType="#//ToUseUnloadShipment">
<eParameters name="shipment" eType="#//Shipment"/>
</eOperations>
<eOperations name="getResourceVehicle" eType="#//ToUseScheduleResource">
<eParameters name="vehicle" eType="#//Vehicle"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ToUseScore" eType="#//ToUseScore"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToUseScore" eSuperTypes="../../com.misc.common.moplaf.localsearch.emf/model/localsearch.ecore#//Score">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="TotalDistance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="VolumeOverload" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="PlannedBenefit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToUseScheduleResource" eSuperTypes="../../com.misc.common.moplaf.scheduler.emf/model/scheduler.ecore#//Resource">
<eStructuralFeatures xsi:type="ecore:EReference" name="Vehicle" lowerBound="1"
eType="#//Vehicle"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DistanceFromLast" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="TotalDistance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="VolumeOverload" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="PlannedBenefit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ToUseScheduledTasks" upperBound="-1"
eType="#//ToUseScheduleTask" changeable="false" volatile="true" transient="true"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToUseScheduleTask" eSuperTypes="../../com.misc.common.moplaf.scheduler.emf/model/scheduler.ecore#//FlockTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="Shipment" lowerBound="1"
eType="#//ToUseShipment"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locationX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locationY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="LoadFactor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Distance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DistanceFromPrevious" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="StartVolumeLoaded" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="EndVolumeLoaded" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="VolumeOverload" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToUseLoadShipment" eSuperTypes="#//ToUseScheduleTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="UnloadShipment" lowerBound="1"
eType="#//ToUseUnloadShipment" eOpposite="#//ToUseUnloadShipment/LoadShipment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToUseUnloadShipment" eSuperTypes="#//ToUseScheduleTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="LoadShipment" lowerBound="1"
eType="#//ToUseLoadShipment" eOpposite="#//ToUseLoadShipment/UnloadShipment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToUsePhaseDestructConstruct" eSuperTypes="../../com.misc.common.moplaf.localsearch.emf/model/localsearch.ecore#//Phase">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DestructionChance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
defaultValueLiteral="0.05"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ConstructionChance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
defaultValueLiteral="1.0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToUseStepDestructConstruct" eSuperTypes="../../com.misc.common.moplaf.localsearch.emf/model/localsearch.ecore#//Step">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DestructionChance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
defaultValueLiteral="0.05"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ConstructionChance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
defaultValueLiteral="1.0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToUseActionLoadUnload" abstract="true"
eSuperTypes="../../com.misc.common.moplaf.localsearch.emf/model/localsearch.ecore#//Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="Shipment" lowerBound="1"
eType="#//Shipment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToUseScheduleLoadUnload" eSuperTypes="#//ToUseActionLoadUnload"/>
<eClassifiers xsi:type="ecore:EClass" name="ToUseUnscheduleLoadUnload" eSuperTypes="#//ToUseActionLoadUnload"/>
<eClassifiers xsi:type="ecore:EClass" name="CalcScheduler" abstract="true" eSuperTypes="../../com.misc.common.moplaf.propagator2/model/propagator.ecore#//PropagatorFunctionBindings"/>
<eClassifiers xsi:type="ecore:EClass" name="CalcSchedule" abstract="true" eSuperTypes="#//CalcScheduler">
<eStructuralFeatures xsi:type="ecore:EReference" name="Schedule" lowerBound="1"
eType="#//ToUseSchedule" changeable="false" volatile="true" transient="true"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalcResource" abstract="true" eSuperTypes="#//CalcScheduler">
<eStructuralFeatures xsi:type="ecore:EReference" name="Resource" lowerBound="1"
eType="#//ToUseScheduleResource" changeable="false" volatile="true" transient="true"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalcTask" abstract="true" eSuperTypes="#//CalcScheduler">
<eStructuralFeatures xsi:type="ecore:EReference" name="Task" lowerBound="1" eType="#//ToUseScheduleTask"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScopeScheduleScore" eSuperTypes="#//CalcSchedule"/>
<eClassifiers xsi:type="ecore:EClass" name="LayerScheduleDistance" eSuperTypes="#//CalcSchedule">
<eStructuralFeatures xsi:type="ecore:EReference" name="ConcreteParent" lowerBound="1"
eType="#//ScopeScheduleScore" changeable="false" volatile="true" transient="true"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalcTaskDistanceFromPrevious" eSuperTypes="#//CalcTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="ConcreteParent" lowerBound="1"
eType="#//LayerScheduleDistance" changeable="false" volatile="true" transient="true"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalcTaskDistance" eSuperTypes="#//CalcTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="ConcreteParent" lowerBound="1"
eType="#//LayerScheduleDistance" changeable="false" volatile="true" transient="true"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalcResourceDistanceFromLast" eSuperTypes="#//CalcResource">
<eStructuralFeatures xsi:type="ecore:EReference" name="ConcreteParent" lowerBound="1"
eType="#//LayerScheduleDistance" changeable="false" volatile="true" transient="true"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalcResourceDistance" eSuperTypes="#//CalcResource">
<eStructuralFeatures xsi:type="ecore:EReference" name="ConcreteParent" lowerBound="1"
eType="#//LayerScheduleDistance" changeable="false" volatile="true" transient="true"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LayerScheduleVolumeLoaded" eSuperTypes="#//CalcSchedule">
<eStructuralFeatures xsi:type="ecore:EReference" name="ConcreteParent" lowerBound="1"
eType="#//ScopeScheduleScore" changeable="false" volatile="true" transient="true"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalcTaskStartVolumeLoaded" eSuperTypes="#//CalcTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="ConcreteParent" lowerBound="1"
eType="#//LayerScheduleVolumeLoaded" changeable="false" volatile="true" transient="true"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalcTaskEndVolumeLoaded" eSuperTypes="#//CalcTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="ConcreteParent" lowerBound="1"
eType="#//LayerScheduleVolumeLoaded" changeable="false" volatile="true" transient="true"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalcResourceVolumeOverload" eSuperTypes="#//CalcResource">
<eStructuralFeatures xsi:type="ecore:EReference" name="ConcreteParent" lowerBound="1"
eType="#//LayerScheduleVolumeLoaded" changeable="false" volatile="true" transient="true"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LayerSchedulePlannedBenefit" eSuperTypes="#//CalcSchedule">
<eStructuralFeatures xsi:type="ecore:EReference" name="ConcreteParent" lowerBound="1"
eType="#//ScopeScheduleScore" changeable="false" volatile="true" transient="true"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalcResourcePlannedBenefit" eSuperTypes="#//CalcResource">
<eStructuralFeatures xsi:type="ecore:EReference" name="ConcreteParent" lowerBound="1"
eType="#//LayerSchedulePlannedBenefit" changeable="false" volatile="true"
transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToUseShipment" eSuperTypes="../../com.misc.common.moplaf.scheduler.emf/model/scheduler.ecore#//FlockResource">
<eStructuralFeatures xsi:type="ecore:EReference" name="Shipment" lowerBound="1"
eType="#//Shipment"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MichelSc/touse.moplaf/touse.moplaf.scheduler/com.misc.touse.moplaf.scheduler.emf/model/ToUseScheduler.ecore | ecore | tousescheduler
Domain
Schedulers
Vehicles
Shipments
Vehicle
Name
HomeLocationX
HomeLocationY
MaxVolumeLoaded
Shipment
Name
LoadLocationX
LoadLocationY
UnloadLocationX
UnloadLocationY
Volume
PlannedBenefit
ToUseScheduler
SelectedVehicles
SelectedShipments
ToUseSchedule
getTaskLoad
shipment
getTaskUnload
shipment
getResourceVehicle
vehicle
ToUseScore
ToUseScore
TotalDistance
VolumeOverload
PlannedBenefit
ToUseScheduleResource
Vehicle
DistanceFromLast
TotalDistance
VolumeOverload
PlannedBenefit
ToUseScheduledTasks
ToUseScheduleTask
Shipment
locationX
locationY
LoadFactor
Distance
DistanceFromPrevious
StartVolumeLoaded
EndVolumeLoaded
VolumeOverload
ToUseLoadShipment
UnloadShipment
ToUseUnloadShipment
LoadShipment
ToUsePhaseDestructConstruct
DestructionChance
0.05
ConstructionChance
1.0
ToUseStepDestructConstruct
DestructionChance
0.05
ConstructionChance
1.0
ToUseActionLoadUnload
Shipment
ToUseScheduleLoadUnload
ToUseUnscheduleLoadUnload
CalcScheduler
CalcSchedule
Schedule
CalcResource
Resource
CalcTask
Task
ScopeScheduleScore
LayerScheduleDistance
ConcreteParent
CalcTaskDistanceFromPrevious
ConcreteParent
CalcTaskDistance
ConcreteParent
CalcResourceDistanceFromLast
ConcreteParent
CalcResourceDistance
ConcreteParent
LayerScheduleVolumeLoaded
ConcreteParent
CalcTaskStartVolumeLoaded
ConcreteParent
CalcTaskEndVolumeLoaded
ConcreteParent
CalcResourceVolumeOverload
ConcreteParent
LayerSchedulePlannedBenefit
ConcreteParent
CalcResourcePlannedBenefit
ConcreteParent
ToUseShipment
Shipment | null | {"directed":true,"nodes":[{"nsPrefix":"tus","nsURI":"http://www.misc.com/touse/moplaf/scheduler/model/0.1","name":"tousescheduler","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vehicle","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shipment","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToUseScheduler","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToUseSchedule","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToUseScore","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToUseScheduleResource","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToUseScheduleTask","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToUseLoadShipment","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToUseUnloadShipment","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToUsePhaseDestructConstruct","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToUseStepDestructConstruct","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToUseActionLoadUnload","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToUseScheduleLoadUnload","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToUseUnscheduleLoadUnload","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalcScheduler","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalcSchedule","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalcResource","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalcTask","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScopeScheduleScore","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerScheduleDistance","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalcTaskDistanceFromPrevious","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalcTaskDistance","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalcResourceDistanceFromLast","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalcResourceDistance","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerScheduleVolumeLoaded","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalcTaskStartVolumeLoaded","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalcTaskEndVolumeLoaded","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalcResourceVolumeOverload","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerSchedulePlannedBenefit","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalcResourcePlannedBenefit","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToUseShipment","instanceClass":null,"abstract":false,"id":32,"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":"Schedulers","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":"Vehicles","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":"Shipments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"HomeLocationX","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"HomeLocationY","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"MaxVolumeLoaded","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"LoadLocationX","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"LoadLocationY","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"UnloadLocationX","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"UnloadLocationY","changeable":true,"lowerBound":0,"iD":false,"id":51,"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":"Volume","changeable":true,"lowerBound":0,"iD":false,"id":52,"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":"PlannedBenefit","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SelectedVehicles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SelectedShipments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTaskLoad","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTaskUnload","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getResourceVehicle","lowerBound":0,"id":68,"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":"ToUseScore","changeable":false,"resolveProxies":true,"lowerBound":0,"id":69,"derived":true},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"shipment","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EParameter"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"shipment","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":"vehicle","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EParameter"},{"id":79,"eClass":"EGenericType"},{"id":80,"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":"TotalDistance","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"VolumeOverload","changeable":true,"lowerBound":0,"iD":false,"id":82,"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":"PlannedBenefit","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Vehicle","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"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":"DistanceFromLast","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":"TotalDistance","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":"VolumeOverload","changeable":true,"lowerBound":0,"iD":false,"id":91,"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":"PlannedBenefit","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ToUseScheduledTasks","changeable":false,"resolveProxies":true,"lowerBound":0,"id":93,"derived":true},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Shipment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"locationX","changeable":false,"lowerBound":0,"iD":false,"id":102,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"locationY","changeable":false,"lowerBound":0,"iD":false,"id":103,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"LoadFactor","changeable":false,"lowerBound":0,"iD":false,"id":104,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Distance","changeable":true,"lowerBound":0,"iD":false,"id":105,"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":"DistanceFromPrevious","changeable":true,"lowerBound":0,"iD":false,"id":106,"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":"StartVolumeLoaded","changeable":true,"lowerBound":0,"iD":false,"id":107,"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":"EndVolumeLoaded","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"VolumeOverload","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"UnloadShipment","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"LoadShipment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.05,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.05","unsettable":false,"transient":false,"unique":true,"name":"DestructionChance","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"ConstructionChance","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.05,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.05","unsettable":false,"transient":false,"unique":true,"name":"DestructionChance","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"ConstructionChance","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Shipment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"Schedule","changeable":false,"resolveProxies":true,"lowerBound":1,"id":142,"derived":true},{"id":143,"eClass":"EGenericType"},{"id":144,"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":"Resource","changeable":false,"resolveProxies":true,"lowerBound":1,"id":145,"derived":true},{"id":146,"eClass":"EGenericType"},{"id":147,"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":"Task","changeable":false,"resolveProxies":true,"lowerBound":1,"id":148,"derived":true},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"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":"ConcreteParent","changeable":false,"resolveProxies":true,"lowerBound":1,"id":152,"derived":true},{"id":153,"eClass":"EGenericType"},{"id":154,"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":"ConcreteParent","changeable":false,"resolveProxies":true,"lowerBound":1,"id":155,"derived":true},{"id":156,"eClass":"EGenericType"},{"id":157,"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":"ConcreteParent","changeable":false,"resolveProxies":true,"lowerBound":1,"id":158,"derived":true},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ConcreteParent","changeable":false,"resolveProxies":true,"lowerBound":1,"id":161,"derived":true},{"id":162,"eClass":"EGenericType"},{"id":163,"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":"ConcreteParent","changeable":false,"resolveProxies":true,"lowerBound":1,"id":164,"derived":true},{"id":165,"eClass":"EGenericType"},{"id":166,"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":"ConcreteParent","changeable":false,"resolveProxies":true,"lowerBound":1,"id":167,"derived":true},{"id":168,"eClass":"EGenericType"},{"id":169,"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":"ConcreteParent","changeable":false,"resolveProxies":true,"lowerBound":1,"id":170,"derived":true},{"id":171,"eClass":"EGenericType"},{"id":172,"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":"ConcreteParent","changeable":false,"resolveProxies":true,"lowerBound":1,"id":173,"derived":true},{"id":174,"eClass":"EGenericType"},{"id":175,"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":"ConcreteParent","changeable":false,"resolveProxies":true,"lowerBound":1,"id":176,"derived":true},{"id":177,"eClass":"EGenericType"},{"id":178,"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":"ConcreteParent","changeable":false,"resolveProxies":true,"lowerBound":1,"id":179,"derived":true},{"id":180,"eClass":"EGenericType"},{"id":181,"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":"ConcreteParent","changeable":false,"resolveProxies":true,"lowerBound":1,"id":182,"derived":true},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Shipment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":1,"target":0},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":33,"target":4},{"source":33,"target":36},{"source":33,"target":1},{"source":36,"target":4},{"source":34,"target":2},{"source":34,"target":37},{"source":34,"target":1},{"source":37,"target":2},{"source":35,"target":3},{"source":35,"target":38},{"source":35,"target":1},{"source":38,"target":3},{"source":2,"target":0},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":39,"target":43},{"source":39,"target":2},{"source":40,"target":44},{"source":40,"target":2},{"source":41,"target":45},{"source":41,"target":2},{"source":42,"target":46},{"source":42,"target":2},{"source":3,"target":0},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":47,"target":54},{"source":47,"target":3},{"source":48,"target":55},{"source":48,"target":3},{"source":49,"target":56},{"source":49,"target":3},{"source":50,"target":57},{"source":50,"target":3},{"source":51,"target":58},{"source":51,"target":3},{"source":52,"target":59},{"source":52,"target":3},{"source":53,"target":60},{"source":53,"target":3},{"source":4,"target":0},{"source":4,"target":61},{"source":4,"target":62},{"source":4,"target":63},{"source":61,"target":2},{"source":61,"target":64},{"source":61,"target":4},{"source":64,"target":2},{"source":62,"target":3},{"source":62,"target":65},{"source":62,"target":4},{"source":65,"target":3},{"source":5,"target":0},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":69},{"source":5,"target":70},{"source":66,"target":9},{"source":66,"target":71},{"source":66,"target":5},{"source":66,"target":72},{"source":71,"target":9},{"source":72,"target":3},{"source":72,"target":73},{"source":72,"target":66},{"source":73,"target":3},{"source":67,"target":10},{"source":67,"target":74},{"source":67,"target":5},{"source":67,"target":75},{"source":74,"target":10},{"source":75,"target":3},{"source":75,"target":76},{"source":75,"target":67},{"source":76,"target":3},{"source":68,"target":7},{"source":68,"target":77},{"source":68,"target":5},{"source":68,"target":78},{"source":77,"target":7},{"source":78,"target":2},{"source":78,"target":79},{"source":78,"target":68},{"source":79,"target":2},{"source":69,"target":6},{"source":69,"target":80},{"source":69,"target":5},{"source":80,"target":6},{"source":6,"target":0},{"source":6,"target":81},{"source":6,"target":82},{"source":6,"target":83},{"source":6,"target":84},{"source":81,"target":85},{"source":81,"target":6},{"source":82,"target":86},{"source":82,"target":6},{"source":83,"target":87},{"source":83,"target":6},{"source":7,"target":0},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":92},{"source":7,"target":93},{"source":7,"target":94},{"source":88,"target":2},{"source":88,"target":95},{"source":88,"target":7},{"source":95,"target":2},{"source":89,"target":96},{"source":89,"target":7},{"source":90,"target":97},{"source":90,"target":7},{"source":91,"target":98},{"source":91,"target":7},{"source":92,"target":99},{"source":92,"target":7},{"source":93,"target":8},{"source":93,"target":100},{"source":93,"target":7},{"source":100,"target":8},{"source":8,"target":0},{"source":8,"target":101},{"source":8,"target":102},{"source":8,"target":103},{"source":8,"target":104},{"source":8,"target":105},{"source":8,"target":106},{"source":8,"target":107},{"source":8,"target":108},{"source":8,"target":109},{"source":8,"target":110},{"source":101,"target":32},{"source":101,"target":111},{"source":101,"target":8},{"source":111,"target":32},{"source":102,"target":112},{"source":102,"target":8},{"source":103,"target":113},{"source":103,"target":8},{"source":104,"target":114},{"source":104,"target":8},{"source":105,"target":115},{"source":105,"target":8},{"source":106,"target":116},{"source":106,"target":8},{"source":107,"target":117},{"source":107,"target":8},{"source":108,"target":118},{"source":108,"target":8},{"source":109,"target":119},{"source":109,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":120},{"source":9,"target":121},{"source":120,"target":10},{"source":120,"target":122},{"source":120,"target":9},{"source":120,"target":123},{"source":122,"target":10},{"source":121,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":123},{"source":10,"target":124},{"source":123,"target":9},{"source":123,"target":125},{"source":123,"target":10},{"source":123,"target":120},{"source":125,"target":9},{"source":124,"target":8},{"source":11,"target":0},{"source":11,"target":126},{"source":11,"target":127},{"source":11,"target":128},{"source":126,"target":129},{"source":126,"target":11},{"source":127,"target":130},{"source":127,"target":11},{"source":12,"target":0},{"source":12,"target":131},{"source":12,"target":132},{"source":12,"target":133},{"source":131,"target":134},{"source":131,"target":12},{"source":132,"target":135},{"source":132,"target":12},{"source":13,"target":0},{"source":13,"target":136},{"source":13,"target":137},{"source":136,"target":3},{"source":136,"target":138},{"source":136,"target":13},{"source":138,"target":3},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":139},{"source":139,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":140},{"source":140,"target":13},{"source":16,"target":0},{"source":16,"target":141},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":142},{"source":17,"target":143},{"source":142,"target":5},{"source":142,"target":144},{"source":142,"target":17},{"source":144,"target":5},{"source":143,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":145},{"source":18,"target":146},{"source":145,"target":7},{"source":145,"target":147},{"source":145,"target":18},{"source":147,"target":7},{"source":146,"target":16},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":148},{"source":19,"target":149},{"source":148,"target":8},{"source":148,"target":150},{"source":148,"target":19},{"source":150,"target":8},{"source":149,"target":16},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":151},{"source":151,"target":17},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":152},{"source":21,"target":153},{"source":152,"target":20},{"source":152,"target":154},{"source":152,"target":21},{"source":154,"target":20},{"source":153,"target":17},{"source":22,"target":0},{"source":22,"target":19},{"source":22,"target":155},{"source":22,"target":156},{"source":155,"target":21},{"source":155,"target":157},{"source":155,"target":22},{"source":157,"target":21},{"source":156,"target":19},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":158},{"source":23,"target":159},{"source":158,"target":21},{"source":158,"target":160},{"source":158,"target":23},{"source":160,"target":21},{"source":159,"target":19},{"source":24,"target":0},{"source":24,"target":18},{"source":24,"target":161},{"source":24,"target":162},{"source":161,"target":21},{"source":161,"target":163},{"source":161,"target":24},{"source":163,"target":21},{"source":162,"target":18},{"source":25,"target":0},{"source":25,"target":18},{"source":25,"target":164},{"source":25,"target":165},{"source":164,"target":21},{"source":164,"target":166},{"source":164,"target":25},{"source":166,"target":21},{"source":165,"target":18},{"source":26,"target":0},{"source":26,"target":17},{"source":26,"target":167},{"source":26,"target":168},{"source":167,"target":20},{"source":167,"target":169},{"source":167,"target":26},{"source":169,"target":20},{"source":168,"target":17},{"source":27,"target":0},{"source":27,"target":19},{"source":27,"target":170},{"source":27,"target":171},{"source":170,"target":26},{"source":170,"target":172},{"source":170,"target":27},{"source":172,"target":26},{"source":171,"target":19},{"source":28,"target":0},{"source":28,"target":19},{"source":28,"target":173},{"source":28,"target":174},{"source":173,"target":26},{"source":173,"target":175},{"source":173,"target":28},{"source":175,"target":26},{"source":174,"target":19},{"source":29,"target":0},{"source":29,"target":18},{"source":29,"target":176},{"source":29,"target":177},{"source":176,"target":26},{"source":176,"target":178},{"source":176,"target":29},{"source":178,"target":26},{"source":177,"target":18},{"source":30,"target":0},{"source":30,"target":17},{"source":30,"target":179},{"source":30,"target":180},{"source":179,"target":20},{"source":179,"target":181},{"source":179,"target":30},{"source":181,"target":20},{"source":180,"target":17},{"source":31,"target":0},{"source":31,"target":18},{"source":31,"target":182},{"source":31,"target":183},{"source":182,"target":30},{"source":182,"target":184},{"source":182,"target":31},{"source":184,"target":30},{"source":183,"target":18},{"source":32,"target":0},{"source":32,"target":185},{"source":32,"target":186},{"source":185,"target":3},{"source":185,"target":187},{"source":185,"target":32},{"source":187,"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="debug"
nsURI="http://eclipse.org/rcptt/ctx/debug" nsPrefix="org.eclipse.rcptt.ctx.debug">
<eClassifiers xsi:type="ecore:EClass" name="DebugContext" eSuperTypes="../../org.eclipse.rcptt.core.scenario/models/scenario.ecore#//Context">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noLaunches" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noBreakpoints" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noLaunchShortcuts" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="launchShortcutExceptions"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="launchExceptions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="breakpointResources" upperBound="-1"
eType="#//BreakpointResource" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="launches" upperBound="-1"
eType="#//Launch" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="launchTypes" upperBound="-1"
eType="#//LaunchType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LaunchConfiguration" eSuperTypes="../../org.eclipse.rcptt.core.scenario/models/scenario.ecore#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.rcptt.core.scenario/models/scenario.ecore#//NamedElement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapValue" eSuperTypes="#//Collection"/>
<eClassifiers xsi:type="ecore:EClass" name="ListValue" eSuperTypes="#//Collection"/>
<eClassifiers xsi:type="ecore:EClass" name="SetValue" eSuperTypes="#//Collection"/>
<eClassifiers xsi:type="ecore:EClass" name="LaunchType" eSuperTypes="../../org.eclipse.rcptt.core.scenario/models/scenario.ecore#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="image" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="configurations" upperBound="-1"
eType="#//LaunchConfiguration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Breakpoint">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="registered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="persisted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.rcptt.core.scenario/models/scenario.ecore#//NamedElement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workingSets" lowerBound="1"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Launch">
<eStructuralFeatures xsi:type="ecore:EReference" name="configurationDelta" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.rcptt.core.scenario/models/scenario.ecore#//NamedElement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="configuration" eType="#//LaunchConfiguration"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="configurationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BreakpointResource">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="breakpoints" upperBound="-1"
eType="#//Breakpoint" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Collection" eSuperTypes="../../org.eclipse.rcptt.core.scenario/models/scenario.ecore#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.rcptt.core.scenario/models/scenario.ecore#//NamedElement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveValue" eSuperTypes="../../org.eclipse.rcptt.core.scenario/models/scenario.ecore#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/xored/rcptt/core/contexts/org.eclipse.rcptt.ctx.debug/model/debug.ecore | ecore | debug
DebugContext
noLaunches
true
noBreakpoints
true
noLaunchShortcuts
false
launchShortcutExceptions
launchExceptions
breakpointResources
launches
launchTypes
LaunchConfiguration
attributes
typeId
MapValue
ListValue
SetValue
LaunchType
image
configurations
Breakpoint
enabled
true
registered
persisted
type
attributes
workingSets
Launch
configurationDelta
mode
configuration
configurationName
BreakpointResource
path
breakpoints
Collection
entries
PrimitiveValue
value | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.rcptt.ctx.debug","nsURI":"http://eclipse.org/rcptt/ctx/debug","name":"debug","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DebugContext","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LaunchConfiguration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapValue","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListValue","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetValue","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LaunchType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Breakpoint","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Launch","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakpointResource","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collection","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveValue","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"noLaunches","changeable":true,"lowerBound":0,"iD":false,"id":12,"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":"noBreakpoints","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"noLaunchShortcuts","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":"launchShortcutExceptions","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":"launchExceptions","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":"breakpointResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"launches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"launchTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeId","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configurations","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":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"enabled","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"registered","changeable":true,"lowerBound":0,"iD":false,"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":"persisted","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"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":"workingSets","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configurationDelta","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"mode","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configuration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"configurationName","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"},{"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":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"breakpoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":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":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":12,"target":21},{"source":12,"target":1},{"source":13,"target":22},{"source":13,"target":1},{"source":14,"target":23},{"source":14,"target":1},{"source":15,"target":24},{"source":15,"target":1},{"source":16,"target":25},{"source":16,"target":1},{"source":17,"target":9},{"source":17,"target":26},{"source":17,"target":1},{"source":26,"target":9},{"source":18,"target":8},{"source":18,"target":27},{"source":18,"target":1},{"source":27,"target":8},{"source":19,"target":6},{"source":19,"target":28},{"source":19,"target":1},{"source":28,"target":6},{"source":2,"target":0},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":29,"target":32},{"source":29,"target":2},{"source":30,"target":33},{"source":30,"target":2},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":34},{"source":34,"target":10},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":35},{"source":35,"target":10},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":36},{"source":36,"target":10},{"source":6,"target":0},{"source":6,"target":37},{"source":6,"target":38},{"source":6,"target":39},{"source":37,"target":40},{"source":37,"target":6},{"source":38,"target":2},{"source":38,"target":41},{"source":38,"target":6},{"source":41,"target":2},{"source":7,"target":0},{"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":42,"target":48},{"source":42,"target":7},{"source":43,"target":49},{"source":43,"target":7},{"source":44,"target":50},{"source":44,"target":7},{"source":45,"target":51},{"source":45,"target":7},{"source":46,"target":52},{"source":46,"target":7},{"source":47,"target":53},{"source":47,"target":7},{"source":8,"target":0},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":54,"target":58},{"source":54,"target":8},{"source":55,"target":59},{"source":55,"target":8},{"source":56,"target":2},{"source":56,"target":60},{"source":56,"target":8},{"source":60,"target":2},{"source":57,"target":61},{"source":57,"target":8},{"source":9,"target":0},{"source":9,"target":62},{"source":9,"target":63},{"source":62,"target":64},{"source":62,"target":9},{"source":63,"target":7},{"source":63,"target":65},{"source":63,"target":9},{"source":65,"target":7},{"source":10,"target":0},{"source":10,"target":66},{"source":10,"target":67},{"source":66,"target":68},{"source":66,"target":10},{"source":11,"target":0},{"source":11,"target":69},{"source":11,"target":70},{"source":69,"target":71},{"source":69,"target":11}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="info" nsURI="http://eclipse.org/rcptt/tesla/info" nsPrefix="org.eclipse.rcptt.tesla.info">
<eClassifiers xsi:type="ecore:EClass" name="AdvancedInformation">
<eStructuralFeatures xsi:type="ecore:EReference" name="threads" upperBound="-1"
eType="#//StackTraceEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="jobs" upperBound="-1" eType="#//JobEntry"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//InfoNode" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StackTraceEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stackTrace" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="threadName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="threadClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JobEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="jobClass" 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="rule" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InfoNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//InfoNode" 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="properties" upperBound="-1"
eType="#//NodeProperty" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodeProperty">
<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="Q7WaitInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastTick" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="classId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ticks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastStartTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Q7WaitInfoRoot">
<eStructuralFeatures xsi:type="ecore:EReference" name="infos" upperBound="-1"
eType="#//Q7WaitInfo" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tick" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="classNames" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typesNames" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="innerClassMap" upperBound="-1"
eType="#//Q7WaitInfoInnerClassMap" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Q7WaitInfoInnerClassMap" 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>
</ecore:EPackage>
| github:ecore:/data/xored/rcptt/core/org.eclipse.rcptt.tesla.core/models/info.ecore | ecore | info
AdvancedInformation
threads
jobs
message
nodes
StackTraceEntry
id
stackTrace
threadName
threadClass
JobEntry
id
name
jobClass
state
rule
ruleClass
InfoNode
children
name
properties
NodeProperty
name
value
Q7WaitInfo
startTime
endTime
lastTick
classId
typeId
ticks
duration
lastStartTime
Q7WaitInfoRoot
infos
startTime
tick
classNames
typesNames
innerClassMap
Q7WaitInfoInnerClassMap
java.util.Map$Entry
java.util.Map$Entry
key
value | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.rcptt.tesla.info","nsURI":"http://eclipse.org/rcptt/tesla/info","name":"info","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdvancedInformation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StackTraceEntry","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JobEntry","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfoNode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeProperty","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Q7WaitInfo","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Q7WaitInfoRoot","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"Q7WaitInfoInnerClassMap","instanceClass":"java.util.Map$Entry","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":"threads","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":"jobs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"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,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stackTrace","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":"threadName","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":"threadClass","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jobClass","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","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":"rule","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ruleClass","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":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":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"container":false,"ordered":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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"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":"startTime","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endTime","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastTick","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classId","changeable":true,"lowerBound":0,"iD":false,"id":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":"typeId","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ticks","changeable":true,"lowerBound":0,"iD":false,"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":"duration","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":"lastStartTime","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"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":"infos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startTime","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tick","changeable":true,"lowerBound":0,"iD":false,"id":65,"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":"classNames","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"typesNames","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":"innerClassMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":9,"target":2},{"source":9,"target":13},{"source":9,"target":1},{"source":13,"target":2},{"source":10,"target":3},{"source":10,"target":14},{"source":10,"target":1},{"source":14,"target":3},{"source":11,"target":15},{"source":11,"target":1},{"source":12,"target":4},{"source":12,"target":16},{"source":12,"target":1},{"source":16,"target":4},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":17,"target":21},{"source":17,"target":2},{"source":18,"target":22},{"source":18,"target":2},{"source":19,"target":23},{"source":19,"target":2},{"source":20,"target":24},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":25,"target":31},{"source":25,"target":3},{"source":26,"target":32},{"source":26,"target":3},{"source":27,"target":33},{"source":27,"target":3},{"source":28,"target":34},{"source":28,"target":3},{"source":29,"target":35},{"source":29,"target":3},{"source":30,"target":36},{"source":30,"target":3},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":37,"target":4},{"source":37,"target":40},{"source":37,"target":4},{"source":40,"target":4},{"source":38,"target":41},{"source":38,"target":4},{"source":39,"target":5},{"source":39,"target":42},{"source":39,"target":4},{"source":42,"target":5},{"source":5,"target":0},{"source":5,"target":43},{"source":5,"target":44},{"source":43,"target":45},{"source":43,"target":5},{"source":44,"target":46},{"source":44,"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":6,"target":54},{"source":47,"target":55},{"source":47,"target":6},{"source":48,"target":56},{"source":48,"target":6},{"source":49,"target":57},{"source":49,"target":6},{"source":50,"target":58},{"source":50,"target":6},{"source":51,"target":59},{"source":51,"target":6},{"source":52,"target":60},{"source":52,"target":6},{"source":53,"target":61},{"source":53,"target":6},{"source":54,"target":62},{"source":54,"target":6},{"source":7,"target":0},{"source":7,"target":63},{"source":7,"target":64},{"source":7,"target":65},{"source":7,"target":66},{"source":7,"target":67},{"source":7,"target":68},{"source":63,"target":6},{"source":63,"target":69},{"source":63,"target":7},{"source":69,"target":6},{"source":64,"target":70},{"source":64,"target":7},{"source":65,"target":71},{"source":65,"target":7},{"source":66,"target":72},{"source":66,"target":7},{"source":67,"target":73},{"source":67,"target":7},{"source":68,"target":8},{"source":68,"target":74},{"source":68,"target":7},{"source":74,"target":8},{"source":8,"target":0},{"source":8,"target":75},{"source":8,"target":76},{"source":75,"target":77},{"source":75,"target":8},{"source":76,"target":78},{"source":76,"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="mclevdom" nsURI="http://srg.aut.uah.es/micobs/mclev/mclevdom"
nsPrefix="micobs.mclev">
<eClassifiers xsi:type="ecore:EClass" name="MDomain" abstract="true" eSuperTypes="#//MMCLEVDOMPackageElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="allowsSingleton" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="ecore:EClass ../../es.uah.aut.srg.micobs/model/common.ecore#//MParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portTypes" upperBound="-1"
eType="#//MPortType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfaceTypes" upperBound="-1"
eType="#//MInterfaceType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectors" upperBound="-1"
eType="#//MConnector" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MAODomain" eSuperTypes="#//MDomain">
<eStructuralFeatures xsi:type="ecore:EReference" name="outputIODomains" lowerBound="1"
upperBound="-1" eType="#//MIODomain"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inherits" upperBound="-1"
eType="#//MAODomain"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentTypeInstances"
upperBound="-1" eType="#//MAODComponentTypeInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentTypes" lowerBound="1"
upperBound="-1" eType="#//MAODComponentType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MIODomain" eSuperTypes="#//MDomain">
<eStructuralFeatures xsi:type="ecore:EReference" name="inherits" upperBound="-1"
eType="#//MIODomain"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="languages" lowerBound="1"
upperBound="-1" eType="ecore:EClass ../../es.uah.aut.srg.micobs/model/system.ecore#//MLanguage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requires" upperBound="-1"
eType="ecore:EClass sai.ecore#//MSAI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exchangeModels" upperBound="-1"
eType="#//MExchangeModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supportedPlatforms" lowerBound="1"
upperBound="-1" eType="#//MIODomainSupportedPlatform" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentTypes" lowerBound="1"
upperBound="-1" eType="#//MIODAbstractComponentType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentTypeInstances"
upperBound="-1" eType="#//MIODComponentTypeInstance" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MComponentType" abstract="true" eSuperTypes="../../es.uah.aut.srg.micobs/model/common.ecore#//MCommonReferenceableObj">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="ecore:EClass ../../es.uah.aut.srg.micobs/model/common.ecore#//MParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portTypeInstances" upperBound="-1"
eType="#//MPortTypeInstance" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MIODAbstractComponentType" eSuperTypes="#//MComponentType">
<eStructuralFeatures xsi:type="ecore:EReference" name="inherits" upperBound="-1"
eType="#//MIODAbstractComponentType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentTypeInstances"
upperBound="-1" eType="#//MIODComponentTypeInstance" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MIODComponentType" eSuperTypes="#//MIODAbstractComponentType">
<eStructuralFeatures xsi:type="ecore:EReference" name="language" lowerBound="1"
eType="ecore:EClass ../../es.uah.aut.srg.micobs/model/system.ecore#//MLanguage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MAODComponentType" eSuperTypes="#//MComponentType">
<eStructuralFeatures xsi:type="ecore:EReference" name="inherits" upperBound="-1"
eType="#//MAODComponentType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentTypeInstances"
upperBound="-1" eType="#//MAODComponentTypeInstance" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MComponentTypeInstance" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="lowerBound" lowerBound="1"
eType="ecore:EClass ../../es.uah.aut.srg.micobs/model/common.ecore#//MParameterValueExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="upperBound" lowerBound="1"
eType="ecore:EClass ../../es.uah.aut.srg.micobs/model/common.ecore#//MParameterValueExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MIODComponentTypeInstance" eSuperTypes="#//MComponentTypeInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="componentType" lowerBound="1"
eType="#//MIODAbstractComponentType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MAODComponentTypeInstance" eSuperTypes="#//MComponentTypeInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="componentType" lowerBound="1"
eType="#//MAODComponentType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MPortTypeInstance" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="portType" lowerBound="1"
eType="#//MPortType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lowerBound" lowerBound="1"
eType="ecore:EClass ../../es.uah.aut.srg.micobs/model/common.ecore#//MParameterValueExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="upperBound" lowerBound="1"
eType="ecore:EClass ../../es.uah.aut.srg.micobs/model/common.ecore#//MParameterValueExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MInternalPortTypeInstance" eSuperTypes="#//MPortTypeInstance"/>
<eClassifiers xsi:type="ecore:EClass" name="MInternalClientPortTypeInstance" eSuperTypes="#//MInternalPortTypeInstance"/>
<eClassifiers xsi:type="ecore:EClass" name="MInternalServerPortTypeInstance" eSuperTypes="#//MInternalPortTypeInstance"/>
<eClassifiers xsi:type="ecore:EClass" name="MExternalPortTypeInstance" eSuperTypes="#//MPortTypeInstance"/>
<eClassifiers xsi:type="ecore:EClass" name="MExternalClientPortTypeInstance" eSuperTypes="#//MExternalPortTypeInstance"/>
<eClassifiers xsi:type="ecore:EClass" name="MExternalServerPortTypeInstance" eSuperTypes="#//MExternalPortTypeInstance"/>
<eClassifiers xsi:type="ecore:EClass" name="MConnector" eSuperTypes="../../es.uah.aut.srg.micobs/model/common.ecore#//MCommonReferenceableObj">
<eStructuralFeatures xsi:type="ecore:EReference" name="inherits" upperBound="-1"
eType="#//MConnector"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="ecore:EClass ../../es.uah.aut.srg.micobs/model/common.ecore#//MParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clientPortTypes" lowerBound="1"
upperBound="-1" eType="#//MPortType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serverPortTypes" lowerBound="1"
upperBound="-1" eType="#//MPortType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exchangeModel" eType="#//MExchangeModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MPortType" eSuperTypes="../../es.uah.aut.srg.micobs/model/common.ecore#//MCommonReferenceableObj">
<eStructuralFeatures xsi:type="ecore:EReference" name="inherits" upperBound="-1"
eType="#//MPortType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfaceTypes" lowerBound="1"
upperBound="-1" eType="#//MInterfaceType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="ecore:EClass ../../es.uah.aut.srg.micobs/model/common.ecore#//MParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clientAttributes" upperBound="-1"
eType="ecore:EClass ../../es.uah.aut.srg.micobs/model/common.ecore#//MParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serverAttributes" upperBound="-1"
eType="ecore:EClass ../../es.uah.aut.srg.micobs/model/common.ecore#//MParameter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MInterfaceType" eSuperTypes="../../es.uah.aut.srg.micobs/model/common.ecore#//MCommonReferenceableObj">
<eStructuralFeatures xsi:type="ecore:EReference" name="inherits" upperBound="-1"
eType="#//MInterfaceType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MExchangeModel" eSuperTypes="../../es.uah.aut.srg.micobs/model/common.ecore#//MCommonReferenceableObj">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfaceTypes" lowerBound="2"
upperBound="-1" eType="#//MInterfaceType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inherits" upperBound="-1"
eType="#//MExchangeModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MMCLEVDOMPackageFile" eSuperTypes="../../es.uah.aut.srg.micobs/model/common.ecore#//MCommonPackageFile"/>
<eClassifiers xsi:type="ecore:EClass" name="MMCLEVDOMPackageElement" abstract="true"
eSuperTypes="../../es.uah.aut.srg.micobs/model/common.ecore#//MCommonPackageElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MIODomainSupportedPlatform" eSuperTypes="../../es.uah.aut.srg.micobs/model/common.ecore#//MCommonReferenceableObj">
<eStructuralFeatures xsi:type="ecore:EReference" name="osapi" eType="ecore:EClass ../../es.uah.aut.srg.micobs.pdl/model/pdl.ecore#//MOperatingSystemAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="os" eType="ecore:EClass ../../es.uah.aut.srg.micobs.pdl/model/pdl.ecore#//MOperatingSystem"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="architecture" eType="ecore:EClass ../../es.uah.aut.srg.micobs.pdl/model/pdl.ecore#//MArchitecture"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="compiler" eType="ecore:EClass ../../es.uah.aut.srg.micobs.pdl/model/pdl.ecore#//MCompiler"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="microprocessor" eType="ecore:EClass ../../es.uah.aut.srg.micobs.pdl/model/pdl.ecore#//MMicroprocessor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="board" eType="ecore:EClass ../../es.uah.aut.srg.micobs.pdl/model/pdl.ecore#//MBoard"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="ecore:EClass ../../es.uah.aut.srg.micobs/model/common.ecore#//MParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requires" upperBound="-1"
eType="ecore:EClass sai.ecore#//MSAI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="languages" upperBound="-1"
eType="ecore:EClass ../../es.uah.aut.srg.micobs/model/system.ecore#//MLanguage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MParameterIODSPSwitch" abstract="true"
eSuperTypes="../../es.uah.aut.srg.micobs/model/common.ecore#//MParameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="cases" lowerBound="1" upperBound="-1"
eType="#//MParameterIODSPSwitchCase" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MParameterIODSPSwitchCase" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" lowerBound="1"
eType="ecore:EClass ../../es.uah.aut.srg.micobs/model/common.ecore#//MParameterValueExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="platform" lowerBound="1"
eType="#//MIODomainSupportedPlatform"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MBooleanParamIODSPSwitch" eSuperTypes="../../es.uah.aut.srg.micobs/model/common.ecore#//MBooleanParameter #//MParameterIODSPSwitch"/>
<eClassifiers xsi:type="ecore:EClass" name="MBooleanParamIODSPSwitchCase" eSuperTypes="#//MParameterIODSPSwitchCase"/>
<eClassifiers xsi:type="ecore:EClass" name="MStringParamIODSPSwitch" eSuperTypes="../../es.uah.aut.srg.micobs/model/common.ecore#//MStringParameter #//MParameterIODSPSwitch"/>
<eClassifiers xsi:type="ecore:EClass" name="MStringParamIODSPSwitchCase" eSuperTypes="#//MParameterIODSPSwitchCase"/>
<eClassifiers xsi:type="ecore:EClass" name="MIntegerParamIODSPSwitch" eSuperTypes="../../es.uah.aut.srg.micobs/model/common.ecore#//MIntegerParameter #//MParameterIODSPSwitch"/>
<eClassifiers xsi:type="ecore:EClass" name="MIntegerParamIODSPSwitchCase" eSuperTypes="#//MParameterIODSPSwitchCase">
<eStructuralFeatures xsi:type="ecore:EReference" name="range" eType="ecore:EClass ../../es.uah.aut.srg.micobs/model/common.ecore#//MParameterRange"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MEnumParamIODSPSwitch" eSuperTypes="../../es.uah.aut.srg.micobs/model/common.ecore#//MEnumParameter #//MParameterIODSPSwitch"/>
<eClassifiers xsi:type="ecore:EClass" name="MEnumParamIODSPSwitchCase" eSuperTypes="#//MParameterIODSPSwitchCase"/>
<eClassifiers xsi:type="ecore:EClass" name="MRealParamIODSPSwitch" eSuperTypes="../../es.uah.aut.srg.micobs/model/common.ecore#//MRealParameter #//MParameterIODSPSwitch"/>
<eClassifiers xsi:type="ecore:EClass" name="MRealParamIODSPSwitchCase" eSuperTypes="#//MParameterIODSPSwitchCase">
<eStructuralFeatures xsi:type="ecore:EReference" name="range" eType="ecore:EClass ../../es.uah.aut.srg.micobs/model/common.ecore#//MParameterRange"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/parraman/micobs/mclev/es.uah.aut.srg.micobs.mclev/model/dom.ecore | ecore | mclevdom
MDomain
allowsSingleton
false
attributes
portTypes
interfaceTypes
connectors
MAODomain
outputIODomains
inherits
componentTypeInstances
componentTypes
MIODomain
inherits
languages
requires
exchangeModels
supportedPlatforms
componentTypes
componentTypeInstances
MComponentType
attributes
portTypeInstances
MIODAbstractComponentType
inherits
componentTypeInstances
MIODComponentType
language
MAODComponentType
inherits
componentTypeInstances
MComponentTypeInstance
lowerBound
upperBound
MIODComponentTypeInstance
componentType
MAODComponentTypeInstance
componentType
MPortTypeInstance
portType
lowerBound
upperBound
MInternalPortTypeInstance
MInternalClientPortTypeInstance
MInternalServerPortTypeInstance
MExternalPortTypeInstance
MExternalClientPortTypeInstance
MExternalServerPortTypeInstance
MConnector
inherits
attributes
clientPortTypes
serverPortTypes
exchangeModel
MPortType
inherits
interfaceTypes
attributes
clientAttributes
serverAttributes
MInterfaceType
inherits
MExchangeModel
interfaceTypes
inherits
MMCLEVDOMPackageFile
MMCLEVDOMPackageElement
MIODomainSupportedPlatform
osapi
os
architecture
compiler
microprocessor
board
attributes
requires
languages
MParameterIODSPSwitch
cases
MParameterIODSPSwitchCase
defaultValue
platform
MBooleanParamIODSPSwitch
MBooleanParamIODSPSwitchCase
MStringParamIODSPSwitch
MStringParamIODSPSwitchCase
MIntegerParamIODSPSwitch
MIntegerParamIODSPSwitchCase
range
MEnumParamIODSPSwitch
MEnumParamIODSPSwitchCase
MRealParamIODSPSwitch
MRealParamIODSPSwitchCase
range | null | {"directed":true,"nodes":[{"nsPrefix":"micobs.mclev","nsURI":"http://srg.aut.uah.es/micobs/mclev/mclevdom","name":"mclevdom","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDomain","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MAODomain","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MIODomain","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MComponentType","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MIODAbstractComponentType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MIODComponentType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MAODComponentType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MComponentTypeInstance","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MIODComponentTypeInstance","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MAODComponentTypeInstance","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MPortTypeInstance","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MInternalPortTypeInstance","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MInternalClientPortTypeInstance","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MInternalServerPortTypeInstance","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MExternalPortTypeInstance","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MExternalClientPortTypeInstance","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MExternalServerPortTypeInstance","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MConnector","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MPortType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MInterfaceType","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MExchangeModel","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MMCLEVDOMPackageFile","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MMCLEVDOMPackageElement","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MIODomainSupportedPlatform","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MParameterIODSPSwitch","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MParameterIODSPSwitchCase","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MBooleanParamIODSPSwitch","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MBooleanParamIODSPSwitchCase","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MStringParamIODSPSwitch","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MStringParamIODSPSwitchCase","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MIntegerParamIODSPSwitch","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MIntegerParamIODSPSwitchCase","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MEnumParamIODSPSwitch","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MEnumParamIODSPSwitchCase","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MRealParamIODSPSwitch","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MRealParamIODSPSwitchCase","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"allowsSingleton","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"portTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceTypes","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":"connectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"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":"outputIODomains","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inherits","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":"componentTypeInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentTypes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inherits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"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":"languages","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requires","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":"exchangeModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"supportedPlatforms","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentTypes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentTypeInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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":"portTypeInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"inherits","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":"componentTypeInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inherits","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":"componentTypeInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"componentType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"componentType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inherits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"clientPortTypes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"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":"serverPortTypes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exchangeModel","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"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inherits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"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":"interfaceTypes","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clientAttributes","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":true,"unsettable":false,"transient":false,"unique":true,"name":"serverAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inherits","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfaceTypes","changeable":true,"resolveProxies":true,"lowerBound":2,"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":"inherits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"osapi","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":"os","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":false,"unsettable":false,"transient":false,"unique":true,"name":"architecture","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":"compiler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"microprocessor","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":false,"unsettable":false,"transient":false,"unique":true,"name":"board","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requires","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"languages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"platform","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":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":178,"derived":false},{"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"},{"container":false,"ordered":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":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":1,"target":0},{"source":1,"target":23},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":37,"target":43},{"source":37,"target":1},{"source":38,"target":44},{"source":38,"target":1},{"source":39,"target":19},{"source":39,"target":45},{"source":39,"target":1},{"source":45,"target":19},{"source":40,"target":20},{"source":40,"target":46},{"source":40,"target":1},{"source":46,"target":20},{"source":41,"target":18},{"source":41,"target":47},{"source":41,"target":1},{"source":47,"target":18},{"source":42,"target":23},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":48,"target":3},{"source":48,"target":53},{"source":48,"target":2},{"source":53,"target":3},{"source":49,"target":2},{"source":49,"target":54},{"source":49,"target":2},{"source":54,"target":2},{"source":50,"target":10},{"source":50,"target":55},{"source":50,"target":2},{"source":55,"target":10},{"source":51,"target":7},{"source":51,"target":56},{"source":51,"target":2},{"source":56,"target":7},{"source":52,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"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":57,"target":3},{"source":57,"target":65},{"source":57,"target":3},{"source":65,"target":3},{"source":58,"target":66},{"source":58,"target":3},{"source":59,"target":67},{"source":59,"target":3},{"source":60,"target":21},{"source":60,"target":68},{"source":60,"target":3},{"source":68,"target":21},{"source":61,"target":24},{"source":61,"target":69},{"source":61,"target":3},{"source":69,"target":24},{"source":62,"target":5},{"source":62,"target":70},{"source":62,"target":3},{"source":70,"target":5},{"source":63,"target":9},{"source":63,"target":71},{"source":63,"target":3},{"source":71,"target":9},{"source":64,"target":1},{"source":4,"target":0},{"source":4,"target":72},{"source":4,"target":73},{"source":4,"target":74},{"source":72,"target":75},{"source":72,"target":4},{"source":73,"target":11},{"source":73,"target":76},{"source":73,"target":4},{"source":76,"target":11},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":77,"target":5},{"source":77,"target":80},{"source":77,"target":5},{"source":80,"target":5},{"source":78,"target":9},{"source":78,"target":81},{"source":78,"target":5},{"source":81,"target":9},{"source":79,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":82},{"source":6,"target":83},{"source":82,"target":84},{"source":82,"target":6},{"source":83,"target":5},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":87},{"source":85,"target":7},{"source":85,"target":88},{"source":85,"target":7},{"source":88,"target":7},{"source":86,"target":10},{"source":86,"target":89},{"source":86,"target":7},{"source":89,"target":10},{"source":87,"target":4},{"source":8,"target":0},{"source":8,"target":90},{"source":8,"target":91},{"source":90,"target":92},{"source":90,"target":8},{"source":91,"target":93},{"source":91,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":94},{"source":9,"target":95},{"source":94,"target":5},{"source":94,"target":96},{"source":94,"target":9},{"source":96,"target":5},{"source":95,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":97},{"source":10,"target":98},{"source":97,"target":7},{"source":97,"target":99},{"source":97,"target":10},{"source":99,"target":7},{"source":98,"target":8},{"source":11,"target":0},{"source":11,"target":100},{"source":11,"target":101},{"source":11,"target":102},{"source":100,"target":19},{"source":100,"target":103},{"source":100,"target":11},{"source":103,"target":19},{"source":101,"target":104},{"source":101,"target":11},{"source":102,"target":105},{"source":102,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":106},{"source":106,"target":11},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":107},{"source":107,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":108},{"source":108,"target":12},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":109},{"source":109,"target":11},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":110},{"source":110,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":111},{"source":111,"target":15},{"source":18,"target":0},{"source":18,"target":112},{"source":18,"target":113},{"source":18,"target":114},{"source":18,"target":115},{"source":18,"target":116},{"source":18,"target":117},{"source":112,"target":18},{"source":112,"target":118},{"source":112,"target":18},{"source":118,"target":18},{"source":113,"target":119},{"source":113,"target":18},{"source":114,"target":19},{"source":114,"target":120},{"source":114,"target":18},{"source":120,"target":19},{"source":115,"target":19},{"source":115,"target":121},{"source":115,"target":18},{"source":121,"target":19},{"source":116,"target":21},{"source":116,"target":122},{"source":116,"target":18},{"source":122,"target":21},{"source":19,"target":0},{"source":19,"target":123},{"source":19,"target":124},{"source":19,"target":125},{"source":19,"target":126},{"source":19,"target":127},{"source":19,"target":128},{"source":123,"target":19},{"source":123,"target":129},{"source":123,"target":19},{"source":129,"target":19},{"source":124,"target":20},{"source":124,"target":130},{"source":124,"target":19},{"source":130,"target":20},{"source":125,"target":131},{"source":125,"target":19},{"source":126,"target":132},{"source":126,"target":19},{"source":127,"target":133},{"source":127,"target":19},{"source":20,"target":0},{"source":20,"target":134},{"source":20,"target":135},{"source":134,"target":20},{"source":134,"target":136},{"source":134,"target":20},{"source":136,"target":20},{"source":21,"target":0},{"source":21,"target":137},{"source":21,"target":138},{"source":21,"target":139},{"source":137,"target":20},{"source":137,"target":140},{"source":137,"target":21},{"source":140,"target":20},{"source":138,"target":21},{"source":138,"target":141},{"source":138,"target":21},{"source":141,"target":21},{"source":22,"target":0},{"source":22,"target":142},{"source":23,"target":0},{"source":23,"target":143},{"source":24,"target":0},{"source":24,"target":144},{"source":24,"target":145},{"source":24,"target":146},{"source":24,"target":147},{"source":24,"target":148},{"source":24,"target":149},{"source":24,"target":150},{"source":24,"target":151},{"source":24,"target":152},{"source":24,"target":153},{"source":144,"target":154},{"source":144,"target":24},{"source":145,"target":155},{"source":145,"target":24},{"source":146,"target":156},{"source":146,"target":24},{"source":147,"target":157},{"source":147,"target":24},{"source":148,"target":158},{"source":148,"target":24},{"source":149,"target":159},{"source":149,"target":24},{"source":150,"target":160},{"source":150,"target":24},{"source":151,"target":161},{"source":151,"target":24},{"source":152,"target":162},{"source":152,"target":24},{"source":25,"target":0},{"source":25,"target":163},{"source":25,"target":164},{"source":163,"target":26},{"source":163,"target":165},{"source":163,"target":25},{"source":165,"target":26},{"source":26,"target":0},{"source":26,"target":166},{"source":26,"target":167},{"source":166,"target":168},{"source":166,"target":26},{"source":167,"target":24},{"source":167,"target":169},{"source":167,"target":26},{"source":169,"target":24},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":170},{"source":27,"target":171},{"source":171,"target":25},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":172},{"source":172,"target":26},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":173},{"source":29,"target":174},{"source":174,"target":25},{"source":30,"target":0},{"source":30,"target":26},{"source":30,"target":175},{"source":175,"target":26},{"source":31,"target":0},{"source":31,"target":25},{"source":31,"target":176},{"source":31,"target":177},{"source":177,"target":25},{"source":32,"target":0},{"source":32,"target":26},{"source":32,"target":178},{"source":32,"target":179},{"source":178,"target":180},{"source":178,"target":32},{"source":179,"target":26},{"source":33,"target":0},{"source":33,"target":25},{"source":33,"target":181},{"source":33,"target":182},{"source":182,"target":25},{"source":34,"target":0},{"source":34,"target":26},{"source":34,"target":183},{"source":183,"target":26},{"source":35,"target":0},{"source":35,"target":25},{"source":35,"target":184},{"source":35,"target":185},{"source":185,"target":25},{"source":36,"target":0},{"source":36,"target":26},{"source":36,"target":186},{"source":36,"target":187},{"source":186,"target":188},{"source":186,"target":36},{"source":187,"target":26}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sasmodel" nsURI="http://www.example.org/sasmodel" nsPrefix="sasmodel">
<eClassifiers xsi:type="ecore:EClass" name="Subsystem">
<eStructuralFeatures xsi:type="ecore:EReference" name="probe" upperBound="-1"
eType="#//Probe" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="measuredoutput" upperBound="-1"
eType="#//MeasuredOutput" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Managing" eSuperTypes="#//Subsystem">
<eStructuralFeatures xsi:type="ecore:EReference" name="controlloopmanager" lowerBound="1"
eType="#//ControlLoopManager"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Managed" eSuperTypes="#//Subsystem"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlLoopManager">
<eStructuralFeatures xsi:type="ecore:EReference" name="controlloop" lowerBound="1"
upperBound="-1" eType="#//ControlLoop"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Synchronized" eSuperTypes="#//ControlLoopManager"/>
<eClassifiers xsi:type="ecore:EClass" name="Coordinated" eSuperTypes="#//ControlLoopManager"/>
<eClassifiers xsi:type="ecore:EClass" name="Independent" eSuperTypes="#//ControlLoopManager"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlLoop">
<eStructuralFeatures xsi:type="ecore:EReference" name="monitor" lowerBound="1"
upperBound="-1" eType="#//Monitor" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="analyzer" lowerBound="1"
upperBound="-1" eType="#//Analyzer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="planner" upperBound="-1"
eType="#//Planner" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="executor" lowerBound="1"
upperBound="-1" eType="#//Executor" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Monitor">
<eStructuralFeatures xsi:type="ecore:EReference" name="sensor" lowerBound="1"
upperBound="-1" eType="#//Sensor" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Analyzer">
<eStructuralFeatures xsi:type="ecore:EReference" name="knowledge" lowerBound="1"
eType="#//Knowledge"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Planner">
<eStructuralFeatures xsi:type="ecore:EReference" name="knowledge" lowerBound="1"
eType="#//Knowledge"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Executor">
<eStructuralFeatures xsi:type="ecore:EReference" name="effector" lowerBound="1"
upperBound="-1" eType="#//Effector" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Knowledge">
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceinput" lowerBound="1"
upperBound="-1" eType="#//ReferenceInput" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceInput">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sensor">
<eStructuralFeatures xsi:type="ecore:EReference" name="probe" eType="#//Probe"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Effector">
<eStructuralFeatures xsi:type="ecore:EReference" name="subsystem" eType="#//Subsystem"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MeasuredOutput">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Probe">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" iD="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/dsanmartins/PhdComputationalSupport/br.ufscar.sas.model/model/sasmodel.ecore | ecore | sasmodel
Subsystem
probe
measuredoutput
Id
Managing
controlloopmanager
Managed
ControlLoopManager
controlloop
Id
Synchronized
Coordinated
Independent
ControlLoop
monitor
analyzer
planner
executor
Id
Monitor
sensor
Id
Analyzer
knowledge
Id
Planner
knowledge
Id
Executor
effector
Id
Knowledge
referenceinput
Id
ReferenceInput
newAttribute
Sensor
probe
Id
Effector
subsystem
Id
MeasuredOutput
Id
Probe
Id | null | {"directed":true,"nodes":[{"nsPrefix":"sasmodel","nsURI":"http://www.example.org/sasmodel","name":"sasmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subsystem","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Managing","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Managed","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlLoopManager","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synchronized","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Coordinated","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Independent","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlLoop","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Monitor","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Analyzer","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Planner","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Executor","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Knowledge","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceInput","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sensor","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Effector","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasuredOutput","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Probe","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"probe","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"measuredoutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Id","changeable":false,"lowerBound":0,"iD":true,"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":"controlloopmanager","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"controlloop","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Id","changeable":false,"lowerBound":0,"iD":true,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"monitor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"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":"analyzer","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"planner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"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":"executor","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"Id","changeable":false,"lowerBound":0,"iD":true,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sensor","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"Id","changeable":false,"lowerBound":0,"iD":true,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"knowledge","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Id","changeable":false,"lowerBound":0,"iD":true,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"knowledge","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"Id","changeable":false,"lowerBound":0,"iD":true,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"effector","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"Id","changeable":false,"lowerBound":0,"iD":true,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referenceinput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Id","changeable":false,"lowerBound":0,"iD":true,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newAttribute","changeable":false,"lowerBound":0,"iD":true,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"probe","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Id","changeable":false,"lowerBound":0,"iD":true,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsystem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Id","changeable":false,"lowerBound":0,"iD":true,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Id","changeable":false,"lowerBound":0,"iD":true,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Id","changeable":false,"lowerBound":0,"iD":true,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":19,"target":18},{"source":19,"target":22},{"source":19,"target":1},{"source":22,"target":18},{"source":20,"target":17},{"source":20,"target":23},{"source":20,"target":1},{"source":23,"target":17},{"source":21,"target":24},{"source":21,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":25},{"source":2,"target":26},{"source":25,"target":4},{"source":25,"target":27},{"source":25,"target":2},{"source":27,"target":4},{"source":26,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":28},{"source":28,"target":1},{"source":4,"target":0},{"source":4,"target":29},{"source":4,"target":30},{"source":29,"target":8},{"source":29,"target":31},{"source":29,"target":4},{"source":31,"target":8},{"source":30,"target":32},{"source":30,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":33},{"source":33,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":34},{"source":34,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":35},{"source":35,"target":4},{"source":8,"target":0},{"source":8,"target":36},{"source":8,"target":37},{"source":8,"target":38},{"source":8,"target":39},{"source":8,"target":40},{"source":36,"target":9},{"source":36,"target":41},{"source":36,"target":8},{"source":41,"target":9},{"source":37,"target":10},{"source":37,"target":42},{"source":37,"target":8},{"source":42,"target":10},{"source":38,"target":11},{"source":38,"target":43},{"source":38,"target":8},{"source":43,"target":11},{"source":39,"target":12},{"source":39,"target":44},{"source":39,"target":8},{"source":44,"target":12},{"source":40,"target":45},{"source":40,"target":8},{"source":9,"target":0},{"source":9,"target":46},{"source":9,"target":47},{"source":46,"target":15},{"source":46,"target":48},{"source":46,"target":9},{"source":48,"target":15},{"source":47,"target":49},{"source":47,"target":9},{"source":10,"target":0},{"source":10,"target":50},{"source":10,"target":51},{"source":50,"target":13},{"source":50,"target":52},{"source":50,"target":10},{"source":52,"target":13},{"source":51,"target":53},{"source":51,"target":10},{"source":11,"target":0},{"source":11,"target":54},{"source":11,"target":55},{"source":54,"target":13},{"source":54,"target":56},{"source":54,"target":11},{"source":56,"target":13},{"source":55,"target":57},{"source":55,"target":11},{"source":12,"target":0},{"source":12,"target":58},{"source":12,"target":59},{"source":58,"target":16},{"source":58,"target":60},{"source":58,"target":12},{"source":60,"target":16},{"source":59,"target":61},{"source":59,"target":12},{"source":13,"target":0},{"source":13,"target":62},{"source":13,"target":63},{"source":62,"target":14},{"source":62,"target":64},{"source":62,"target":13},{"source":64,"target":14},{"source":63,"target":65},{"source":63,"target":13},{"source":14,"target":0},{"source":14,"target":66},{"source":66,"target":67},{"source":66,"target":14},{"source":15,"target":0},{"source":15,"target":68},{"source":15,"target":69},{"source":68,"target":18},{"source":68,"target":70},{"source":68,"target":15},{"source":70,"target":18},{"source":69,"target":71},{"source":69,"target":15},{"source":16,"target":0},{"source":16,"target":72},{"source":16,"target":73},{"source":72,"target":1},{"source":72,"target":74},{"source":72,"target":16},{"source":74,"target":1},{"source":73,"target":75},{"source":73,"target":16},{"source":17,"target":0},{"source":17,"target":76},{"source":76,"target":77},{"source":76,"target":17},{"source":18,"target":0},{"source":18,"target":78},{"source":78,"target":79},{"source":78,"target":18}],"multigraph":true} |
false | <?xml version="1.0" encoding="ASCII"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="units" nsURI="http://rover.units/units/" nsPrefix="units">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Unit" abstract="true">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LengthUnit" abstract="true" eSuperTypes="//Unit">
<eOperations name="toCm">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Centimeter" eSuperTypes="//MetricSystemUnit //LengthUnit">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toCm">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Millimeter" eSuperTypes="//MetricSystemUnit //LengthUnit">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toCm">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Meter" eSuperTypes="//MetricSystemUnit //LengthUnit">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toCm">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Foot" eSuperTypes="//ImperialSystemUnit //LengthUnit">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toCm">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Inch" eSuperTypes="//ImperialSystemUnit //LengthUnit">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toCm">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Yard" eSuperTypes="//ImperialSystemUnit //LengthUnit">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toCm">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetricSystemUnit" abstract="true" eSuperTypes="//Unit"/>
<eClassifiers xsi:type="ecore:EClass" name="ImperialSystemUnit" abstract="true" eSuperTypes="//Unit"/>
<eClassifiers xsi:type="ecore:EClass" name="AngleUnit" abstract="true" eSuperTypes="//Unit">
<eOperations name="toRad">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Radian" eSuperTypes="//AngleUnit">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toRad">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Degree" eSuperTypes="//AngleUnit">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toRad">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Turn" eSuperTypes="//AngleUnit">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toRad">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Gradian" eSuperTypes="//AngleUnit">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toRad">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Quantity" abstract="true">
<eOperations name="print">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getNormalized">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" lowerBound="1" eType="//Unit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Length" eSuperTypes="//Quantity">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="LengthRequiresLengthUnit"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="LengthRequiresLengthUnit" value="self.unit.oclIsKindOf(LengthUnit)"/>
</eAnnotations>
<eOperations name="toCm">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eOperations>
<eOperations name="print">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Angle" eSuperTypes="//Quantity">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="AngleRequiresAngleUnit"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="AngleRequiresAngleUnit" value="self.unit.oclIsKindOf(AngleUnit)"/>
</eAnnotations>
<eOperations name="toRad">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eOperations>
<eOperations name="print">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QuantityOperation" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="LengthOperation" abstract="true" eSuperTypes="//QuantityOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="LengthAdd" eSuperTypes="//LengthOperation //QuantityHomogenousOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="QuantityHomogenousOperationRequiresHomogenousQuantities"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="QuantityHomogenousOperationRequiresHomogenousQuantities" value="self.lhs.oclType() = self.rhs.oclType()"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LengthSubtract" eSuperTypes="//LengthOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="LengthScalarMultiply" eSuperTypes="//LengthOperation //QuantityScalarOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="LengthScalarDivide" eSuperTypes="//LengthOperation //QuantityScalarOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="LengthEquals" eSuperTypes="//LengthOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="LengthDistinct" eSuperTypes="//LengthOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="LengthSmaller" eSuperTypes="//LengthOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="LengthGreater" eSuperTypes="//LengthOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="AngleOperation" abstract="true" eSuperTypes="//QuantityOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="AngleAdd" eSuperTypes="//AngleOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="AngleSubtract" eSuperTypes="//AngleOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="AngleScalarMultiply" eSuperTypes="//AngleOperation //QuantityScalarOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="AngleScalarDivide" eSuperTypes="//AngleOperation //QuantityScalarOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="AngleEquals" eSuperTypes="//AngleOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="AngleDistinct" eSuperTypes="//AngleOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="AngleSmaller" eSuperTypes="//AngleOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="AngleGreater" eSuperTypes="//AngleOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="QuantityArithmeticOperation" abstract="true" eSuperTypes="//QuantityOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="QuantityComparisonOperation" abstract="true" eSuperTypes="//QuantityOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="QuantityHomogenousOperation" abstract="true" eSuperTypes="//QuantityOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="//Quantity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="//Quantity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QuantityScalarOperation" abstract="true" eSuperTypes="//QuantityOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="//Quantity"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rhs">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/tdegueul/gemoc-pirover/rover.units/model/Units.ecore | ecore | units
Unit
getSymbol
LengthUnit
toCm
value
Centimeter
getSymbol
toCm
value
Millimeter
getSymbol
toCm
value
Meter
getSymbol
toCm
value
Foot
getSymbol
toCm
value
Inch
getSymbol
toCm
value
Yard
getSymbol
toCm
value
MetricSystemUnit
ImperialSystemUnit
AngleUnit
toRad
value
Radian
getSymbol
toRad
value
Degree
getSymbol
toRad
value
Turn
getSymbol
toRad
value
Gradian
getSymbol
toRad
value
Quantity
print
getNormalized
unit
value
Length
toCm
print
Angle
toRad
print
QuantityOperation
LengthOperation
LengthAdd
LengthSubtract
LengthScalarMultiply
LengthScalarDivide
LengthEquals
LengthDistinct
LengthSmaller
LengthGreater
AngleOperation
AngleAdd
AngleSubtract
AngleScalarMultiply
AngleScalarDivide
AngleEquals
AngleDistinct
AngleSmaller
AngleGreater
QuantityArithmeticOperation
QuantityComparisonOperation
QuantityHomogenousOperation
lhs
rhs
QuantityScalarOperation
lhs
rhs | null | {"directed":true,"nodes":[{"nsPrefix":"units","nsURI":"http://rover.units/units/","name":"units","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthUnit","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Centimeter","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Millimeter","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Foot","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inch","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Yard","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetricSystemUnit","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperialSystemUnit","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleUnit","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Radian","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Degree","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Turn","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gradian","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Quantity","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Length","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Angle","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantityOperation","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthOperation","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthAdd","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthSubtract","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthScalarMultiply","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthScalarDivide","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthEquals","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthDistinct","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthSmaller","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthGreater","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleOperation","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleAdd","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleSubtract","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleScalarMultiply","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleScalarDivide","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleEquals","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleDistinct","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleSmaller","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleGreater","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantityArithmeticOperation","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantityComparisonOperation","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantityHomogenousOperation","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantityScalarOperation","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCm","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EOperation"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EParameter"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCm","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EParameter"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCm","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EParameter"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCm","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EOperation"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EParameter"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCm","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EParameter"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCm","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EOperation"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EParameter"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCm","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EOperation"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EParameter"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toRad","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EOperation"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EParameter"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":104,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toRad","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EOperation"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EParameter"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toRad","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EOperation"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EParameter"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toRad","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EOperation"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EParameter"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toRad","lowerBound":0,"id":126,"many":false,"required":false,"eClass":"EOperation"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EParameter"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"print","lowerBound":0,"id":132,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNormalized","lowerBound":0,"id":133,"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":"unit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCm","lowerBound":0,"id":140,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"print","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EOperation"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toRad","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"print","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EOperation"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":187,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":191,"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":"rhs","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":1,"target":0},{"source":1,"target":42},{"source":42,"target":43},{"source":42,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":44},{"source":2,"target":45},{"source":44,"target":46},{"source":44,"target":2},{"source":44,"target":47},{"source":47,"target":48},{"source":47,"target":44},{"source":45,"target":1},{"source":3,"target":0},{"source":3,"target":9},{"source":3,"target":2},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":49,"target":53},{"source":49,"target":3},{"source":50,"target":54},{"source":50,"target":3},{"source":50,"target":55},{"source":55,"target":56},{"source":55,"target":50},{"source":51,"target":9},{"source":52,"target":2},{"source":4,"target":0},{"source":4,"target":9},{"source":4,"target":2},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":57,"target":61},{"source":57,"target":4},{"source":58,"target":62},{"source":58,"target":4},{"source":58,"target":63},{"source":63,"target":64},{"source":63,"target":58},{"source":59,"target":9},{"source":60,"target":2},{"source":5,"target":0},{"source":5,"target":9},{"source":5,"target":2},{"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":66,"target":71},{"source":71,"target":72},{"source":71,"target":66},{"source":67,"target":9},{"source":68,"target":2},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":2},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":73,"target":77},{"source":73,"target":6},{"source":74,"target":78},{"source":74,"target":6},{"source":74,"target":79},{"source":79,"target":80},{"source":79,"target":74},{"source":75,"target":10},{"source":76,"target":2},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":2},{"source":7,"target":81},{"source":7,"target":82},{"source":7,"target":83},{"source":7,"target":84},{"source":81,"target":85},{"source":81,"target":7},{"source":82,"target":86},{"source":82,"target":7},{"source":82,"target":87},{"source":87,"target":88},{"source":87,"target":82},{"source":83,"target":10},{"source":84,"target":2},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":2},{"source":8,"target":89},{"source":8,"target":90},{"source":8,"target":91},{"source":8,"target":92},{"source":89,"target":93},{"source":89,"target":8},{"source":90,"target":94},{"source":90,"target":8},{"source":90,"target":95},{"source":95,"target":96},{"source":95,"target":90},{"source":91,"target":10},{"source":92,"target":2},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":97},{"source":97,"target":1},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":98},{"source":98,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":99},{"source":11,"target":100},{"source":99,"target":101},{"source":99,"target":11},{"source":99,"target":102},{"source":102,"target":103},{"source":102,"target":99},{"source":100,"target":1},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":104},{"source":12,"target":105},{"source":12,"target":106},{"source":104,"target":107},{"source":104,"target":12},{"source":105,"target":108},{"source":105,"target":12},{"source":105,"target":109},{"source":109,"target":110},{"source":109,"target":105},{"source":106,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":111},{"source":13,"target":112},{"source":13,"target":113},{"source":111,"target":114},{"source":111,"target":13},{"source":112,"target":115},{"source":112,"target":13},{"source":112,"target":116},{"source":116,"target":117},{"source":116,"target":112},{"source":113,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":118},{"source":14,"target":119},{"source":14,"target":120},{"source":118,"target":121},{"source":118,"target":14},{"source":119,"target":122},{"source":119,"target":14},{"source":119,"target":123},{"source":123,"target":124},{"source":123,"target":119},{"source":120,"target":11},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":125},{"source":15,"target":126},{"source":15,"target":127},{"source":125,"target":128},{"source":125,"target":15},{"source":126,"target":129},{"source":126,"target":15},{"source":126,"target":130},{"source":130,"target":131},{"source":130,"target":126},{"source":127,"target":11},{"source":16,"target":0},{"source":16,"target":132},{"source":16,"target":133},{"source":16,"target":134},{"source":16,"target":135},{"source":132,"target":136},{"source":132,"target":16},{"source":133,"target":137},{"source":133,"target":16},{"source":134,"target":1},{"source":134,"target":138},{"source":134,"target":16},{"source":138,"target":1},{"source":135,"target":139},{"source":135,"target":16},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":140},{"source":17,"target":141},{"source":17,"target":142},{"source":140,"target":143},{"source":140,"target":17},{"source":141,"target":144},{"source":141,"target":17},{"source":142,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":145},{"source":18,"target":146},{"source":18,"target":147},{"source":145,"target":148},{"source":145,"target":18},{"source":146,"target":149},{"source":146,"target":18},{"source":147,"target":16},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":150},{"source":150,"target":19},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":40},{"source":21,"target":151},{"source":21,"target":152},{"source":151,"target":20},{"source":152,"target":40},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":40},{"source":22,"target":153},{"source":22,"target":154},{"source":153,"target":20},{"source":154,"target":40},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":41},{"source":23,"target":155},{"source":23,"target":156},{"source":155,"target":20},{"source":156,"target":41},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":41},{"source":24,"target":157},{"source":24,"target":158},{"source":157,"target":20},{"source":158,"target":41},{"source":25,"target":0},{"source":25,"target":20},{"source":25,"target":40},{"source":25,"target":159},{"source":25,"target":160},{"source":159,"target":20},{"source":160,"target":40},{"source":26,"target":0},{"source":26,"target":20},{"source":26,"target":40},{"source":26,"target":161},{"source":26,"target":162},{"source":161,"target":20},{"source":162,"target":40},{"source":27,"target":0},{"source":27,"target":20},{"source":27,"target":40},{"source":27,"target":163},{"source":27,"target":164},{"source":163,"target":20},{"source":164,"target":40},{"source":28,"target":0},{"source":28,"target":20},{"source":28,"target":40},{"source":28,"target":165},{"source":28,"target":166},{"source":165,"target":20},{"source":166,"target":40},{"source":29,"target":0},{"source":29,"target":19},{"source":29,"target":167},{"source":167,"target":19},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":40},{"source":30,"target":168},{"source":30,"target":169},{"source":168,"target":29},{"source":169,"target":40},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":40},{"source":31,"target":170},{"source":31,"target":171},{"source":170,"target":29},{"source":171,"target":40},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":41},{"source":32,"target":172},{"source":32,"target":173},{"source":172,"target":29},{"source":173,"target":41},{"source":33,"target":0},{"source":33,"target":29},{"source":33,"target":41},{"source":33,"target":174},{"source":33,"target":175},{"source":174,"target":29},{"source":175,"target":41},{"source":34,"target":0},{"source":34,"target":29},{"source":34,"target":40},{"source":34,"target":176},{"source":34,"target":177},{"source":176,"target":29},{"source":177,"target":40},{"source":35,"target":0},{"source":35,"target":29},{"source":35,"target":40},{"source":35,"target":178},{"source":35,"target":179},{"source":178,"target":29},{"source":179,"target":40},{"source":36,"target":0},{"source":36,"target":29},{"source":36,"target":40},{"source":36,"target":180},{"source":36,"target":181},{"source":180,"target":29},{"source":181,"target":40},{"source":37,"target":0},{"source":37,"target":29},{"source":37,"target":40},{"source":37,"target":182},{"source":37,"target":183},{"source":182,"target":29},{"source":183,"target":40},{"source":38,"target":0},{"source":38,"target":19},{"source":38,"target":184},{"source":184,"target":19},{"source":39,"target":0},{"source":39,"target":19},{"source":39,"target":185},{"source":185,"target":19},{"source":40,"target":0},{"source":40,"target":19},{"source":40,"target":186},{"source":40,"target":187},{"source":40,"target":188},{"source":186,"target":16},{"source":186,"target":189},{"source":186,"target":40},{"source":189,"target":16},{"source":187,"target":16},{"source":187,"target":190},{"source":187,"target":40},{"source":190,"target":16},{"source":188,"target":19},{"source":41,"target":0},{"source":41,"target":19},{"source":41,"target":191},{"source":41,"target":192},{"source":41,"target":193},{"source":191,"target":16},{"source":191,"target":194},{"source":191,"target":41},{"source":194,"target":16},{"source":192,"target":195},{"source":192,"target":41},{"source":193,"target":19}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="statechart203"
nsURI="http://statechart203" nsPrefix="_statechart203">
<eAnnotations source="diagen">
<details key="knownas=State Chart"/>
<details key="origin=nil"/>
<details key="leftparent=statemachine" value=""/>
<details key="rightparent=nil" value=""/>
<details key="requires=nil" value=""/>
<details key="context=behavior" value="kewords={fsm,behavior,state,transition,recursive,action}
related={state*}
Finite State Machine with composite states
Actions associated to states"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="AbstractState" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="nameUnicity"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/ocl/examples/OCL">
<details key="nameUnicity" value="bindings->isUnique(name)
and
components->isUnique(name)
and
interfaces->isUnique(name)
"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="node"/>
<details key="label=name"/>
<details key="cref=actions"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#//Transition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//Action" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="roleCompatibility"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/ocl/examples/OCL">
<details key="roleCompatibility" value="(
	(
		self.client.role = InterfaceRole::client
		and 
	 	self.server.role = InterfaceRole::server
	)
 	and 
 	(
		self.client.interfaceParent.oclIsTypeOf(Component) 
		and
		self.server.interfaceParent.oclIsTypeOf(Component)
	) 
	and
	(
		self.client.interfaceParent.oclAsType(Component).componentParent = self.server.interfaceParent.oclAsType(Component).componentParent
	)
)

or

(
	(
	&#x9;self.client.role = InterfaceRole::client
		and 
	 	self.server.role = InterfaceRole::client
	)
 	and 
 	(
		self.client.interfaceParent.oclIsTypeOf(Component) 
	) 
	and
	(
		self.client.interfaceParent.oclAsType(Component).componentParent = self.server.interfaceParent
	)
)

or

(
	(
		self.client.role = InterfaceRole::SERVER
		and 
	 	self.server.role = InterfaceRole::SERVER
	)
 	and 
 	(
		self.server.interfaceParent.oclIsTypeOf(Component) 
	) 
	and
	(
		self.server.interfaceParent.oclAsType(Component).componentParent = self.client.interfaceParent
	)
)
"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="link"/>
<details key="lsrc=from"/>
<details key="ltrg=to"/>
<details key="cont=AbstractState.transitions"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//AbstractState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//AbstractState"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//AbstractState">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="pov"/>
<details key="cont=State.subStates"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="nestedStates1" upperBound="-1"
eType="#//Nested1State" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subStates" upperBound="-1"
eType="#//State" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Nested1State" eSuperTypes="#//AbstractState">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="kref=nestedStates2"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="nestedStates2" upperBound="-1"
eType="#//Nested2State" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Nested2State" eSuperTypes="#//AbstractState">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="label=expression"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" 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/statechart203.ecore | ecore | statechart203
AbstractState
name
transitions
actions
Transition
from
to
name
trigger
State
nestedStates1
subStates
Nested1State
nestedStates2
Nested2State
Action
expression | null | {"directed":true,"nodes":[{"nsPrefix":"_statechart203","nsURI":"http://statechart203","name":"statechart203","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":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nested1State","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nested2State","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","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":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedStates1","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":"subStates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedStates2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":2},{"source":8,"target":11},{"source":8,"target":1},{"source":11,"target":2},{"source":9,"target":6},{"source":9,"target":12},{"source":9,"target":1},{"source":12,"target":6},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":13,"target":1},{"source":13,"target":17},{"source":13,"target":2},{"source":17,"target":1},{"source":14,"target":1},{"source":14,"target":18},{"source":14,"target":2},{"source":18,"target":1},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":20},{"source":16,"target":2},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":21,"target":4},{"source":21,"target":24},{"source":21,"target":3},{"source":24,"target":4},{"source":22,"target":3},{"source":22,"target":25},{"source":22,"target":3},{"source":25,"target":3},{"source":23,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":26},{"source":4,"target":27},{"source":26,"target":5},{"source":26,"target":28},{"source":26,"target":4},{"source":28,"target":5},{"source":27,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":29},{"source":29,"target":1},{"source":6,"target":0},{"source":6,"target":30},{"source":30,"target":31},{"source":30,"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="qsar"
nsURI="http://www.bioclipse.net/qsar" nsPrefix="qsar">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<![CDATA[

 This schema expresses XML markup similar to the BibTeX language
 specified for LaTeX, or actually its content model.
 For documentation on BibTeX, see
 http://www.ctan.org/tex-archive/biblio/bibtex/distribs/doc/

 Suggested invocation:

 <?xml version="1.0" encoding="UTF-8"?>
 <bibtex:file xmlns:bibtex="http://bibtexml.sf.net/
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://bibtexml.sf.net/ bibtexml.xsd">
 ...
 </bibtex:file>

 Available from http://bibtexml.sf.net/

 This code originally developed by
 Vidar Bronken Gundersen
 Zeger W. Hendrikse

 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License.
 See http://www.gnu.org/copyleft/gpl.html

 Todo:
 Make fully modular and reusable.

 ]]>"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="DescriptorlistType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="descriptorlistType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptors" upperBound="-1"
eType="#//DescriptorType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="descriptors"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DescriptorproviderType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="descriptorproviderType"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" 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="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uRL" 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="URL"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vendor" 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="vendor"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="version"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DescriptorresultlistsType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="descriptorresultlistsType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptorresult" upperBound="-1"
eType="#//DescriptorresultType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="descriptorresult"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DescriptorresultType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="descriptorresultType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptorvalue" upperBound="-1"
eType="#//DescriptorvalueType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="descriptorvalue"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptorid" 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="descriptorid"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="structureid" 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="structureid"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DescriptorType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="descriptorType"/>
<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>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" 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="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ontologyid" 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="ontologyid"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" 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="provider"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DescriptorvalueType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="descriptorvalueType"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="index"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" 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="label"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="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="qsar" upperBound="-2" eType="#//QsarType"
volatile="true" transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="qsar"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetadataType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="metadataType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" upperBound="-1"
eType="ecore:EClass ../../net.bioclipse.bibtexml/model/bibtexml.ecore#//BibTeXMLEntriesClass"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="reference"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="authors" 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="authors"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="datasetname" 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="datasetname"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="description"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="license" 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="license"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uRL" 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="URL"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="parameterType"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" 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="key"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PreprocessingStepType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="preprocessingStepType"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" 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="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" 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="namespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="order" 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="order"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vendor" 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="vendor"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PreprocessingType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="preprocessingType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="preprocessingStep" upperBound="-1"
eType="#//PreprocessingStepType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="preprocessingStep"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QsarType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="qsarType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="structurelist" eType="#//StructurelistType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="structurelist"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptorlist" eType="#//DescriptorlistType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="descriptorlist"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptorproviders" upperBound="-1"
eType="#//DescriptorproviderType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="descriptorproviders"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="preprocessing" eType="#//PreprocessingType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="preprocessing"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="responselist" eType="#//ResponsesListType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="responselist"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="responseunit" upperBound="-1"
eType="#//ResponseunitType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="responseunit"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="metadata" lowerBound="1"
eType="#//MetadataType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="metadata"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptorresultlist" eType="#//DescriptorresultlistsType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="descriptorresultlist"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="resourceType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="structure" lowerBound="1"
upperBound="-1" eType="#//StructureType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="structure"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="checksum" 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="checksum"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="excluded" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="excluded"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="file" 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="file"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" 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="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="no2d" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
transient="true" defaultValueLiteral="-1" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="no2d"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="no3d" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
transient="true" defaultValueLiteral="-1" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="no3d"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noMols" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
transient="true" defaultValueLiteral="0" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="noMols"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TypeType"
unsettable="true">
<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="uRL" 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="URL"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResponsesListType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="responsesListType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="response" upperBound="-1"
eType="#//ResponseType" containment="true" resolveProxies="false">
<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>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResponseType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="responseType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Float"
defaultValueLiteral="NaN" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="value"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arrayValues" 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="arrayValues"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="structureID" 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="structureID"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" 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="unit"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResponseunitType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="responseunitType"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="description"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" 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="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shortname" 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="shortname"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uRL" 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="URL"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructurelistType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="structurelistType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1"
eType="#//ResourceType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="resources"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructureType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="structureType"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" 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="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inchi" 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="inchi"/>
</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>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceindex" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="resourceindex"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TypeType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="type_._type"/>
</eAnnotations>
<eLiterals name="xml"/>
<eLiterals name="text" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TypeTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="type_._type:Object"/>
<details key="baseType" value="type_._type"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/qsar.ecore | ecore | qsar
DescriptorlistType
descriptors
DescriptorproviderType
id
name
uRL
vendor
version
DescriptorresultlistsType
descriptorresult
DescriptorresultType
descriptorvalue
descriptorid
structureid
DescriptorType
parameter
id
ontologyid
provider
DescriptorvalueType
index
label
value
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
qsar
MetadataType
reference
authors
datasetname
description
license
uRL
ParameterType
key
value
PreprocessingStepType
id
name
namespace
order
vendor
PreprocessingType
preprocessingStep
QsarType
structurelist
descriptorlist
descriptorproviders
preprocessing
responselist
responseunit
metadata
descriptorresultlist
ResourceType
structure
checksum
excluded
file
id
name
no2d
-1
no3d
-1
noMols
0
type
uRL
ResponsesListType
response
ResponseType
value
NaN
arrayValues
structureID
unit
ResponseunitType
description
id
name
shortname
uRL
StructurelistType
resources
StructureType
id
inchi
resourceid
resourceindex
TypeType
xml
xml
text
text
TypeTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator | null | {"directed":true,"nodes":[{"nsPrefix":"qsar","nsURI":"http://www.bioclipse.net/qsar","name":"qsar","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescriptorlistType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescriptorproviderType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescriptorresultlistsType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescriptorresultType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescriptorType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescriptorvalueType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreprocessingStepType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreprocessingType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QsarType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResponsesListType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResponseType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResponseunitType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructurelistType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypeType","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TypeTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":20,"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":"descriptors","changeable":true,"resolveProxies":false,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"name","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":"uRL","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":"vendor","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":"version","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptorresult","changeable":true,"resolveProxies":false,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptorvalue","changeable":true,"resolveProxies":false,"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":"descriptorid","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":"structureid","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":41,"derived":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":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":"ontologyid","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":"provider","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"index","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":"label","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":"value","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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":57,"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":"qsar","changeable":true,"resolveProxies":false,"lowerBound":0,"id":58,"derived":true},{"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":"reference","changeable":true,"resolveProxies":false,"lowerBound":0,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authors","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":"datasetname","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":"description","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":"license","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":"uRL","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"},{"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":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":"value","changeable":true,"lowerBound":0,"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"name","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":"namespace","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":"order","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vendor","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preprocessingStep","changeable":true,"resolveProxies":false,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structurelist","changeable":true,"resolveProxies":false,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptorlist","changeable":true,"resolveProxies":false,"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":"descriptorproviders","changeable":true,"resolveProxies":false,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preprocessing","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":true,"unsettable":false,"transient":false,"unique":true,"name":"responselist","changeable":true,"resolveProxies":false,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"responseunit","changeable":true,"resolveProxies":false,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metadata","changeable":true,"resolveProxies":false,"lowerBound":1,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptorresultlist","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"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structure","changeable":true,"resolveProxies":false,"lowerBound":1,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"checksum","changeable":true,"lowerBound":0,"iD":false,"id":108,"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":"excluded","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":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":111,"derived":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":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":true,"transient":true,"unique":true,"name":"no2d","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":true,"transient":true,"unique":true,"name":"no3d","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":true,"transient":true,"unique":true,"name":"noMols","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"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":"uRL","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"},{"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"},{"container":false,"ordered":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":false,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"NaN","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NaN","unsettable":true,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arrayValues","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"structureID","changeable":true,"lowerBound":1,"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":"unit","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"id","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":"name","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":"shortname","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":"uRL","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":false,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inchi","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":"resourceid","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"resourceindex","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"name":"xml","id":159,"value":0,"literal":"xml","eClass":"EEnumLiteral"},{"name":"text","id":160,"value":1,"literal":"text","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":1,"target":0},{"source":1,"target":21},{"source":21,"target":5},{"source":21,"target":22},{"source":21,"target":1},{"source":22,"target":5},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":23,"target":28},{"source":23,"target":2},{"source":24,"target":29},{"source":24,"target":2},{"source":25,"target":30},{"source":25,"target":2},{"source":26,"target":31},{"source":26,"target":2},{"source":27,"target":32},{"source":27,"target":2},{"source":3,"target":0},{"source":3,"target":33},{"source":33,"target":4},{"source":33,"target":34},{"source":33,"target":3},{"source":34,"target":4},{"source":4,"target":0},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":35,"target":6},{"source":35,"target":38},{"source":35,"target":4},{"source":38,"target":6},{"source":36,"target":39},{"source":36,"target":4},{"source":37,"target":40},{"source":37,"target":4},{"source":5,"target":0},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":41,"target":9},{"source":41,"target":45},{"source":41,"target":5},{"source":45,"target":9},{"source":42,"target":46},{"source":42,"target":5},{"source":43,"target":47},{"source":43,"target":5},{"source":44,"target":48},{"source":44,"target":5},{"source":6,"target":0},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":49,"target":52},{"source":49,"target":6},{"source":50,"target":53},{"source":50,"target":6},{"source":51,"target":54},{"source":51,"target":6},{"source":7,"target":0},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":55,"target":59},{"source":55,"target":7},{"source":56,"target":60},{"source":56,"target":7},{"source":57,"target":61},{"source":57,"target":7},{"source":58,"target":12},{"source":58,"target":62},{"source":58,"target":7},{"source":62,"target":12},{"source":8,"target":0},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":63,"target":69},{"source":63,"target":8},{"source":64,"target":70},{"source":64,"target":8},{"source":65,"target":71},{"source":65,"target":8},{"source":66,"target":72},{"source":66,"target":8},{"source":67,"target":73},{"source":67,"target":8},{"source":68,"target":74},{"source":68,"target":8},{"source":9,"target":0},{"source":9,"target":75},{"source":9,"target":76},{"source":75,"target":77},{"source":75,"target":9},{"source":76,"target":78},{"source":76,"target":9},{"source":10,"target":0},{"source":10,"target":79},{"source":10,"target":80},{"source":10,"target":81},{"source":10,"target":82},{"source":10,"target":83},{"source":79,"target":84},{"source":79,"target":10},{"source":80,"target":85},{"source":80,"target":10},{"source":81,"target":86},{"source":81,"target":10},{"source":82,"target":87},{"source":82,"target":10},{"source":83,"target":88},{"source":83,"target":10},{"source":11,"target":0},{"source":11,"target":89},{"source":89,"target":10},{"source":89,"target":90},{"source":89,"target":11},{"source":90,"target":10},{"source":12,"target":0},{"source":12,"target":91},{"source":12,"target":92},{"source":12,"target":93},{"source":12,"target":94},{"source":12,"target":95},{"source":12,"target":96},{"source":12,"target":97},{"source":12,"target":98},{"source":91,"target":17},{"source":91,"target":99},{"source":91,"target":12},{"source":99,"target":17},{"source":92,"target":1},{"source":92,"target":100},{"source":92,"target":12},{"source":100,"target":1},{"source":93,"target":2},{"source":93,"target":101},{"source":93,"target":12},{"source":101,"target":2},{"source":94,"target":11},{"source":94,"target":102},{"source":94,"target":12},{"source":102,"target":11},{"source":95,"target":14},{"source":95,"target":103},{"source":95,"target":12},{"source":103,"target":14},{"source":96,"target":16},{"source":96,"target":104},{"source":96,"target":12},{"source":104,"target":16},{"source":97,"target":8},{"source":97,"target":105},{"source":97,"target":12},{"source":105,"target":8},{"source":98,"target":3},{"source":98,"target":106},{"source":98,"target":12},{"source":106,"target":3},{"source":13,"target":0},{"source":13,"target":107},{"source":13,"target":108},{"source":13,"target":109},{"source":13,"target":110},{"source":13,"target":111},{"source":13,"target":112},{"source":13,"target":113},{"source":13,"target":114},{"source":13,"target":115},{"source":13,"target":116},{"source":13,"target":117},{"source":107,"target":18},{"source":107,"target":118},{"source":107,"target":13},{"source":118,"target":18},{"source":108,"target":119},{"source":108,"target":13},{"source":109,"target":120},{"source":109,"target":13},{"source":110,"target":121},{"source":110,"target":13},{"source":111,"target":122},{"source":111,"target":13},{"source":112,"target":123},{"source":112,"target":13},{"source":113,"target":124},{"source":113,"target":13},{"source":114,"target":125},{"source":114,"target":13},{"source":115,"target":126},{"source":115,"target":13},{"source":116,"target":19},{"source":116,"target":127},{"source":116,"target":13},{"source":127,"target":19},{"source":117,"target":128},{"source":117,"target":13},{"source":14,"target":0},{"source":14,"target":129},{"source":129,"target":15},{"source":129,"target":130},{"source":129,"target":14},{"source":130,"target":15},{"source":15,"target":0},{"source":15,"target":131},{"source":15,"target":132},{"source":15,"target":133},{"source":15,"target":134},{"source":131,"target":135},{"source":131,"target":15},{"source":132,"target":136},{"source":132,"target":15},{"source":133,"target":137},{"source":133,"target":15},{"source":134,"target":138},{"source":134,"target":15},{"source":16,"target":0},{"source":16,"target":139},{"source":16,"target":140},{"source":16,"target":141},{"source":16,"target":142},{"source":16,"target":143},{"source":139,"target":144},{"source":139,"target":16},{"source":140,"target":145},{"source":140,"target":16},{"source":141,"target":146},{"source":141,"target":16},{"source":142,"target":147},{"source":142,"target":16},{"source":143,"target":148},{"source":143,"target":16},{"source":17,"target":0},{"source":17,"target":149},{"source":149,"target":13},{"source":149,"target":150},{"source":149,"target":17},{"source":150,"target":13},{"source":18,"target":0},{"source":18,"target":151},{"source":18,"target":152},{"source":18,"target":153},{"source":18,"target":154},{"source":151,"target":155},{"source":151,"target":18},{"source":152,"target":156},{"source":152,"target":18},{"source":153,"target":157},{"source":153,"target":18},{"source":154,"target":158},{"source":154,"target":18},{"source":19,"target":0},{"source":19,"target":159},{"source":19,"target":160},{"source":159,"target":19},{"source":160,"target":19},{"source":20,"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="rosresolutionmodels" nsURI="http://robotics.unibg.it/resolutionmodels.ros"
nsPrefix="Ns">
<eClassifiers xsi:type="ecore:EClass" name="ROSTransfImplementation" eSuperTypes="../../it.unibg.robotics.resolutionmodels.model/models/resolutionModel.ecore#//RMTransfImplementation">
<eStructuralFeatures xsi:type="ecore:EReference" name="targetNode" lowerBound="1"
eType="ecore:EClass ../../org.ros.model.ros/model/ros.ecore#//Node"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ROSTransfProperty" eSuperTypes="../../it.unibg.robotics.resolutionmodels.model/models/resolutionModel.ecore#//RMTransfProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="targetProperty" lowerBound="1"
eType="ecore:EClass ../../org.ros.model.ros/model/ros.ecore#//Parameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ROSTransfConnection" eSuperTypes="../../it.unibg.robotics.resolutionmodels.model/models/resolutionModel.ecore#//RMTransfConnection">
<eStructuralFeatures xsi:type="ecore:EReference" name="newConnections" lowerBound="1"
upperBound="-1" eType="#//ROSAbstractConnection" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ROSAbstractConnection" 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="ROSTopicConnection" abstract="true"
eSuperTypes="#//ROSAbstractConnection">
<eStructuralFeatures xsi:type="ecore:EReference" name="publisher" lowerBound="1"
eType="ecore:EClass ../../org.ros.model.ros/model/ros.ecore#//Publisher"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subscriber" lowerBound="1"
eType="ecore:EClass ../../org.ros.model.ros/model/ros.ecore#//Subscriber"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ROSNewTopicConnection" eSuperTypes="#//ROSTopicConnection">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="topicName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ROSExistingTopicConnection" eSuperTypes="#//ROSTopicConnection">
<eStructuralFeatures xsi:type="ecore:EReference" name="topic" lowerBound="1" eType="ecore:EClass ../../org.ros.model.ros/model/ros.ecore#//Topic"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ROSServiceConnection" abstract="true"
eSuperTypes="#//ROSAbstractConnection">
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceServer" lowerBound="1"
eType="ecore:EClass ../../org.ros.model.ros/model/ros.ecore#//ServiceServer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceClient" lowerBound="1"
eType="ecore:EClass ../../org.ros.model.ros/model/ros.ecore#//ServiceClient"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ROSNewServiceConnection" eSuperTypes="#//ROSServiceConnection">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ROSExistingServiceConnection" eSuperTypes="#//ROSServiceConnection">
<eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1"
eType="ecore:EClass ../../org.ros.model.ros/model/ros.ecore#//Service"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ROSActionConnection" abstract="true"
eSuperTypes="#//ROSAbstractConnection">
<eStructuralFeatures xsi:type="ecore:EReference" name="actionServer" lowerBound="1"
eType="ecore:EClass ../../org.ros.model.ros/model/ros.ecore#//ActionServer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionClient" lowerBound="1"
eType="ecore:EClass ../../org.ros.model.ros/model/ros.ecore#//ActionClient"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ROSNewActionConnection" eSuperTypes="#//ROSActionConnection">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actionName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ROSExistingActionConnection" eSuperTypes="#//ROSActionConnection">
<eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1"
eType="ecore:EClass ../../org.ros.model.ros/model/ros.ecore#//Action"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ROSRequiredComponents" eSuperTypes="../../it.unibg.robotics.resolutionmodels.model/models/resolutionModel.ecore#//RMRequiredComponents">
<eStructuralFeatures xsi:type="ecore:EReference" name="ROSNodes" lowerBound="1"
upperBound="-1" eType="ecore:EClass ../../org.ros.model.ros/model/ros.ecore#//Node"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ROSRequiredConnections" eSuperTypes="../../it.unibg.robotics.resolutionmodels.model/models/resolutionModel.ecore#//RMRequiredConnections">
<eStructuralFeatures xsi:type="ecore:EReference" name="requiredExistingTopicConnections"
upperBound="-1" eType="#//ROSExistingTopicConnection" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requiredExistingServiceConnections"
upperBound="-1" eType="#//ROSExistingServiceConnection" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requiredExistingActionConnections"
upperBound="-1" eType="#//ROSExistingActionConnection" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/rosResolutionModel.ecore | ecore | rosresolutionmodels
ROSTransfImplementation
targetNode
ROSTransfProperty
targetProperty
ROSTransfConnection
newConnections
ROSAbstractConnection
name
ROSTopicConnection
publisher
subscriber
ROSNewTopicConnection
topicName
ROSExistingTopicConnection
topic
ROSServiceConnection
serviceServer
serviceClient
ROSNewServiceConnection
serviceName
ROSExistingServiceConnection
service
ROSActionConnection
actionServer
actionClient
ROSNewActionConnection
actionName
ROSExistingActionConnection
action
ROSRequiredComponents
ROSNodes
ROSRequiredConnections
requiredExistingTopicConnections
requiredExistingServiceConnections
requiredExistingActionConnections | null | {"directed":true,"nodes":[{"nsPrefix":"Ns","nsURI":"http://robotics.unibg.it/resolutionmodels.ros","name":"rosresolutionmodels","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROSTransfImplementation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROSTransfProperty","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROSTransfConnection","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROSAbstractConnection","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROSTopicConnection","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROSNewTopicConnection","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROSExistingTopicConnection","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROSServiceConnection","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROSNewServiceConnection","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROSExistingServiceConnection","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROSActionConnection","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROSNewActionConnection","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROSExistingActionConnection","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROSRequiredComponents","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROSRequiredConnections","instanceClass":null,"abstract":false,"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":"targetNode","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetProperty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newConnections","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"publisher","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":false,"unsettable":false,"transient":false,"unique":true,"name":"subscriber","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"topicName","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"topic","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"serviceServer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"serviceClient","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceName","changeable":true,"lowerBound":1,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"service","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":false,"unsettable":false,"transient":false,"unique":true,"name":"actionServer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actionClient","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"actionName","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"action","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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ROSNodes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredExistingTopicConnections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredExistingServiceConnections","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":"requiredExistingActionConnections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":16,"target":18},{"source":16,"target":1},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":19,"target":21},{"source":19,"target":2},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":22,"target":4},{"source":22,"target":24},{"source":22,"target":3},{"source":24,"target":4},{"source":4,"target":0},{"source":4,"target":25},{"source":25,"target":26},{"source":25,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":29},{"source":27,"target":30},{"source":27,"target":5},{"source":28,"target":31},{"source":28,"target":5},{"source":29,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":32},{"source":6,"target":33},{"source":32,"target":34},{"source":32,"target":6},{"source":33,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":35},{"source":7,"target":36},{"source":35,"target":37},{"source":35,"target":7},{"source":36,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":38},{"source":8,"target":39},{"source":8,"target":40},{"source":38,"target":41},{"source":38,"target":8},{"source":39,"target":42},{"source":39,"target":8},{"source":40,"target":4},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":43},{"source":9,"target":44},{"source":43,"target":45},{"source":43,"target":9},{"source":44,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":46},{"source":10,"target":47},{"source":46,"target":48},{"source":46,"target":10},{"source":47,"target":8},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":49},{"source":11,"target":50},{"source":11,"target":51},{"source":49,"target":52},{"source":49,"target":11},{"source":50,"target":53},{"source":50,"target":11},{"source":51,"target":4},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":54},{"source":12,"target":55},{"source":54,"target":56},{"source":54,"target":12},{"source":55,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":57},{"source":13,"target":58},{"source":57,"target":59},{"source":57,"target":13},{"source":58,"target":11},{"source":14,"target":0},{"source":14,"target":60},{"source":14,"target":61},{"source":60,"target":62},{"source":60,"target":14},{"source":15,"target":0},{"source":15,"target":63},{"source":15,"target":64},{"source":15,"target":65},{"source":15,"target":66},{"source":63,"target":7},{"source":63,"target":67},{"source":63,"target":15},{"source":67,"target":7},{"source":64,"target":10},{"source":64,"target":68},{"source":64,"target":15},{"source":68,"target":10},{"source":65,"target":13},{"source":65,"target":69},{"source":65,"target":15},{"source":69,"target":13}],"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="units" nsURI="http://rover.unitsmt/units/" nsPrefix="units">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Unit" abstract="true">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LengthUnit" abstract="true" eSuperTypes="//Unit">
<eOperations name="toCm">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Centimeter" eSuperTypes="//MetricSystemUnit //LengthUnit">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toCm">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Millimeter" eSuperTypes="//MetricSystemUnit //LengthUnit">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toCm">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Meter" eSuperTypes="//MetricSystemUnit //LengthUnit">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toCm">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Foot" eSuperTypes="//ImperialSystemUnit //LengthUnit">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toCm">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Inch" eSuperTypes="//ImperialSystemUnit //LengthUnit">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toCm">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Yard" eSuperTypes="//ImperialSystemUnit //LengthUnit">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toCm">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetricSystemUnit" abstract="true" eSuperTypes="//Unit"/>
<eClassifiers xsi:type="ecore:EClass" name="ImperialSystemUnit" abstract="true" eSuperTypes="//Unit"/>
<eClassifiers xsi:type="ecore:EClass" name="AngleUnit" abstract="true" eSuperTypes="//Unit">
<eOperations name="toRad">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Radian" eSuperTypes="//AngleUnit">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toRad">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Degree" eSuperTypes="//AngleUnit">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toRad">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Turn" eSuperTypes="//AngleUnit">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toRad">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Gradian" eSuperTypes="//AngleUnit">
<eOperations name="getSymbol">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toRad">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Quantity" abstract="true">
<eOperations name="print">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getNormalized">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" lowerBound="1" eType="//Unit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Length" eSuperTypes="//Quantity">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="LengthRequiresLengthUnit"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="LengthRequiresLengthUnit" value="self.unit.oclIsKindOf(LengthUnit)"/>
</eAnnotations>
<eOperations name="toCm">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eOperations>
<eOperations name="print">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Angle" eSuperTypes="//Quantity">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="AngleRequiresAngleUnit"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="AngleRequiresAngleUnit" value="self.unit.oclIsKindOf(AngleUnit)"/>
</eAnnotations>
<eOperations name="toRad">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eOperations>
<eOperations name="print">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QuantityOperation" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="LengthOperation" abstract="true" eSuperTypes="//QuantityOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="LengthAdd" eSuperTypes="//LengthOperation //QuantityHomogenousOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="QuantityHomogenousOperationRequiresHomogenousQuantities"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="QuantityHomogenousOperationRequiresHomogenousQuantities" value="self.lhs.oclType() = self.rhs.oclType()"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LengthSubtract" eSuperTypes="//LengthOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="LengthScalarMultiply" eSuperTypes="//LengthOperation //QuantityScalarOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="LengthScalarDivide" eSuperTypes="//LengthOperation //QuantityScalarOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="LengthEquals" eSuperTypes="//LengthOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="LengthDistinct" eSuperTypes="//LengthOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="LengthSmaller" eSuperTypes="//LengthOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="LengthGreater" eSuperTypes="//LengthOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="AngleOperation" abstract="true" eSuperTypes="//QuantityOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="AngleAdd" eSuperTypes="//AngleOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="AngleSubtract" eSuperTypes="//AngleOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="AngleScalarMultiply" eSuperTypes="//AngleOperation //QuantityScalarOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="AngleScalarDivide" eSuperTypes="//AngleOperation //QuantityScalarOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="AngleEquals" eSuperTypes="//AngleOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="AngleDistinct" eSuperTypes="//AngleOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="AngleSmaller" eSuperTypes="//AngleOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="AngleGreater" eSuperTypes="//AngleOperation //QuantityHomogenousOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="QuantityArithmeticOperation" abstract="true" eSuperTypes="//QuantityOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="QuantityComparisonOperation" abstract="true" eSuperTypes="//QuantityOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="QuantityHomogenousOperation" abstract="true" eSuperTypes="//QuantityOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="//Quantity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="//Quantity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QuantityScalarOperation" abstract="true" eSuperTypes="//QuantityOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="//Quantity"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rhs">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/tdegueul/gemoc-pirover/RoverMelange/model-gen/UnitsMT.ecore | ecore | units
Unit
getSymbol
LengthUnit
toCm
value
Centimeter
getSymbol
toCm
value
Millimeter
getSymbol
toCm
value
Meter
getSymbol
toCm
value
Foot
getSymbol
toCm
value
Inch
getSymbol
toCm
value
Yard
getSymbol
toCm
value
MetricSystemUnit
ImperialSystemUnit
AngleUnit
toRad
value
Radian
getSymbol
toRad
value
Degree
getSymbol
toRad
value
Turn
getSymbol
toRad
value
Gradian
getSymbol
toRad
value
Quantity
print
getNormalized
unit
value
Length
toCm
print
Angle
toRad
print
QuantityOperation
LengthOperation
LengthAdd
LengthSubtract
LengthScalarMultiply
LengthScalarDivide
LengthEquals
LengthDistinct
LengthSmaller
LengthGreater
AngleOperation
AngleAdd
AngleSubtract
AngleScalarMultiply
AngleScalarDivide
AngleEquals
AngleDistinct
AngleSmaller
AngleGreater
QuantityArithmeticOperation
QuantityComparisonOperation
QuantityHomogenousOperation
lhs
rhs
QuantityScalarOperation
lhs
rhs | null | {"directed":true,"nodes":[{"nsPrefix":"units","nsURI":"http://rover.unitsmt/units/","name":"units","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthUnit","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Centimeter","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Millimeter","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Foot","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inch","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Yard","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetricSystemUnit","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperialSystemUnit","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleUnit","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Radian","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Degree","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Turn","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gradian","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Quantity","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Length","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Angle","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantityOperation","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthOperation","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthAdd","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthSubtract","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthScalarMultiply","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthScalarDivide","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthEquals","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthDistinct","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthSmaller","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthGreater","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleOperation","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleAdd","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleSubtract","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleScalarMultiply","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleScalarDivide","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleEquals","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleDistinct","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleSmaller","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleGreater","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantityArithmeticOperation","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantityComparisonOperation","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantityHomogenousOperation","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantityScalarOperation","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCm","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EOperation"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EParameter"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCm","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EParameter"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCm","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EParameter"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCm","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EOperation"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EParameter"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCm","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EParameter"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCm","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EOperation"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EParameter"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCm","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EOperation"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EParameter"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toRad","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EOperation"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EParameter"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":104,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toRad","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EOperation"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EParameter"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toRad","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EOperation"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EParameter"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toRad","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EOperation"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EParameter"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymbol","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toRad","lowerBound":0,"id":126,"many":false,"required":false,"eClass":"EOperation"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EParameter"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"print","lowerBound":0,"id":132,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNormalized","lowerBound":0,"id":133,"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":"unit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCm","lowerBound":0,"id":140,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"print","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EOperation"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toRad","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"print","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EOperation"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":187,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":191,"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":"rhs","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":1,"target":0},{"source":1,"target":42},{"source":42,"target":43},{"source":42,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":44},{"source":2,"target":45},{"source":44,"target":46},{"source":44,"target":2},{"source":44,"target":47},{"source":47,"target":48},{"source":47,"target":44},{"source":45,"target":1},{"source":3,"target":0},{"source":3,"target":9},{"source":3,"target":2},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":49,"target":53},{"source":49,"target":3},{"source":50,"target":54},{"source":50,"target":3},{"source":50,"target":55},{"source":55,"target":56},{"source":55,"target":50},{"source":51,"target":9},{"source":52,"target":2},{"source":4,"target":0},{"source":4,"target":9},{"source":4,"target":2},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":57,"target":61},{"source":57,"target":4},{"source":58,"target":62},{"source":58,"target":4},{"source":58,"target":63},{"source":63,"target":64},{"source":63,"target":58},{"source":59,"target":9},{"source":60,"target":2},{"source":5,"target":0},{"source":5,"target":9},{"source":5,"target":2},{"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":66,"target":71},{"source":71,"target":72},{"source":71,"target":66},{"source":67,"target":9},{"source":68,"target":2},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":2},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":73,"target":77},{"source":73,"target":6},{"source":74,"target":78},{"source":74,"target":6},{"source":74,"target":79},{"source":79,"target":80},{"source":79,"target":74},{"source":75,"target":10},{"source":76,"target":2},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":2},{"source":7,"target":81},{"source":7,"target":82},{"source":7,"target":83},{"source":7,"target":84},{"source":81,"target":85},{"source":81,"target":7},{"source":82,"target":86},{"source":82,"target":7},{"source":82,"target":87},{"source":87,"target":88},{"source":87,"target":82},{"source":83,"target":10},{"source":84,"target":2},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":2},{"source":8,"target":89},{"source":8,"target":90},{"source":8,"target":91},{"source":8,"target":92},{"source":89,"target":93},{"source":89,"target":8},{"source":90,"target":94},{"source":90,"target":8},{"source":90,"target":95},{"source":95,"target":96},{"source":95,"target":90},{"source":91,"target":10},{"source":92,"target":2},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":97},{"source":97,"target":1},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":98},{"source":98,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":99},{"source":11,"target":100},{"source":99,"target":101},{"source":99,"target":11},{"source":99,"target":102},{"source":102,"target":103},{"source":102,"target":99},{"source":100,"target":1},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":104},{"source":12,"target":105},{"source":12,"target":106},{"source":104,"target":107},{"source":104,"target":12},{"source":105,"target":108},{"source":105,"target":12},{"source":105,"target":109},{"source":109,"target":110},{"source":109,"target":105},{"source":106,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":111},{"source":13,"target":112},{"source":13,"target":113},{"source":111,"target":114},{"source":111,"target":13},{"source":112,"target":115},{"source":112,"target":13},{"source":112,"target":116},{"source":116,"target":117},{"source":116,"target":112},{"source":113,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":118},{"source":14,"target":119},{"source":14,"target":120},{"source":118,"target":121},{"source":118,"target":14},{"source":119,"target":122},{"source":119,"target":14},{"source":119,"target":123},{"source":123,"target":124},{"source":123,"target":119},{"source":120,"target":11},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":125},{"source":15,"target":126},{"source":15,"target":127},{"source":125,"target":128},{"source":125,"target":15},{"source":126,"target":129},{"source":126,"target":15},{"source":126,"target":130},{"source":130,"target":131},{"source":130,"target":126},{"source":127,"target":11},{"source":16,"target":0},{"source":16,"target":132},{"source":16,"target":133},{"source":16,"target":134},{"source":16,"target":135},{"source":132,"target":136},{"source":132,"target":16},{"source":133,"target":137},{"source":133,"target":16},{"source":134,"target":1},{"source":134,"target":138},{"source":134,"target":16},{"source":138,"target":1},{"source":135,"target":139},{"source":135,"target":16},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":140},{"source":17,"target":141},{"source":17,"target":142},{"source":140,"target":143},{"source":140,"target":17},{"source":141,"target":144},{"source":141,"target":17},{"source":142,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":145},{"source":18,"target":146},{"source":18,"target":147},{"source":145,"target":148},{"source":145,"target":18},{"source":146,"target":149},{"source":146,"target":18},{"source":147,"target":16},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":150},{"source":150,"target":19},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":40},{"source":21,"target":151},{"source":21,"target":152},{"source":151,"target":20},{"source":152,"target":40},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":40},{"source":22,"target":153},{"source":22,"target":154},{"source":153,"target":20},{"source":154,"target":40},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":41},{"source":23,"target":155},{"source":23,"target":156},{"source":155,"target":20},{"source":156,"target":41},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":41},{"source":24,"target":157},{"source":24,"target":158},{"source":157,"target":20},{"source":158,"target":41},{"source":25,"target":0},{"source":25,"target":20},{"source":25,"target":40},{"source":25,"target":159},{"source":25,"target":160},{"source":159,"target":20},{"source":160,"target":40},{"source":26,"target":0},{"source":26,"target":20},{"source":26,"target":40},{"source":26,"target":161},{"source":26,"target":162},{"source":161,"target":20},{"source":162,"target":40},{"source":27,"target":0},{"source":27,"target":20},{"source":27,"target":40},{"source":27,"target":163},{"source":27,"target":164},{"source":163,"target":20},{"source":164,"target":40},{"source":28,"target":0},{"source":28,"target":20},{"source":28,"target":40},{"source":28,"target":165},{"source":28,"target":166},{"source":165,"target":20},{"source":166,"target":40},{"source":29,"target":0},{"source":29,"target":19},{"source":29,"target":167},{"source":167,"target":19},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":40},{"source":30,"target":168},{"source":30,"target":169},{"source":168,"target":29},{"source":169,"target":40},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":40},{"source":31,"target":170},{"source":31,"target":171},{"source":170,"target":29},{"source":171,"target":40},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":41},{"source":32,"target":172},{"source":32,"target":173},{"source":172,"target":29},{"source":173,"target":41},{"source":33,"target":0},{"source":33,"target":29},{"source":33,"target":41},{"source":33,"target":174},{"source":33,"target":175},{"source":174,"target":29},{"source":175,"target":41},{"source":34,"target":0},{"source":34,"target":29},{"source":34,"target":40},{"source":34,"target":176},{"source":34,"target":177},{"source":176,"target":29},{"source":177,"target":40},{"source":35,"target":0},{"source":35,"target":29},{"source":35,"target":40},{"source":35,"target":178},{"source":35,"target":179},{"source":178,"target":29},{"source":179,"target":40},{"source":36,"target":0},{"source":36,"target":29},{"source":36,"target":40},{"source":36,"target":180},{"source":36,"target":181},{"source":180,"target":29},{"source":181,"target":40},{"source":37,"target":0},{"source":37,"target":29},{"source":37,"target":40},{"source":37,"target":182},{"source":37,"target":183},{"source":182,"target":29},{"source":183,"target":40},{"source":38,"target":0},{"source":38,"target":19},{"source":38,"target":184},{"source":184,"target":19},{"source":39,"target":0},{"source":39,"target":19},{"source":39,"target":185},{"source":185,"target":19},{"source":40,"target":0},{"source":40,"target":19},{"source":40,"target":186},{"source":40,"target":187},{"source":40,"target":188},{"source":186,"target":16},{"source":186,"target":189},{"source":186,"target":40},{"source":189,"target":16},{"source":187,"target":16},{"source":187,"target":190},{"source":187,"target":40},{"source":190,"target":16},{"source":188,"target":19},{"source":41,"target":0},{"source":41,"target":19},{"source":41,"target":191},{"source":41,"target":192},{"source":41,"target":193},{"source":191,"target":16},{"source":191,"target":194},{"source":191,"target":41},{"source":194,"target":16},{"source":192,"target":195},{"source":192,"target":41},{"source":193,"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="module" nsURI="http://www.cmg.org/tapas/rm/xtext/Module" nsPrefix="module">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//ActionDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="globalVariables" upperBound="-1"
eType="#//GlobalVariableDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1"
eType="#//Module" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1"
eType="#//Constant" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1"
eType="#//Function" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="systems" upperBound="-1"
eType="#//System" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="labels" upperBound="-1"
eType="#//Label" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Label">
<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="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="System">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="system" eType="#//ModuleStructure"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initguard" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleStructure"/>
<eClassifiers xsi:type="ecore:EClass" name="ActionRenaming">
<eStructuralFeatures xsi:type="ecore:EReference" name="src" eType="#//Action"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trg" eType="#//Action"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleReference" eSuperTypes="#//ModuleStructure">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//Module"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StoreElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GlobalVariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//RenameableElement #//Literal">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//VariableType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableType"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#//VariableType">
<eStructuralFeatures xsi:type="ecore:EReference" name="start" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="end" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//VariableType"/>
<eClassifiers xsi:type="ecore:EClass" name="ActionDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//Action" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//RenameableElement #//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Module">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//Variable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//ModuleBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleBody"/>
<eClassifiers xsi:type="ecore:EClass" name="Rules" eSuperTypes="#//ModuleBody">
<eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1"
eType="#//Rule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="act" eType="#//Action"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="command" eType="#//UpdateCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UpdateCommand"/>
<eClassifiers xsi:type="ecore:EClass" name="Skip" eSuperTypes="#//UpdateCommand"/>
<eClassifiers xsi:type="ecore:EClass" name="Commands" eSuperTypes="#//UpdateCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="commands" upperBound="-1"
eType="#//Command" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="#//Literal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumberExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arg" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FalseExpression" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="TrueExpression" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="DeclarationRenaming" eSuperTypes="#//ModuleBody">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//Module"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="renaming" upperBound="-1"
eType="#//ElementRenaming" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementRenaming">
<eStructuralFeatures xsi:type="ecore:EReference" name="src" eType="#//RenameableElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trg" eType="#//RenameableElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RenameableElement"/>
<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="Literal" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Synchronization" eSuperTypes="#//ModuleStructure">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ModuleStructure"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ModuleStructure"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cooperation" eSuperTypes="#//ModuleStructure">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ModuleStructure"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" unique="false"
upperBound="-1" eType="#//Action"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ModuleStructure"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interleaving" eSuperTypes="#//ModuleStructure">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ModuleStructure"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ModuleStructure"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Hiding" eSuperTypes="#//ModuleStructure">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//ModuleStructure"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" unique="false"
upperBound="-1" eType="#//Action"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Renaming" eSuperTypes="#//ModuleStructure">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//ModuleStructure"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="renaming" upperBound="-1"
eType="#//ActionRenaming" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="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="Equal" 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="Less" 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="LessEq" 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="GreaterEq" 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="Greater" 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="NotEqual" 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: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="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>
</ecore:EPackage>
| github:ecore:/data/michele-loreti/etapas/PLUGINS/RM/XTEXT/org.cmg.tapas.rm.xtext/model/generated/Module.ecore | ecore | module
Model
specification
actions
globalVariables
modules
constants
functions
systems
labels
Label
name
body
Function
body
System
name
system
initguard
ModuleStructure
ActionRenaming
src
trg
ModuleReference
module
StoreElement
variable
value
Constant
expression
GlobalVariableDeclaration
variable
Variable
type
VariableType
IntegerType
start
end
BooleanType
ActionDeclaration
actions
Action
Module
name
variables
body
ModuleBody
Rules
rules
Rule
act
guard
command
UpdateCommand
Skip
Commands
commands
Command
variable
expression
Expression
LiteralExpression
reference
NumberExpression
number
NotExpression
arg
FalseExpression
TrueExpression
DeclarationRenaming
module
renaming
ElementRenaming
src
trg
RenameableElement
NamedElement
name
Literal
Synchronization
left
right
Cooperation
left
actions
right
Interleaving
left
right
Hiding
module
actions
Renaming
module
renaming
Or
left
right
And
left
right
Equal
left
right
Less
left
right
LessEq
left
right
GreaterEq
left
right
Greater
left
right
NotEqual
left
right
Plus
left
right
Minus
left
right
Multiplication
left
op
right
Division
left
right | null | {"directed":true,"nodes":[{"nsPrefix":"module","nsURI":"http://www.cmg.org/tapas/rm/xtext/Module","name":"module","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":"Label","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleStructure","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionRenaming","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleReference","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoreElement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalVariableDeclaration","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionDeclaration","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleBody","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rules","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateCommand","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Skip","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Commands","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Command","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberExpression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotExpression","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FalseExpression","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrueExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclarationRenaming","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementRenaming","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenameableElement","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synchronization","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cooperation","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interleaving","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hiding","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Renaming","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Less","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessEq","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterEq","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqual","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiplication","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":false,"id":52,"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":"specification","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":"actions","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":"globalVariables","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":"modules","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":"constants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functions","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":"systems","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":"labels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":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":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"system","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initguard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"trg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"start","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":"end","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","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":"body","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"act","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","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":"command","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":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":128,"derived":false},{"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"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":"number","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arg","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"},{"container":false,"ordered":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":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":"renaming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","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":false,"unsettable":false,"transient":false,"unique":true,"name":"trg","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":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":"actions","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"module","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":false,"unsettable":false,"transient":false,"unique":false,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"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":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renaming","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},{"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":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":1,"target":0},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":53,"target":61},{"source":53,"target":1},{"source":54,"target":15},{"source":54,"target":62},{"source":54,"target":1},{"source":62,"target":15},{"source":55,"target":10},{"source":55,"target":63},{"source":55,"target":1},{"source":63,"target":10},{"source":56,"target":17},{"source":56,"target":64},{"source":56,"target":1},{"source":64,"target":17},{"source":57,"target":9},{"source":57,"target":65},{"source":57,"target":1},{"source":65,"target":9},{"source":58,"target":3},{"source":58,"target":66},{"source":58,"target":1},{"source":66,"target":3},{"source":59,"target":4},{"source":59,"target":67},{"source":59,"target":1},{"source":67,"target":4},{"source":60,"target":2},{"source":60,"target":68},{"source":60,"target":1},{"source":68,"target":2},{"source":2,"target":0},{"source":2,"target":69},{"source":2,"target":70},{"source":69,"target":71},{"source":69,"target":2},{"source":70,"target":25},{"source":70,"target":72},{"source":70,"target":2},{"source":72,"target":25},{"source":3,"target":0},{"source":3,"target":35},{"source":3,"target":73},{"source":3,"target":74},{"source":73,"target":25},{"source":73,"target":75},{"source":73,"target":3},{"source":75,"target":25},{"source":74,"target":35},{"source":4,"target":0},{"source":4,"target":76},{"source":4,"target":77},{"source":4,"target":78},{"source":76,"target":79},{"source":76,"target":4},{"source":77,"target":5},{"source":77,"target":80},{"source":77,"target":4},{"source":80,"target":5},{"source":78,"target":25},{"source":78,"target":81},{"source":78,"target":4},{"source":81,"target":25},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":82},{"source":6,"target":83},{"source":82,"target":16},{"source":82,"target":84},{"source":82,"target":6},{"source":84,"target":16},{"source":83,"target":16},{"source":83,"target":85},{"source":83,"target":6},{"source":85,"target":16},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":86},{"source":7,"target":87},{"source":86,"target":17},{"source":86,"target":88},{"source":86,"target":7},{"source":88,"target":17},{"source":87,"target":5},{"source":8,"target":0},{"source":8,"target":89},{"source":8,"target":90},{"source":89,"target":11},{"source":89,"target":91},{"source":89,"target":8},{"source":91,"target":11},{"source":90,"target":25},{"source":90,"target":92},{"source":90,"target":8},{"source":92,"target":25},{"source":9,"target":0},{"source":9,"target":35},{"source":9,"target":93},{"source":9,"target":94},{"source":93,"target":25},{"source":93,"target":95},{"source":93,"target":9},{"source":95,"target":25},{"source":94,"target":35},{"source":10,"target":0},{"source":10,"target":96},{"source":96,"target":11},{"source":96,"target":97},{"source":96,"target":10},{"source":97,"target":11},{"source":11,"target":0},{"source":11,"target":33},{"source":11,"target":35},{"source":11,"target":98},{"source":11,"target":99},{"source":11,"target":100},{"source":98,"target":12},{"source":98,"target":101},{"source":98,"target":11},{"source":101,"target":12},{"source":99,"target":33},{"source":100,"target":35},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":102},{"source":13,"target":103},{"source":13,"target":104},{"source":102,"target":25},{"source":102,"target":105},{"source":102,"target":13},{"source":105,"target":25},{"source":103,"target":25},{"source":103,"target":106},{"source":103,"target":13},{"source":106,"target":25},{"source":104,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":107},{"source":107,"target":12},{"source":15,"target":0},{"source":15,"target":108},{"source":108,"target":16},{"source":108,"target":109},{"source":108,"target":15},{"source":109,"target":16},{"source":16,"target":0},{"source":16,"target":33},{"source":16,"target":34},{"source":16,"target":110},{"source":16,"target":111},{"source":110,"target":33},{"source":111,"target":34},{"source":17,"target":0},{"source":17,"target":112},{"source":17,"target":113},{"source":17,"target":114},{"source":112,"target":115},{"source":112,"target":17},{"source":113,"target":11},{"source":113,"target":116},{"source":113,"target":17},{"source":116,"target":11},{"source":114,"target":18},{"source":114,"target":117},{"source":114,"target":17},{"source":117,"target":18},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":118},{"source":19,"target":119},{"source":118,"target":20},{"source":118,"target":120},{"source":118,"target":19},{"source":120,"target":20},{"source":119,"target":18},{"source":20,"target":0},{"source":20,"target":121},{"source":20,"target":122},{"source":20,"target":123},{"source":121,"target":16},{"source":121,"target":124},{"source":121,"target":20},{"source":124,"target":16},{"source":122,"target":25},{"source":122,"target":125},{"source":122,"target":20},{"source":125,"target":25},{"source":123,"target":21},{"source":123,"target":126},{"source":123,"target":20},{"source":126,"target":21},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":127},{"source":127,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":128},{"source":23,"target":129},{"source":128,"target":24},{"source":128,"target":130},{"source":128,"target":23},{"source":130,"target":24},{"source":129,"target":21},{"source":24,"target":0},{"source":24,"target":131},{"source":24,"target":132},{"source":131,"target":11},{"source":131,"target":133},{"source":131,"target":24},{"source":133,"target":11},{"source":132,"target":25},{"source":132,"target":134},{"source":132,"target":24},{"source":134,"target":25},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":135},{"source":26,"target":136},{"source":135,"target":35},{"source":135,"target":137},{"source":135,"target":26},{"source":137,"target":35},{"source":136,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":138},{"source":27,"target":139},{"source":138,"target":140},{"source":138,"target":27},{"source":139,"target":25},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":141},{"source":28,"target":142},{"source":141,"target":25},{"source":141,"target":143},{"source":141,"target":28},{"source":143,"target":25},{"source":142,"target":25},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":144},{"source":144,"target":25},{"source":30,"target":0},{"source":30,"target":25},{"source":30,"target":145},{"source":145,"target":25},{"source":31,"target":0},{"source":31,"target":18},{"source":31,"target":146},{"source":31,"target":147},{"source":31,"target":148},{"source":146,"target":17},{"source":146,"target":149},{"source":146,"target":31},{"source":149,"target":17},{"source":147,"target":32},{"source":147,"target":150},{"source":147,"target":31},{"source":150,"target":32},{"source":148,"target":18},{"source":32,"target":0},{"source":32,"target":151},{"source":32,"target":152},{"source":151,"target":33},{"source":151,"target":153},{"source":151,"target":32},{"source":153,"target":33},{"source":152,"target":33},{"source":152,"target":154},{"source":152,"target":32},{"source":154,"target":33},{"source":33,"target":0},{"source":34,"target":0},{"source":34,"target":155},{"source":155,"target":156},{"source":155,"target":34},{"source":35,"target":0},{"source":35,"target":34},{"source":35,"target":157},{"source":157,"target":34},{"source":36,"target":0},{"source":36,"target":5},{"source":36,"target":158},{"source":36,"target":159},{"source":36,"target":160},{"source":158,"target":5},{"source":158,"target":161},{"source":158,"target":36},{"source":161,"target":5},{"source":159,"target":5},{"source":159,"target":162},{"source":159,"target":36},{"source":162,"target":5},{"source":160,"target":5},{"source":37,"target":0},{"source":37,"target":5},{"source":37,"target":163},{"source":37,"target":164},{"source":37,"target":165},{"source":37,"target":166},{"source":163,"target":5},{"source":163,"target":167},{"source":163,"target":37},{"source":167,"target":5},{"source":164,"target":16},{"source":164,"target":168},{"source":164,"target":37},{"source":168,"target":16},{"source":165,"target":5},{"source":165,"target":169},{"source":165,"target":37},{"source":169,"target":5},{"source":166,"target":5},{"source":38,"target":0},{"source":38,"target":5},{"source":38,"target":170},{"source":38,"target":171},{"source":38,"target":172},{"source":170,"target":5},{"source":170,"target":173},{"source":170,"target":38},{"source":173,"target":5},{"source":171,"target":5},{"source":171,"target":174},{"source":171,"target":38},{"source":174,"target":5},{"source":172,"target":5},{"source":39,"target":0},{"source":39,"target":5},{"source":39,"target":175},{"source":39,"target":176},{"source":39,"target":177},{"source":175,"target":5},{"source":175,"target":178},{"source":175,"target":39},{"source":178,"target":5},{"source":176,"target":16},{"source":176,"target":179},{"source":176,"target":39},{"source":179,"target":16},{"source":177,"target":5},{"source":40,"target":0},{"source":40,"target":5},{"source":40,"target":180},{"source":40,"target":181},{"source":40,"target":182},{"source":180,"target":5},{"source":180,"target":183},{"source":180,"target":40},{"source":183,"target":5},{"source":181,"target":6},{"source":181,"target":184},{"source":181,"target":40},{"source":184,"target":6},{"source":182,"target":5},{"source":41,"target":0},{"source":41,"target":25},{"source":41,"target":185},{"source":41,"target":186},{"source":41,"target":187},{"source":185,"target":25},{"source":185,"target":188},{"source":185,"target":41},{"source":188,"target":25},{"source":186,"target":25},{"source":186,"target":189},{"source":186,"target":41},{"source":189,"target":25},{"source":187,"target":25},{"source":42,"target":0},{"source":42,"target":25},{"source":42,"target":190},{"source":42,"target":191},{"source":42,"target":192},{"source":190,"target":25},{"source":190,"target":193},{"source":190,"target":42},{"source":193,"target":25},{"source":191,"target":25},{"source":191,"target":194},{"source":191,"target":42},{"source":194,"target":25},{"source":192,"target":25},{"source":43,"target":0},{"source":43,"target":25},{"source":43,"target":195},{"source":43,"target":196},{"source":43,"target":197},{"source":195,"target":25},{"source":195,"target":198},{"source":195,"target":43},{"source":198,"target":25},{"source":196,"target":25},{"source":196,"target":199},{"source":196,"target":43},{"source":199,"target":25},{"source":197,"target":25},{"source":44,"target":0},{"source":44,"target":25},{"source":44,"target":200},{"source":44,"target":201},{"source":44,"target":202},{"source":200,"target":25},{"source":200,"target":203},{"source":200,"target":44},{"source":203,"target":25},{"source":201,"target":25},{"source":201,"target":204},{"source":201,"target":44},{"source":204,"target":25},{"source":202,"target":25},{"source":45,"target":0},{"source":45,"target":25},{"source":45,"target":205},{"source":45,"target":206},{"source":45,"target":207},{"source":205,"target":25},{"source":205,"target":208},{"source":205,"target":45},{"source":208,"target":25},{"source":206,"target":25},{"source":206,"target":209},{"source":206,"target":45},{"source":209,"target":25},{"source":207,"target":25},{"source":46,"target":0},{"source":46,"target":25},{"source":46,"target":210},{"source":46,"target":211},{"source":46,"target":212},{"source":210,"target":25},{"source":210,"target":213},{"source":210,"target":46},{"source":213,"target":25},{"source":211,"target":25},{"source":211,"target":214},{"source":211,"target":46},{"source":214,"target":25},{"source":212,"target":25},{"source":47,"target":0},{"source":47,"target":25},{"source":47,"target":215},{"source":47,"target":216},{"source":47,"target":217},{"source":215,"target":25},{"source":215,"target":218},{"source":215,"target":47},{"source":218,"target":25},{"source":216,"target":25},{"source":216,"target":219},{"source":216,"target":47},{"source":219,"target":25},{"source":217,"target":25},{"source":48,"target":0},{"source":48,"target":25},{"source":48,"target":220},{"source":48,"target":221},{"source":48,"target":222},{"source":220,"target":25},{"source":220,"target":223},{"source":220,"target":48},{"source":223,"target":25},{"source":221,"target":25},{"source":221,"target":224},{"source":221,"target":48},{"source":224,"target":25},{"source":222,"target":25},{"source":49,"target":0},{"source":49,"target":25},{"source":49,"target":225},{"source":49,"target":226},{"source":49,"target":227},{"source":225,"target":25},{"source":225,"target":228},{"source":225,"target":49},{"source":228,"target":25},{"source":226,"target":25},{"source":226,"target":229},{"source":226,"target":49},{"source":229,"target":25},{"source":227,"target":25},{"source":50,"target":0},{"source":50,"target":25},{"source":50,"target":230},{"source":50,"target":231},{"source":50,"target":232},{"source":230,"target":25},{"source":230,"target":233},{"source":230,"target":50},{"source":233,"target":25},{"source":231,"target":25},{"source":231,"target":234},{"source":231,"target":50},{"source":234,"target":25},{"source":232,"target":25},{"source":51,"target":0},{"source":51,"target":25},{"source":51,"target":235},{"source":51,"target":236},{"source":51,"target":237},{"source":51,"target":238},{"source":235,"target":25},{"source":235,"target":239},{"source":235,"target":51},{"source":239,"target":25},{"source":236,"target":240},{"source":236,"target":51},{"source":237,"target":25},{"source":237,"target":241},{"source":237,"target":51},{"source":241,"target":25},{"source":238,"target":25},{"source":52,"target":0},{"source":52,"target":25},{"source":52,"target":242},{"source":52,"target":243},{"source":52,"target":244},{"source":242,"target":25},{"source":242,"target":245},{"source":242,"target":52},{"source":245,"target":25},{"source":243,"target":25},{"source":243,"target":246},{"source":243,"target":52},{"source":246,"target":25},{"source":244,"target":25}],"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="LTL" nsURI="http://disi.unitn.it/zanshin/1.0/ltl" nsPrefix="org.eeat.model">
<eClassifiers xsi:type="ecore:EClass" name="OclAny">
<eOperations name="after" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="LTL.scope"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.after() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="exp1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="exp2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.scoped"/>
</eParameters>
<eParameters name="timeout" eType="#//Timeout"/>
</eOperations>
<eOperations name="after" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="LTL.scope"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.after() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="exp1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="exp2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.scoped"/>
</eParameters>
</eOperations>
<eOperations name="after" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="LTL.scope"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.after() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="exp1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="exp2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.scoped"/>
</eParameters>
<eParameters name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="between" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="LTL.scope"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.between() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="exp1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="exp2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="exp3" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.scoped"/>
</eParameters>
</eOperations>
<eOperations name="always" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.always() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="always" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.always() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="timeout" eType="#//Timeout"/>
</eOperations>
<eOperations name="always" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.always() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="before" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="LTL.scope"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.before() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="exp1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="exp2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.scoped"/>
</eParameters>
<eParameters name="timeout" eType="#//Timeout"/>
</eOperations>
<eOperations name="before" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="LTL.scope"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.before() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="exp1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="exp2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.scoped"/>
</eParameters>
</eOperations>
<eOperations name="before" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="LTL.scope"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.before() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="exp1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="exp2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.scoped"/>
</eParameters>
<eParameters name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="eventually" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.eventually() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="eventually" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.eventually() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="never" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.never() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="never" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.never() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="timeout" eType="#//Timeout"/>
</eOperations>
<eOperations name="never" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.never() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="newPEval" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.newPEval() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="responds" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.responds() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="stimulus" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="response" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="responds" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.responds() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="stimulus" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="response" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="timeout" eType="#//Timeout"/>
</eOperations>
<eOperations name="sequence" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.sequence() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" unique="false">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="sequence" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.sequence() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" unique="false">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eGenericType>
</eParameters>
<eParameters name="timeout" eType="#//Timeout"/>
</eOperations>
<eOperations name="receivedEvent" eType="#//Event">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.receivedEvent() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="receivedEvents">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.receivedEvents() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="#//Event"/>
</eGenericType>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="receivedMessages">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.receivedMessages() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="#//OclMessage"/>
</eGenericType>
<eParameters name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="methodName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="receivedMessages">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.receivedMessages() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="#//OclMessage"/>
</eGenericType>
<eParameters name="methodName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="receivedMessage" eType="#//OclMessage">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.receivedMessage() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="methodName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="receivedMessage" eType="#//OclMessage">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.receivedMessage() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="methodName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="receivedProperties">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.receivedProperties() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="#//PropertyEvent"/>
</eGenericType>
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="receivedProperty" eType="#//PropertyEvent">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.receivedProperty() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="responds" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.responds() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="stimulus" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="response" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="timeout" eType="#//Timeout">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.timeout() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="spec" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="unless" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.unless() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="unless" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.unless() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="until" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.until() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="until" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.until() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclMessage" eSuperTypes="#//Event">
<eOperations name="argument" eType="#//OclAny">
<eAnnotations source="LTL.op"/>
<eAnnotations source="LTL.noTemplate"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclMessage.argument() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="argument" eType="#//OclAny">
<eAnnotations source="LTL.op"/>
<eAnnotations source="LTL.noTemplate"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclMessage.argument() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="arguments">
<eAnnotations source="LTL.op"/>
<eAnnotations source="LTL.noTemplate"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclMessage.arguments() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="#//OclAny"/>
</eGenericType>
</eOperations>
<eOperations name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclMessage.className() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
<eOperations name="methodName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclMessage.methodName() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Timeout" eSuperTypes="#//OclAny">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyEvent" eSuperTypes="#//Event">
<eOperations name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method PropertyEvent.name() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
<eOperations name="satisfied" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method PropertyEvent.satisfied() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
<eOperations name="openDate" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method PropertyEvent.openDate() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
<eOperations name="closeDate" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method PropertyEvent.closeDate() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
<eOperations name="openEvent" unique="false" eType="#//Event">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method PropertyEvent.openEvent() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
<eOperations name="closeEvent" unique="false" eType="#//Event">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method PropertyEvent.closeEvent() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
<eOperations name="scopeEvent" unique="false" eType="#//Event">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method PropertyEvent.scopeEvent() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
<eOperations name="support" unique="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method PropertyEvent.support() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="#//PropertyEvent"/>
</eGenericType>
</eOperations>
<eOperations name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method PropertyEvent.property() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//OclAny http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eOperations name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method Event.date() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
<eOperations name="timestamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method Event.timestamp() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
<eOperations name="object" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method Event.object() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/sefms-disi-unitn/Zanshin/it.unitn.disi.zanshin.core/META-INF/LTL.ecore | ecore | LTL
OclAny
after
exp1
exp2
timeout
after
exp1
exp2
after
exp1
exp2
timeout
between
exp1
exp2
exp3
always
expression
always
expression
timeout
always
expression
timeout
before
exp1
exp2
timeout
before
exp1
exp2
before
exp1
exp2
timeout
eventually
expression
eventually
expression
timeout
never
expression
never
expression
timeout
never
expression
timeout
newPEval
expression
responds
stimulus
response
responds
stimulus
response
timeout
sequence
expression
sequence
expression
timeout
receivedEvent
expression
receivedEvents
expression
receivedMessages
className
methodName
receivedMessages
methodName
receivedMessage
methodName
receivedMessage
className
methodName
receivedProperties
name
receivedProperty
name
responds
stimulus
response
timeout
timeout
spec
unless
expression
unless
expression
timeout
until
expression
until
expression
timeout
OclMessage
argument
expression
argument
expression
arguments
className
methodName
Timeout
expression
PropertyEvent
name
satisfied
openDate
closeDate
openEvent
closeEvent
scopeEvent
support
property
Event
date
timestamp
object | null | {"directed":true,"nodes":[{"nsPrefix":"org.eeat.model","nsURI":"http://disi.unitn.it/zanshin/1.0/ltl","name":"LTL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAny","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclMessage","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Timeout","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyEvent","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":false,"name":"after","lowerBound":0,"id":6,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"after","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"after","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"between","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"always","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"always","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"always","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"before","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"before","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"before","lowerBound":0,"id":15,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"eventually","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventually","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"never","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"never","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"never","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"newPEval","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"responds","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"responds","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"sequence","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"sequence","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"receivedEvent","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"receivedEvents","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"receivedMessages","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"receivedMessages","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"receivedMessage","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"receivedMessage","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"receivedProperties","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"receivedProperty","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"responds","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unless","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unless","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"until","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"until","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EOperation"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp1","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp2","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EParameter"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp1","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp2","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EParameter"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp1","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp2","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","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":"exp1","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp2","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp3","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EParameter"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EParameter"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EParameter"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp1","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp2","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EParameter"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp1","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp2","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EParameter"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp1","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp2","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EParameter"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"expression","lowerBound":1,"id":99,"many":false,"required":true,"eClass":"EParameter"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EParameter"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"expression","lowerBound":1,"id":107,"many":false,"required":true,"eClass":"EParameter"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":110,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EParameter"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EParameter"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EParameter"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"stimulus","lowerBound":1,"id":123,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"response","lowerBound":1,"id":124,"many":false,"required":true,"eClass":"EParameter"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"stimulus","lowerBound":1,"id":128,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"response","lowerBound":1,"id":129,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EParameter"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"expression","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EParameter"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"expression","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":140,"many":false,"required":false,"eClass":"EParameter"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EParameter"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EParameter"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"className","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodName","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EParameter"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodName","lowerBound":0,"id":158,"many":false,"required":false,"eClass":"EParameter"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodName","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":"className","lowerBound":0,"id":165,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodName","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EParameter"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EParameter"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EParameter"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"stimulus","lowerBound":1,"id":177,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"response","lowerBound":1,"id":178,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EParameter"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"spec","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EParameter"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EParameter"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EParameter"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EParameter"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","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":"argument","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"argument","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"arguments","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"className","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodName","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EOperation"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","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":"expression","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EParameter"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"name","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"satisfied","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"openDate","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"closeDate","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"openEvent","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"closeEvent","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"scopeEvent","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"support","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":229,"many":false,"required":false,"eClass":"EOperation"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"date","lowerBound":0,"id":241,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"timestamp","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":243,"many":false,"required":false,"eClass":"EOperation"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"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":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":6,"target":40},{"source":6,"target":1},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":41,"target":44},{"source":41,"target":6},{"source":42,"target":45},{"source":42,"target":6},{"source":43,"target":3},{"source":43,"target":46},{"source":43,"target":6},{"source":46,"target":3},{"source":7,"target":47},{"source":7,"target":1},{"source":7,"target":48},{"source":7,"target":49},{"source":48,"target":50},{"source":48,"target":7},{"source":49,"target":51},{"source":49,"target":7},{"source":8,"target":52},{"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":58},{"source":55,"target":8},{"source":9,"target":59},{"source":9,"target":1},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":60,"target":63},{"source":60,"target":9},{"source":61,"target":64},{"source":61,"target":9},{"source":62,"target":65},{"source":62,"target":9},{"source":10,"target":66},{"source":10,"target":1},{"source":10,"target":67},{"source":67,"target":68},{"source":67,"target":10},{"source":11,"target":69},{"source":11,"target":1},{"source":11,"target":70},{"source":11,"target":71},{"source":70,"target":72},{"source":70,"target":11},{"source":71,"target":3},{"source":71,"target":73},{"source":71,"target":11},{"source":73,"target":3},{"source":12,"target":74},{"source":12,"target":1},{"source":12,"target":75},{"source":12,"target":76},{"source":75,"target":77},{"source":75,"target":12},{"source":76,"target":78},{"source":76,"target":12},{"source":13,"target":79},{"source":13,"target":1},{"source":13,"target":80},{"source":13,"target":81},{"source":13,"target":82},{"source":80,"target":83},{"source":80,"target":13},{"source":81,"target":84},{"source":81,"target":13},{"source":82,"target":3},{"source":82,"target":85},{"source":82,"target":13},{"source":85,"target":3},{"source":14,"target":86},{"source":14,"target":1},{"source":14,"target":87},{"source":14,"target":88},{"source":87,"target":89},{"source":87,"target":14},{"source":88,"target":90},{"source":88,"target":14},{"source":15,"target":91},{"source":15,"target":1},{"source":15,"target":92},{"source":15,"target":93},{"source":15,"target":94},{"source":92,"target":95},{"source":92,"target":15},{"source":93,"target":96},{"source":93,"target":15},{"source":94,"target":97},{"source":94,"target":15},{"source":16,"target":98},{"source":16,"target":1},{"source":16,"target":99},{"source":99,"target":100},{"source":99,"target":16},{"source":17,"target":101},{"source":17,"target":1},{"source":17,"target":102},{"source":17,"target":103},{"source":102,"target":104},{"source":102,"target":17},{"source":103,"target":105},{"source":103,"target":17},{"source":18,"target":106},{"source":18,"target":1},{"source":18,"target":107},{"source":107,"target":108},{"source":107,"target":18},{"source":19,"target":109},{"source":19,"target":1},{"source":19,"target":110},{"source":19,"target":111},{"source":110,"target":112},{"source":110,"target":19},{"source":111,"target":3},{"source":111,"target":113},{"source":111,"target":19},{"source":113,"target":3},{"source":20,"target":114},{"source":20,"target":1},{"source":20,"target":115},{"source":20,"target":116},{"source":115,"target":117},{"source":115,"target":20},{"source":116,"target":118},{"source":116,"target":20},{"source":21,"target":119},{"source":21,"target":1},{"source":21,"target":120},{"source":120,"target":121},{"source":120,"target":21},{"source":22,"target":122},{"source":22,"target":1},{"source":22,"target":123},{"source":22,"target":124},{"source":123,"target":125},{"source":123,"target":22},{"source":124,"target":126},{"source":124,"target":22},{"source":23,"target":127},{"source":23,"target":1},{"source":23,"target":128},{"source":23,"target":129},{"source":23,"target":130},{"source":128,"target":131},{"source":128,"target":23},{"source":129,"target":132},{"source":129,"target":23},{"source":130,"target":3},{"source":130,"target":133},{"source":130,"target":23},{"source":133,"target":3},{"source":24,"target":134},{"source":24,"target":1},{"source":24,"target":135},{"source":135,"target":136},{"source":135,"target":24},{"source":136,"target":137},{"source":25,"target":138},{"source":25,"target":1},{"source":25,"target":139},{"source":25,"target":140},{"source":139,"target":141},{"source":139,"target":25},{"source":141,"target":142},{"source":140,"target":3},{"source":140,"target":143},{"source":140,"target":25},{"source":143,"target":3},{"source":26,"target":5},{"source":26,"target":144},{"source":26,"target":1},{"source":26,"target":145},{"source":144,"target":5},{"source":145,"target":146},{"source":145,"target":26},{"source":27,"target":147},{"source":27,"target":1},{"source":27,"target":148},{"source":147,"target":149},{"source":149,"target":5},{"source":148,"target":150},{"source":148,"target":27},{"source":28,"target":151},{"source":28,"target":1},{"source":28,"target":152},{"source":28,"target":153},{"source":151,"target":154},{"source":154,"target":2},{"source":152,"target":155},{"source":152,"target":28},{"source":153,"target":156},{"source":153,"target":28},{"source":29,"target":157},{"source":29,"target":1},{"source":29,"target":158},{"source":157,"target":159},{"source":159,"target":2},{"source":158,"target":160},{"source":158,"target":29},{"source":30,"target":2},{"source":30,"target":161},{"source":30,"target":1},{"source":30,"target":162},{"source":161,"target":2},{"source":162,"target":163},{"source":162,"target":30},{"source":31,"target":2},{"source":31,"target":164},{"source":31,"target":1},{"source":31,"target":165},{"source":31,"target":166},{"source":164,"target":2},{"source":165,"target":167},{"source":165,"target":31},{"source":166,"target":168},{"source":166,"target":31},{"source":32,"target":169},{"source":32,"target":1},{"source":32,"target":170},{"source":169,"target":171},{"source":171,"target":4},{"source":170,"target":172},{"source":170,"target":32},{"source":33,"target":4},{"source":33,"target":173},{"source":33,"target":1},{"source":33,"target":174},{"source":173,"target":4},{"source":174,"target":175},{"source":174,"target":33},{"source":34,"target":176},{"source":34,"target":1},{"source":34,"target":177},{"source":34,"target":178},{"source":34,"target":179},{"source":177,"target":180},{"source":177,"target":34},{"source":178,"target":181},{"source":178,"target":34},{"source":179,"target":182},{"source":179,"target":34},{"source":35,"target":3},{"source":35,"target":183},{"source":35,"target":1},{"source":35,"target":184},{"source":183,"target":3},{"source":184,"target":185},{"source":184,"target":35},{"source":36,"target":186},{"source":36,"target":1},{"source":36,"target":187},{"source":187,"target":188},{"source":187,"target":36},{"source":37,"target":189},{"source":37,"target":1},{"source":37,"target":190},{"source":37,"target":191},{"source":190,"target":192},{"source":190,"target":37},{"source":191,"target":193},{"source":191,"target":37},{"source":38,"target":194},{"source":38,"target":1},{"source":38,"target":195},{"source":195,"target":196},{"source":195,"target":38},{"source":39,"target":197},{"source":39,"target":1},{"source":39,"target":198},{"source":39,"target":199},{"source":198,"target":200},{"source":198,"target":39},{"source":199,"target":201},{"source":199,"target":39},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":202},{"source":2,"target":203},{"source":2,"target":204},{"source":2,"target":205},{"source":2,"target":206},{"source":2,"target":207},{"source":202,"target":1},{"source":202,"target":208},{"source":202,"target":2},{"source":202,"target":209},{"source":208,"target":1},{"source":209,"target":210},{"source":209,"target":202},{"source":203,"target":1},{"source":203,"target":211},{"source":203,"target":2},{"source":203,"target":212},{"source":211,"target":1},{"source":212,"target":213},{"source":212,"target":203},{"source":204,"target":214},{"source":204,"target":2},{"source":214,"target":215},{"source":215,"target":1},{"source":205,"target":216},{"source":205,"target":2},{"source":206,"target":217},{"source":206,"target":2},{"source":207,"target":5},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":218},{"source":3,"target":219},{"source":218,"target":220},{"source":218,"target":3},{"source":219,"target":1},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":221},{"source":4,"target":222},{"source":4,"target":223},{"source":4,"target":224},{"source":4,"target":225},{"source":4,"target":226},{"source":4,"target":227},{"source":4,"target":228},{"source":4,"target":229},{"source":4,"target":230},{"source":221,"target":231},{"source":221,"target":4},{"source":222,"target":232},{"source":222,"target":4},{"source":223,"target":233},{"source":223,"target":4},{"source":224,"target":234},{"source":224,"target":4},{"source":225,"target":5},{"source":225,"target":235},{"source":225,"target":4},{"source":235,"target":5},{"source":226,"target":5},{"source":226,"target":236},{"source":226,"target":4},{"source":236,"target":5},{"source":227,"target":5},{"source":227,"target":237},{"source":227,"target":4},{"source":237,"target":5},{"source":228,"target":238},{"source":228,"target":4},{"source":238,"target":239},{"source":239,"target":4},{"source":229,"target":240},{"source":229,"target":4},{"source":230,"target":5},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":241},{"source":5,"target":242},{"source":5,"target":243},{"source":5,"target":244},{"source":5,"target":245},{"source":241,"target":246},{"source":241,"target":5},{"source":242,"target":247},{"source":242,"target":5},{"source":243,"target":248},{"source":243,"target":5},{"source":244,"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="extlibraryprofile" nsURI="http://Papyrus/ExtLibraryProfile"
nsPrefix="ExtLibraryProfile">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="extlibrary"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Book" eSuperTypes="#//CirculatingItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" ordered="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//Integer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false"
lowerBound="1" eType="#//library/BookCategory"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CirculatingItem" abstract="true" eSuperTypes="#//Item #//Lendable"/>
<eClassifiers xsi:type="ecore:EClass" name="Item" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" ordered="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="publicationDate" ordered="false"
eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Lendable" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="copies" ordered="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#//Addressable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Package" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Addressable" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="address" ordered="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Writer" eSuperTypes="#//Person">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bookOnTape" ordered="false"
lowerBound="1" eType="#//BookOnTape"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Person" abstract="true" eSuperTypes="#//Addressable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" ordered="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" ordered="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="videoCassete" ordered="false"
upperBound="-1" eType="#//VideoCassete"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bookOnTape1" ordered="false"
lowerBound="1" eType="#//BookOnTape"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VideoCassete" eSuperTypes="#//AudioVisualItem"/>
<eClassifiers xsi:type="ecore:EClass" name="AudioVisualItem" abstract="true" eSuperTypes="#//CirculatingItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minutesLength" ordered="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//Integer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="damaged" ordered="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BookOnTape" eSuperTypes="#//AudioVisualItem"/>
<eClassifiers xsi:type="ecore:EClass" name="Periodical" eSuperTypes="#//Item">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="issuesPerYear" ordered="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Date" instanceClassName="java.util.Date"/>
<eClassifiers xsi:type="ecore:EClass" name="Borrower" eSuperTypes="#//Person"/>
<eClassifiers xsi:type="ecore:EClass" name="Employee" eSuperTypes="#//Person"/>
<eClassifiers xsi:type="ecore:EClass" name="Borrows">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Dependency" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Dependency"/>
</eClassifiers>
<eSubpackages name="library" nsURI="http://Papyrus/ExtLibraryProfile/Library" nsPrefix="Library">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="Library"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EEnum" name="BookCategory">
<eLiterals name="Mystery"/>
<eLiterals name="ScienceFiction" value="1"/>
<eLiterals name="Biography" value="2"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/rpc1/org.eclipse.papyrus/examples/library/org.eclipse.papyrus.training.library.profile/model/extlibraryprofile.ecore | ecore | extlibraryprofile
Book
pages
category
CirculatingItem
Item
title
publicationDate
base_Class
Lendable
copies
Library
name
base_Package
Addressable
address
Writer
name
bookOnTape
Person
firstName
lastName
videoCassete
bookOnTape1
base_Class
VideoCassete
AudioVisualItem
minutesLength
damaged
BookOnTape
Periodical
issuesPerYear
Date
java.util.Date
java.util.Date
Borrower
Employee
Borrows
base_Dependency
library
BookCategory
Mystery
Mystery
ScienceFiction
ScienceFiction
Biography
Biography | null | {"directed":true,"nodes":[{"nsPrefix":"ExtLibraryProfile","nsURI":"http://Papyrus/ExtLibraryProfile","name":"extlibraryprofile","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CirculatingItem","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lendable","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Addressable","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VideoCassete","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AudioVisualItem","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookOnTape","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Periodical","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"Date","instanceClass":"java.util.Date","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Borrower","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Borrows","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"nsPrefix":"Library","nsURI":"http://Papyrus/ExtLibraryProfile/Library","name":"library","id":17,"eClass":"EPackage"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookCategory","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":26,"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":"publicationDate","changeable":true,"lowerBound":0,"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":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"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":"copies","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"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":"address","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":41,"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":"bookOnTape","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"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":"firstName","changeable":true,"lowerBound":1,"iD":false,"id":46,"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":47,"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":"videoCassete","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"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":"bookOnTape1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"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":"minutesLength","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":"damaged","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"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":"issuesPerYear","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Dependency","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"name":"Mystery","id":71,"value":0,"literal":"Mystery","eClass":"EEnumLiteral"},{"name":"ScienceFiction","id":72,"value":1,"literal":"ScienceFiction","eClass":"EEnumLiteral"},{"name":"Biography","id":73,"value":2,"literal":"Biography","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":18,"target":21},{"source":18,"target":1},{"source":19,"target":22},{"source":19,"target":23},{"source":19,"target":1},{"source":23,"target":22},{"source":20,"target":2},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":4},{"source":2,"target":24},{"source":2,"target":25},{"source":24,"target":3},{"source":25,"target":4},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":26,"target":29},{"source":26,"target":3},{"source":27,"target":30},{"source":27,"target":3},{"source":28,"target":31},{"source":28,"target":3},{"source":4,"target":0},{"source":4,"target":32},{"source":32,"target":33},{"source":32,"target":4},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":34,"target":37},{"source":34,"target":5},{"source":35,"target":38},{"source":35,"target":5},{"source":36,"target":6},{"source":6,"target":0},{"source":6,"target":39},{"source":39,"target":40},{"source":39,"target":6},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":41,"target":44},{"source":41,"target":7},{"source":42,"target":11},{"source":42,"target":45},{"source":42,"target":7},{"source":45,"target":11},{"source":43,"target":8},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":46},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":8,"target":51},{"source":46,"target":52},{"source":46,"target":8},{"source":47,"target":53},{"source":47,"target":8},{"source":48,"target":9},{"source":48,"target":54},{"source":48,"target":8},{"source":54,"target":9},{"source":49,"target":11},{"source":49,"target":55},{"source":49,"target":8},{"source":55,"target":11},{"source":50,"target":56},{"source":50,"target":8},{"source":51,"target":6},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":57},{"source":57,"target":10},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":58},{"source":10,"target":59},{"source":10,"target":60},{"source":58,"target":61},{"source":58,"target":10},{"source":59,"target":62},{"source":59,"target":10},{"source":60,"target":2},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":63},{"source":63,"target":10},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":64},{"source":12,"target":65},{"source":64,"target":66},{"source":64,"target":12},{"source":65,"target":3},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":67},{"source":67,"target":8},{"source":15,"target":0},{"source":15,"target":8},{"source":15,"target":68},{"source":68,"target":8},{"source":16,"target":0},{"source":16,"target":69},{"source":69,"target":70},{"source":69,"target":16},{"source":17,"target":22},{"source":17,"target":0},{"source":22,"target":17},{"source":22,"target":71},{"source":22,"target":72},{"source":22,"target":73},{"source":71,"target":22},{"source":72,"target":22},{"source":73,"target":22}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="rcpl" nsURI="http://rcpl/1.0" nsPrefix="rcpl">
<eClassifiers xsi:type="ecore:EEnum" name="ToolType">
<eLiterals name="BUTTON"/>
<eLiterals name="TOGGLEBUTTON" value="1"/>
<eLiterals name="TEXTFIELD" value="2"/>
<eLiterals name="PASSWORDFIELD" value="3"/>
<eLiterals name="DATEFIELD" value="4"/>
<eLiterals name="DATEANDTIMEFIELD" value="5"/>
<eLiterals name="SPLITMENUBUTTON" value="6"/>
<eLiterals name="RADIOBUTTON" value="7"/>
<eLiterals name="CHECKBOX" value="8"/>
<eLiterals name="COMBO" value="9"/>
<eLiterals name="NAVIGATOR" value="10"/>
<eLiterals name="COLOR_CHOOSER" value="11"/>
<eLiterals name="OTHER" value="12"/>
<eLiterals name="CHOICEBOX" value="13"/>
<eLiterals name="HTMLEDITOR" value="14"/>
<eLiterals name="HYPERLINK" value="15"/>
<eLiterals name="IMAGEVIEW" value="16"/>
<eLiterals name="LABEL" value="17"/>
<eLiterals name="LISTVIEW" value="18"/>
<eLiterals name="SEPARATOR_VERTICAL" value="19"/>
<eLiterals name="MENUBAR" value="20"/>
<eLiterals name="SEPARATOR_HORIZONTAL" value="21"/>
<eLiterals name="PROGRESSINDICATOR" value="22"/>
<eLiterals name="PROGRESSBAR" value="23"/>
<eLiterals name="MENUBUTTON" value="24"/>
<eLiterals name="WEBVIEW" value="25"/>
<eLiterals name="TEXTAREA" value="26"/>
<eLiterals name="SLIDER_VERTICAL" value="27"/>
<eLiterals name="SLIDER_HORIZONTAL" value="28"/>
<eLiterals name="GRIDPANE" value="29"/>
<eLiterals name="FLOWPANE" value="30"/>
<eLiterals name="MATH_EDITOR" value="31"/>
<eLiterals name="SVG_EDITOR" value="32"/>
<eLiterals name="IMAGE_EDITOR" value="33"/>
<eLiterals name="LINE_WIDTH" value="34"/>
<eLiterals name="LINE_DASHES" value="35"/>
<eLiterals name="LINE_ARROWS" value="36"/>
<eLiterals name="PATTERN" value="37"/>
<eLiterals name="HIGHLIGHTCOLOR" value="38"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FontStyles">
<eLiterals name="NORMAL" value="2"/>
<eLiterals name="BOLD"/>
<eLiterals name="ITALIC" value="1"/>
<eLiterals name="UNDERLINE" value="3"/>
<eLiterals name="UNDERLINE_2" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ToolBarReplacementPolicy">
<eLiterals name="REPLACE_ALL"/>
<eLiterals name="ADD" value="1"/>
<eLiterals name="REPLACE_ALL_MATCHES" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="GroupType">
<eLiterals name="ACCORDIONITEM"/>
<eLiterals name="GRIDPANE" value="1"/>
<eLiterals name="FLOWPANE" value="2"/>
<eLiterals name="ANCHORPANE" value="3"/>
<eLiterals name="ACCORDION" value="4"/>
<eLiterals name="BORDERPANE" value="5"/>
<eLiterals name="HBOX" value="6"/>
<eLiterals name="VBOX" value="7"/>
<eLiterals name="PANE" value="8"/>
<eLiterals name="SCROLLPANE" value="9"/>
<eLiterals name="HORIZONTALSPLITPANE" value="10"/>
<eLiterals name="VERTICALSPLITPANE" value="11"/>
<eLiterals name="STACKPANE" value="12"/>
<eLiterals name="TAB" value="13"/>
<eLiterals name="TABPANE" value="14"/>
<eLiterals name="TILEPANE" value="15"/>
<eLiterals name="TITLEDPANE" value="16"/>
<eLiterals name="TOOLBAR" value="17"/>
<eLiterals name="EMPTY_GROUP_BUTTON" value="18"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Layoutable" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="layoutX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="layoutY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="layoutWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="layoutHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="image" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toolTip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="createDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="beginDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="leaf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RCPL" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="allAddons" lowerBound="1"
eType="#//Addons" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allPerspectives" lowerBound="1"
eType="#//Perspectives" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="preferences" lowerBound="1"
eType="#//Preferences" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allTools" lowerBound="1"
eType="#//Tools" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allFavorites" eType="#//Favorites"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="versionMajor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="versionMinor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="versionMaintenance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="buildNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="versionDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allResources" eType="#//Resources"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allPersons" eType="#//Persons"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkedRcpls" upperBound="-1"
eType="#//RCPL"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="homepages" lowerBound="1"
eType="#//HomePages" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="documents" lowerBound="1"
eType="#//Documents" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyvalues" eType="#//KeyValues"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imageUrls" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ServiceClasses" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="homeURL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="commands" eType="#//Commands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="services" eType="#//Services"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="navigators" eType="#//Navigators"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Perspectives" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Perspective" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Perspective" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="sideToolBar" lowerBound="1"
eType="#//SideToolBar" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="topToolBar" lowerBound="1"
eType="#//TopToolBar" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="quickToolBar" lowerBound="1"
eType="#//QuickToolBar" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ribbonToolBar" lowerBound="1"
eType="#//RibbonToolBar" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="overview" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Preference" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Logins" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Login" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Login" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rcpl" eType="#//RCPL" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="userId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="person" eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="domains" upperBound="-1"
eType="#//Domain"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Favorites" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1"
upperBound="-1" eType="#//FavoritesGroup" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultSetId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Favorite" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="link" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="URI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="URL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentCreationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rating" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastUsedDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="frequency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="showOnToolBar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FavoritesGroup" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1"
eType="#//FavoritesGroup" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="favorites" upperBound="-1"
eType="#//Favorite" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkedFavorites" upperBound="-1"
eType="#//Favorite"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Preferences" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//PreferenceGroup" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="system" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Addons" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Addon" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Addon" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bundleId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="roles" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="users" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="groups" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isPerspective" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="readOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultPerspective" lowerBound="1"
eType="#//Perspective"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="perspectives" upperBound="-1"
eType="#//Perspective"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rootClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractTool" abstract="true" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gridX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gridY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="spanX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="spanY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labeled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="notImplemented" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="service" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="detailPaneClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ToolType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="system" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toggleGroup" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expandToolGroup" eType="#//ToolGroup"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hGrow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vGrow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="widthPercent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="command" eType="#//Command"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tool" eSuperTypes="#//AbstractTool">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToolGroup" eSuperTypes="#//AbstractTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="toolGroups" upperBound="-1"
eType="#//ToolGroup" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="grid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tools" upperBound="-1"
eType="#//Tool" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="groupType" eType="#//GroupType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tools" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="toolgroupChildren" upperBound="-1"
eType="#//ToolGroup" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toolChildren" upperBound="-1"
eType="#//Tool" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RibbonToolBar" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="toolGroups" upperBound="-1"
eType="#//ToolGroup"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tools" upperBound="-1"
eType="#//Tool"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TopToolBar" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="toolGroups" upperBound="-1"
eType="#//ToolGroup"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tools" upperBound="-1"
eType="#//Tool"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SideToolBar" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="toolGroups" upperBound="-1"
eType="#//ToolGroup"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tools" upperBound="-1"
eType="#//Tool"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QuickToolBar" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="toolGroups" upperBound="-1"
eType="#//ToolGroup"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tools" upperBound="-1"
eType="#//Tool"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Folder" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="folders" upperBound="-1"
eType="#//Folder" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1"
eType="#//Resource" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkedResources" upperBound="-1"
eType="#//Resource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="template" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkedResources" upperBound="-1"
eType="#//Resource"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainPerspective" eType="#//Perspective"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="middleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="addresses" upperBound="-1"
eType="#//Address"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PersonGroup" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="persongroups" upperBound="-1"
eType="#//PersonGroup" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="persons" upperBound="-1"
eType="#//Person" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkedPersons" upperBound="-1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkedPersongroups" upperBound="-1"
eType="#//PersonGroup"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Resources" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Folder" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PreferenceGroup" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="preferences" upperBound="-1"
eType="#//Preference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkedPreferences" upperBound="-1"
eType="#//Preference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="preferencegroups" upperBound="-1"
eType="#//PreferenceGroup" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Persons" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//PersonGroup" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RCPLTemplates" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//RCPL" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JPerson" eSuperTypes="#//Person"/>
<eClassifiers xsi:type="ecore:EClass" name="NPerson" eSuperTypes="#//Person"/>
<eClassifiers xsi:type="ecore:EClass" name="Address" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="country" eType="#//Country"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="city" eType="#//City"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="street" eType="#//Street"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="housenumber" upperBound="-1"
eType="#//HouseNumber"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="buildings" upperBound="-1"
eType="#//Building"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="addressType" eType="#//AddressType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Country" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="cities" upperBound="-1"
eType="#//City" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="worldregions" upperBound="-1"
eType="#//WorldRegion"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="City" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="streets" upperBound="-1"
eType="#//Street" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Geo" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="countries" upperBound="-1"
eType="#//Country" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="worldregions" upperBound="-1"
eType="#//WorldRegion" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WorldRegion" eSuperTypes="#//Layoutable"/>
<eClassifiers xsi:type="ecore:EClass" name="Street" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="housenumbers" upperBound="-1"
eType="#//HouseNumber" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="buildings" upperBound="-1"
eType="#//Building" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HouseNumber" eSuperTypes="#//Layoutable"/>
<eClassifiers xsi:type="ecore:EClass" name="Building" eSuperTypes="#//Layoutable"/>
<eClassifiers xsi:type="ecore:EEnum" name="AddressType">
<eLiterals name="RESIDENCE"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Contact" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="phones" upperBound="-1"
eType="#//Phone" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Phone" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Domains">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Domain" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Domain">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="host" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<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="HomePages" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//HomePage" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HomePage" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//HomePageType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="perspective" eType="#//Perspective"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="documents" upperBound="-1"
eType="#//Document"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="textReplacements" upperBound="-1"
eType="#//KeyValue"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="navigator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="showHomePageButtons" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rootClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="HomePageType">
<eLiterals name="WEBSITE"/>
<eLiterals name="PDF" value="1"/>
<eLiterals name="WORD" value="2"/>
<eLiterals name="EXCEL" value="3"/>
<eLiterals name="POWERPOINT" value="4"/>
<eLiterals name="WELCOME" value="5"/>
<eLiterals name="SAMPLES" value="6"/>
<eLiterals name="CONTACT_US" value="7"/>
<eLiterals name="NEWS" value="8"/>
<eLiterals name="OVERVIEW" value="9"/>
<eLiterals name="PERSPECTIVES" value="10"/>
<eLiterals name="PREFERENCES" value="11"/>
<eLiterals name="ABOUT" value="12"/>
<eLiterals name="CUSTOM" value="13"/>
<eLiterals name="NEW" value="14"/>
<eLiterals name="WHATS_NEW" value="15"/>
<eLiterals name="DOCUMENT" value="16"/>
<eLiterals name="HTML_EDITOR" value="17"/>
<eLiterals name="HOME" value="18"/>
<eLiterals name="TEMPLATES" value="19"/>
<eLiterals name="TUTORIALS" value="20"/>
<eLiterals name="HELP" value="21"/>
<eLiterals name="DONATIONS" value="22"/>
<eLiterals name="TOOLS_EDITOR" value="23"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Documents" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Document"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Document" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//DocumentType"
defaultValueLiteral="TEXT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DocumentType">
<eLiterals name="WORD"/>
<eLiterals name="EXCEL" value="1"/>
<eLiterals name="POWERPOINT" value="2"/>
<eLiterals name="HTML" value="3"/>
<eLiterals name="PDF" value="4"/>
<eLiterals name="IMAGE" value="5"/>
<eLiterals name="TEXT" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KeyValue" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KeyValues" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="keyvalues" upperBound="-1"
eType="#//KeyValue" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyvaluesFolder" upperBound="-1"
eType="#//KeyValues" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Command" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EReference" name="service" eType="#//Service"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dialogClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Commands">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Command" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Services">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Service" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="#//Layoutable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Navigator">
<eStructuralFeatures xsi:type="ecore:EReference" name="navigatoritems" upperBound="-1"
eType="#//NavigatorItem" containment="true"/>
<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="NavigatorItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="adaptFrom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="adaptTo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Navigators">
<eStructuralFeatures xsi:type="ecore:EReference" name="navigators" upperBound="-1"
eType="#//Navigator" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/rassisi/rcpl/org.eclipse.rcpl.model_2_0_0/model/rcpl.ecore | ecore | rcpl
ToolType
BUTTON
BUTTON
TOGGLEBUTTON
TOGGLEBUTTON
TEXTFIELD
TEXTFIELD
PASSWORDFIELD
PASSWORDFIELD
DATEFIELD
DATEFIELD
DATEANDTIMEFIELD
DATEANDTIMEFIELD
SPLITMENUBUTTON
SPLITMENUBUTTON
RADIOBUTTON
RADIOBUTTON
CHECKBOX
CHECKBOX
COMBO
COMBO
NAVIGATOR
NAVIGATOR
COLOR_CHOOSER
COLOR_CHOOSER
OTHER
OTHER
CHOICEBOX
CHOICEBOX
HTMLEDITOR
HTMLEDITOR
HYPERLINK
HYPERLINK
IMAGEVIEW
IMAGEVIEW
LABEL
LABEL
LISTVIEW
LISTVIEW
SEPARATOR_VERTICAL
SEPARATOR_VERTICAL
MENUBAR
MENUBAR
SEPARATOR_HORIZONTAL
SEPARATOR_HORIZONTAL
PROGRESSINDICATOR
PROGRESSINDICATOR
PROGRESSBAR
PROGRESSBAR
MENUBUTTON
MENUBUTTON
WEBVIEW
WEBVIEW
TEXTAREA
TEXTAREA
SLIDER_VERTICAL
SLIDER_VERTICAL
SLIDER_HORIZONTAL
SLIDER_HORIZONTAL
GRIDPANE
GRIDPANE
FLOWPANE
FLOWPANE
MATH_EDITOR
MATH_EDITOR
SVG_EDITOR
SVG_EDITOR
IMAGE_EDITOR
IMAGE_EDITOR
LINE_WIDTH
LINE_WIDTH
LINE_DASHES
LINE_DASHES
LINE_ARROWS
LINE_ARROWS
PATTERN
PATTERN
HIGHLIGHTCOLOR
HIGHLIGHTCOLOR
FontStyles
NORMAL
NORMAL
BOLD
BOLD
ITALIC
ITALIC
UNDERLINE
UNDERLINE
UNDERLINE_2
UNDERLINE_2
ToolBarReplacementPolicy
REPLACE_ALL
REPLACE_ALL
ADD
ADD
REPLACE_ALL_MATCHES
REPLACE_ALL_MATCHES
GroupType
ACCORDIONITEM
ACCORDIONITEM
GRIDPANE
GRIDPANE
FLOWPANE
FLOWPANE
ANCHORPANE
ANCHORPANE
ACCORDION
ACCORDION
BORDERPANE
BORDERPANE
HBOX
HBOX
VBOX
VBOX
PANE
PANE
SCROLLPANE
SCROLLPANE
HORIZONTALSPLITPANE
HORIZONTALSPLITPANE
VERTICALSPLITPANE
VERTICALSPLITPANE
STACKPANE
STACKPANE
TAB
TAB
TABPANE
TABPANE
TILEPANE
TILEPANE
TITLEDPANE
TITLEDPANE
TOOLBAR
TOOLBAR
EMPTY_GROUP_BUTTON
EMPTY_GROUP_BUTTON
Layoutable
layoutX
layoutY
layoutWidth
layoutHeight
name
description
id
image
toolTip
createDate
beginDate
endDate
leaf
RCPL
allAddons
allPerspectives
preferences
allTools
allFavorites
versionMajor
versionMinor
versionMaintenance
buildNumber
versionDescription
allResources
allPersons
linkedRcpls
homepages
documents
keyvalues
imageUrls
ServiceClasses
homeURL
commands
services
navigators
Perspectives
children
Perspective
sideToolBar
topToolBar
quickToolBar
ribbonToolBar
overview
Preference
key
value
type
Logins
children
Login
country
password
rcpl
userId
person
domains
Favorites
children
defaultSetId
Favorite
link
URI
URL
creationDate
documentCreationDate
rating
lastUsedDate
frequency
password
format
showOnToolBar
FavoritesGroup
groups
favorites
linkedFavorites
Preferences
children
system
Addons
children
Addon
bundleId
className
roles
users
groups
isPerspective
readOnly
defaultPerspective
perspectives
rootClassName
AbstractTool
x
y
width
height
gridX
gridY
spanX
1
spanY
1
labeled
notImplemented
service
detailPaneClassName
type
system
url
toggleGroup
expandToolGroup
hGrow
vGrow
widthPercent
command
Tool
format
ToolGroup
toolGroups
grid
format
tools
groupType
Tools
toolgroupChildren
toolChildren
RibbonToolBar
toolGroups
tools
TopToolBar
toolGroups
tools
SideToolBar
toolGroups
tools
QuickToolBar
toolGroups
tools
Folder
folders
resources
linkedResources
Resource
uri
template
linkedResources
mainPerspective
Person
lastName
middleName
firstName
addresses
PersonGroup
persongroups
persons
linkedPersons
linkedPersongroups
Resources
children
PreferenceGroup
preferences
linkedPreferences
preferencegroups
Persons
children
RCPLTemplates
children
JPerson
NPerson
Address
country
city
street
housenumber
buildings
addressType
Country
cities
worldregions
City
streets
Geo
countries
worldregions
WorldRegion
Street
housenumbers
buildings
HouseNumber
Building
AddressType
RESIDENCE
RESIDENCE
Contact
phones
Phone
number
Domains
children
Domain
host
port
resource
HomePages
children
HomePage
type
perspective
documents
textReplacements
navigator
showHomePageButtons
rootClassName
HomePageType
WEBSITE
WEBSITE
PDF
PDF
WORD
WORD
EXCEL
EXCEL
POWERPOINT
POWERPOINT
WELCOME
WELCOME
SAMPLES
SAMPLES
CONTACT_US
CONTACT_US
NEWS
NEWS
OVERVIEW
OVERVIEW
PERSPECTIVES
PERSPECTIVES
PREFERENCES
PREFERENCES
ABOUT
ABOUT
CUSTOM
CUSTOM
NEW
NEW
WHATS_NEW
WHATS_NEW
DOCUMENT
DOCUMENT
HTML_EDITOR
HTML_EDITOR
HOME
HOME
TEMPLATES
TEMPLATES
TUTORIALS
TUTORIALS
HELP
HELP
DONATIONS
DONATIONS
TOOLS_EDITOR
TOOLS_EDITOR
Documents
children
Document
path
type
TEXT
DocumentType
WORD
WORD
EXCEL
EXCEL
POWERPOINT
POWERPOINT
HTML
HTML
PDF
PDF
IMAGE
IMAGE
TEXT
TEXT
KeyValue
key
value
KeyValues
keyvalues
keyvaluesFolder
Command
service
dialogClassName
Commands
children
Services
children
Service
className
Navigator
navigatoritems
context
NavigatorItem
adaptFrom
adaptTo
Navigators
navigators | null | {"directed":true,"nodes":[{"nsPrefix":"rcpl","nsURI":"http://rcpl/1.0","name":"rcpl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"ToolType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontStyles","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ToolBarReplacementPolicy","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"GroupType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layoutable","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RCPL","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Perspectives","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Perspective","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Preference","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Logins","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Login","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Favorites","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Favorite","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FavoritesGroup","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Preferences","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Addons","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Addon","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTool","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tool","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolGroup","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tools","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RibbonToolBar","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopToolBar","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SideToolBar","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuickToolBar","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Folder","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersonGroup","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resources","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreferenceGroup","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Persons","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RCPLTemplates","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JPerson","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NPerson","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Country","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"City","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Geo","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorldRegion","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Street","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HouseNumber","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Building","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AddressType","instanceClass":null,"id":44,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contact","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Phone","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domains","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HomePages","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HomePage","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HomePageType","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Documents","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Document","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DocumentType","instanceClass":null,"id":54,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyValue","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyValues","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Command","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Commands","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Services","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Navigator","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigatorItem","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Navigators","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"name":"BUTTON","id":64,"value":0,"literal":"BUTTON","eClass":"EEnumLiteral"},{"name":"TOGGLEBUTTON","id":65,"value":1,"literal":"TOGGLEBUTTON","eClass":"EEnumLiteral"},{"name":"TEXTFIELD","id":66,"value":2,"literal":"TEXTFIELD","eClass":"EEnumLiteral"},{"name":"PASSWORDFIELD","id":67,"value":3,"literal":"PASSWORDFIELD","eClass":"EEnumLiteral"},{"name":"DATEFIELD","id":68,"value":4,"literal":"DATEFIELD","eClass":"EEnumLiteral"},{"name":"DATEANDTIMEFIELD","id":69,"value":5,"literal":"DATEANDTIMEFIELD","eClass":"EEnumLiteral"},{"name":"SPLITMENUBUTTON","id":70,"value":6,"literal":"SPLITMENUBUTTON","eClass":"EEnumLiteral"},{"name":"RADIOBUTTON","id":71,"value":7,"literal":"RADIOBUTTON","eClass":"EEnumLiteral"},{"name":"CHECKBOX","id":72,"value":8,"literal":"CHECKBOX","eClass":"EEnumLiteral"},{"name":"COMBO","id":73,"value":9,"literal":"COMBO","eClass":"EEnumLiteral"},{"name":"NAVIGATOR","id":74,"value":10,"literal":"NAVIGATOR","eClass":"EEnumLiteral"},{"name":"COLOR_CHOOSER","id":75,"value":11,"literal":"COLOR_CHOOSER","eClass":"EEnumLiteral"},{"name":"OTHER","id":76,"value":12,"literal":"OTHER","eClass":"EEnumLiteral"},{"name":"CHOICEBOX","id":77,"value":13,"literal":"CHOICEBOX","eClass":"EEnumLiteral"},{"name":"HTMLEDITOR","id":78,"value":14,"literal":"HTMLEDITOR","eClass":"EEnumLiteral"},{"name":"HYPERLINK","id":79,"value":15,"literal":"HYPERLINK","eClass":"EEnumLiteral"},{"name":"IMAGEVIEW","id":80,"value":16,"literal":"IMAGEVIEW","eClass":"EEnumLiteral"},{"name":"LABEL","id":81,"value":17,"literal":"LABEL","eClass":"EEnumLiteral"},{"name":"LISTVIEW","id":82,"value":18,"literal":"LISTVIEW","eClass":"EEnumLiteral"},{"name":"SEPARATOR_VERTICAL","id":83,"value":19,"literal":"SEPARATOR_VERTICAL","eClass":"EEnumLiteral"},{"name":"MENUBAR","id":84,"value":20,"literal":"MENUBAR","eClass":"EEnumLiteral"},{"name":"SEPARATOR_HORIZONTAL","id":85,"value":21,"literal":"SEPARATOR_HORIZONTAL","eClass":"EEnumLiteral"},{"name":"PROGRESSINDICATOR","id":86,"value":22,"literal":"PROGRESSINDICATOR","eClass":"EEnumLiteral"},{"name":"PROGRESSBAR","id":87,"value":23,"literal":"PROGRESSBAR","eClass":"EEnumLiteral"},{"name":"MENUBUTTON","id":88,"value":24,"literal":"MENUBUTTON","eClass":"EEnumLiteral"},{"name":"WEBVIEW","id":89,"value":25,"literal":"WEBVIEW","eClass":"EEnumLiteral"},{"name":"TEXTAREA","id":90,"value":26,"literal":"TEXTAREA","eClass":"EEnumLiteral"},{"name":"SLIDER_VERTICAL","id":91,"value":27,"literal":"SLIDER_VERTICAL","eClass":"EEnumLiteral"},{"name":"SLIDER_HORIZONTAL","id":92,"value":28,"literal":"SLIDER_HORIZONTAL","eClass":"EEnumLiteral"},{"name":"GRIDPANE","id":93,"value":29,"literal":"GRIDPANE","eClass":"EEnumLiteral"},{"name":"FLOWPANE","id":94,"value":30,"literal":"FLOWPANE","eClass":"EEnumLiteral"},{"name":"MATH_EDITOR","id":95,"value":31,"literal":"MATH_EDITOR","eClass":"EEnumLiteral"},{"name":"SVG_EDITOR","id":96,"value":32,"literal":"SVG_EDITOR","eClass":"EEnumLiteral"},{"name":"IMAGE_EDITOR","id":97,"value":33,"literal":"IMAGE_EDITOR","eClass":"EEnumLiteral"},{"name":"LINE_WIDTH","id":98,"value":34,"literal":"LINE_WIDTH","eClass":"EEnumLiteral"},{"name":"LINE_DASHES","id":99,"value":35,"literal":"LINE_DASHES","eClass":"EEnumLiteral"},{"name":"LINE_ARROWS","id":100,"value":36,"literal":"LINE_ARROWS","eClass":"EEnumLiteral"},{"name":"PATTERN","id":101,"value":37,"literal":"PATTERN","eClass":"EEnumLiteral"},{"name":"HIGHLIGHTCOLOR","id":102,"value":38,"literal":"HIGHLIGHTCOLOR","eClass":"EEnumLiteral"},{"name":"NORMAL","id":103,"value":2,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"BOLD","id":104,"value":0,"literal":"BOLD","eClass":"EEnumLiteral"},{"name":"ITALIC","id":105,"value":1,"literal":"ITALIC","eClass":"EEnumLiteral"},{"name":"UNDERLINE","id":106,"value":3,"literal":"UNDERLINE","eClass":"EEnumLiteral"},{"name":"UNDERLINE_2","id":107,"value":4,"literal":"UNDERLINE_2","eClass":"EEnumLiteral"},{"name":"REPLACE_ALL","id":108,"value":0,"literal":"REPLACE_ALL","eClass":"EEnumLiteral"},{"name":"ADD","id":109,"value":1,"literal":"ADD","eClass":"EEnumLiteral"},{"name":"REPLACE_ALL_MATCHES","id":110,"value":2,"literal":"REPLACE_ALL_MATCHES","eClass":"EEnumLiteral"},{"name":"ACCORDIONITEM","id":111,"value":0,"literal":"ACCORDIONITEM","eClass":"EEnumLiteral"},{"name":"GRIDPANE","id":112,"value":1,"literal":"GRIDPANE","eClass":"EEnumLiteral"},{"name":"FLOWPANE","id":113,"value":2,"literal":"FLOWPANE","eClass":"EEnumLiteral"},{"name":"ANCHORPANE","id":114,"value":3,"literal":"ANCHORPANE","eClass":"EEnumLiteral"},{"name":"ACCORDION","id":115,"value":4,"literal":"ACCORDION","eClass":"EEnumLiteral"},{"name":"BORDERPANE","id":116,"value":5,"literal":"BORDERPANE","eClass":"EEnumLiteral"},{"name":"HBOX","id":117,"value":6,"literal":"HBOX","eClass":"EEnumLiteral"},{"name":"VBOX","id":118,"value":7,"literal":"VBOX","eClass":"EEnumLiteral"},{"name":"PANE","id":119,"value":8,"literal":"PANE","eClass":"EEnumLiteral"},{"name":"SCROLLPANE","id":120,"value":9,"literal":"SCROLLPANE","eClass":"EEnumLiteral"},{"name":"HORIZONTALSPLITPANE","id":121,"value":10,"literal":"HORIZONTALSPLITPANE","eClass":"EEnumLiteral"},{"name":"VERTICALSPLITPANE","id":122,"value":11,"literal":"VERTICALSPLITPANE","eClass":"EEnumLiteral"},{"name":"STACKPANE","id":123,"value":12,"literal":"STACKPANE","eClass":"EEnumLiteral"},{"name":"TAB","id":124,"value":13,"literal":"TAB","eClass":"EEnumLiteral"},{"name":"TABPANE","id":125,"value":14,"literal":"TABPANE","eClass":"EEnumLiteral"},{"name":"TILEPANE","id":126,"value":15,"literal":"TILEPANE","eClass":"EEnumLiteral"},{"name":"TITLEDPANE","id":127,"value":16,"literal":"TITLEDPANE","eClass":"EEnumLiteral"},{"name":"TOOLBAR","id":128,"value":17,"literal":"TOOLBAR","eClass":"EEnumLiteral"},{"name":"EMPTY_GROUP_BUTTON","id":129,"value":18,"literal":"EMPTY_GROUP_BUTTON","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":"layoutX","changeable":true,"lowerBound":0,"iD":false,"id":130,"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":"layoutY","changeable":true,"lowerBound":0,"iD":false,"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":"layoutWidth","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":"layoutHeight","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"image","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":"toolTip","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":"createDate","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":"beginDate","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":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"leaf","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"},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allAddons","changeable":true,"resolveProxies":true,"lowerBound":1,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allPerspectives","changeable":true,"resolveProxies":true,"lowerBound":1,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preferences","changeable":true,"resolveProxies":true,"lowerBound":1,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allTools","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"allFavorites","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"versionMajor","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"versionMinor","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"versionMaintenance","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":"buildNumber","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"versionDescription","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allResources","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":"allPersons","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":"linkedRcpls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"homepages","changeable":true,"resolveProxies":true,"lowerBound":1,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"documents","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyvalues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"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":"imageUrls","changeable":true,"lowerBound":0,"iD":false,"id":172,"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":"ServiceClasses","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":"homeURL","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navigators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":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":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sideToolBar","changeable":true,"resolveProxies":true,"lowerBound":1,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"topToolBar","changeable":true,"resolveProxies":true,"lowerBound":1,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"quickToolBar","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":"ribbonToolBar","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"overview","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"},{"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":215,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"container":false,"ordered":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":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"country","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":"password","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rcpl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userId","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":false,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":238,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultSetId","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"URI","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"URL","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationDate","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentCreationDate","changeable":true,"lowerBound":0,"iD":false,"id":247,"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":"rating","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastUsedDate","changeable":true,"lowerBound":0,"iD":false,"id":249,"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":"frequency","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","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":"showOnToolBar","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"favorites","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":"linkedFavorites","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":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":273,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"system","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bundleId","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"lowerBound":0,"iD":false,"id":283,"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":"users","changeable":true,"lowerBound":0,"iD":false,"id":284,"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":"groups","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPerspective","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":"readOnly","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultPerspective","changeable":true,"resolveProxies":true,"lowerBound":1,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"perspectives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootClassName","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":303,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gridX","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gridY","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"spanX","changeable":true,"lowerBound":0,"iD":false,"id":308,"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":"spanY","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labeled","changeable":true,"lowerBound":0,"iD":false,"id":310,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"notImplemented","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"detailPaneClassName","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"system","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toggleGroup","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expandToolGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hGrow","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vGrow","changeable":true,"lowerBound":0,"iD":false,"id":320,"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":"widthPercent","changeable":true,"lowerBound":0,"iD":false,"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":"command","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"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":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":"toolGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"grid","changeable":true,"lowerBound":0,"iD":false,"id":349,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":350,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tools","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"groupType","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolgroupChildren","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolChildren","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toolGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tools","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toolGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tools","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toolGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tools","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toolGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tools","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":true,"unsettable":false,"transient":false,"unique":true,"name":"folders","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":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"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":391,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"lowerBound":0,"iD":false,"id":392,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mainPerspective","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastName","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"middleName","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":0,"iD":false,"id":402,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"addresses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"persongroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"persons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedPersons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":411,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedPersongroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedPreferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preferencegroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"container":false,"ordered":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":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"country","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"resolveProxies":true,"lowerBound":0,"id":437,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"street","changeable":true,"resolveProxies":true,"lowerBound":0,"id":438,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"housenumber","changeable":true,"resolveProxies":true,"lowerBound":0,"id":439,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"buildings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":440,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"addressType","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":449,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"worldregions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"streets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"countries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"worldregions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"housenumbers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"buildings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":464,"derived":false},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"name":"RESIDENCE","id":470,"value":0,"literal":"RESIDENCE","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":"phones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"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":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"container":false,"ordered":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":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"host","changeable":true,"lowerBound":0,"iD":false,"id":479,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"lowerBound":0,"iD":false,"id":480,"derived":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":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"id":487,"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":488,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"perspective","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"documents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":490,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"textReplacements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":491,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"navigator","changeable":true,"lowerBound":0,"iD":false,"id":492,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"showHomePageButtons","changeable":true,"lowerBound":0,"iD":false,"id":493,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootClassName","changeable":true,"lowerBound":0,"iD":false,"id":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"name":"WEBSITE","id":503,"value":0,"literal":"WEBSITE","eClass":"EEnumLiteral"},{"name":"PDF","id":504,"value":1,"literal":"PDF","eClass":"EEnumLiteral"},{"name":"WORD","id":505,"value":2,"literal":"WORD","eClass":"EEnumLiteral"},{"name":"EXCEL","id":506,"value":3,"literal":"EXCEL","eClass":"EEnumLiteral"},{"name":"POWERPOINT","id":507,"value":4,"literal":"POWERPOINT","eClass":"EEnumLiteral"},{"name":"WELCOME","id":508,"value":5,"literal":"WELCOME","eClass":"EEnumLiteral"},{"name":"SAMPLES","id":509,"value":6,"literal":"SAMPLES","eClass":"EEnumLiteral"},{"name":"CONTACT_US","id":510,"value":7,"literal":"CONTACT_US","eClass":"EEnumLiteral"},{"name":"NEWS","id":511,"value":8,"literal":"NEWS","eClass":"EEnumLiteral"},{"name":"OVERVIEW","id":512,"value":9,"literal":"OVERVIEW","eClass":"EEnumLiteral"},{"name":"PERSPECTIVES","id":513,"value":10,"literal":"PERSPECTIVES","eClass":"EEnumLiteral"},{"name":"PREFERENCES","id":514,"value":11,"literal":"PREFERENCES","eClass":"EEnumLiteral"},{"name":"ABOUT","id":515,"value":12,"literal":"ABOUT","eClass":"EEnumLiteral"},{"name":"CUSTOM","id":516,"value":13,"literal":"CUSTOM","eClass":"EEnumLiteral"},{"name":"NEW","id":517,"value":14,"literal":"NEW","eClass":"EEnumLiteral"},{"name":"WHATS_NEW","id":518,"value":15,"literal":"WHATS_NEW","eClass":"EEnumLiteral"},{"name":"DOCUMENT","id":519,"value":16,"literal":"DOCUMENT","eClass":"EEnumLiteral"},{"name":"HTML_EDITOR","id":520,"value":17,"literal":"HTML_EDITOR","eClass":"EEnumLiteral"},{"name":"HOME","id":521,"value":18,"literal":"HOME","eClass":"EEnumLiteral"},{"name":"TEMPLATES","id":522,"value":19,"literal":"TEMPLATES","eClass":"EEnumLiteral"},{"name":"TUTORIALS","id":523,"value":20,"literal":"TUTORIALS","eClass":"EEnumLiteral"},{"name":"HELP","id":524,"value":21,"literal":"HELP","eClass":"EEnumLiteral"},{"name":"DONATIONS","id":525,"value":22,"literal":"DONATIONS","eClass":"EEnumLiteral"},{"name":"TOOLS_EDITOR","id":526,"value":23,"literal":"TOOLS_EDITOR","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":530,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"TEXT","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":531,"derived":false},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"name":"WORD","id":535,"value":0,"literal":"WORD","eClass":"EEnumLiteral"},{"name":"EXCEL","id":536,"value":1,"literal":"EXCEL","eClass":"EEnumLiteral"},{"name":"POWERPOINT","id":537,"value":2,"literal":"POWERPOINT","eClass":"EEnumLiteral"},{"name":"HTML","id":538,"value":3,"literal":"HTML","eClass":"EEnumLiteral"},{"name":"PDF","id":539,"value":4,"literal":"PDF","eClass":"EEnumLiteral"},{"name":"IMAGE","id":540,"value":5,"literal":"IMAGE","eClass":"EEnumLiteral"},{"name":"TEXT","id":541,"value":6,"literal":"TEXT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":542,"derived":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":543,"derived":false},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyvalues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":547,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyvaluesFolder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":548,"derived":false},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":true,"lowerBound":0,"id":552,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dialogClassName","changeable":true,"lowerBound":0,"iD":false,"id":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"container":false,"ordered":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":559,"derived":false},{"id":560,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"lowerBound":0,"iD":false,"id":561,"derived":false},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navigatoritems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"lowerBound":0,"iD":false,"id":565,"derived":false},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"adaptFrom","changeable":true,"lowerBound":0,"iD":false,"id":568,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"adaptTo","changeable":true,"lowerBound":0,"iD":false,"id":569,"derived":false},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navigators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":572,"derived":false},{"id":573,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":1,"target":0},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":1,"target":72},{"source":1,"target":73},{"source":1,"target":74},{"source":1,"target":75},{"source":1,"target":76},{"source":1,"target":77},{"source":1,"target":78},{"source":1,"target":79},{"source":1,"target":80},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":1,"target":85},{"source":1,"target":86},{"source":1,"target":87},{"source":1,"target":88},{"source":1,"target":89},{"source":1,"target":90},{"source":1,"target":91},{"source":1,"target":92},{"source":1,"target":93},{"source":1,"target":94},{"source":1,"target":95},{"source":1,"target":96},{"source":1,"target":97},{"source":1,"target":98},{"source":1,"target":99},{"source":1,"target":100},{"source":1,"target":101},{"source":1,"target":102},{"source":64,"target":1},{"source":65,"target":1},{"source":66,"target":1},{"source":67,"target":1},{"source":68,"target":1},{"source":69,"target":1},{"source":70,"target":1},{"source":71,"target":1},{"source":72,"target":1},{"source":73,"target":1},{"source":74,"target":1},{"source":75,"target":1},{"source":76,"target":1},{"source":77,"target":1},{"source":78,"target":1},{"source":79,"target":1},{"source":80,"target":1},{"source":81,"target":1},{"source":82,"target":1},{"source":83,"target":1},{"source":84,"target":1},{"source":85,"target":1},{"source":86,"target":1},{"source":87,"target":1},{"source":88,"target":1},{"source":89,"target":1},{"source":90,"target":1},{"source":91,"target":1},{"source":92,"target":1},{"source":93,"target":1},{"source":94,"target":1},{"source":95,"target":1},{"source":96,"target":1},{"source":97,"target":1},{"source":98,"target":1},{"source":99,"target":1},{"source":100,"target":1},{"source":101,"target":1},{"source":102,"target":1},{"source":2,"target":0},{"source":2,"target":103},{"source":2,"target":104},{"source":2,"target":105},{"source":2,"target":106},{"source":2,"target":107},{"source":103,"target":2},{"source":104,"target":2},{"source":105,"target":2},{"source":106,"target":2},{"source":107,"target":2},{"source":3,"target":0},{"source":3,"target":108},{"source":3,"target":109},{"source":3,"target":110},{"source":108,"target":3},{"source":109,"target":3},{"source":110,"target":3},{"source":4,"target":0},{"source":4,"target":111},{"source":4,"target":112},{"source":4,"target":113},{"source":4,"target":114},{"source":4,"target":115},{"source":4,"target":116},{"source":4,"target":117},{"source":4,"target":118},{"source":4,"target":119},{"source":4,"target":120},{"source":4,"target":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":111,"target":4},{"source":112,"target":4},{"source":113,"target":4},{"source":114,"target":4},{"source":115,"target":4},{"source":116,"target":4},{"source":117,"target":4},{"source":118,"target":4},{"source":119,"target":4},{"source":120,"target":4},{"source":121,"target":4},{"source":122,"target":4},{"source":123,"target":4},{"source":124,"target":4},{"source":125,"target":4},{"source":126,"target":4},{"source":127,"target":4},{"source":128,"target":4},{"source":129,"target":4},{"source":5,"target":0},{"source":5,"target":130},{"source":5,"target":131},{"source":5,"target":132},{"source":5,"target":133},{"source":5,"target":134},{"source":5,"target":135},{"source":5,"target":136},{"source":5,"target":137},{"source":5,"target":138},{"source":5,"target":139},{"source":5,"target":140},{"source":5,"target":141},{"source":5,"target":142},{"source":130,"target":143},{"source":130,"target":5},{"source":131,"target":144},{"source":131,"target":5},{"source":132,"target":145},{"source":132,"target":5},{"source":133,"target":146},{"source":133,"target":5},{"source":134,"target":147},{"source":134,"target":5},{"source":135,"target":148},{"source":135,"target":5},{"source":136,"target":149},{"source":136,"target":5},{"source":137,"target":150},{"source":137,"target":5},{"source":138,"target":151},{"source":138,"target":5},{"source":139,"target":152},{"source":139,"target":5},{"source":140,"target":153},{"source":140,"target":5},{"source":141,"target":154},{"source":141,"target":5},{"source":142,"target":155},{"source":142,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":156},{"source":6,"target":157},{"source":6,"target":158},{"source":6,"target":159},{"source":6,"target":160},{"source":6,"target":161},{"source":6,"target":162},{"source":6,"target":163},{"source":6,"target":164},{"source":6,"target":165},{"source":6,"target":166},{"source":6,"target":167},{"source":6,"target":168},{"source":6,"target":169},{"source":6,"target":170},{"source":6,"target":171},{"source":6,"target":172},{"source":6,"target":173},{"source":6,"target":174},{"source":6,"target":175},{"source":6,"target":176},{"source":6,"target":177},{"source":6,"target":178},{"source":156,"target":16},{"source":156,"target":179},{"source":156,"target":6},{"source":179,"target":16},{"source":157,"target":7},{"source":157,"target":180},{"source":157,"target":6},{"source":180,"target":7},{"source":158,"target":15},{"source":158,"target":181},{"source":158,"target":6},{"source":181,"target":15},{"source":159,"target":21},{"source":159,"target":182},{"source":159,"target":6},{"source":182,"target":21},{"source":160,"target":12},{"source":160,"target":183},{"source":160,"target":6},{"source":183,"target":12},{"source":161,"target":184},{"source":161,"target":6},{"source":162,"target":185},{"source":162,"target":6},{"source":163,"target":186},{"source":163,"target":6},{"source":164,"target":187},{"source":164,"target":6},{"source":165,"target":188},{"source":165,"target":6},{"source":166,"target":30},{"source":166,"target":189},{"source":166,"target":6},{"source":189,"target":30},{"source":167,"target":32},{"source":167,"target":190},{"source":167,"target":6},{"source":190,"target":32},{"source":168,"target":6},{"source":168,"target":191},{"source":168,"target":6},{"source":191,"target":6},{"source":169,"target":49},{"source":169,"target":192},{"source":169,"target":6},{"source":192,"target":49},{"source":170,"target":52},{"source":170,"target":193},{"source":170,"target":6},{"source":193,"target":52},{"source":171,"target":56},{"source":171,"target":194},{"source":171,"target":6},{"source":194,"target":56},{"source":172,"target":195},{"source":172,"target":6},{"source":173,"target":196},{"source":173,"target":6},{"source":174,"target":197},{"source":174,"target":6},{"source":175,"target":58},{"source":175,"target":198},{"source":175,"target":6},{"source":198,"target":58},{"source":176,"target":59},{"source":176,"target":199},{"source":176,"target":6},{"source":199,"target":59},{"source":177,"target":63},{"source":177,"target":200},{"source":177,"target":6},{"source":200,"target":63},{"source":178,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":201},{"source":7,"target":202},{"source":201,"target":8},{"source":201,"target":203},{"source":201,"target":7},{"source":203,"target":8},{"source":202,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":204},{"source":8,"target":205},{"source":8,"target":206},{"source":8,"target":207},{"source":8,"target":208},{"source":8,"target":209},{"source":204,"target":24},{"source":204,"target":210},{"source":204,"target":8},{"source":210,"target":24},{"source":205,"target":23},{"source":205,"target":211},{"source":205,"target":8},{"source":211,"target":23},{"source":206,"target":25},{"source":206,"target":212},{"source":206,"target":8},{"source":212,"target":25},{"source":207,"target":22},{"source":207,"target":213},{"source":207,"target":8},{"source":213,"target":22},{"source":208,"target":214},{"source":208,"target":8},{"source":209,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":215},{"source":9,"target":216},{"source":9,"target":217},{"source":9,"target":218},{"source":215,"target":219},{"source":215,"target":9},{"source":216,"target":220},{"source":216,"target":9},{"source":217,"target":221},{"source":217,"target":9},{"source":218,"target":5},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":222},{"source":10,"target":223},{"source":222,"target":11},{"source":222,"target":224},{"source":222,"target":10},{"source":224,"target":11},{"source":223,"target":5},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":225},{"source":11,"target":226},{"source":11,"target":227},{"source":11,"target":228},{"source":11,"target":229},{"source":11,"target":230},{"source":11,"target":231},{"source":225,"target":232},{"source":225,"target":11},{"source":226,"target":233},{"source":226,"target":11},{"source":227,"target":6},{"source":227,"target":234},{"source":227,"target":11},{"source":234,"target":6},{"source":228,"target":235},{"source":228,"target":11},{"source":229,"target":28},{"source":229,"target":236},{"source":229,"target":11},{"source":236,"target":28},{"source":230,"target":48},{"source":230,"target":237},{"source":230,"target":11},{"source":237,"target":48},{"source":231,"target":5},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":238},{"source":12,"target":239},{"source":12,"target":240},{"source":238,"target":14},{"source":238,"target":241},{"source":238,"target":12},{"source":241,"target":14},{"source":239,"target":242},{"source":239,"target":12},{"source":240,"target":5},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":243},{"source":13,"target":244},{"source":13,"target":245},{"source":13,"target":246},{"source":13,"target":247},{"source":13,"target":248},{"source":13,"target":249},{"source":13,"target":250},{"source":13,"target":251},{"source":13,"target":252},{"source":13,"target":253},{"source":13,"target":254},{"source":243,"target":255},{"source":243,"target":13},{"source":244,"target":256},{"source":244,"target":13},{"source":245,"target":257},{"source":245,"target":13},{"source":246,"target":258},{"source":246,"target":13},{"source":247,"target":259},{"source":247,"target":13},{"source":248,"target":260},{"source":248,"target":13},{"source":249,"target":261},{"source":249,"target":13},{"source":250,"target":262},{"source":250,"target":13},{"source":251,"target":263},{"source":251,"target":13},{"source":252,"target":264},{"source":252,"target":13},{"source":253,"target":265},{"source":253,"target":13},{"source":254,"target":5},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":266},{"source":14,"target":267},{"source":14,"target":268},{"source":14,"target":269},{"source":266,"target":14},{"source":266,"target":270},{"source":266,"target":14},{"source":270,"target":14},{"source":267,"target":13},{"source":267,"target":271},{"source":267,"target":14},{"source":271,"target":13},{"source":268,"target":13},{"source":268,"target":272},{"source":268,"target":14},{"source":272,"target":13},{"source":269,"target":5},{"source":15,"target":0},{"source":15,"target":5},{"source":15,"target":273},{"source":15,"target":274},{"source":15,"target":275},{"source":273,"target":31},{"source":273,"target":276},{"source":273,"target":15},{"source":276,"target":31},{"source":274,"target":277},{"source":274,"target":15},{"source":275,"target":5},{"source":16,"target":0},{"source":16,"target":5},{"source":16,"target":278},{"source":16,"target":279},{"source":278,"target":17},{"source":278,"target":280},{"source":278,"target":16},{"source":280,"target":17},{"source":279,"target":5},{"source":17,"target":0},{"source":17,"target":5},{"source":17,"target":281},{"source":17,"target":282},{"source":17,"target":283},{"source":17,"target":284},{"source":17,"target":285},{"source":17,"target":286},{"source":17,"target":287},{"source":17,"target":288},{"source":17,"target":289},{"source":17,"target":290},{"source":17,"target":291},{"source":281,"target":292},{"source":281,"target":17},{"source":282,"target":293},{"source":282,"target":17},{"source":283,"target":294},{"source":283,"target":17},{"source":284,"target":295},{"source":284,"target":17},{"source":285,"target":296},{"source":285,"target":17},{"source":286,"target":297},{"source":286,"target":17},{"source":287,"target":298},{"source":287,"target":17},{"source":288,"target":8},{"source":288,"target":299},{"source":288,"target":17},{"source":299,"target":8},{"source":289,"target":8},{"source":289,"target":300},{"source":289,"target":17},{"source":300,"target":8},{"source":290,"target":301},{"source":290,"target":17},{"source":291,"target":5},{"source":18,"target":0},{"source":18,"target":5},{"source":18,"target":302},{"source":18,"target":303},{"source":18,"target":304},{"source":18,"target":305},{"source":18,"target":306},{"source":18,"target":307},{"source":18,"target":308},{"source":18,"target":309},{"source":18,"target":310},{"source":18,"target":311},{"source":18,"target":312},{"source":18,"target":313},{"source":18,"target":314},{"source":18,"target":315},{"source":18,"target":316},{"source":18,"target":317},{"source":18,"target":318},{"source":18,"target":319},{"source":18,"target":320},{"source":18,"target":321},{"source":18,"target":322},{"source":18,"target":323},{"source":302,"target":324},{"source":302,"target":18},{"source":303,"target":325},{"source":303,"target":18},{"source":304,"target":326},{"source":304,"target":18},{"source":305,"target":327},{"source":305,"target":18},{"source":306,"target":328},{"source":306,"target":18},{"source":307,"target":329},{"source":307,"target":18},{"source":308,"target":330},{"source":308,"target":18},{"source":309,"target":331},{"source":309,"target":18},{"source":310,"target":332},{"source":310,"target":18},{"source":311,"target":333},{"source":311,"target":18},{"source":312,"target":334},{"source":312,"target":18},{"source":313,"target":335},{"source":313,"target":18},{"source":314,"target":1},{"source":314,"target":336},{"source":314,"target":18},{"source":336,"target":1},{"source":315,"target":337},{"source":315,"target":18},{"source":316,"target":338},{"source":316,"target":18},{"source":317,"target":339},{"source":317,"target":18},{"source":318,"target":20},{"source":318,"target":340},{"source":318,"target":18},{"source":340,"target":20},{"source":319,"target":341},{"source":319,"target":18},{"source":320,"target":342},{"source":320,"target":18},{"source":321,"target":343},{"source":321,"target":18},{"source":322,"target":57},{"source":322,"target":344},{"source":322,"target":18},{"source":344,"target":57},{"source":323,"target":5},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":345},{"source":19,"target":346},{"source":345,"target":347},{"source":345,"target":19},{"source":346,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":348},{"source":20,"target":349},{"source":20,"target":350},{"source":20,"target":351},{"source":20,"target":352},{"source":20,"target":353},{"source":348,"target":20},{"source":348,"target":354},{"source":348,"target":20},{"source":354,"target":20},{"source":349,"target":355},{"source":349,"target":20},{"source":350,"target":356},{"source":350,"target":20},{"source":351,"target":19},{"source":351,"target":357},{"source":351,"target":20},{"source":357,"target":19},{"source":352,"target":4},{"source":352,"target":358},{"source":352,"target":20},{"source":358,"target":4},{"source":353,"target":18},{"source":21,"target":0},{"source":21,"target":5},{"source":21,"target":359},{"source":21,"target":360},{"source":21,"target":361},{"source":359,"target":20},{"source":359,"target":362},{"source":359,"target":21},{"source":362,"target":20},{"source":360,"target":19},{"source":360,"target":363},{"source":360,"target":21},{"source":363,"target":19},{"source":361,"target":5},{"source":22,"target":0},{"source":22,"target":5},{"source":22,"target":364},{"source":22,"target":365},{"source":22,"target":366},{"source":364,"target":20},{"source":364,"target":367},{"source":364,"target":22},{"source":367,"target":20},{"source":365,"target":19},{"source":365,"target":368},{"source":365,"target":22},{"source":368,"target":19},{"source":366,"target":5},{"source":23,"target":0},{"source":23,"target":5},{"source":23,"target":369},{"source":23,"target":370},{"source":23,"target":371},{"source":369,"target":20},{"source":369,"target":372},{"source":369,"target":23},{"source":372,"target":20},{"source":370,"target":19},{"source":370,"target":373},{"source":370,"target":23},{"source":373,"target":19},{"source":371,"target":5},{"source":24,"target":0},{"source":24,"target":5},{"source":24,"target":374},{"source":24,"target":375},{"source":24,"target":376},{"source":374,"target":20},{"source":374,"target":377},{"source":374,"target":24},{"source":377,"target":20},{"source":375,"target":19},{"source":375,"target":378},{"source":375,"target":24},{"source":378,"target":19},{"source":376,"target":5},{"source":25,"target":0},{"source":25,"target":5},{"source":25,"target":379},{"source":25,"target":380},{"source":25,"target":381},{"source":379,"target":20},{"source":379,"target":382},{"source":379,"target":25},{"source":382,"target":20},{"source":380,"target":19},{"source":380,"target":383},{"source":380,"target":25},{"source":383,"target":19},{"source":381,"target":5},{"source":26,"target":0},{"source":26,"target":5},{"source":26,"target":384},{"source":26,"target":385},{"source":26,"target":386},{"source":26,"target":387},{"source":384,"target":26},{"source":384,"target":388},{"source":384,"target":26},{"source":388,"target":26},{"source":385,"target":27},{"source":385,"target":389},{"source":385,"target":26},{"source":389,"target":27},{"source":386,"target":27},{"source":386,"target":390},{"source":386,"target":26},{"source":390,"target":27},{"source":387,"target":5},{"source":27,"target":0},{"source":27,"target":5},{"source":27,"target":391},{"source":27,"target":392},{"source":27,"target":393},{"source":27,"target":394},{"source":27,"target":395},{"source":391,"target":396},{"source":391,"target":27},{"source":392,"target":397},{"source":392,"target":27},{"source":393,"target":27},{"source":393,"target":398},{"source":393,"target":27},{"source":398,"target":27},{"source":394,"target":8},{"source":394,"target":399},{"source":394,"target":27},{"source":399,"target":8},{"source":395,"target":5},{"source":28,"target":0},{"source":28,"target":5},{"source":28,"target":400},{"source":28,"target":401},{"source":28,"target":402},{"source":28,"target":403},{"source":28,"target":404},{"source":400,"target":405},{"source":400,"target":28},{"source":401,"target":406},{"source":401,"target":28},{"source":402,"target":407},{"source":402,"target":28},{"source":403,"target":36},{"source":403,"target":408},{"source":403,"target":28},{"source":408,"target":36},{"source":404,"target":5},{"source":29,"target":0},{"source":29,"target":5},{"source":29,"target":409},{"source":29,"target":410},{"source":29,"target":411},{"source":29,"target":412},{"source":29,"target":413},{"source":409,"target":29},{"source":409,"target":414},{"source":409,"target":29},{"source":414,"target":29},{"source":410,"target":28},{"source":410,"target":415},{"source":410,"target":29},{"source":415,"target":28},{"source":411,"target":28},{"source":411,"target":416},{"source":411,"target":29},{"source":416,"target":28},{"source":412,"target":29},{"source":412,"target":417},{"source":412,"target":29},{"source":417,"target":29},{"source":413,"target":5},{"source":30,"target":0},{"source":30,"target":5},{"source":30,"target":418},{"source":30,"target":419},{"source":418,"target":26},{"source":418,"target":420},{"source":418,"target":30},{"source":420,"target":26},{"source":419,"target":5},{"source":31,"target":0},{"source":31,"target":5},{"source":31,"target":421},{"source":31,"target":422},{"source":31,"target":423},{"source":31,"target":424},{"source":421,"target":9},{"source":421,"target":425},{"source":421,"target":31},{"source":425,"target":9},{"source":422,"target":9},{"source":422,"target":426},{"source":422,"target":31},{"source":426,"target":9},{"source":423,"target":31},{"source":423,"target":427},{"source":423,"target":31},{"source":427,"target":31},{"source":424,"target":5},{"source":32,"target":0},{"source":32,"target":5},{"source":32,"target":428},{"source":32,"target":429},{"source":428,"target":29},{"source":428,"target":430},{"source":428,"target":32},{"source":430,"target":29},{"source":429,"target":5},{"source":33,"target":0},{"source":33,"target":5},{"source":33,"target":431},{"source":33,"target":432},{"source":431,"target":6},{"source":431,"target":433},{"source":431,"target":33},{"source":433,"target":6},{"source":432,"target":5},{"source":34,"target":0},{"source":34,"target":28},{"source":34,"target":434},{"source":434,"target":28},{"source":35,"target":0},{"source":35,"target":28},{"source":35,"target":435},{"source":435,"target":28},{"source":36,"target":0},{"source":36,"target":5},{"source":36,"target":436},{"source":36,"target":437},{"source":36,"target":438},{"source":36,"target":439},{"source":36,"target":440},{"source":36,"target":441},{"source":36,"target":442},{"source":436,"target":37},{"source":436,"target":443},{"source":436,"target":36},{"source":443,"target":37},{"source":437,"target":38},{"source":437,"target":444},{"source":437,"target":36},{"source":444,"target":38},{"source":438,"target":41},{"source":438,"target":445},{"source":438,"target":36},{"source":445,"target":41},{"source":439,"target":42},{"source":439,"target":446},{"source":439,"target":36},{"source":446,"target":42},{"source":440,"target":43},{"source":440,"target":447},{"source":440,"target":36},{"source":447,"target":43},{"source":441,"target":44},{"source":441,"target":448},{"source":441,"target":36},{"source":448,"target":44},{"source":442,"target":5},{"source":37,"target":0},{"source":37,"target":5},{"source":37,"target":449},{"source":37,"target":450},{"source":37,"target":451},{"source":449,"target":38},{"source":449,"target":452},{"source":449,"target":37},{"source":452,"target":38},{"source":450,"target":40},{"source":450,"target":453},{"source":450,"target":37},{"source":453,"target":40},{"source":451,"target":5},{"source":38,"target":0},{"source":38,"target":5},{"source":38,"target":454},{"source":38,"target":455},{"source":454,"target":41},{"source":454,"target":456},{"source":454,"target":38},{"source":456,"target":41},{"source":455,"target":5},{"source":39,"target":0},{"source":39,"target":5},{"source":39,"target":457},{"source":39,"target":458},{"source":39,"target":459},{"source":457,"target":37},{"source":457,"target":460},{"source":457,"target":39},{"source":460,"target":37},{"source":458,"target":40},{"source":458,"target":461},{"source":458,"target":39},{"source":461,"target":40},{"source":459,"target":5},{"source":40,"target":0},{"source":40,"target":5},{"source":40,"target":462},{"source":462,"target":5},{"source":41,"target":0},{"source":41,"target":5},{"source":41,"target":463},{"source":41,"target":464},{"source":41,"target":465},{"source":463,"target":42},{"source":463,"target":466},{"source":463,"target":41},{"source":466,"target":42},{"source":464,"target":43},{"source":464,"target":467},{"source":464,"target":41},{"source":467,"target":43},{"source":465,"target":5},{"source":42,"target":0},{"source":42,"target":5},{"source":42,"target":468},{"source":468,"target":5},{"source":43,"target":0},{"source":43,"target":5},{"source":43,"target":469},{"source":469,"target":5},{"source":44,"target":0},{"source":44,"target":470},{"source":470,"target":44},{"source":45,"target":0},{"source":45,"target":5},{"source":45,"target":471},{"source":45,"target":472},{"source":471,"target":46},{"source":471,"target":473},{"source":471,"target":45},{"source":473,"target":46},{"source":472,"target":5},{"source":46,"target":0},{"source":46,"target":5},{"source":46,"target":474},{"source":46,"target":475},{"source":474,"target":476},{"source":474,"target":46},{"source":475,"target":5},{"source":47,"target":0},{"source":47,"target":477},{"source":477,"target":48},{"source":477,"target":478},{"source":477,"target":47},{"source":478,"target":48},{"source":48,"target":0},{"source":48,"target":479},{"source":48,"target":480},{"source":48,"target":481},{"source":479,"target":482},{"source":479,"target":48},{"source":480,"target":483},{"source":480,"target":48},{"source":481,"target":484},{"source":481,"target":48},{"source":49,"target":0},{"source":49,"target":5},{"source":49,"target":485},{"source":49,"target":486},{"source":485,"target":50},{"source":485,"target":487},{"source":485,"target":49},{"source":487,"target":50},{"source":486,"target":5},{"source":50,"target":0},{"source":50,"target":5},{"source":50,"target":488},{"source":50,"target":489},{"source":50,"target":490},{"source":50,"target":491},{"source":50,"target":492},{"source":50,"target":493},{"source":50,"target":494},{"source":50,"target":495},{"source":488,"target":51},{"source":488,"target":496},{"source":488,"target":50},{"source":496,"target":51},{"source":489,"target":8},{"source":489,"target":497},{"source":489,"target":50},{"source":497,"target":8},{"source":490,"target":53},{"source":490,"target":498},{"source":490,"target":50},{"source":498,"target":53},{"source":491,"target":55},{"source":491,"target":499},{"source":491,"target":50},{"source":499,"target":55},{"source":492,"target":500},{"source":492,"target":50},{"source":493,"target":501},{"source":493,"target":50},{"source":494,"target":502},{"source":494,"target":50},{"source":495,"target":5},{"source":51,"target":0},{"source":51,"target":503},{"source":51,"target":504},{"source":51,"target":505},{"source":51,"target":506},{"source":51,"target":507},{"source":51,"target":508},{"source":51,"target":509},{"source":51,"target":510},{"source":51,"target":511},{"source":51,"target":512},{"source":51,"target":513},{"source":51,"target":514},{"source":51,"target":515},{"source":51,"target":516},{"source":51,"target":517},{"source":51,"target":518},{"source":51,"target":519},{"source":51,"target":520},{"source":51,"target":521},{"source":51,"target":522},{"source":51,"target":523},{"source":51,"target":524},{"source":51,"target":525},{"source":51,"target":526},{"source":503,"target":51},{"source":504,"target":51},{"source":505,"target":51},{"source":506,"target":51},{"source":507,"target":51},{"source":508,"target":51},{"source":509,"target":51},{"source":510,"target":51},{"source":511,"target":51},{"source":512,"target":51},{"source":513,"target":51},{"source":514,"target":51},{"source":515,"target":51},{"source":516,"target":51},{"source":517,"target":51},{"source":518,"target":51},{"source":519,"target":51},{"source":520,"target":51},{"source":521,"target":51},{"source":522,"target":51},{"source":523,"target":51},{"source":524,"target":51},{"source":525,"target":51},{"source":526,"target":51},{"source":52,"target":0},{"source":52,"target":5},{"source":52,"target":527},{"source":52,"target":528},{"source":527,"target":53},{"source":527,"target":529},{"source":527,"target":52},{"source":529,"target":53},{"source":528,"target":5},{"source":53,"target":0},{"source":53,"target":5},{"source":53,"target":530},{"source":53,"target":531},{"source":53,"target":532},{"source":530,"target":533},{"source":530,"target":53},{"source":531,"target":54},{"source":531,"target":534},{"source":531,"target":53},{"source":534,"target":54},{"source":532,"target":5},{"source":54,"target":0},{"source":54,"target":535},{"source":54,"target":536},{"source":54,"target":537},{"source":54,"target":538},{"source":54,"target":539},{"source":54,"target":540},{"source":54,"target":541},{"source":535,"target":54},{"source":536,"target":54},{"source":537,"target":54},{"source":538,"target":54},{"source":539,"target":54},{"source":540,"target":54},{"source":541,"target":54},{"source":55,"target":0},{"source":55,"target":5},{"source":55,"target":542},{"source":55,"target":543},{"source":55,"target":544},{"source":542,"target":545},{"source":542,"target":55},{"source":543,"target":546},{"source":543,"target":55},{"source":544,"target":5},{"source":56,"target":0},{"source":56,"target":5},{"source":56,"target":547},{"source":56,"target":548},{"source":56,"target":549},{"source":547,"target":55},{"source":547,"target":550},{"source":547,"target":56},{"source":550,"target":55},{"source":548,"target":56},{"source":548,"target":551},{"source":548,"target":56},{"source":551,"target":56},{"source":549,"target":5},{"source":57,"target":0},{"source":57,"target":5},{"source":57,"target":552},{"source":57,"target":553},{"source":57,"target":554},{"source":552,"target":60},{"source":552,"target":555},{"source":552,"target":57},{"source":555,"target":60},{"source":553,"target":556},{"source":553,"target":57},{"source":554,"target":5},{"source":58,"target":0},{"source":58,"target":557},{"source":557,"target":57},{"source":557,"target":558},{"source":557,"target":58},{"source":558,"target":57},{"source":59,"target":0},{"source":59,"target":559},{"source":559,"target":60},{"source":559,"target":560},{"source":559,"target":59},{"source":560,"target":60},{"source":60,"target":0},{"source":60,"target":5},{"source":60,"target":561},{"source":60,"target":562},{"source":561,"target":563},{"source":561,"target":60},{"source":562,"target":5},{"source":61,"target":0},{"source":61,"target":564},{"source":61,"target":565},{"source":564,"target":62},{"source":564,"target":566},{"source":564,"target":61},{"source":566,"target":62},{"source":565,"target":567},{"source":565,"target":61},{"source":62,"target":0},{"source":62,"target":568},{"source":62,"target":569},{"source":568,"target":570},{"source":568,"target":62},{"source":569,"target":571},{"source":569,"target":62},{"source":63,"target":0},{"source":63,"target":572},{"source":572,"target":61},{"source":572,"target":573},{"source":572,"target":63},{"source":573,"target":61}],"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="environment" nsURI="http://www.obeonetwork.org/dsl/environment/3.0.0"
nsPrefix="oenv">
<eClassifiers xsi:type="ecore:EClass" name="Environment" eSuperTypes="#//ObeoDSMObject #//NamespacesContainer">
<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="actions" upperBound="-1"
eType="#//Action" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1"
eType="#//InterDSMLink" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="priorityDefinitions" eType="#//PriorityDefinition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typesDefinition" eType="#//TypesDefinition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//ObeoDSMObject #//BoundableElement">
<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="typeDefinition" eType="#//TypesDefinition"
eOpposite="#//TypesDefinition/types"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="literals" lowerBound="1"
upperBound="-1" eType="#//Literal" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//ObeoDSMObject">
<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="Action" abstract="true" eSuperTypes="#//ObeoDSMObject">
<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="InterDSMLink" eSuperTypes="#//ObeoDSMObject">
<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="target" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObeoDSMObject" abstract="true" eSuperTypes="../../org.obeonetwork.dsl.technicalid/model/technicalid.ecore#//Identifiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="metadatas" eType="#//MetaDataContainer"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keywords" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="behaviours" upperBound="-1"
eType="#//Behaviour" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindingRegistries" upperBound="-1"
eType="#//BindingRegistry"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="createdOn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiedOn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetaDataContainer" eSuperTypes="../../org.obeonetwork.dsl.technicalid/model/technicalid.ecore#//Identifiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="metadatas" upperBound="-1"
eType="#//MetaData" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//MetaData">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PriorityDefinition" eSuperTypes="#//ObeoDSMObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="priorities" lowerBound="1"
upperBound="-1" eType="#//Priority" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Priority" eSuperTypes="#//ObeoDSMObject">
<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="MetaData" abstract="true" eSuperTypes="../../org.obeonetwork.dsl.technicalid/model/technicalid.ecore#//Identifiable"/>
<eClassifiers xsi:type="ecore:EClass" name="TypesDefinition" eSuperTypes="#//ObeoDSMObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//Type" containment="true" eOpposite="#//Type/typeDefinition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Behaviour" abstract="true" eSuperTypes="#//ObeoDSMObject"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredType" abstract="true" eSuperTypes="#//Type">
<eOperations name="isSubtypeOf" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="type" eType="#//StructuredType"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="supertype" eType="#//StructuredType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associatedTypes" upperBound="-1"
eType="#//StructuredType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttributes" upperBound="-1"
eType="#//Attribute" containment="true" eOpposite="#//Attribute/containingType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedReferences" upperBound="-1"
eType="#//Reference" containment="true" eOpposite="#//Reference/containingType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1"
eType="#//Reference" changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//Property" changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DTO" eSuperTypes="#//StructuredType">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedContainer" eType="#//FilterContainer"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilterContainer" eSuperTypes="#//ObeoDSMObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFilters" upperBound="-1"
eType="#//Filter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Filter" abstract="true" eSuperTypes="#//ObeoDSMObject"/>
<eClassifiers xsi:type="ecore:EEnum" name="MultiplicityKind">
<eLiterals name="ZERO_ONE" literal="0..1"/>
<eLiterals name="ONE" value="1" literal="1"/>
<eLiterals name="ZERO_STAR" value="2" literal="0..*"/>
<eLiterals name="ONE_STAR" value="3" literal="1..*"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//TypesDefinition #//NamespacesContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//NamespacesContainer"
eOpposite="#//NamespacesContainer/ownedNamespaces"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//Property">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containingType" lowerBound="1"
eType="#//StructuredType" eOpposite="#//StructuredType/ownedAttributes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//Property">
<eOperations name="canBeOppositeOf" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="opposite" eType="#//Reference"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="navigable" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oppositeOf" eType="#//Reference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containingType" lowerBound="1"
eType="#//StructuredType" eOpposite="#//StructuredType/ownedReferences"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedType" lowerBound="1"
eType="#//StructuredType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" abstract="true" eSuperTypes="#//ObeoDSMObject #//BoundableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicity" eType="#//MultiplicityKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingInfo" eSuperTypes="#//ObeoDSMObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1"
eType="#//BindingReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//BoundableElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//BoundableElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subBindingInfos" upperBound="-1"
eType="#//BindingInfo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targets" upperBound="-1"
eType="#//BoundableElement" changeable="false" volatile="true" transient="true"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//BindingElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingReference" eSuperTypes="#//ObeoDSMObject">
<eOperations name="getOppositeBindingElement" eType="#//BindingElement">
<eParameters name="bindingElement" lowerBound="1" eType="#//BindingElement"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//BindingElement"
eOpposite="#//BindingElement/referencedByAsLeft"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//BindingElement"
eOpposite="#//BindingElement/referencedByAsRight"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingElement" eSuperTypes="#//ObeoDSMObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="boundElement" eType="#//BoundableElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bindingExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedByAsLeft" upperBound="-1"
eType="#//BindingReference" eOpposite="#//BindingReference/left"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedByAsRight" upperBound="-1"
eType="#//BindingReference" eOpposite="#//BindingReference/right"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedBy" upperBound="-1"
eType="#//BindingReference" changeable="false" volatile="true" transient="true"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pathReferences" upperBound="-1"
eType="#//BoundableElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingRegistry" eSuperTypes="#//ObeoDSMObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="bindingInfos" upperBound="-1"
eType="#//BindingInfo" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BoundableElement" abstract="true" interface="true"
eSuperTypes="../../org.obeonetwork.dsl.technicalid/model/technicalid.ecore#//Identifiable">
<eOperations name="isPathValid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="root" eType="#//BoundableElement"/>
<eParameters name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="NamespacesContainer" abstract="true"
eSuperTypes="../../org.obeonetwork.dsl.technicalid/model/technicalid.ecore#//Identifiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedNamespaces" upperBound="-1"
eType="#//Namespace" containment="true" eOpposite="#//Namespace/owner"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/tue-mdse/ocl-dataset/dataset-mtl/repos/ObeoNetwork/InformationSystem/models/environment/plugins/org.obeonetwork.dsl.environment/model/environment.ecore | ecore | environment
Environment
name
actions
links
priorityDefinitions
typesDefinition
Type
name
typeDefinition
PrimitiveType
Enumeration
literals
Literal
name
Action
name
InterDSMLink
name
target
ObeoDSMObject
metadatas
description
keywords
behaviours
bindingRegistries
version
1
createdOn
modifiedOn
MetaDataContainer
metadatas
Annotation
title
body
PriorityDefinition
priorities
Priority
name
MetaData
TypesDefinition
types
Behaviour
StructuredType
isSubtypeOf
type
supertype
associatedTypes
ownedAttributes
attributes
ownedReferences
references
properties
DTO
ownedContainer
FilterContainer
ownedFilters
Filter
MultiplicityKind
ZERO_ONE
0..1
ONE
1
ZERO_STAR
0..*
ONE_STAR
1..*
Namespace
owner
name
Attribute
type
containingType
Reference
canBeOppositeOf
opposite
isComposite
navigable
true
oppositeOf
containingType
referencedType
Property
name
multiplicity
isIdentifier
BindingInfo
references
left
right
subBindingInfos
targets
elements
BindingReference
getOppositeBindingElement
bindingElement
left
right
BindingElement
boundElement
bindingExpression
referencedByAsLeft
referencedByAsRight
referencedBy
pathReferences
BindingRegistry
bindingInfos
BoundableElement
isPathValid
root
path
DataType
NamespacesContainer
ownedNamespaces | null | {"directed":true,"nodes":[{"nsPrefix":"oenv","nsURI":"http://www.obeonetwork.org/dsl/environment/3.0.0","name":"environment","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Environment","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterDSMLink","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObeoDSMObject","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaDataContainer","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PriorityDefinition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Priority","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaData","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypesDefinition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behaviour","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredType","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTO","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterContainer","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Filter","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MultiplicityKind","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingInfo","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingReference","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingElement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingRegistry","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoundableElement","instanceClass":null,"abstract":true,"id":29,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespacesContainer","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"actions","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":"links","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":"priorityDefinitions","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":"typesDefinition","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"},{"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":44,"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":"typeDefinition","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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metadatas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keywords","changeable":true,"lowerBound":0,"iD":false,"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":"behaviours","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":"bindingRegistries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"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":"version","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":"createdOn","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":"modifiedOn","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":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":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"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":"body","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"priorities","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"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":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSubtypeOf","lowerBound":1,"id":101,"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":"supertype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associatedTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"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":"attributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":105,"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":"ownedReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"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":"references","changeable":false,"resolveProxies":true,"lowerBound":0,"id":107,"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":"properties","changeable":false,"resolveProxies":true,"lowerBound":0,"id":108,"derived":true},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EParameter"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containingType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"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":"containingType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedFilters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"name":"ZERO_ONE","id":129,"value":0,"literal":"0..1","eClass":"EEnumLiteral"},{"name":"ONE","id":130,"value":1,"literal":"1","eClass":"EEnumLiteral"},{"name":"ZERO_STAR","id":131,"value":2,"literal":"0..*","eClass":"EEnumLiteral"},{"name":"ONE_STAR","id":132,"value":3,"literal":"1..*","eClass":"EEnumLiteral"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedNamespaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"canBeOppositeOf","lowerBound":1,"id":144,"many":false,"required":true,"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":"isComposite","changeable":true,"lowerBound":1,"iD":false,"id":145,"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":"navigable","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"oppositeOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"opposite","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EParameter"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"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},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isIdentifier","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"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"right","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":"subBindingInfos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"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":"targets","changeable":false,"resolveProxies":true,"lowerBound":0,"id":170,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOppositeBindingElement","lowerBound":0,"id":179,"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":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"bindingElement","lowerBound":1,"id":184,"many":false,"required":true,"eClass":"EParameter"},{"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":"referencedByAsLeft","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedByAsRight","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"boundElement","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"bindingExpression","changeable":true,"lowerBound":0,"iD":false,"id":191,"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":"referencedBy","changeable":false,"resolveProxies":true,"lowerBound":0,"id":192,"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":"pathReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindingInfos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isPathValid","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"root","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"path","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EParameter"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":8},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":32,"target":39},{"source":32,"target":1},{"source":33,"target":6},{"source":33,"target":40},{"source":33,"target":1},{"source":40,"target":6},{"source":34,"target":7},{"source":34,"target":41},{"source":34,"target":1},{"source":41,"target":7},{"source":35,"target":11},{"source":35,"target":42},{"source":35,"target":1},{"source":42,"target":11},{"source":36,"target":14},{"source":36,"target":43},{"source":36,"target":1},{"source":43,"target":14},{"source":37,"target":8},{"source":38,"target":31},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":29},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":44,"target":48},{"source":44,"target":2},{"source":45,"target":14},{"source":45,"target":49},{"source":45,"target":2},{"source":45,"target":50},{"source":49,"target":14},{"source":46,"target":8},{"source":47,"target":29},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":51},{"source":51,"target":30},{"source":4,"target":0},{"source":4,"target":30},{"source":4,"target":52},{"source":4,"target":53},{"source":52,"target":5},{"source":52,"target":54},{"source":52,"target":4},{"source":54,"target":5},{"source":53,"target":30},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":55},{"source":5,"target":56},{"source":55,"target":57},{"source":55,"target":5},{"source":56,"target":8},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":58},{"source":6,"target":59},{"source":58,"target":60},{"source":58,"target":6},{"source":59,"target":8},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":61,"target":64},{"source":61,"target":7},{"source":62,"target":65},{"source":62,"target":7},{"source":63,"target":8},{"source":8,"target":0},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":8,"target":70},{"source":8,"target":71},{"source":8,"target":72},{"source":8,"target":73},{"source":8,"target":74},{"source":66,"target":9},{"source":66,"target":75},{"source":66,"target":8},{"source":75,"target":9},{"source":67,"target":76},{"source":67,"target":8},{"source":68,"target":77},{"source":68,"target":8},{"source":69,"target":15},{"source":69,"target":78},{"source":69,"target":8},{"source":78,"target":15},{"source":70,"target":28},{"source":70,"target":79},{"source":70,"target":8},{"source":79,"target":28},{"source":71,"target":80},{"source":71,"target":8},{"source":72,"target":81},{"source":72,"target":8},{"source":73,"target":82},{"source":73,"target":8},{"source":9,"target":0},{"source":9,"target":83},{"source":9,"target":84},{"source":83,"target":13},{"source":83,"target":85},{"source":83,"target":9},{"source":85,"target":13},{"source":10,"target":0},{"source":10,"target":13},{"source":10,"target":86},{"source":10,"target":87},{"source":10,"target":88},{"source":86,"target":89},{"source":86,"target":10},{"source":87,"target":90},{"source":87,"target":10},{"source":88,"target":13},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":91},{"source":11,"target":92},{"source":91,"target":12},{"source":91,"target":93},{"source":91,"target":11},{"source":93,"target":12},{"source":92,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":94},{"source":12,"target":95},{"source":94,"target":96},{"source":94,"target":12},{"source":95,"target":8},{"source":13,"target":0},{"source":13,"target":97},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":50},{"source":14,"target":98},{"source":50,"target":2},{"source":50,"target":99},{"source":50,"target":14},{"source":50,"target":45},{"source":99,"target":2},{"source":98,"target":8},{"source":15,"target":0},{"source":15,"target":8},{"source":15,"target":100},{"source":100,"target":8},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":101},{"source":16,"target":102},{"source":16,"target":103},{"source":16,"target":104},{"source":16,"target":105},{"source":16,"target":106},{"source":16,"target":107},{"source":16,"target":108},{"source":16,"target":109},{"source":101,"target":110},{"source":101,"target":16},{"source":101,"target":111},{"source":111,"target":16},{"source":111,"target":112},{"source":111,"target":101},{"source":112,"target":16},{"source":102,"target":16},{"source":102,"target":113},{"source":102,"target":16},{"source":113,"target":16},{"source":103,"target":16},{"source":103,"target":114},{"source":103,"target":16},{"source":114,"target":16},{"source":104,"target":22},{"source":104,"target":115},{"source":104,"target":16},{"source":104,"target":116},{"source":115,"target":22},{"source":105,"target":22},{"source":105,"target":117},{"source":105,"target":16},{"source":117,"target":22},{"source":106,"target":23},{"source":106,"target":118},{"source":106,"target":16},{"source":106,"target":119},{"source":118,"target":23},{"source":107,"target":23},{"source":107,"target":120},{"source":107,"target":16},{"source":120,"target":23},{"source":108,"target":24},{"source":108,"target":121},{"source":108,"target":16},{"source":121,"target":24},{"source":109,"target":2},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":122},{"source":17,"target":123},{"source":122,"target":18},{"source":122,"target":124},{"source":122,"target":17},{"source":124,"target":18},{"source":123,"target":16},{"source":18,"target":0},{"source":18,"target":8},{"source":18,"target":125},{"source":18,"target":126},{"source":125,"target":19},{"source":125,"target":127},{"source":125,"target":18},{"source":127,"target":19},{"source":126,"target":8},{"source":19,"target":0},{"source":19,"target":8},{"source":19,"target":128},{"source":128,"target":8},{"source":20,"target":0},{"source":20,"target":129},{"source":20,"target":130},{"source":20,"target":131},{"source":20,"target":132},{"source":129,"target":20},{"source":130,"target":20},{"source":131,"target":20},{"source":132,"target":20},{"source":21,"target":0},{"source":21,"target":14},{"source":21,"target":31},{"source":21,"target":133},{"source":21,"target":134},{"source":21,"target":135},{"source":21,"target":136},{"source":133,"target":31},{"source":133,"target":137},{"source":133,"target":21},{"source":133,"target":138},{"source":137,"target":31},{"source":134,"target":139},{"source":134,"target":21},{"source":135,"target":14},{"source":136,"target":31},{"source":22,"target":0},{"source":22,"target":24},{"source":22,"target":140},{"source":22,"target":116},{"source":22,"target":141},{"source":140,"target":30},{"source":140,"target":142},{"source":140,"target":22},{"source":142,"target":30},{"source":116,"target":16},{"source":116,"target":143},{"source":116,"target":22},{"source":116,"target":104},{"source":143,"target":16},{"source":141,"target":24},{"source":23,"target":0},{"source":23,"target":24},{"source":23,"target":144},{"source":23,"target":145},{"source":23,"target":146},{"source":23,"target":147},{"source":23,"target":119},{"source":23,"target":148},{"source":23,"target":149},{"source":144,"target":150},{"source":144,"target":23},{"source":144,"target":151},{"source":151,"target":23},{"source":151,"target":152},{"source":151,"target":144},{"source":152,"target":23},{"source":145,"target":153},{"source":145,"target":23},{"source":146,"target":154},{"source":146,"target":23},{"source":147,"target":23},{"source":147,"target":155},{"source":147,"target":23},{"source":155,"target":23},{"source":119,"target":16},{"source":119,"target":156},{"source":119,"target":23},{"source":119,"target":106},{"source":156,"target":16},{"source":148,"target":16},{"source":148,"target":157},{"source":148,"target":23},{"source":157,"target":16},{"source":149,"target":24},{"source":24,"target":0},{"source":24,"target":8},{"source":24,"target":29},{"source":24,"target":158},{"source":24,"target":159},{"source":24,"target":160},{"source":24,"target":161},{"source":24,"target":162},{"source":158,"target":163},{"source":158,"target":24},{"source":159,"target":20},{"source":159,"target":164},{"source":159,"target":24},{"source":164,"target":20},{"source":160,"target":165},{"source":160,"target":24},{"source":161,"target":8},{"source":162,"target":29},{"source":25,"target":0},{"source":25,"target":8},{"source":25,"target":166},{"source":25,"target":167},{"source":25,"target":168},{"source":25,"target":169},{"source":25,"target":170},{"source":25,"target":171},{"source":25,"target":172},{"source":166,"target":26},{"source":166,"target":173},{"source":166,"target":25},{"source":173,"target":26},{"source":167,"target":29},{"source":167,"target":174},{"source":167,"target":25},{"source":174,"target":29},{"source":168,"target":29},{"source":168,"target":175},{"source":168,"target":25},{"source":175,"target":29},{"source":169,"target":25},{"source":169,"target":176},{"source":169,"target":25},{"source":176,"target":25},{"source":170,"target":29},{"source":170,"target":177},{"source":170,"target":25},{"source":177,"target":29},{"source":171,"target":27},{"source":171,"target":178},{"source":171,"target":25},{"source":178,"target":27},{"source":172,"target":8},{"source":26,"target":0},{"source":26,"target":8},{"source":26,"target":179},{"source":26,"target":180},{"source":26,"target":181},{"source":26,"target":182},{"source":179,"target":27},{"source":179,"target":183},{"source":179,"target":26},{"source":179,"target":184},{"source":183,"target":27},{"source":184,"target":27},{"source":184,"target":185},{"source":184,"target":179},{"source":185,"target":27},{"source":180,"target":27},{"source":180,"target":186},{"source":180,"target":26},{"source":180,"target":187},{"source":186,"target":27},{"source":181,"target":27},{"source":181,"target":188},{"source":181,"target":26},{"source":181,"target":189},{"source":188,"target":27},{"source":182,"target":8},{"source":27,"target":0},{"source":27,"target":8},{"source":27,"target":190},{"source":27,"target":191},{"source":27,"target":187},{"source":27,"target":189},{"source":27,"target":192},{"source":27,"target":193},{"source":27,"target":194},{"source":190,"target":29},{"source":190,"target":195},{"source":190,"target":27},{"source":195,"target":29},{"source":191,"target":196},{"source":191,"target":27},{"source":187,"target":26},{"source":187,"target":197},{"source":187,"target":27},{"source":187,"target":180},{"source":197,"target":26},{"source":189,"target":26},{"source":189,"target":198},{"source":189,"target":27},{"source":189,"target":181},{"source":198,"target":26},{"source":192,"target":26},{"source":192,"target":199},{"source":192,"target":27},{"source":199,"target":26},{"source":193,"target":29},{"source":193,"target":200},{"source":193,"target":27},{"source":200,"target":29},{"source":194,"target":8},{"source":28,"target":0},{"source":28,"target":8},{"source":28,"target":201},{"source":28,"target":202},{"source":201,"target":25},{"source":201,"target":203},{"source":201,"target":28},{"source":203,"target":25},{"source":202,"target":8},{"source":29,"target":0},{"source":29,"target":204},{"source":29,"target":205},{"source":204,"target":206},{"source":204,"target":29},{"source":204,"target":207},{"source":204,"target":208},{"source":207,"target":29},{"source":207,"target":209},{"source":207,"target":204},{"source":209,"target":29},{"source":208,"target":210},{"source":208,"target":204},{"source":30,"target":0},{"source":30,"target":2},{"source":30,"target":211},{"source":211,"target":2},{"source":31,"target":0},{"source":31,"target":138},{"source":31,"target":212},{"source":138,"target":21},{"source":138,"target":213},{"source":138,"target":31},{"source":138,"target":133},{"source":213,"target":21}],"multigraph":true} |
false | <?xml version="1.0" encoding="ASCII"?>
<xmi:XMI xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EAnnotation source="ModellingUnit">
<details key="require" value="http://www.eclipse.org/emf/2002/Ecore|platform:/resource/fr.irisa.triskell.kermeta.patternmatching/src/kermeta/pattern/metamodel/PatternFramework.ecore|"/>
<details key="using" value="kermeta::standard|kermeta::utils|patternframework|org::smartadapters::core|org::smartadapters::extension|ecore|org|"/>
</ecore:EAnnotation>
<ecore:EPackage name="org" nsURI="platform:/resource/SmartAdapters/metamodel/generic/genericSmartAdaptersBase.ecore#/"
nsPrefix="org">
<eSubpackages name="smartadapters" nsURI="platform:/resource/SmartAdapters/metamodel/generic/genericSmartAdaptersBase.ecore#/org/smartadapters"
nsPrefix="smartadapters">
<eSubpackages name="core" nsURI="platform:/resource/SmartAdapters/metamodel/generic/genericSmartAdaptersBase.ecore#/org/smartadapters/core"
nsPrefix="core">
<eClassifiers xsi:type="ecore:EClass" name="Adapter" eSuperTypes="platform:/plugin/fr.irisa.triskell.kermeta.io/src/kermeta/language/structure.ecore#/1/language/structure/Object">
<eStructuralFeatures xsi:type="ecore:EReference" name="aspect" lowerBound="1"
eType="#/1/smartadapters/core/Aspect" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="adapt" upperBound="-1"
eType="#/1/smartadapters/core/Adaptation" containment="true" eOpposite="#/1/smartadapters/core/Adaptation/adapter"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Aspect" eSuperTypes="platform:/plugin/fr.irisa.triskell.kermeta.io/src/kermeta/language/structure.ecore#/1/language/structure/Object">
<eStructuralFeatures xsi:type="ecore:EReference" name="template" eType="ecore:EClass ../../../fr.irisa.triskell.kermeta.patternmatching/src/kermeta/pattern/metamodel/PatternFramework.ecore#//ModelPattern"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="structure" lowerBound="1"
eType="ecore:EClass ../../../fr.irisa.triskell.kermeta.patternmatching/src/kermeta/pattern/metamodel/PatternFramework.ecore#//PModel"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="persistent" upperBound="-1"
eType="ecore:EClass ../../../fr.irisa.triskell.kermeta.patternmatching/src/kermeta/pattern/metamodel/PatternFramework.ecore#//PObject">
<eAnnotations source="kermeta">
<details key="documentation" value="/**
 persistent refers to aspectual PObject that must not be
 cloned between two bindings
 TODO : contraints...
 */"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Adaptation" abstract="true" eSuperTypes="#/1/smartadapters/extension/AdapterElement">
<eOperations name="check" eType="ecore:EClass platform:/plugin/fr.irisa.triskell.kermeta.io/src/kermeta/standard/primitive_types.ecore#/1/standard/Boolean">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
</eOperations>
<eOperations name="execute">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
<details key="documentation" value="/**
 Execute the adaptation for a given binding
 Sub-classes must implement this method
 */"/>
</eAnnotations>
<eAnnotations source="kermeta.pre">
<details key="checking" value="check"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="adapter" lowerBound="1"
eType="#/1/smartadapters/core/Adapter" eOpposite="#/1/smartadapters/core/Adapter/adapt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="cloneAdaptation" abstract="true"
eSuperTypes="#/1/smartadapters/core/Adaptation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" eType="#/1/smartadapters/core/uniqueType">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="createAdaptation" abstract="true"
eSuperTypes="#/1/smartadapters/core/Adaptation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" eType="#/1/smartadapters/core/uniqueType">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="setAdaptation" abstract="true"
eSuperTypes="#/1/smartadapters/core/Adaptation"/>
<eClassifiers xsi:type="ecore:EClass" name="unsetAdaptation" abstract="true"
eSuperTypes="#/1/smartadapters/core/Adaptation"/>
<eClassifiers xsi:type="ecore:EClass" name="makeUnique" eSuperTypes="#/1/smartadapters/core/Adaptation">
<eOperations name="check" eType="ecore:EClass platform:/plugin/fr.irisa.triskell.kermeta.io/src/kermeta/standard/primitive_types.ecore#/1/standard/Boolean">
<eAnnotations source="kermeta" references="#/1/smartadapters/core/Adaptation/check">
<details key="body" value="do
	var res : kermeta::standard::Boolean init false
	if adapter.aspect.structure.isNotEqual(void) then
		if adapter.aspect.structure.content.isNotEqual(void) then
			res := (element.isNotEqual(void)) and (adapter.aspect.structure.content.contains(element))

		end

	end
	result := res
end"/>
<details key="superOperation" value="org::smartadapters::core::Adaptation"/>
</eAnnotations>
</eOperations>
<eOperations name="execute">
<eAnnotations source="kermeta" references="#/1/smartadapters/core/Adaptation/execute">
<details key="body" value="do
	adapter.aspect.persistent.add(element)
end"/>
<details key="superOperation" value="org::smartadapters::core::Adaptation"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="ecore:EClass ../../../fr.irisa.triskell.kermeta.patternmatching/src/kermeta/pattern/metamodel/PatternFramework.ecore#//PObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="uniqueType">
<eLiterals name="unique" literal="unique"/>
<eLiterals name="non_unique" value="1" literal="non_unique"/>
<eLiterals name="onDemand" value="2" literal="onDemand"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="extension" nsURI="platform:/resource/SmartAdapters/metamodel/generic/genericSmartAdaptersBase.ecore#/org/smartadapters/extension"
nsPrefix="extension">
<eClassifiers xsi:type="ecore:EClass" name="AdapterElement" eSuperTypes="platform:/plugin/fr.irisa.triskell.kermeta.io/src/kermeta/language/structure.ecore#/1/language/structure/Object">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isOptional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DerivableAdapter" eSuperTypes="#/1/smartadapters/core/Adapter">
<eStructuralFeatures xsi:type="ecore:EReference" name="alternatives" upperBound="-1"
eType="#/1/smartadapters/extension/EntityAlternative" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1"
eType="#/1/smartadapters/extension/Constraint" containment="true" eOpposite="#/1/smartadapters/extension/Constraint/adapter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntityAlternative" eSuperTypes="#/1/smartadapters/extension/AdapterElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="xor" upperBound="-1"
eType="#/1/smartadapters/extension/AdapterElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntityConjunction" eSuperTypes="#/1/smartadapters/extension/AdapterElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="and" upperBound="-1"
eType="#/1/smartadapters/extension/AdapterElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" abstract="true" eSuperTypes="platform:/plugin/fr.irisa.triskell.kermeta.io/src/kermeta/language/structure.ecore#/1/language/structure/Object">
<eOperations name="check" eType="ecore:EClass platform:/plugin/fr.irisa.triskell.kermeta.io/src/kermeta/standard/primitive_types.ecore#/1/standard/Boolean">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="d" eType="#/1/smartadapters/extension/Derivation"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="adapter" lowerBound="1"
eType="#/1/smartadapters/extension/DerivableAdapter" eOpposite="#/1/smartadapters/extension/DerivableAdapter/constraints"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MutualExclusion" eSuperTypes="#/1/smartadapters/extension/Constraint">
<eOperations name="check" eType="ecore:EClass platform:/plugin/fr.irisa.triskell.kermeta.io/src/kermeta/standard/primitive_types.ecore#/1/standard/Boolean">
<eAnnotations source="kermeta" references="#/1/smartadapters/extension/Constraint/check">
<details key="body" value="do
	var c : kermeta::standard::Set<org::smartadapters::extension::AdapterElement> init kermeta::standard::Set<org::smartadapters::extension::AdapterElement>.new
	c.addAll(d.selectedOptions)
	d.elements.each{e | c.add(e.selectedVariant)}
	result := (c.intersection(entities).size) <= (1)
end"/>
<details key="superOperation" value="org::smartadapters::extension::Constraint"/>
</eAnnotations>
<eParameters name="d" eType="#/1/smartadapters/extension/Derivation"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="entities" lowerBound="2"
upperBound="-1" eType="#/1/smartadapters/extension/AdapterElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#/1/smartadapters/extension/Constraint">
<eOperations name="check" eType="ecore:EClass platform:/plugin/fr.irisa.triskell.kermeta.io/src/kermeta/standard/primitive_types.ecore#/1/standard/Boolean">
<eAnnotations source="kermeta" references="#/1/smartadapters/extension/Constraint/check">
<details key="body" value="do
	var c : kermeta::standard::Collection<org::smartadapters::extension::AdapterElement> init kermeta::standard::Set<org::smartadapters::extension::AdapterElement>.new
	c.addAll(d.selectedOptions)
	d.elements.each{e | c.add(e.selectedVariant)}
	result := (not (c.contains(source))) or (c.containsAll(self.dependencies))
end"/>
<details key="superOperation" value="org::smartadapters::extension::Constraint"/>
</eAnnotations>
<eParameters name="d" eType="#/1/smartadapters/extension/Derivation"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#/1/smartadapters/extension/AdapterElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" lowerBound="1"
upperBound="-1" eType="#/1/smartadapters/extension/AdapterElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Derivation" eSuperTypes="platform:/plugin/fr.irisa.triskell.kermeta.io/src/kermeta/language/structure.ecore#/1/language/structure/Object">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/smartadapters/extension/DerivationElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selectedOptions"
upperBound="-1" eType="#/1/smartadapters/extension/AdapterElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DerivationElement" eSuperTypes="platform:/plugin/fr.irisa.triskell.kermeta.io/src/kermeta/language/structure.ecore#/1/language/structure/Object">
<eStructuralFeatures xsi:type="ecore:EReference" name="alternative" lowerBound="1"
eType="#/1/smartadapters/extension/EntityAlternative"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selectedVariant"
lowerBound="1" eType="#/1/smartadapters/extension/AdapterElement"/>
</eClassifiers>
</eSubpackages>
</eSubpackages>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/diverse-project/kermeta/smartadapters_projects/org.kermeta.smartadapters/metamodel/generic/genericSmartAdaptersBase.ecore | ecore | org
smartadapters
core
Adapter
aspect
adapt
name
Aspect
template
structure
persistent
Adaptation
check
execute
adapter
cloneAdaptation
isUnique
createAdaptation
isUnique
setAdaptation
unsetAdaptation
makeUnique
check
execute
element
uniqueType
unique
unique
non_unique
non_unique
onDemand
onDemand
extension
AdapterElement
name
isOptional
DerivableAdapter
alternatives
constraints
EntityAlternative
xor
EntityConjunction
and
Constraint
check
d
adapter
MutualExclusion
check
d
entities
Dependency
check
d
source
dependencies
Derivation
elements
selectedOptions
DerivationElement
alternative
selectedVariant | null | {"directed":true,"nodes":[{"nsPrefix":"org","nsURI":"platform:/resource/SmartAdapters/metamodel/generic/genericSmartAdaptersBase.ecore#/","name":"org","id":0,"eClass":"EPackage"},{"nsPrefix":"smartadapters","nsURI":"platform:/resource/SmartAdapters/metamodel/generic/genericSmartAdaptersBase.ecore#/org/smartadapters","name":"smartadapters","id":1,"eClass":"EPackage"},{"nsPrefix":"core","nsURI":"platform:/resource/SmartAdapters/metamodel/generic/genericSmartAdaptersBase.ecore#/org/smartadapters/core","name":"core","id":2,"eClass":"EPackage"},{"nsPrefix":"extension","nsURI":"platform:/resource/SmartAdapters/metamodel/generic/genericSmartAdaptersBase.ecore#/org/smartadapters/extension","name":"extension","id":3,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Adapter","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aspect","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Adaptation","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"cloneAdaptation","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"createAdaptation","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"setAdaptation","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unsetAdaptation","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"makeUnique","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"uniqueType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aspect","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":"adapt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"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":"adapter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"persistent","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdapterElement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"check","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EOperation"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isUnique","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isUnique","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"check","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":43,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"name":"unique","id":48,"value":0,"literal":"unique","eClass":"EEnumLiteral"},{"name":"non_unique","id":49,"value":1,"literal":"non_unique","eClass":"EEnumLiteral"},{"name":"onDemand","id":50,"value":2,"literal":"onDemand","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivableAdapter","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityAlternative","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityConjunction","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MutualExclusion","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Derivation","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivationElement","instanceClass":null,"abstract":false,"id":58,"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":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":"isOptional","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alternatives","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":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"adapter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"and","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"check","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"d","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EParameter"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"check","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entities","changeable":true,"resolveProxies":true,"lowerBound":2,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"d","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EParameter"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"check","lowerBound":0,"id":89,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"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":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"d","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EParameter"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","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":"selectedOptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"alternative","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selectedVariant","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":0},{"source":2,"target":4},{"source":2,"target":5},{"source":2,"target":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":1},{"source":4,"target":2},{"source":4,"target":13},{"source":4,"target":14},{"source":4,"target":15},{"source":4,"target":16},{"source":13,"target":5},{"source":13,"target":17},{"source":13,"target":4},{"source":17,"target":5},{"source":14,"target":6},{"source":14,"target":18},{"source":14,"target":4},{"source":14,"target":19},{"source":18,"target":6},{"source":15,"target":20},{"source":15,"target":4},{"source":5,"target":2},{"source":5,"target":21},{"source":5,"target":22},{"source":5,"target":23},{"source":5,"target":24},{"source":21,"target":25},{"source":21,"target":5},{"source":22,"target":26},{"source":22,"target":5},{"source":23,"target":27},{"source":23,"target":5},{"source":6,"target":2},{"source":6,"target":28},{"source":6,"target":29},{"source":6,"target":30},{"source":6,"target":19},{"source":6,"target":31},{"source":29,"target":32},{"source":29,"target":6},{"source":30,"target":6},{"source":19,"target":4},{"source":19,"target":33},{"source":19,"target":6},{"source":19,"target":14},{"source":33,"target":4},{"source":31,"target":28},{"source":7,"target":2},{"source":7,"target":6},{"source":7,"target":34},{"source":7,"target":35},{"source":34,"target":12},{"source":34,"target":36},{"source":34,"target":7},{"source":36,"target":12},{"source":35,"target":6},{"source":8,"target":2},{"source":8,"target":6},{"source":8,"target":37},{"source":8,"target":38},{"source":37,"target":12},{"source":37,"target":39},{"source":37,"target":8},{"source":39,"target":12},{"source":38,"target":6},{"source":9,"target":2},{"source":9,"target":6},{"source":9,"target":40},{"source":40,"target":6},{"source":10,"target":2},{"source":10,"target":6},{"source":10,"target":41},{"source":41,"target":6},{"source":11,"target":2},{"source":11,"target":6},{"source":11,"target":42},{"source":11,"target":43},{"source":11,"target":44},{"source":11,"target":45},{"source":42,"target":46},{"source":42,"target":11},{"source":43,"target":11},{"source":44,"target":47},{"source":44,"target":11},{"source":45,"target":6},{"source":12,"target":2},{"source":12,"target":48},{"source":12,"target":49},{"source":12,"target":50},{"source":48,"target":12},{"source":49,"target":12},{"source":50,"target":12},{"source":3,"target":28},{"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":1},{"source":28,"target":3},{"source":28,"target":59},{"source":28,"target":60},{"source":28,"target":61},{"source":59,"target":62},{"source":59,"target":28},{"source":60,"target":63},{"source":60,"target":28},{"source":51,"target":3},{"source":51,"target":4},{"source":51,"target":64},{"source":51,"target":65},{"source":51,"target":66},{"source":64,"target":52},{"source":64,"target":67},{"source":64,"target":51},{"source":67,"target":52},{"source":65,"target":54},{"source":65,"target":68},{"source":65,"target":51},{"source":65,"target":69},{"source":68,"target":54},{"source":66,"target":4},{"source":52,"target":3},{"source":52,"target":28},{"source":52,"target":70},{"source":52,"target":71},{"source":70,"target":28},{"source":70,"target":72},{"source":70,"target":52},{"source":72,"target":28},{"source":71,"target":28},{"source":53,"target":3},{"source":53,"target":28},{"source":53,"target":73},{"source":53,"target":74},{"source":73,"target":28},{"source":73,"target":75},{"source":73,"target":53},{"source":75,"target":28},{"source":74,"target":28},{"source":54,"target":3},{"source":54,"target":76},{"source":54,"target":69},{"source":54,"target":77},{"source":76,"target":78},{"source":76,"target":54},{"source":76,"target":79},{"source":79,"target":57},{"source":79,"target":80},{"source":79,"target":76},{"source":80,"target":57},{"source":69,"target":51},{"source":69,"target":81},{"source":69,"target":54},{"source":69,"target":65},{"source":81,"target":51},{"source":55,"target":3},{"source":55,"target":54},{"source":55,"target":82},{"source":55,"target":83},{"source":55,"target":84},{"source":82,"target":85},{"source":82,"target":55},{"source":82,"target":86},{"source":86,"target":57},{"source":86,"target":87},{"source":86,"target":82},{"source":87,"target":57},{"source":83,"target":28},{"source":83,"target":88},{"source":83,"target":55},{"source":88,"target":28},{"source":84,"target":54},{"source":56,"target":3},{"source":56,"target":54},{"source":56,"target":89},{"source":56,"target":90},{"source":56,"target":91},{"source":56,"target":92},{"source":89,"target":93},{"source":89,"target":56},{"source":89,"target":94},{"source":94,"target":57},{"source":94,"target":95},{"source":94,"target":89},{"source":95,"target":57},{"source":90,"target":28},{"source":90,"target":96},{"source":90,"target":56},{"source":96,"target":28},{"source":91,"target":28},{"source":91,"target":97},{"source":91,"target":56},{"source":97,"target":28},{"source":92,"target":54},{"source":57,"target":3},{"source":57,"target":98},{"source":57,"target":99},{"source":57,"target":100},{"source":98,"target":58},{"source":98,"target":101},{"source":98,"target":57},{"source":101,"target":58},{"source":99,"target":28},{"source":99,"target":102},{"source":99,"target":57},{"source":102,"target":28},{"source":58,"target":3},{"source":58,"target":103},{"source":58,"target":104},{"source":58,"target":105},{"source":103,"target":52},{"source":103,"target":106},{"source":103,"target":58},{"source":106,"target":52},{"source":104,"target":28},{"source":104,"target":107},{"source":104,"target":58},{"source":107,"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="gestionmodelosconsultas" nsURI="http:///gestionmodelosconsultas.ecore"
nsPrefix="gestionmodelosconsultas">
<eClassifiers xsi:type="ecore:EClass" name="ModelFactory">
<eOperations name="cargar" eType="#//ModelFactory">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="ModelFactory modelFactory = null;
		
		org.eclipse.emf.common.util.URI uri = org.eclipse.emf.common.util.URI.createURI("platform:/resource/GestionConsultas/modelos/produccion.gestionmodelosconsultas");
		org.eclipse.emf.ecore.resource.ResourceSet resourceSet= new org.eclipse.emf.ecore.resource.impl.ResourceSetImpl();
		org.eclipse.emf.ecore.resource.Resource resource = resourceSet.createResource(uri);
		try {
			resource.load(java.util.Collections.EMPTY_MAP);
			modelFactory = (ModelFactory) resource.getContents().get(0);
		} catch (java.io.IOException e) {
			// TO-DO Auto-generated catch block
			e.printStackTrace();
		}

		return modelFactory;"/>
</eAnnotations>
</eOperations>
<eOperations name="salvar">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="ModelFactory modelFactory = this;
		 
		
		 org.eclipse.emf.common.util.URI uri = org.eclipse.emf.common.util.URI.createURI("platform:/resource/GestionConsultas/modelos/produccion.gestionmodelosconsultas");

		 org.eclipse.emf.ecore.resource.ResourceSet resourceSet= new org.eclipse.emf.ecore.resource.impl.ResourceSetImpl();

		 org.eclipse.emf.ecore.resource.Resource resource = resourceSet.createResource(uri);
		 resource.getContents().add(modelFactory);
		 try {
		 resource.save(java.util.Collections.EMPTY_MAP);
		 } catch (java.io.IOException e) {
		 // TO-DO Auto-generated catch block
		 e.printStackTrace();
		 }

		 return;"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="rulesFactory" lowerBound="1"
eType="#//rules/factoryrules/RulesFactory" containment="true" eOpposite="#//rules/factoryrules/RulesFactory/ModelFactory"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="factoryModeloConsultas"
lowerBound="1" eType="#//modeloconsultas/FactoryModeloConsulta" containment="true"
eOpposite="#//modeloconsultas/FactoryModeloConsulta/ModelFactory"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="diagramEntity" lowerBound="1"
eType="#//entitymodel/DiagramEntity" containment="true" eOpposite="#//entitymodel/DiagramEntity/ModelFactory"/>
</eClassifiers>
<eSubpackages name="rules" nsURI="http:///gestionmodelosconsultas/rules.ecore" nsPrefix="gestionmodelosconsultas.rules">
<eSubpackages name="factoryrules" nsURI="http:///gestionmodelosconsultas/rules/factoryrules.ecore"
nsPrefix="gestionmodelosconsultas.rules.factoryrules">
<eClassifiers xsi:type="ecore:EClass" name="RulesFactory">
<eStructuralFeatures xsi:type="ecore:EReference" name="ModelFactory" eType="#//ModelFactory"
transient="true" eOpposite="#//ModelFactory/rulesFactory"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listRuleDiagramEntity"
upperBound="-1" eType="#//rules/factoryrules/Rule" containment="true"
eOpposite="#//rules/factoryrules/Rule/RulesFactory"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="RulesFactory" eType="#//rules/factoryrules/RulesFactory"
transient="true" eOpposite="#//rules/factoryrules/RulesFactory/listRuleDiagramEntity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listChildRule" upperBound="-1"
eType="#//rules/factoryrules/ChildRule" containment="true" eOpposite="#//rules/factoryrules/ChildRule/Rule"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChildRule" 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="Rule" eType="#//rules/factoryrules/Rule"
transient="true" eOpposite="#//rules/factoryrules/Rule/listChildRule"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntityName" eSuperTypes="#//rules/factoryrules/ChildRule"/>
<eClassifiers xsi:type="ecore:EClass" name="RelationName" eSuperTypes="#//rules/factoryrules/ChildRule"/>
</eSubpackages>
</eSubpackages>
<eSubpackages name="entitymodel" nsURI="http:///gestionmodelosconsultas/entitymodel.ecore"
nsPrefix="gestionmodelosconsultas.entitymodel">
<eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//entitymodel/ModelElementEntity">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedByFactoryEntity"
eType="#//entitymodel/DiagramEntity" transient="true" eOpposite="#//entitymodel/DiagramEntity/listEntity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listAttributes" upperBound="-1"
eType="#//entitymodel/Attribute" containment="true" eOpposite="#//entitymodel/Attribute/Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntityRelation" eSuperTypes="#//entitymodel/ModelElementEntity">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="atributteForeingKeySource"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="atributtePrimaryKeyTarget"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicitySource" eType="#//entitymodel/Multiplicity"
defaultValueLiteral="many_to_one"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicityTarget" eType="#//entitymodel/Multiplicity"
defaultValueLiteral="one_to_many"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="theFactoryEntity" eType="#//entitymodel/DiagramEntity"
transient="true" eOpposite="#//entitymodel/DiagramEntity/listEntityRelation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//entitymodel/Entity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//entitymodel/Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleRelation" eSuperTypes="#//entitymodel/EntityRelation"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociativeEntity" eSuperTypes="#//entitymodel/Entity"/>
<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="#//entitymodel/Type"
defaultValueLiteral="string"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeType" eType="#//entitymodel/AttributeType"
defaultValueLiteral="ordinary"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Entity" eType="#//entitymodel/Entity"
transient="true" eOpposite="#//entitymodel/Entity/listAttributes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ElementoRealizacionValueAttribute"
upperBound="-1" eType="#//entitymodel/ElementoRealizacionValueAttribute"
eOpposite="#//entitymodel/ElementoRealizacionValueAttribute/valueAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ElementoRealizacionVisibleAttribute"
upperBound="-1" eType="#//entitymodel/ElementoRealizacionVisibleAttribute"
eOpposite="#//entitymodel/ElementoRealizacionVisibleAttribute/visibleAttribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElementEntity" 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="stereotype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ElementoRealizacionDiagramEntity"
upperBound="-1" eType="#//entitymodel/ElementoRealizacionDiagramEntity"
eOpposite="#//entitymodel/ElementoRealizacionDiagramEntity/modelElementEntity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AttributeType">
<eLiterals name="primaryKey" value="1"/>
<eLiterals name="ordinary"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Multiplicity">
<eLiterals name="one_to_many" value="1"/>
<eLiterals name="many_to_one" value="2"/>
<eLiterals name="one_to_one" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramEntity">
<eStructuralFeatures xsi:type="ecore:EReference" name="ModelFactory" eType="#//ModelFactory"
transient="true" eOpposite="#//ModelFactory/diagramEntity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listEntity" upperBound="-1"
eType="#//entitymodel/Entity" containment="true" eOpposite="#//entitymodel/Entity/ownedByFactoryEntity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listEntityRelation" upperBound="-1"
eType="#//entitymodel/EntityRelation" containment="true" eOpposite="#//entitymodel/EntityRelation/theFactoryEntity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RealizacionDiagramEntity">
<eStructuralFeatures xsi:type="ecore:EReference" name="ModeloConsulta" eType="#//modeloconsultas/ModeloConsulta"
transient="true" eOpposite="#//modeloconsultas/ModeloConsulta/realizacionDiagramEntity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listElementoRealizacionDiagramEntity"
upperBound="-1" eType="#//entitymodel/ElementoRealizacionDiagramEntity"
containment="true" eOpposite="#//entitymodel/ElementoRealizacionDiagramEntity/RealizacionDiagramEntity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="realizacionVisibleAttribute"
lowerBound="1" eType="#//entitymodel/ElementoRealizacionVisibleAttribute"
containment="true" eOpposite="#//entitymodel/ElementoRealizacionVisibleAttribute/RealizacionDiagramEntity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listValues" upperBound="-1"
eType="#//entitymodel/Value" containment="true" eOpposite="#//entitymodel/Value/RealizacionDiagramEntity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementoRealizacionDiagramEntity">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" eType="#//entitymodel/TipoModelElementEntity"
defaultValueLiteral="entity"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombreModelElementEntity"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElementEntity" lowerBound="1"
eType="#//entitymodel/ModelElementEntity" eOpposite="#//entitymodel/ModelElementEntity/ElementoRealizacionDiagramEntity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="RealizacionDiagramEntity"
eType="#//entitymodel/RealizacionDiagramEntity" transient="true" eOpposite="#//entitymodel/RealizacionDiagramEntity/listElementoRealizacionDiagramEntity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listElementoRealizacionAttribute"
upperBound="-1" eType="#//entitymodel/ElementoRealizacionValueAttribute"
containment="true" eOpposite="#//entitymodel/ElementoRealizacionValueAttribute/ElementoRealizacionDiagramEntity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TipoModelElementEntity">
<eLiterals name="entity" value="1"/>
<eLiterals name="relation" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Type">
<eLiterals name="string" value="1"/>
<eLiterals name="int" value="2"/>
<eLiterals name="float" value="3"/>
<eLiterals name="date" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementoRealizacionValueAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueAttribute" upperBound="-1"
eType="#//entitymodel/Attribute" eOpposite="#//entitymodel/Attribute/ElementoRealizacionValueAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ElementoRealizacionDiagramEntity"
eType="#//entitymodel/ElementoRealizacionDiagramEntity" transient="true"
eOpposite="#//entitymodel/ElementoRealizacionDiagramEntity/listElementoRealizacionAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//entitymodel/Value" eOpposite="#//entitymodel/Value/ElementoRealizacionValueAttribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementoRealizacionVisibleAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="RealizacionDiagramEntity"
eType="#//entitymodel/RealizacionDiagramEntity" transient="true" eOpposite="#//entitymodel/RealizacionDiagramEntity/realizacionVisibleAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="visibleAttribute" upperBound="-1"
eType="#//entitymodel/Attribute" eOpposite="#//entitymodel/Attribute/ElementoRealizacionVisibleAttribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ElementoRealizacionValueAttribute"
upperBound="-1" eType="#//entitymodel/ElementoRealizacionValueAttribute"
eOpposite="#//entitymodel/ElementoRealizacionValueAttribute/values"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="RealizacionDiagramEntity"
eType="#//entitymodel/RealizacionDiagramEntity" transient="true" eOpposite="#//entitymodel/RealizacionDiagramEntity/listValues"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="modeloconsultas" nsURI="http:///gestionmodelosconsultas/modeloconsultas.ecore"
nsPrefix="gestionmodelosconsultas.modeloconsultas">
<eClassifiers xsi:type="ecore:EClass" name="ModeloConsulta">
<eStructuralFeatures xsi:type="ecore:EReference" name="realizacionDiagramEntity"
lowerBound="1" eType="#//entitymodel/RealizacionDiagramEntity" containment="true"
eOpposite="#//entitymodel/RealizacionDiagramEntity/ModeloConsulta"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="FactoryModeloConsulta"
eType="#//modeloconsultas/FactoryModeloConsulta" transient="true" eOpposite="#//modeloconsultas/FactoryModeloConsulta/listModeloConsulta"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listEADiagram" upperBound="-1"
eType="#//modeloconsultas/model/EADiagram" containment="true" eOpposite="#//modeloconsultas/model/EADiagram/ModeloConsulta"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listResultado" upperBound="-1"
eType="#//modeloconsultas/resultset/Resultado" containment="true" eOpposite="#//modeloconsultas/resultset/Resultado/ModeloConsulta"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FactoryModeloConsulta">
<eStructuralFeatures xsi:type="ecore:EReference" name="ModelFactory" eType="#//ModelFactory"
transient="true" eOpposite="#//ModelFactory/factoryModeloConsultas"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listModeloConsulta" upperBound="-1"
eType="#//modeloconsultas/ModeloConsulta" containment="true" eOpposite="#//modeloconsultas/ModeloConsulta/FactoryModeloConsulta"/>
</eClassifiers>
<eSubpackages name="model" nsURI="http:///gestionmodelosconsultas/modeloconsultas/model.ecore"
nsPrefix="gestionmodelosconsultas.modeloconsultas.model">
<eClassifiers xsi:type="ecore:EClass" name="Relacion" eSuperTypes="#//modeloconsultas/model/ElementoModelo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="estereotipo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="order" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="EADiagram" eType="#//modeloconsultas/model/EADiagram"
transient="true" eOpposite="#//modeloconsultas/model/EADiagram/listRelacion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//modeloconsultas/model/ElementoConsulta"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//modeloconsultas/model/ElementoConsulta"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Campo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombreCampo" eType="#//modeloconsultas/model/NombreCampo"
defaultValueLiteral="default"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="criterio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="seleccion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedElementoConsulta"
eType="#//modeloconsultas/model/ElementoConsulta" transient="true" eOpposite="#//modeloconsultas/model/ElementoConsulta/listCampos"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="NombreCampo">
<eLiterals name="ID" value="1"/>
<eLiterals name="ESTADO_TRANSACCION" value="2"/>
<eLiterals name="HORA" value="3"/>
<eLiterals name="TIPO" value="4"/>
<eLiterals name="DESCRIPCION" value="5"/>
<eLiterals name="CATEGORIA" value="6"/>
<eLiterals name="VALOR" value="7"/>
<eLiterals name="CADENA_TRAMA" value="8"/>
<eLiterals name="NUMERO_MOVIL" value="9"/>
<eLiterals name="FECHA" value="10"/>
<eLiterals name="CEDULA_CONDUCTOR" value="11"/>
<eLiterals name="CONDUCTOR" value="12"/>
<eLiterals name="TOTAL" value="13"/>
<eLiterals name="TOTAL_RECAUDO_BRUTO" value="14"/>
<eLiterals name="TOTAL_RECAUDO_NETO" value="15"/>
<eLiterals name="TOTAL_DEPOSITO" value="16"/>
<eLiterals name="TOTAL_GASTOS" value="17"/>
<eLiterals name="LIQUIDADO" value="18"/>
<eLiterals name="USUARIO" value="19"/>
<eLiterals name="NOMBRE_PERSONA" value="20"/>
<eLiterals name="APELLIDO" value="21"/>
<eLiterals name="CEDULA" value="22"/>
<eLiterals name="HORA_MODIFICACION" value="23"/>
<eLiterals name="NOMBRE" value="24"/>
<eLiterals name="REGISTRO" value="25"/>
<eLiterals name="TOTAL_RECAUDO_TARIFA" value="26"/>
<eLiterals name="REGISTRO_RECAUDO" value="27"/>
<eLiterals name="COSTO_TARIFA" value="28"/>
<eLiterals name="RUTA_DESPACHO" value="29"/>
<eLiterals name="HORA_DESPACHO" value="30"/>
<eLiterals name="REGISTRO_CONSOLIDADO" value="31"/>
<eLiterals name="TOTAL_RECAUDO_RUTO" value="32"/>
<eLiterals name="TOTAL_RECAUDO_DESPACHO" value="33"/>
<eLiterals name="ESTADO_CONSOLIDADO" value="34"/>
<eLiterals name="ESTADO_IMPRESION" value="35"/>
<eLiterals name="default"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EADiagram" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listRelacion" upperBound="-1"
eType="#//modeloconsultas/model/Relacion" containment="true" eOpposite="#//modeloconsultas/model/Relacion/EADiagram"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ModeloConsulta" eType="#//modeloconsultas/ModeloConsulta"
transient="true" eOpposite="#//modeloconsultas/ModeloConsulta/listEADiagram"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listElementoConsulta"
upperBound="-1" eType="#//modeloconsultas/model/ElementoConsulta" containment="true"
eOpposite="#//modeloconsultas/model/ElementoConsulta/EADiagram"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ViewModel" eSuperTypes="#//modeloconsultas/model/EADiagram"/>
<eClassifiers xsi:type="ecore:EClass" name="ElementoConsulta" abstract="true"
eSuperTypes="#//modeloconsultas/model/ElementoModelo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="order" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="EADiagram" eType="#//modeloconsultas/model/EADiagram"
transient="true" eOpposite="#//modeloconsultas/model/EADiagram/listElementoConsulta"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listCampos" upperBound="-1"
eType="#//modeloconsultas/model/Campo" containment="true" eOpposite="#//modeloconsultas/model/Campo/ownedElementoConsulta"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Proyeccion" eSuperTypes="#//modeloconsultas/model/EADiagram"/>
<eClassifiers xsi:type="ecore:EClass" name="ElementoModelo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" upperBound="-1"
eType="#//modeloconsultas/model/ElementoModelo" eOpposite="#//modeloconsultas/model/ElementoModelo/to"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" upperBound="-1"
eType="#//modeloconsultas/model/ElementoModelo" eOpposite="#//modeloconsultas/model/ElementoModelo/from"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="resultset" nsURI="http:///gestionmodelosconsultas/modeloconsultas/resultset.ecore"
nsPrefix="gestionmodelosconsultas.modeloconsultas.resultset">
<eClassifiers xsi:type="ecore:EClass" name="Resultado">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ModeloConsulta" eType="#//modeloconsultas/ModeloConsulta"
transient="true" eOpposite="#//modeloconsultas/ModeloConsulta/listResultado"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listResultElement"
upperBound="-1" eType="#//modeloconsultas/resultset/ResultElement" containment="true"
eOpposite="#//modeloconsultas/resultset/ResultElement/Resultado"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementoModeloResultado" abstract="true"
eSuperTypes="#//modeloconsultas/resultset/ResultElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listElementoModeloResultado"
upperBound="-1" eType="#//modeloconsultas/resultset/ElementoModeloResultado"
containment="true" eOpposite="#//modeloconsultas/resultset/ElementoModeloResultado/ElementoModeloResultado"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ElementoModeloResultado"
eType="#//modeloconsultas/resultset/ElementoModeloResultado" transient="true"
eOpposite="#//modeloconsultas/resultset/ElementoModeloResultado/listElementoModeloResultado"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResultElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="Resultado" eType="#//modeloconsultas/resultset/Resultado"
transient="true" eOpposite="#//modeloconsultas/resultset/Resultado/listResultElement"/>
</eClassifiers>
<eSubpackages name="resultcotracir" nsURI="http:///gestionmodelosconsultas/modeloconsultas/resultset/resultcotracir.ecore"
nsPrefix="gestionmodelosconsultas.modeloconsultas.resultset.resultcotracir">
<eClassifiers xsi:type="ecore:EClass" name="Transaccion" eSuperTypes="#//modeloconsultas/resultset/ElementoModeloResultado">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ESTADO_TRANSACCION"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="HORA" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="TIPO" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DESCRIPCION" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="CATEGORIA" 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#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="VALOR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trama" eSuperTypes="#//modeloconsultas/resultset/ElementoModeloResultado">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="CADENA_TRAMA" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Consolidado" eSuperTypes="#//modeloconsultas/resultset/ElementoModeloResultado">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="RUTA_DESPACHO" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="HORA_DESPACHO" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="REGISTRO_CONSOLIDADO"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="TOTAL_RECAUDO_BRUTO"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="TOTAL_RECAUDO_DESPACHO"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ESTADO_CONSOLIDADO"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ESTADO_IMPRESION"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Propietario" eSuperTypes="#//modeloconsultas/resultset/ElementoModeloResultado">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="NOMBRE" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="CEDULA" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Planilla" eSuperTypes="#//modeloconsultas/resultset/ElementoModeloResultado">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="NUMERO_MOVIL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FECHA" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="CEDULA_CONDUCTOR"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="CONDUCTOR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="TOTAL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="TOTAL_RECAUDO_BRUTO"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="TOTAL_RECAUDO_NETO"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="TOTAL_DEPOSITO" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="TOTAL_GASTOS" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="LIQUIDADO" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="USUARIO" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="NOMBRE_PERSONA" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="APELLIDO" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="CEDULA" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="HORA_MODIFICACION"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NewClass"/>
<eClassifiers xsi:type="ecore:EClass" name="Detallado" eSuperTypes="#//modeloconsultas/resultset/ElementoModeloResultado">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="NOMBRE" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="REGISTRO" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="TOTAL_RECAUDO_TARIFA"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="REGISTRO_RECAUDO"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="COSTO_TARIFA" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
</eSubpackages>
</eSubpackages>
<eSubpackages name="cotracir" nsURI="http:///gestionmodelosconsultas/modeloconsultas/cotracir.ecore"
nsPrefix="gestionmodelosconsultas.modeloconsultas.cotracir">
<eClassifiers xsi:type="ecore:EClass" name="Planilla" eSuperTypes="#//modeloconsultas/model/ElementoConsulta"/>
<eClassifiers xsi:type="ecore:EClass" name="Consolidado" eSuperTypes="#//modeloconsultas/model/ElementoConsulta"/>
<eClassifiers xsi:type="ecore:EClass" name="Transaccion" eSuperTypes="#//modeloconsultas/model/ElementoConsulta"/>
<eClassifiers xsi:type="ecore:EClass" name="Trama" eSuperTypes="#//modeloconsultas/model/ElementoConsulta"/>
<eClassifiers xsi:type="ecore:EClass" name="Propietario" eSuperTypes="#//modeloconsultas/model/ElementoConsulta"/>
<eClassifiers xsi:type="ecore:EClass" name="Detallado" eSuperTypes="#//modeloconsultas/model/ElementoConsulta"/>
</eSubpackages>
</eSubpackages>
<eSubpackages name="datatypes" nsURI="http:///gestionmodelosconsultas/datatypes.ecore"
nsPrefix="gestionmodelosconsultas.datatypes">
<eClassifiers xsi:type="ecore:EDataType" name="Object" instanceClassName="java.lang.Object"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/CDPS/PGR/PGR/PGR/gestionModelosConsultas/model/gestionModelosConsultas.ecore | ecore | gestionmodelosconsultas
ModelFactory
cargar
salvar
rulesFactory
factoryModeloConsultas
diagramEntity
rules
factoryrules
RulesFactory
ModelFactory
listRuleDiagramEntity
Rule
name
RulesFactory
listChildRule
ChildRule
name
Rule
EntityName
RelationName
entitymodel
Entity
ownedByFactoryEntity
listAttributes
EntityRelation
atributteForeingKeySource
atributtePrimaryKeyTarget
multiplicitySource
many_to_one
multiplicityTarget
one_to_many
theFactoryEntity
source
target
SimpleRelation
AssociativeEntity
Attribute
name
type
string
value
visible
attributeType
ordinary
Entity
ElementoRealizacionValueAttribute
ElementoRealizacionVisibleAttribute
ModelElementEntity
name
stereotype
ElementoRealizacionDiagramEntity
AttributeType
primaryKey
primaryKey
ordinary
ordinary
Multiplicity
one_to_many
one_to_many
many_to_one
many_to_one
one_to_one
one_to_one
DiagramEntity
ModelFactory
listEntity
listEntityRelation
RealizacionDiagramEntity
ModeloConsulta
listElementoRealizacionDiagramEntity
realizacionVisibleAttribute
listValues
ElementoRealizacionDiagramEntity
tipo
entity
nombreModelElementEntity
modelElementEntity
RealizacionDiagramEntity
listElementoRealizacionAttribute
TipoModelElementEntity
entity
entity
relation
relation
Type
string
string
int
int
float
float
date
date
ElementoRealizacionValueAttribute
nombre
valueAttribute
ElementoRealizacionDiagramEntity
values
ElementoRealizacionVisibleAttribute
nombre
RealizacionDiagramEntity
visibleAttribute
Value
value
ElementoRealizacionValueAttribute
RealizacionDiagramEntity
modeloconsultas
ModeloConsulta
realizacionDiagramEntity
nombre
FactoryModeloConsulta
listEADiagram
listResultado
FactoryModeloConsulta
ModelFactory
listModeloConsulta
model
Relacion
estereotipo
order
EADiagram
target
source
Campo
nombreCampo
default
criterio
seleccion
false
ownedElementoConsulta
NombreCampo
ID
ID
ESTADO_TRANSACCION
ESTADO_TRANSACCION
HORA
HORA
TIPO
TIPO
DESCRIPCION
DESCRIPCION
CATEGORIA
CATEGORIA
VALOR
VALOR
CADENA_TRAMA
CADENA_TRAMA
NUMERO_MOVIL
NUMERO_MOVIL
FECHA
FECHA
CEDULA_CONDUCTOR
CEDULA_CONDUCTOR
CONDUCTOR
CONDUCTOR
TOTAL
TOTAL
TOTAL_RECAUDO_BRUTO
TOTAL_RECAUDO_BRUTO
TOTAL_RECAUDO_NETO
TOTAL_RECAUDO_NETO
TOTAL_DEPOSITO
TOTAL_DEPOSITO
TOTAL_GASTOS
TOTAL_GASTOS
LIQUIDADO
LIQUIDADO
USUARIO
USUARIO
NOMBRE_PERSONA
NOMBRE_PERSONA
APELLIDO
APELLIDO
CEDULA
CEDULA
HORA_MODIFICACION
HORA_MODIFICACION
NOMBRE
NOMBRE
REGISTRO
REGISTRO
TOTAL_RECAUDO_TARIFA
TOTAL_RECAUDO_TARIFA
REGISTRO_RECAUDO
REGISTRO_RECAUDO
COSTO_TARIFA
COSTO_TARIFA
RUTA_DESPACHO
RUTA_DESPACHO
HORA_DESPACHO
HORA_DESPACHO
REGISTRO_CONSOLIDADO
REGISTRO_CONSOLIDADO
TOTAL_RECAUDO_RUTO
TOTAL_RECAUDO_RUTO
TOTAL_RECAUDO_DESPACHO
TOTAL_RECAUDO_DESPACHO
ESTADO_CONSOLIDADO
ESTADO_CONSOLIDADO
ESTADO_IMPRESION
ESTADO_IMPRESION
default
default
EADiagram
nombre
listRelacion
ModeloConsulta
listElementoConsulta
ViewModel
ElementoConsulta
order
EADiagram
listCampos
Proyeccion
ElementoModelo
nombre
from
to
resultset
Resultado
nombre
ModeloConsulta
listResultElement
ElementoModeloResultado
key
listElementoModeloResultado
ElementoModeloResultado
ResultElement
Resultado
resultcotracir
Transaccion
ESTADO_TRANSACCION
false
HORA
TIPO
DESCRIPCION
CATEGORIA
ID
VALOR
Trama
ID
CADENA_TRAMA
Consolidado
ID
RUTA_DESPACHO
HORA_DESPACHO
REGISTRO_CONSOLIDADO
TOTAL_RECAUDO_BRUTO
TOTAL_RECAUDO_DESPACHO
ESTADO_CONSOLIDADO
ESTADO_IMPRESION
Propietario
ID
NOMBRE
CEDULA
Planilla
ID
NUMERO_MOVIL
FECHA
CEDULA_CONDUCTOR
CONDUCTOR
TOTAL
TOTAL_RECAUDO_BRUTO
TOTAL_RECAUDO_NETO
TOTAL_DEPOSITO
TOTAL_GASTOS
LIQUIDADO
USUARIO
NOMBRE_PERSONA
APELLIDO
CEDULA
HORA_MODIFICACION
NewClass
Detallado
ID
NOMBRE
REGISTRO
TOTAL_RECAUDO_TARIFA
REGISTRO_RECAUDO
COSTO_TARIFA
cotracir
Planilla
Consolidado
Transaccion
Trama
Propietario
Detallado
datatypes
Object
java.lang.Object
java.lang.Object | null | {"directed":true,"nodes":[{"nsPrefix":"gestionmodelosconsultas","nsURI":"http:///gestionmodelosconsultas.ecore","name":"gestionmodelosconsultas","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelFactory","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"nsPrefix":"gestionmodelosconsultas.rules","nsURI":"http:///gestionmodelosconsultas/rules.ecore","name":"rules","id":2,"eClass":"EPackage"},{"nsPrefix":"gestionmodelosconsultas.entitymodel","nsURI":"http:///gestionmodelosconsultas/entitymodel.ecore","name":"entitymodel","id":3,"eClass":"EPackage"},{"nsPrefix":"gestionmodelosconsultas.modeloconsultas","nsURI":"http:///gestionmodelosconsultas/modeloconsultas.ecore","name":"modeloconsultas","id":4,"eClass":"EPackage"},{"nsPrefix":"gestionmodelosconsultas.datatypes","nsURI":"http:///gestionmodelosconsultas/datatypes.ecore","name":"datatypes","id":5,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"cargar","lowerBound":0,"id":6,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"salvar","lowerBound":0,"id":7,"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":"rulesFactory","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"factoryModeloConsultas","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"diagramEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RulesFactory","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"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":true,"unique":true,"name":"ModelFactory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FactoryModeloConsulta","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"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":true,"unique":true,"name":"ModelFactory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramEntity","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"id":19,"eClass":"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":"ModelFactory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"nsPrefix":"gestionmodelosconsultas.rules.factoryrules","nsURI":"http:///gestionmodelosconsultas/rules/factoryrules.ecore","name":"factoryrules","id":21,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChildRule","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityName","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationName","instanceClass":null,"abstract":false,"id":25,"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":"listRuleDiagramEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"RulesFactory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":"listChildRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"Rule","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":"name","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityRelation","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleRelation","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociativeEntity","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementEntity","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AttributeType","instanceClass":null,"id":47,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Multiplicity","instanceClass":null,"id":48,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealizacionDiagramEntity","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementoRealizacionDiagramEntity","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoModelElementEntity","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Type","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementoRealizacionValueAttribute","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementoRealizacionVisibleAttribute","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":55,"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":"ownedByFactoryEntity","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":"listAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"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":"Entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"atributteForeingKeySource","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"atributtePrimaryKeyTarget","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"many_to_one","unsettable":false,"transient":false,"unique":true,"name":"multiplicitySource","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"one_to_many","unsettable":false,"transient":false,"unique":true,"name":"multiplicityTarget","changeable":true,"lowerBound":0,"iD":false,"id":66,"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":"theFactoryEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listEntityRelation","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"string","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ordinary","unsettable":false,"transient":false,"unique":true,"name":"attributeType","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":false,"unsettable":false,"transient":false,"unique":true,"name":"ElementoRealizacionValueAttribute","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":"ElementoRealizacionVisibleAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueAttribute","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"visibleAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stereotype","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ElementoRealizacionDiagramEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelElementEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"name":"primaryKey","id":105,"value":1,"literal":"primaryKey","eClass":"EEnumLiteral"},{"name":"ordinary","id":106,"value":0,"literal":"ordinary","eClass":"EEnumLiteral"},{"name":"one_to_many","id":107,"value":1,"literal":"one_to_many","eClass":"EEnumLiteral"},{"name":"many_to_one","id":108,"value":2,"literal":"many_to_one","eClass":"EEnumLiteral"},{"name":"one_to_one","id":109,"value":3,"literal":"one_to_one","eClass":"EEnumLiteral"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ModeloConsulta","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":"listElementoRealizacionDiagramEntity","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":"realizacionVisibleAttribute","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"listValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModeloConsulta","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"realizacionDiagramEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"RealizacionDiagramEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"RealizacionDiagramEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"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":"RealizacionDiagramEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"entity","unsettable":false,"transient":false,"unique":true,"name":"tipo","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombreModelElementEntity","changeable":true,"lowerBound":0,"iD":false,"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":"listElementoRealizacionAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"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":"ElementoRealizacionDiagramEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"name":"entity","id":135,"value":1,"literal":"entity","eClass":"EEnumLiteral"},{"name":"relation","id":136,"value":2,"literal":"relation","eClass":"EEnumLiteral"},{"name":"string","id":137,"value":1,"literal":"string","eClass":"EEnumLiteral"},{"name":"int","id":138,"value":2,"literal":"int","eClass":"EEnumLiteral"},{"name":"float","id":139,"value":3,"literal":"float","eClass":"EEnumLiteral"},{"name":"date","id":140,"value":4,"literal":"date","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":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ElementoRealizacionValueAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"nsPrefix":"gestionmodelosconsultas.modeloconsultas.model","nsURI":"http:///gestionmodelosconsultas/modeloconsultas/model.ecore","name":"model","id":156,"eClass":"EPackage"},{"nsPrefix":"gestionmodelosconsultas.modeloconsultas.resultset","nsURI":"http:///gestionmodelosconsultas/modeloconsultas/resultset.ecore","name":"resultset","id":157,"eClass":"EPackage"},{"nsPrefix":"gestionmodelosconsultas.modeloconsultas.cotracir","nsURI":"http:///gestionmodelosconsultas/modeloconsultas/cotracir.ecore","name":"cotracir","id":158,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":159,"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":"FactoryModeloConsulta","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listEADiagram","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listResultado","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":true,"unsettable":false,"transient":false,"unique":true,"name":"listModeloConsulta","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EADiagram","instanceClass":null,"abstract":true,"id":167,"interface":false,"eClass":"EClass"},{"id":168,"eClass":"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":"ModeloConsulta","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resultado","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"id":171,"eClass":"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":"ModeloConsulta","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relacion","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Campo","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NombreCampo","instanceClass":null,"id":177,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewModel","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementoConsulta","instanceClass":null,"abstract":true,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proyeccion","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementoModelo","instanceClass":null,"abstract":false,"id":181,"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":"estereotipo","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"order","changeable":true,"lowerBound":0,"iD":false,"id":183,"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":"EADiagram","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listRelacion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"default","unsettable":false,"transient":false,"unique":true,"name":"nombreCampo","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"criterio","changeable":true,"lowerBound":0,"iD":false,"id":195,"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":"seleccion","changeable":true,"lowerBound":0,"iD":false,"id":196,"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":"ownedElementoConsulta","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listCampos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"name":"ID","id":203,"value":1,"literal":"ID","eClass":"EEnumLiteral"},{"name":"ESTADO_TRANSACCION","id":204,"value":2,"literal":"ESTADO_TRANSACCION","eClass":"EEnumLiteral"},{"name":"HORA","id":205,"value":3,"literal":"HORA","eClass":"EEnumLiteral"},{"name":"TIPO","id":206,"value":4,"literal":"TIPO","eClass":"EEnumLiteral"},{"name":"DESCRIPCION","id":207,"value":5,"literal":"DESCRIPCION","eClass":"EEnumLiteral"},{"name":"CATEGORIA","id":208,"value":6,"literal":"CATEGORIA","eClass":"EEnumLiteral"},{"name":"VALOR","id":209,"value":7,"literal":"VALOR","eClass":"EEnumLiteral"},{"name":"CADENA_TRAMA","id":210,"value":8,"literal":"CADENA_TRAMA","eClass":"EEnumLiteral"},{"name":"NUMERO_MOVIL","id":211,"value":9,"literal":"NUMERO_MOVIL","eClass":"EEnumLiteral"},{"name":"FECHA","id":212,"value":10,"literal":"FECHA","eClass":"EEnumLiteral"},{"name":"CEDULA_CONDUCTOR","id":213,"value":11,"literal":"CEDULA_CONDUCTOR","eClass":"EEnumLiteral"},{"name":"CONDUCTOR","id":214,"value":12,"literal":"CONDUCTOR","eClass":"EEnumLiteral"},{"name":"TOTAL","id":215,"value":13,"literal":"TOTAL","eClass":"EEnumLiteral"},{"name":"TOTAL_RECAUDO_BRUTO","id":216,"value":14,"literal":"TOTAL_RECAUDO_BRUTO","eClass":"EEnumLiteral"},{"name":"TOTAL_RECAUDO_NETO","id":217,"value":15,"literal":"TOTAL_RECAUDO_NETO","eClass":"EEnumLiteral"},{"name":"TOTAL_DEPOSITO","id":218,"value":16,"literal":"TOTAL_DEPOSITO","eClass":"EEnumLiteral"},{"name":"TOTAL_GASTOS","id":219,"value":17,"literal":"TOTAL_GASTOS","eClass":"EEnumLiteral"},{"name":"LIQUIDADO","id":220,"value":18,"literal":"LIQUIDADO","eClass":"EEnumLiteral"},{"name":"USUARIO","id":221,"value":19,"literal":"USUARIO","eClass":"EEnumLiteral"},{"name":"NOMBRE_PERSONA","id":222,"value":20,"literal":"NOMBRE_PERSONA","eClass":"EEnumLiteral"},{"name":"APELLIDO","id":223,"value":21,"literal":"APELLIDO","eClass":"EEnumLiteral"},{"name":"CEDULA","id":224,"value":22,"literal":"CEDULA","eClass":"EEnumLiteral"},{"name":"HORA_MODIFICACION","id":225,"value":23,"literal":"HORA_MODIFICACION","eClass":"EEnumLiteral"},{"name":"NOMBRE","id":226,"value":24,"literal":"NOMBRE","eClass":"EEnumLiteral"},{"name":"REGISTRO","id":227,"value":25,"literal":"REGISTRO","eClass":"EEnumLiteral"},{"name":"TOTAL_RECAUDO_TARIFA","id":228,"value":26,"literal":"TOTAL_RECAUDO_TARIFA","eClass":"EEnumLiteral"},{"name":"REGISTRO_RECAUDO","id":229,"value":27,"literal":"REGISTRO_RECAUDO","eClass":"EEnumLiteral"},{"name":"COSTO_TARIFA","id":230,"value":28,"literal":"COSTO_TARIFA","eClass":"EEnumLiteral"},{"name":"RUTA_DESPACHO","id":231,"value":29,"literal":"RUTA_DESPACHO","eClass":"EEnumLiteral"},{"name":"HORA_DESPACHO","id":232,"value":30,"literal":"HORA_DESPACHO","eClass":"EEnumLiteral"},{"name":"REGISTRO_CONSOLIDADO","id":233,"value":31,"literal":"REGISTRO_CONSOLIDADO","eClass":"EEnumLiteral"},{"name":"TOTAL_RECAUDO_RUTO","id":234,"value":32,"literal":"TOTAL_RECAUDO_RUTO","eClass":"EEnumLiteral"},{"name":"TOTAL_RECAUDO_DESPACHO","id":235,"value":33,"literal":"TOTAL_RECAUDO_DESPACHO","eClass":"EEnumLiteral"},{"name":"ESTADO_CONSOLIDADO","id":236,"value":34,"literal":"ESTADO_CONSOLIDADO","eClass":"EEnumLiteral"},{"name":"ESTADO_IMPRESION","id":237,"value":35,"literal":"ESTADO_IMPRESION","eClass":"EEnumLiteral"},{"name":"default","id":238,"value":0,"literal":"default","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listElementoConsulta","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":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":"EADiagram","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"order","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementoModeloResultado","instanceClass":null,"abstract":true,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultElement","instanceClass":null,"abstract":true,"id":260,"interface":false,"eClass":"EClass"},{"nsPrefix":"gestionmodelosconsultas.modeloconsultas.resultset.resultcotracir","nsURI":"http:///gestionmodelosconsultas/modeloconsultas/resultset/resultcotracir.ecore","name":"resultcotracir","id":261,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listResultElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"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":"Resultado","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"key","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listElementoModeloResultado","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"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":"ElementoModeloResultado","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transaccion","instanceClass":null,"abstract":false,"id":276,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trama","instanceClass":null,"abstract":false,"id":277,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Consolidado","instanceClass":null,"abstract":false,"id":278,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Propietario","instanceClass":null,"abstract":false,"id":279,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Planilla","instanceClass":null,"abstract":false,"id":280,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewClass","instanceClass":null,"abstract":false,"id":281,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Detallado","instanceClass":null,"abstract":false,"id":282,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":"false","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"ESTADO_TRANSACCION","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":"HORA","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"TIPO","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":"DESCRIPCION","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"CATEGORIA","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"VALOR","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"},{"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":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"CADENA_TRAMA","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":0,"iD":false,"id":303,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"RUTA_DESPACHO","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"HORA_DESPACHO","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"REGISTRO_CONSOLIDADO","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"TOTAL_RECAUDO_BRUTO","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"TOTAL_RECAUDO_DESPACHO","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ESTADO_CONSOLIDADO","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ESTADO_IMPRESION","changeable":true,"lowerBound":0,"iD":false,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"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":320,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"NOMBRE","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"CEDULA","changeable":true,"lowerBound":0,"iD":false,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"NUMERO_MOVIL","changeable":true,"lowerBound":0,"iD":false,"id":328,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"FECHA","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"CEDULA_CONDUCTOR","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"CONDUCTOR","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"TOTAL","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"TOTAL_RECAUDO_BRUTO","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"TOTAL_RECAUDO_NETO","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"TOTAL_DEPOSITO","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"TOTAL_GASTOS","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"LIQUIDADO","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"USUARIO","changeable":true,"lowerBound":0,"iD":false,"id":338,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"NOMBRE_PERSONA","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"APELLIDO","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"CEDULA","changeable":true,"lowerBound":0,"iD":false,"id":341,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"HORA_MODIFICACION","changeable":true,"lowerBound":0,"iD":false,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"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"},{"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":360,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"NOMBRE","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"REGISTRO","changeable":true,"lowerBound":0,"iD":false,"id":362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"TOTAL_RECAUDO_TARIFA","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"REGISTRO_RECAUDO","changeable":true,"lowerBound":0,"iD":false,"id":364,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"COSTO_TARIFA","changeable":true,"lowerBound":0,"iD":false,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Planilla","instanceClass":null,"abstract":false,"id":373,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Consolidado","instanceClass":null,"abstract":false,"id":374,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transaccion","instanceClass":null,"abstract":false,"id":375,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trama","instanceClass":null,"abstract":false,"id":376,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Propietario","instanceClass":null,"abstract":false,"id":377,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Detallado","instanceClass":null,"abstract":false,"id":378,"interface":false,"eClass":"EClass"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Object","instanceClass":"java.lang.Object","id":385,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":6,"target":1},{"source":6,"target":11},{"source":6,"target":1},{"source":11,"target":1},{"source":7,"target":1},{"source":8,"target":12},{"source":8,"target":13},{"source":8,"target":1},{"source":8,"target":14},{"source":13,"target":12},{"source":9,"target":15},{"source":9,"target":16},{"source":9,"target":1},{"source":9,"target":17},{"source":16,"target":15},{"source":10,"target":18},{"source":10,"target":19},{"source":10,"target":1},{"source":10,"target":20},{"source":19,"target":18},{"source":2,"target":21},{"source":2,"target":0},{"source":21,"target":12},{"source":21,"target":22},{"source":21,"target":23},{"source":21,"target":24},{"source":21,"target":25},{"source":21,"target":2},{"source":12,"target":21},{"source":12,"target":14},{"source":12,"target":26},{"source":14,"target":1},{"source":14,"target":27},{"source":14,"target":12},{"source":14,"target":8},{"source":27,"target":1},{"source":26,"target":22},{"source":26,"target":28},{"source":26,"target":12},{"source":26,"target":29},{"source":28,"target":22},{"source":22,"target":21},{"source":22,"target":30},{"source":22,"target":29},{"source":22,"target":31},{"source":30,"target":32},{"source":30,"target":22},{"source":29,"target":12},{"source":29,"target":33},{"source":29,"target":22},{"source":29,"target":26},{"source":33,"target":12},{"source":31,"target":23},{"source":31,"target":34},{"source":31,"target":22},{"source":31,"target":35},{"source":34,"target":23},{"source":23,"target":21},{"source":23,"target":36},{"source":23,"target":35},{"source":36,"target":37},{"source":36,"target":23},{"source":35,"target":22},{"source":35,"target":38},{"source":35,"target":23},{"source":35,"target":31},{"source":38,"target":22},{"source":24,"target":21},{"source":24,"target":23},{"source":24,"target":39},{"source":39,"target":23},{"source":25,"target":21},{"source":25,"target":23},{"source":25,"target":40},{"source":40,"target":23},{"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":18},{"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":0},{"source":41,"target":3},{"source":41,"target":46},{"source":41,"target":56},{"source":41,"target":57},{"source":41,"target":58},{"source":56,"target":18},{"source":56,"target":59},{"source":56,"target":41},{"source":56,"target":60},{"source":59,"target":18},{"source":57,"target":45},{"source":57,"target":61},{"source":57,"target":41},{"source":57,"target":62},{"source":61,"target":45},{"source":58,"target":46},{"source":42,"target":3},{"source":42,"target":46},{"source":42,"target":63},{"source":42,"target":64},{"source":42,"target":65},{"source":42,"target":66},{"source":42,"target":67},{"source":42,"target":68},{"source":42,"target":69},{"source":42,"target":70},{"source":63,"target":71},{"source":63,"target":42},{"source":64,"target":72},{"source":64,"target":42},{"source":65,"target":48},{"source":65,"target":73},{"source":65,"target":42},{"source":73,"target":48},{"source":66,"target":48},{"source":66,"target":74},{"source":66,"target":42},{"source":74,"target":48},{"source":67,"target":18},{"source":67,"target":75},{"source":67,"target":42},{"source":67,"target":76},{"source":75,"target":18},{"source":68,"target":41},{"source":68,"target":77},{"source":68,"target":42},{"source":77,"target":41},{"source":69,"target":41},{"source":69,"target":78},{"source":69,"target":42},{"source":78,"target":41},{"source":70,"target":46},{"source":43,"target":3},{"source":43,"target":42},{"source":43,"target":79},{"source":79,"target":42},{"source":44,"target":3},{"source":44,"target":41},{"source":44,"target":80},{"source":80,"target":41},{"source":45,"target":3},{"source":45,"target":81},{"source":45,"target":82},{"source":45,"target":83},{"source":45,"target":84},{"source":45,"target":85},{"source":45,"target":62},{"source":45,"target":86},{"source":45,"target":87},{"source":81,"target":88},{"source":81,"target":45},{"source":82,"target":52},{"source":82,"target":89},{"source":82,"target":45},{"source":89,"target":52},{"source":83,"target":90},{"source":83,"target":45},{"source":84,"target":91},{"source":84,"target":45},{"source":85,"target":47},{"source":85,"target":92},{"source":85,"target":45},{"source":92,"target":47},{"source":62,"target":41},{"source":62,"target":93},{"source":62,"target":45},{"source":62,"target":57},{"source":93,"target":41},{"source":86,"target":53},{"source":86,"target":94},{"source":86,"target":45},{"source":86,"target":95},{"source":94,"target":53},{"source":87,"target":54},{"source":87,"target":96},{"source":87,"target":45},{"source":87,"target":97},{"source":96,"target":54},{"source":46,"target":3},{"source":46,"target":98},{"source":46,"target":99},{"source":46,"target":100},{"source":98,"target":101},{"source":98,"target":46},{"source":99,"target":102},{"source":99,"target":46},{"source":100,"target":50},{"source":100,"target":103},{"source":100,"target":46},{"source":100,"target":104},{"source":103,"target":50},{"source":47,"target":3},{"source":47,"target":105},{"source":47,"target":106},{"source":105,"target":47},{"source":106,"target":47},{"source":48,"target":3},{"source":48,"target":107},{"source":48,"target":108},{"source":48,"target":109},{"source":107,"target":48},{"source":108,"target":48},{"source":109,"target":48},{"source":18,"target":3},{"source":18,"target":20},{"source":18,"target":60},{"source":18,"target":76},{"source":20,"target":1},{"source":20,"target":110},{"source":20,"target":18},{"source":20,"target":10},{"source":110,"target":1},{"source":60,"target":41},{"source":60,"target":111},{"source":60,"target":18},{"source":60,"target":56},{"source":111,"target":41},{"source":76,"target":42},{"source":76,"target":112},{"source":76,"target":18},{"source":76,"target":67},{"source":112,"target":42},{"source":49,"target":3},{"source":49,"target":113},{"source":49,"target":114},{"source":49,"target":115},{"source":49,"target":116},{"source":113,"target":117},{"source":113,"target":118},{"source":113,"target":49},{"source":113,"target":119},{"source":118,"target":117},{"source":114,"target":50},{"source":114,"target":120},{"source":114,"target":49},{"source":114,"target":121},{"source":120,"target":50},{"source":115,"target":54},{"source":115,"target":122},{"source":115,"target":49},{"source":115,"target":123},{"source":122,"target":54},{"source":116,"target":55},{"source":116,"target":124},{"source":116,"target":49},{"source":116,"target":125},{"source":124,"target":55},{"source":50,"target":3},{"source":50,"target":126},{"source":50,"target":127},{"source":50,"target":104},{"source":50,"target":121},{"source":50,"target":128},{"source":126,"target":51},{"source":126,"target":129},{"source":126,"target":50},{"source":129,"target":51},{"source":127,"target":130},{"source":127,"target":50},{"source":104,"target":46},{"source":104,"target":131},{"source":104,"target":50},{"source":104,"target":100},{"source":131,"target":46},{"source":121,"target":49},{"source":121,"target":132},{"source":121,"target":50},{"source":121,"target":114},{"source":132,"target":49},{"source":128,"target":53},{"source":128,"target":133},{"source":128,"target":50},{"source":128,"target":134},{"source":133,"target":53},{"source":51,"target":3},{"source":51,"target":135},{"source":51,"target":136},{"source":135,"target":51},{"source":136,"target":51},{"source":52,"target":3},{"source":52,"target":137},{"source":52,"target":138},{"source":52,"target":139},{"source":52,"target":140},{"source":137,"target":52},{"source":138,"target":52},{"source":139,"target":52},{"source":140,"target":52},{"source":53,"target":3},{"source":53,"target":141},{"source":53,"target":95},{"source":53,"target":134},{"source":53,"target":142},{"source":141,"target":143},{"source":141,"target":53},{"source":95,"target":45},{"source":95,"target":144},{"source":95,"target":53},{"source":95,"target":86},{"source":144,"target":45},{"source":134,"target":50},{"source":134,"target":145},{"source":134,"target":53},{"source":134,"target":128},{"source":145,"target":50},{"source":142,"target":55},{"source":142,"target":146},{"source":142,"target":53},{"source":142,"target":147},{"source":146,"target":55},{"source":54,"target":3},{"source":54,"target":148},{"source":54,"target":123},{"source":54,"target":97},{"source":148,"target":149},{"source":148,"target":54},{"source":123,"target":49},{"source":123,"target":150},{"source":123,"target":54},{"source":123,"target":115},{"source":150,"target":49},{"source":97,"target":45},{"source":97,"target":151},{"source":97,"target":54},{"source":97,"target":87},{"source":151,"target":45},{"source":55,"target":3},{"source":55,"target":152},{"source":55,"target":147},{"source":55,"target":125},{"source":152,"target":153},{"source":152,"target":55},{"source":147,"target":53},{"source":147,"target":154},{"source":147,"target":55},{"source":147,"target":142},{"source":154,"target":53},{"source":125,"target":49},{"source":125,"target":155},{"source":125,"target":55},{"source":125,"target":116},{"source":155,"target":49},{"source":4,"target":117},{"source":4,"target":15},{"source":4,"target":156},{"source":4,"target":157},{"source":4,"target":158},{"source":4,"target":0},{"source":117,"target":4},{"source":117,"target":119},{"source":117,"target":159},{"source":117,"target":160},{"source":117,"target":161},{"source":117,"target":162},{"source":119,"target":49},{"source":119,"target":163},{"source":119,"target":117},{"source":119,"target":113},{"source":163,"target":49},{"source":159,"target":164},{"source":159,"target":117},{"source":160,"target":15},{"source":160,"target":165},{"source":160,"target":117},{"source":160,"target":166},{"source":165,"target":15},{"source":161,"target":167},{"source":161,"target":168},{"source":161,"target":117},{"source":161,"target":169},{"source":168,"target":167},{"source":162,"target":170},{"source":162,"target":171},{"source":162,"target":117},{"source":162,"target":172},{"source":171,"target":170},{"source":15,"target":4},{"source":15,"target":17},{"source":15,"target":166},{"source":17,"target":1},{"source":17,"target":173},{"source":17,"target":15},{"source":17,"target":9},{"source":173,"target":1},{"source":166,"target":117},{"source":166,"target":174},{"source":166,"target":15},{"source":166,"target":160},{"source":174,"target":117},{"source":156,"target":175},{"source":156,"target":176},{"source":156,"target":177},{"source":156,"target":167},{"source":156,"target":178},{"source":156,"target":179},{"source":156,"target":180},{"source":156,"target":181},{"source":156,"target":4},{"source":175,"target":156},{"source":175,"target":181},{"source":175,"target":182},{"source":175,"target":183},{"source":175,"target":184},{"source":175,"target":185},{"source":175,"target":186},{"source":175,"target":187},{"source":182,"target":188},{"source":182,"target":175},{"source":183,"target":189},{"source":183,"target":175},{"source":184,"target":167},{"source":184,"target":190},{"source":184,"target":175},{"source":184,"target":191},{"source":190,"target":167},{"source":185,"target":179},{"source":185,"target":192},{"source":185,"target":175},{"source":192,"target":179},{"source":186,"target":179},{"source":186,"target":193},{"source":186,"target":175},{"source":193,"target":179},{"source":187,"target":181},{"source":176,"target":156},{"source":176,"target":194},{"source":176,"target":195},{"source":176,"target":196},{"source":176,"target":197},{"source":194,"target":177},{"source":194,"target":198},{"source":194,"target":176},{"source":198,"target":177},{"source":195,"target":199},{"source":195,"target":176},{"source":196,"target":200},{"source":196,"target":176},{"source":197,"target":179},{"source":197,"target":201},{"source":197,"target":176},{"source":197,"target":202},{"source":201,"target":179},{"source":177,"target":156},{"source":177,"target":203},{"source":177,"target":204},{"source":177,"target":205},{"source":177,"target":206},{"source":177,"target":207},{"source":177,"target":208},{"source":177,"target":209},{"source":177,"target":210},{"source":177,"target":211},{"source":177,"target":212},{"source":177,"target":213},{"source":177,"target":214},{"source":177,"target":215},{"source":177,"target":216},{"source":177,"target":217},{"source":177,"target":218},{"source":177,"target":219},{"source":177,"target":220},{"source":177,"target":221},{"source":177,"target":222},{"source":177,"target":223},{"source":177,"target":224},{"source":177,"target":225},{"source":177,"target":226},{"source":177,"target":227},{"source":177,"target":228},{"source":177,"target":229},{"source":177,"target":230},{"source":177,"target":231},{"source":177,"target":232},{"source":177,"target":233},{"source":177,"target":234},{"source":177,"target":235},{"source":177,"target":236},{"source":177,"target":237},{"source":177,"target":238},{"source":203,"target":177},{"source":204,"target":177},{"source":205,"target":177},{"source":206,"target":177},{"source":207,"target":177},{"source":208,"target":177},{"source":209,"target":177},{"source":210,"target":177},{"source":211,"target":177},{"source":212,"target":177},{"source":213,"target":177},{"source":214,"target":177},{"source":215,"target":177},{"source":216,"target":177},{"source":217,"target":177},{"source":218,"target":177},{"source":219,"target":177},{"source":220,"target":177},{"source":221,"target":177},{"source":222,"target":177},{"source":223,"target":177},{"source":224,"target":177},{"source":225,"target":177},{"source":226,"target":177},{"source":227,"target":177},{"source":228,"target":177},{"source":229,"target":177},{"source":230,"target":177},{"source":231,"target":177},{"source":232,"target":177},{"source":233,"target":177},{"source":234,"target":177},{"source":235,"target":177},{"source":236,"target":177},{"source":237,"target":177},{"source":238,"target":177},{"source":167,"target":156},{"source":167,"target":239},{"source":167,"target":191},{"source":167,"target":169},{"source":167,"target":240},{"source":239,"target":241},{"source":239,"target":167},{"source":191,"target":175},{"source":191,"target":242},{"source":191,"target":167},{"source":191,"target":184},{"source":242,"target":175},{"source":169,"target":117},{"source":169,"target":243},{"source":169,"target":167},{"source":169,"target":161},{"source":243,"target":117},{"source":240,"target":179},{"source":240,"target":244},{"source":240,"target":167},{"source":240,"target":245},{"source":244,"target":179},{"source":178,"target":156},{"source":178,"target":167},{"source":178,"target":246},{"source":246,"target":167},{"source":179,"target":156},{"source":179,"target":181},{"source":179,"target":247},{"source":179,"target":245},{"source":179,"target":202},{"source":179,"target":248},{"source":247,"target":249},{"source":247,"target":179},{"source":245,"target":167},{"source":245,"target":250},{"source":245,"target":179},{"source":245,"target":240},{"source":250,"target":167},{"source":202,"target":176},{"source":202,"target":251},{"source":202,"target":179},{"source":202,"target":197},{"source":251,"target":176},{"source":248,"target":181},{"source":180,"target":156},{"source":180,"target":167},{"source":180,"target":252},{"source":252,"target":167},{"source":181,"target":156},{"source":181,"target":253},{"source":181,"target":254},{"source":181,"target":255},{"source":253,"target":256},{"source":253,"target":181},{"source":254,"target":181},{"source":254,"target":257},{"source":254,"target":181},{"source":254,"target":255},{"source":257,"target":181},{"source":255,"target":181},{"source":255,"target":258},{"source":255,"target":181},{"source":255,"target":254},{"source":258,"target":181},{"source":157,"target":170},{"source":157,"target":259},{"source":157,"target":260},{"source":157,"target":261},{"source":157,"target":4},{"source":170,"target":157},{"source":170,"target":262},{"source":170,"target":172},{"source":170,"target":263},{"source":262,"target":264},{"source":262,"target":170},{"source":172,"target":117},{"source":172,"target":265},{"source":172,"target":170},{"source":172,"target":162},{"source":265,"target":117},{"source":263,"target":260},{"source":263,"target":266},{"source":263,"target":170},{"source":263,"target":267},{"source":266,"target":260},{"source":259,"target":157},{"source":259,"target":260},{"source":259,"target":268},{"source":259,"target":269},{"source":259,"target":270},{"source":259,"target":271},{"source":268,"target":272},{"source":268,"target":259},{"source":269,"target":259},{"source":269,"target":273},{"source":269,"target":259},{"source":269,"target":270},{"source":273,"target":259},{"source":270,"target":259},{"source":270,"target":274},{"source":270,"target":259},{"source":270,"target":269},{"source":274,"target":259},{"source":271,"target":260},{"source":260,"target":157},{"source":260,"target":267},{"source":267,"target":170},{"source":267,"target":275},{"source":267,"target":260},{"source":267,"target":263},{"source":275,"target":170},{"source":261,"target":276},{"source":261,"target":277},{"source":261,"target":278},{"source":261,"target":279},{"source":261,"target":280},{"source":261,"target":281},{"source":261,"target":282},{"source":261,"target":157},{"source":276,"target":261},{"source":276,"target":259},{"source":276,"target":283},{"source":276,"target":284},{"source":276,"target":285},{"source":276,"target":286},{"source":276,"target":287},{"source":276,"target":288},{"source":276,"target":289},{"source":276,"target":290},{"source":283,"target":291},{"source":283,"target":276},{"source":284,"target":292},{"source":284,"target":276},{"source":285,"target":293},{"source":285,"target":276},{"source":286,"target":294},{"source":286,"target":276},{"source":287,"target":295},{"source":287,"target":276},{"source":288,"target":296},{"source":288,"target":276},{"source":289,"target":297},{"source":289,"target":276},{"source":290,"target":259},{"source":277,"target":261},{"source":277,"target":259},{"source":277,"target":298},{"source":277,"target":299},{"source":277,"target":300},{"source":298,"target":301},{"source":298,"target":277},{"source":299,"target":302},{"source":299,"target":277},{"source":300,"target":259},{"source":278,"target":261},{"source":278,"target":259},{"source":278,"target":303},{"source":278,"target":304},{"source":278,"target":305},{"source":278,"target":306},{"source":278,"target":307},{"source":278,"target":308},{"source":278,"target":309},{"source":278,"target":310},{"source":278,"target":311},{"source":303,"target":312},{"source":303,"target":278},{"source":304,"target":313},{"source":304,"target":278},{"source":305,"target":314},{"source":305,"target":278},{"source":306,"target":315},{"source":306,"target":278},{"source":307,"target":316},{"source":307,"target":278},{"source":308,"target":317},{"source":308,"target":278},{"source":309,"target":318},{"source":309,"target":278},{"source":310,"target":319},{"source":310,"target":278},{"source":311,"target":259},{"source":279,"target":261},{"source":279,"target":259},{"source":279,"target":320},{"source":279,"target":321},{"source":279,"target":322},{"source":279,"target":323},{"source":320,"target":324},{"source":320,"target":279},{"source":321,"target":325},{"source":321,"target":279},{"source":322,"target":326},{"source":322,"target":279},{"source":323,"target":259},{"source":280,"target":261},{"source":280,"target":259},{"source":280,"target":327},{"source":280,"target":328},{"source":280,"target":329},{"source":280,"target":330},{"source":280,"target":331},{"source":280,"target":332},{"source":280,"target":333},{"source":280,"target":334},{"source":280,"target":335},{"source":280,"target":336},{"source":280,"target":337},{"source":280,"target":338},{"source":280,"target":339},{"source":280,"target":340},{"source":280,"target":341},{"source":280,"target":342},{"source":280,"target":343},{"source":327,"target":344},{"source":327,"target":280},{"source":328,"target":345},{"source":328,"target":280},{"source":329,"target":346},{"source":329,"target":280},{"source":330,"target":347},{"source":330,"target":280},{"source":331,"target":348},{"source":331,"target":280},{"source":332,"target":349},{"source":332,"target":280},{"source":333,"target":350},{"source":333,"target":280},{"source":334,"target":351},{"source":334,"target":280},{"source":335,"target":352},{"source":335,"target":280},{"source":336,"target":353},{"source":336,"target":280},{"source":337,"target":354},{"source":337,"target":280},{"source":338,"target":355},{"source":338,"target":280},{"source":339,"target":356},{"source":339,"target":280},{"source":340,"target":357},{"source":340,"target":280},{"source":341,"target":358},{"source":341,"target":280},{"source":342,"target":359},{"source":342,"target":280},{"source":343,"target":259},{"source":281,"target":261},{"source":282,"target":261},{"source":282,"target":259},{"source":282,"target":360},{"source":282,"target":361},{"source":282,"target":362},{"source":282,"target":363},{"source":282,"target":364},{"source":282,"target":365},{"source":282,"target":366},{"source":360,"target":367},{"source":360,"target":282},{"source":361,"target":368},{"source":361,"target":282},{"source":362,"target":369},{"source":362,"target":282},{"source":363,"target":370},{"source":363,"target":282},{"source":364,"target":371},{"source":364,"target":282},{"source":365,"target":372},{"source":365,"target":282},{"source":366,"target":259},{"source":158,"target":373},{"source":158,"target":374},{"source":158,"target":375},{"source":158,"target":376},{"source":158,"target":377},{"source":158,"target":378},{"source":158,"target":4},{"source":373,"target":158},{"source":373,"target":179},{"source":373,"target":379},{"source":379,"target":179},{"source":374,"target":158},{"source":374,"target":179},{"source":374,"target":380},{"source":380,"target":179},{"source":375,"target":158},{"source":375,"target":179},{"source":375,"target":381},{"source":381,"target":179},{"source":376,"target":158},{"source":376,"target":179},{"source":376,"target":382},{"source":382,"target":179},{"source":377,"target":158},{"source":377,"target":179},{"source":377,"target":383},{"source":383,"target":179},{"source":378,"target":158},{"source":378,"target":179},{"source":378,"target":384},{"source":384,"target":179},{"source":5,"target":385},{"source":5,"target":0},{"source":385,"target":5}],"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="synccharts"
nsURI="http://kieler.cs.cau.de/synccharts" nsPrefix="synccharts">
<eClassifiers xsi:type="ecore:EClass" name="Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="effects" upperBound="-1"
eType="#//Effect" containment="true" eOpposite="#//Effect/parentEAction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trigger" eType="#//Expression"
containment="true" eOpposite="#//Expression/parentAction"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="triggersAndEffects" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentStateEntryAction"
eType="#//State" eOpposite="#//State/entryActions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentStateInnerAction"
eType="#//State" eOpposite="#//State/innerActions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentStateExitAction"
eType="#//State" eOpposite="#//State/exitActions"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="delay" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isImmediate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentStateSuspension"
eType="#//State" eOpposite="#//State/suspensionTrigger"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Effect">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true" eOpposite="#//Expression/parentAssignment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CombineOperator">
<eLiterals name="NONE" literal="NONE"/>
<eLiterals name="ADD" value="1" literal="+"/>
<eLiterals name="MULT" value="2" literal="*"/>
<eLiterals name="MAX" value="5" literal="max"/>
<eLiterals name="MIN" value="6" literal="min"/>
<eLiterals name="OR" value="4" literal="or"/>
<eLiterals name="AND" value="3" literal="and"/>
<eLiterals name="HOST" literal="host"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComplexExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="subExpressions" lowerBound="1"
upperBound="-1" eType="#//Expression" containment="true" eOpposite="#//Expression/parentExpression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//OperatorType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Effect" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentEAction" lowerBound="1"
eType="#//Action" eOpposite="#//Action/effects"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Emission" eSuperTypes="#//Effect">
<eStructuralFeatures xsi:type="ecore:EReference" name="signal" lowerBound="1"
eType="#//Signal"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newValue" eType="#//Expression"
containment="true" eOpposite="#//Expression/parentEmisson"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentAction" eType="#//Action"
eOpposite="#//Action/trigger"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentEmisson" eType="#//Emission"
eOpposite="#//Emission/newValue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentAssignment" eType="#//Assignment"
eOpposite="#//Assignment/expression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentExpression" eType="#//ComplexExpression"
eOpposite="#//ComplexExpression/subExpressions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HostCode" eSuperTypes="#//Effect #//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OperatorType">
<eLiterals name="EQ" value="1" literal="="/>
<eLiterals name="LT" value="2" literal="<"/>
<eLiterals name="LEQ" value="3" literal="<="/>
<eLiterals name="GT" value="12" literal=">"/>
<eLiterals name="GEQ" value="10" literal=">="/>
<eLiterals name="NOT" literal="not"/>
<eLiterals name="VAL" literal="?"/>
<eLiterals name="PRE" value="11" literal="pre"/>
<eLiterals name="AND" value="4" literal="and"/>
<eLiterals name="OR" value="5" literal="or"/>
<eLiterals name="ADD" value="6" literal="+"/>
<eLiterals name="SUB" value="7" literal="-"/>
<eLiterals name="MULT" value="8" literal="*"/>
<eLiterals name="DIV" value="9" literal="/"/>
<eLiterals name="MOD" value="13" literal="mod"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Region">
<eStructuralFeatures xsi:type="ecore:EReference" name="innerStates" upperBound="-1"
eType="#//State" containment="true" eOpposite="#//State/parentRegion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentState" eType="#//State"
eOpposite="#//State/regions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//Variable" containment="true" eOpposite="#//Variable/parentRegion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="signals" upperBound="-1"
eType="#//Signal" containment="true" eOpposite="#//Signal/parentRegion"/>
<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="Signal" eSuperTypes="#//ValuedObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentState" eType="#//State"
eOpposite="#//State/signals"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isInput" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isOutput" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="combineOperator" lowerBound="1"
eType="#//CombineOperator"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hostCombineOperator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentRegion" eType="#//Region"
eOpposite="#//Region/signals"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SignalReference" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="signal" lowerBound="1"
eType="#//Signal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Renaming">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentState" lowerBound="1"
eType="#//State" eOpposite="#//State/renamings"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is a State GenModel Doc comment."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//StateType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="signals" upperBound="-1"
eType="#//Signal" containment="true" eOpposite="#//Signal/parentState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="regions" upperBound="-1"
eType="#//Region" containment="true" eOpposite="#//Region/parentState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entryActions" upperBound="-1"
eType="#//Action" containment="true" eOpposite="#//Action/parentStateEntryAction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="innerActions" upperBound="-1"
eType="#//Action" containment="true" eOpposite="#//Action/parentStateInnerAction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exitActions" upperBound="-1"
eType="#//Action" containment="true" eOpposite="#//Action/parentStateExitAction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="renamings" upperBound="-1"
eType="#//Renaming" containment="true" eOpposite="#//Renaming/parentState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="suspensionTrigger" eType="#//Action"
containment="true" eOpposite="#//Action/parentStateSuspension"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransitions" upperBound="-1"
eType="#//Transition" containment="true" eOpposite="#//Transition/sourceState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentRegion" lowerBound="1"
eType="#//Region" eOpposite="#//Region/innerStates"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isInitial" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isFinal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bodyText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StateType">
<eLiterals name="NORMAL"/>
<eLiterals name="CONDITIONAL" value="1"/>
<eLiterals name="REFERENCE"/>
<eLiterals name="TEXTUAL"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Action">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//TransitionType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetState" lowerBound="1"
eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceState" lowerBound="1"
eType="#//State" eOpposite="#//State/outgoingTransitions"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isHistory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TransitionType">
<eLiterals name="WEAKABORT" literal="WEAKABORT"/>
<eLiterals name="STRONGABORT" value="1"/>
<eLiterals name="NORMALTERMINATION" value="2" literal="NORMALTERMINATION"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValuedObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ValueType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hostType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ValueType">
<eLiterals name="PURE"/>
<eLiterals name="BOOL" value="1"/>
<eLiterals name="UNSIGNED" value="2"/>
<eLiterals name="INTEGER" value="3"/>
<eLiterals name="FLOAT" value="4"/>
<eLiterals name="HOST"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ValuedObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentRegion" eType="#//Region"
eOpposite="#//Region/variables"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableReference" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Value" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="IntValue" eSuperTypes="#//Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FloatValue" eSuperTypes="#//Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloatObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanValue" eSuperTypes="#//Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/imace/de.cau.cs.kieler/plugins-dev/de.cau.cs.kieler.xtext.docgenerator/synccharts.ecore | ecore | synccharts
Action
effects
trigger
triggersAndEffects
parentStateEntryAction
parentStateInnerAction
parentStateExitAction
delay
1
isImmediate
parentStateSuspension
Assignment
variable
expression
CombineOperator
NONE
NONE
ADD
+
MULT
*
MAX
max
MIN
min
OR
or
AND
and
HOST
host
ComplexExpression
subExpressions
operator
Effect
parentEAction
Emission
signal
newValue
Expression
parentAction
parentEmisson
parentAssignment
parentExpression
HostCode
code
type
OperatorType
EQ
=
LT
<
LEQ
<=
GT
>
GEQ
>=
NOT
not
VAL
?
PRE
pre
AND
and
OR
or
ADD
+
SUB
-
MULT
*
DIV
/
MOD
mod
Region
innerStates
parentState
variables
signals
id
Signal
value
parentState
isInput
isOutput
combineOperator
hostCombineOperator
parentRegion
SignalReference
signal
Renaming
parentState
oldID
newID
State
id
label
type
signals
regions
entryActions
innerActions
exitActions
renamings
suspensionTrigger
outgoingTransitions
parentRegion
isInitial
isFinal
bodyText
StateType
NORMAL
NORMAL
CONDITIONAL
CONDITIONAL
REFERENCE
REFERENCE
TEXTUAL
TEXTUAL
Transition
priority
type
targetState
sourceState
isHistory
TransitionType
WEAKABORT
WEAKABORT
STRONGABORT
STRONGABORT
NORMALTERMINATION
NORMALTERMINATION
ValuedObject
name
type
initialValue
hostType
ValueType
PURE
PURE
BOOL
BOOL
UNSIGNED
UNSIGNED
INTEGER
INTEGER
FLOAT
FLOAT
HOST
HOST
Variable
value
parentRegion
VariableReference
variable
Value
IntValue
value
FloatValue
value
BooleanValue
value | null | {"directed":true,"nodes":[{"nsPrefix":"synccharts","nsURI":"http://kieler.cs.cau.de/synccharts","name":"synccharts","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CombineOperator","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexExpression","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Effect","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Emission","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HostCode","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperatorType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalReference","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Renaming","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StateType","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TransitionType","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuedObject","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ValueType","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableReference","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntValue","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatValue","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":25,"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":"effects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"triggersAndEffects","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentStateEntryAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"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":"parentStateInnerAction","changeable":true,"resolveProxies":true,"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":false,"unique":true,"name":"parentStateExitAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"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":"delay","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isImmediate","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentStateSuspension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentEAction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"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":"parentAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entryActions","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerActions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exitActions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suspensionTrigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"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":"parentAssignment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"name":"NONE","id":56,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"ADD","id":57,"value":1,"literal":"+","eClass":"EEnumLiteral"},{"name":"MULT","id":58,"value":2,"literal":"*","eClass":"EEnumLiteral"},{"name":"MAX","id":59,"value":5,"literal":"max","eClass":"EEnumLiteral"},{"name":"MIN","id":60,"value":6,"literal":"min","eClass":"EEnumLiteral"},{"name":"OR","id":61,"value":4,"literal":"or","eClass":"EEnumLiteral"},{"name":"AND","id":62,"value":3,"literal":"and","eClass":"EEnumLiteral"},{"name":"HOST","id":63,"value":0,"literal":"host","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subExpressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"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":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"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":"parentExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"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":"parentEmisson","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":1,"iD":false,"id":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":"type","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"name":"EQ","id":87,"value":1,"literal":"=","eClass":"EEnumLiteral"},{"name":"LT","id":88,"value":2,"literal":"<","eClass":"EEnumLiteral"},{"name":"LEQ","id":89,"value":3,"literal":"<=","eClass":"EEnumLiteral"},{"name":"GT","id":90,"value":12,"literal":">","eClass":"EEnumLiteral"},{"name":"GEQ","id":91,"value":10,"literal":">=","eClass":"EEnumLiteral"},{"name":"NOT","id":92,"value":0,"literal":"not","eClass":"EEnumLiteral"},{"name":"VAL","id":93,"value":0,"literal":"?","eClass":"EEnumLiteral"},{"name":"PRE","id":94,"value":11,"literal":"pre","eClass":"EEnumLiteral"},{"name":"AND","id":95,"value":4,"literal":"and","eClass":"EEnumLiteral"},{"name":"OR","id":96,"value":5,"literal":"or","eClass":"EEnumLiteral"},{"name":"ADD","id":97,"value":6,"literal":"+","eClass":"EEnumLiteral"},{"name":"SUB","id":98,"value":7,"literal":"-","eClass":"EEnumLiteral"},{"name":"MULT","id":99,"value":8,"literal":"*","eClass":"EEnumLiteral"},{"name":"DIV","id":100,"value":9,"literal":"/","eClass":"EEnumLiteral"},{"name":"MOD","id":101,"value":13,"literal":"mod","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":"innerStates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"signals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentRegion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":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":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentRegion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"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":"parentRegion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"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":"parentState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"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":"isInput","changeable":true,"lowerBound":1,"iD":false,"id":118,"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":"isOutput","changeable":true,"lowerBound":1,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"combineOperator","changeable":true,"lowerBound":1,"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":"hostCombineOperator","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"signals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"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":"parentState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldID","changeable":true,"lowerBound":1,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newID","changeable":true,"lowerBound":1,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renamings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"label","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outgoingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInitial","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isFinal","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bodyText","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":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":"sourceState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"name":"NORMAL","id":164,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"CONDITIONAL","id":165,"value":1,"literal":"CONDITIONAL","eClass":"EEnumLiteral"},{"name":"REFERENCE","id":166,"value":0,"literal":"REFERENCE","eClass":"EEnumLiteral"},{"name":"TEXTUAL","id":167,"value":0,"literal":"TEXTUAL","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isHistory","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"name":"WEAKABORT","id":178,"value":0,"literal":"WEAKABORT","eClass":"EEnumLiteral"},{"name":"STRONGABORT","id":179,"value":1,"literal":"STRONGABORT","eClass":"EEnumLiteral"},{"name":"NORMALTERMINATION","id":180,"value":2,"literal":"NORMALTERMINATION","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":181,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","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":"hostType","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"},{"name":"PURE","id":189,"value":0,"literal":"PURE","eClass":"EEnumLiteral"},{"name":"BOOL","id":190,"value":1,"literal":"BOOL","eClass":"EEnumLiteral"},{"name":"UNSIGNED","id":191,"value":2,"literal":"UNSIGNED","eClass":"EEnumLiteral"},{"name":"INTEGER","id":192,"value":3,"literal":"INTEGER","eClass":"EEnumLiteral"},{"name":"FLOAT","id":193,"value":4,"literal":"FLOAT","eClass":"EEnumLiteral"},{"name":"HOST","id":194,"value":0,"literal":"HOST","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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"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":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"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":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":1,"target":0},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":26,"target":5},{"source":26,"target":35},{"source":26,"target":1},{"source":26,"target":36},{"source":35,"target":5},{"source":27,"target":7},{"source":27,"target":37},{"source":27,"target":1},{"source":27,"target":38},{"source":37,"target":7},{"source":28,"target":39},{"source":28,"target":1},{"source":29,"target":14},{"source":29,"target":40},{"source":29,"target":1},{"source":29,"target":41},{"source":40,"target":14},{"source":30,"target":14},{"source":30,"target":42},{"source":30,"target":1},{"source":30,"target":43},{"source":42,"target":14},{"source":31,"target":14},{"source":31,"target":44},{"source":31,"target":1},{"source":31,"target":45},{"source":44,"target":14},{"source":32,"target":46},{"source":32,"target":1},{"source":33,"target":47},{"source":33,"target":1},{"source":34,"target":14},{"source":34,"target":48},{"source":34,"target":1},{"source":34,"target":49},{"source":48,"target":14},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":50,"target":20},{"source":50,"target":53},{"source":50,"target":2},{"source":53,"target":20},{"source":51,"target":7},{"source":51,"target":54},{"source":51,"target":2},{"source":51,"target":55},{"source":54,"target":7},{"source":52,"target":5},{"source":3,"target":0},{"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":56,"target":3},{"source":57,"target":3},{"source":58,"target":3},{"source":59,"target":3},{"source":60,"target":3},{"source":61,"target":3},{"source":62,"target":3},{"source":63,"target":3},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":64,"target":7},{"source":64,"target":67},{"source":64,"target":4},{"source":64,"target":68},{"source":67,"target":7},{"source":65,"target":9},{"source":65,"target":69},{"source":65,"target":4},{"source":69,"target":9},{"source":66,"target":7},{"source":5,"target":0},{"source":5,"target":36},{"source":36,"target":1},{"source":36,"target":70},{"source":36,"target":5},{"source":36,"target":26},{"source":70,"target":1},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":71,"target":11},{"source":71,"target":74},{"source":71,"target":6},{"source":74,"target":11},{"source":72,"target":7},{"source":72,"target":75},{"source":72,"target":6},{"source":72,"target":76},{"source":75,"target":7},{"source":73,"target":5},{"source":7,"target":0},{"source":7,"target":38},{"source":7,"target":76},{"source":7,"target":55},{"source":7,"target":68},{"source":38,"target":1},{"source":38,"target":77},{"source":38,"target":7},{"source":38,"target":27},{"source":77,"target":1},{"source":76,"target":6},{"source":76,"target":78},{"source":76,"target":7},{"source":76,"target":72},{"source":78,"target":6},{"source":55,"target":2},{"source":55,"target":79},{"source":55,"target":7},{"source":55,"target":51},{"source":79,"target":2},{"source":68,"target":4},{"source":68,"target":80},{"source":68,"target":7},{"source":68,"target":64},{"source":80,"target":4},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":7},{"source":8,"target":81},{"source":8,"target":82},{"source":8,"target":83},{"source":8,"target":84},{"source":81,"target":85},{"source":81,"target":8},{"source":82,"target":86},{"source":82,"target":8},{"source":83,"target":5},{"source":84,"target":7},{"source":9,"target":0},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":9,"target":90},{"source":9,"target":91},{"source":9,"target":92},{"source":9,"target":93},{"source":9,"target":94},{"source":9,"target":95},{"source":9,"target":96},{"source":9,"target":97},{"source":9,"target":98},{"source":9,"target":99},{"source":9,"target":100},{"source":9,"target":101},{"source":87,"target":9},{"source":88,"target":9},{"source":89,"target":9},{"source":90,"target":9},{"source":91,"target":9},{"source":92,"target":9},{"source":93,"target":9},{"source":94,"target":9},{"source":95,"target":9},{"source":96,"target":9},{"source":97,"target":9},{"source":98,"target":9},{"source":99,"target":9},{"source":100,"target":9},{"source":101,"target":9},{"source":10,"target":0},{"source":10,"target":102},{"source":10,"target":103},{"source":10,"target":104},{"source":10,"target":105},{"source":10,"target":106},{"source":102,"target":14},{"source":102,"target":107},{"source":102,"target":10},{"source":102,"target":108},{"source":107,"target":14},{"source":103,"target":14},{"source":103,"target":109},{"source":103,"target":10},{"source":103,"target":110},{"source":109,"target":14},{"source":104,"target":20},{"source":104,"target":111},{"source":104,"target":10},{"source":104,"target":112},{"source":111,"target":20},{"source":105,"target":11},{"source":105,"target":113},{"source":105,"target":10},{"source":105,"target":114},{"source":113,"target":11},{"source":106,"target":115},{"source":106,"target":10},{"source":11,"target":0},{"source":11,"target":18},{"source":11,"target":116},{"source":11,"target":117},{"source":11,"target":118},{"source":11,"target":119},{"source":11,"target":120},{"source":11,"target":121},{"source":11,"target":114},{"source":11,"target":122},{"source":116,"target":123},{"source":116,"target":11},{"source":117,"target":14},{"source":117,"target":124},{"source":117,"target":11},{"source":117,"target":125},{"source":124,"target":14},{"source":118,"target":126},{"source":118,"target":11},{"source":119,"target":127},{"source":119,"target":11},{"source":120,"target":3},{"source":120,"target":128},{"source":120,"target":11},{"source":128,"target":3},{"source":121,"target":129},{"source":121,"target":11},{"source":114,"target":10},{"source":114,"target":130},{"source":114,"target":11},{"source":114,"target":105},{"source":130,"target":10},{"source":122,"target":18},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":131},{"source":12,"target":132},{"source":131,"target":11},{"source":131,"target":133},{"source":131,"target":12},{"source":133,"target":11},{"source":132,"target":7},{"source":13,"target":0},{"source":13,"target":134},{"source":13,"target":135},{"source":13,"target":136},{"source":134,"target":14},{"source":134,"target":137},{"source":134,"target":13},{"source":134,"target":138},{"source":137,"target":14},{"source":135,"target":139},{"source":135,"target":13},{"source":136,"target":140},{"source":136,"target":13},{"source":14,"target":0},{"source":14,"target":141},{"source":14,"target":142},{"source":14,"target":143},{"source":14,"target":125},{"source":14,"target":110},{"source":14,"target":41},{"source":14,"target":43},{"source":14,"target":45},{"source":14,"target":138},{"source":14,"target":49},{"source":14,"target":144},{"source":14,"target":108},{"source":14,"target":145},{"source":14,"target":146},{"source":14,"target":147},{"source":141,"target":148},{"source":141,"target":14},{"source":142,"target":149},{"source":142,"target":14},{"source":143,"target":15},{"source":143,"target":150},{"source":143,"target":14},{"source":150,"target":15},{"source":125,"target":11},{"source":125,"target":151},{"source":125,"target":14},{"source":125,"target":117},{"source":151,"target":11},{"source":110,"target":10},{"source":110,"target":152},{"source":110,"target":14},{"source":110,"target":103},{"source":152,"target":10},{"source":41,"target":1},{"source":41,"target":153},{"source":41,"target":14},{"source":41,"target":29},{"source":153,"target":1},{"source":43,"target":1},{"source":43,"target":154},{"source":43,"target":14},{"source":43,"target":30},{"source":154,"target":1},{"source":45,"target":1},{"source":45,"target":155},{"source":45,"target":14},{"source":45,"target":31},{"source":155,"target":1},{"source":138,"target":13},{"source":138,"target":156},{"source":138,"target":14},{"source":138,"target":134},{"source":156,"target":13},{"source":49,"target":1},{"source":49,"target":157},{"source":49,"target":14},{"source":49,"target":34},{"source":157,"target":1},{"source":144,"target":16},{"source":144,"target":158},{"source":144,"target":14},{"source":144,"target":159},{"source":158,"target":16},{"source":108,"target":10},{"source":108,"target":160},{"source":108,"target":14},{"source":108,"target":102},{"source":160,"target":10},{"source":145,"target":161},{"source":145,"target":14},{"source":146,"target":162},{"source":146,"target":14},{"source":147,"target":163},{"source":147,"target":14},{"source":15,"target":0},{"source":15,"target":164},{"source":15,"target":165},{"source":15,"target":166},{"source":15,"target":167},{"source":164,"target":15},{"source":165,"target":15},{"source":166,"target":15},{"source":167,"target":15},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":168},{"source":16,"target":169},{"source":16,"target":170},{"source":16,"target":159},{"source":16,"target":171},{"source":16,"target":172},{"source":168,"target":173},{"source":168,"target":16},{"source":169,"target":17},{"source":169,"target":174},{"source":169,"target":16},{"source":174,"target":17},{"source":170,"target":14},{"source":170,"target":175},{"source":170,"target":16},{"source":175,"target":14},{"source":159,"target":14},{"source":159,"target":176},{"source":159,"target":16},{"source":159,"target":144},{"source":176,"target":14},{"source":171,"target":177},{"source":171,"target":16},{"source":172,"target":1},{"source":17,"target":0},{"source":17,"target":178},{"source":17,"target":179},{"source":17,"target":180},{"source":178,"target":17},{"source":179,"target":17},{"source":180,"target":17},{"source":18,"target":0},{"source":18,"target":181},{"source":18,"target":182},{"source":18,"target":183},{"source":18,"target":184},{"source":181,"target":185},{"source":181,"target":18},{"source":182,"target":19},{"source":182,"target":186},{"source":182,"target":18},{"source":186,"target":19},{"source":183,"target":187},{"source":183,"target":18},{"source":184,"target":188},{"source":184,"target":18},{"source":19,"target":0},{"source":19,"target":189},{"source":19,"target":190},{"source":19,"target":191},{"source":19,"target":192},{"source":19,"target":193},{"source":19,"target":194},{"source":189,"target":19},{"source":190,"target":19},{"source":191,"target":19},{"source":192,"target":19},{"source":193,"target":19},{"source":194,"target":19},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":195},{"source":20,"target":112},{"source":20,"target":196},{"source":195,"target":197},{"source":195,"target":20},{"source":112,"target":10},{"source":112,"target":198},{"source":112,"target":20},{"source":112,"target":104},{"source":198,"target":10},{"source":196,"target":18},{"source":21,"target":0},{"source":21,"target":7},{"source":21,"target":199},{"source":21,"target":200},{"source":199,"target":20},{"source":199,"target":201},{"source":199,"target":21},{"source":201,"target":20},{"source":200,"target":7},{"source":22,"target":0},{"source":22,"target":7},{"source":22,"target":202},{"source":202,"target":7},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":203},{"source":23,"target":204},{"source":203,"target":205},{"source":203,"target":23},{"source":204,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":206},{"source":24,"target":207},{"source":206,"target":208},{"source":206,"target":24},{"source":207,"target":22},{"source":25,"target":0},{"source":25,"target":22},{"source":25,"target":209},{"source":25,"target":210},{"source":209,"target":211},{"source":209,"target":25},{"source":210,"target":22}],"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="LTL"
nsURI="http://zanshin.disi.unitn.it/1.0/ltl" nsPrefix="org.eeat.model">
<eClassifiers xsi:type="ecore:EClass" name="OclAny">
<eOperations name="after" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="LTL.scope"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.after() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="exp1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="exp2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.scoped"/>
</eParameters>
<eParameters name="timeout" eType="#//Timeout"/>
</eOperations>
<eOperations name="after" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="LTL.scope"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.after() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="exp1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="exp2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.scoped"/>
</eParameters>
</eOperations>
<eOperations name="after" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="LTL.scope"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.after() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="exp1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="exp2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.scoped"/>
</eParameters>
<eParameters name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="between" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="LTL.scope"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.between() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="exp1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="exp2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="exp3" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.scoped"/>
</eParameters>
</eOperations>
<eOperations name="always" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.always() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="always" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.always() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="timeout" eType="#//Timeout"/>
</eOperations>
<eOperations name="always" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.always() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="before" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="LTL.scope"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.before() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="exp1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="exp2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.scoped"/>
</eParameters>
<eParameters name="timeout" eType="#//Timeout"/>
</eOperations>
<eOperations name="before" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="LTL.scope"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.before() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="exp1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="exp2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.scoped"/>
</eParameters>
</eOperations>
<eOperations name="before" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="LTL.scope"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.before() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="exp1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="exp2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.scoped"/>
</eParameters>
<eParameters name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="eventually" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.eventually() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="eventually" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.eventually() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="never" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.never() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="never" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.never() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="timeout" eType="#//Timeout"/>
</eOperations>
<eOperations name="never" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.never() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="newPEval" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.newPEval() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="responds" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.responds() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="stimulus" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="response" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="responds" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.responds() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="stimulus" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="response" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="timeout" eType="#//Timeout"/>
</eOperations>
<eOperations name="sequence" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.sequence() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" unique="false">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="sequence" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.sequence() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" unique="false">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eGenericType>
</eParameters>
<eParameters name="timeout" eType="#//Timeout"/>
</eOperations>
<eOperations name="receivedEvent" eType="#//Event">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.receivedEvent() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="receivedEvents">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.receivedEvents() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="#//Event"/>
</eGenericType>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="receivedMessages">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.receivedMessages() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="#//OclMessage"/>
</eGenericType>
<eParameters name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="methodName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="receivedMessages">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.receivedMessages() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="#//OclMessage"/>
</eGenericType>
<eParameters name="methodName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="receivedMessage" eType="#//OclMessage">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.receivedMessage() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="methodName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="receivedMessage" eType="#//OclMessage">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.receivedMessage() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="methodName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="receivedProperties">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.receivedProperties() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="#//PropertyEvent"/>
</eGenericType>
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="receivedProperty" eType="#//PropertyEvent">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.receivedProperty() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="responds" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.responds() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="stimulus" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="response" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="timeout" eType="#//Timeout">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.timeout() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="spec" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="unless" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.unless() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="unless" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.unless() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="until" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.until() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="until" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="LTL.op"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclAny.until() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclMessage" eSuperTypes="#//Event">
<eOperations name="argument" eType="#//OclAny">
<eAnnotations source="LTL.op"/>
<eAnnotations source="LTL.noTemplate"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclMessage.argument() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="argument" eType="#//OclAny">
<eAnnotations source="LTL.op"/>
<eAnnotations source="LTL.noTemplate"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclMessage.argument() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eParameters name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="arguments">
<eAnnotations source="LTL.op"/>
<eAnnotations source="LTL.noTemplate"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclMessage.arguments() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="#//OclAny"/>
</eGenericType>
</eOperations>
<eOperations name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclMessage.className() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
<eOperations name="methodName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method OclMessage.methodName() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Timeout" eSuperTypes="#//OclAny">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyEvent" eSuperTypes="#//Event">
<eOperations name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method PropertyEvent.name() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
<eOperations name="satisfied" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method PropertyEvent.satisfied() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
<eOperations name="openDate" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method PropertyEvent.openDate() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
<eOperations name="closeDate" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method PropertyEvent.closeDate() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
<eOperations name="openEvent" unique="false" eType="#//Event">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method PropertyEvent.openEvent() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
<eOperations name="closeEvent" unique="false" eType="#//Event">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method PropertyEvent.closeEvent() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
<eOperations name="scopeEvent" unique="false" eType="#//Event">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method PropertyEvent.scopeEvent() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
<eOperations name="support" unique="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method PropertyEvent.support() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="#//PropertyEvent"/>
</eGenericType>
</eOperations>
<eOperations name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method PropertyEvent.property() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//OclAny http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eOperations name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method Event.date() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
<eOperations name="timestamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method Event.timestamp() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
<eOperations name="object" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="// This method has not been implemented.
it.unitn.disi.zanshin.core.CoreUtils.log.error("Method Event.object() has not been implemented."); //$NON-NLS-1$
throw new UnsupportedOperationException();"/>
</eAnnotations>
</eOperations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/LTL.ecore | ecore | LTL
OclAny
after
exp1
exp2
timeout
after
exp1
exp2
after
exp1
exp2
timeout
between
exp1
exp2
exp3
always
expression
always
expression
timeout
always
expression
timeout
before
exp1
exp2
timeout
before
exp1
exp2
before
exp1
exp2
timeout
eventually
expression
eventually
expression
timeout
never
expression
never
expression
timeout
never
expression
timeout
newPEval
expression
responds
stimulus
response
responds
stimulus
response
timeout
sequence
expression
sequence
expression
timeout
receivedEvent
expression
receivedEvents
expression
receivedMessages
className
methodName
receivedMessages
methodName
receivedMessage
methodName
receivedMessage
className
methodName
receivedProperties
name
receivedProperty
name
responds
stimulus
response
timeout
timeout
spec
unless
expression
unless
expression
timeout
until
expression
until
expression
timeout
OclMessage
argument
expression
argument
expression
arguments
className
methodName
Timeout
expression
PropertyEvent
name
satisfied
openDate
closeDate
openEvent
closeEvent
scopeEvent
support
property
Event
date
timestamp
object | null | {"directed":true,"nodes":[{"nsPrefix":"org.eeat.model","nsURI":"http://zanshin.disi.unitn.it/1.0/ltl","name":"LTL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAny","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclMessage","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Timeout","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyEvent","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":false,"name":"after","lowerBound":0,"id":6,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"after","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"after","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"between","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"always","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"always","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"always","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"before","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"before","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"before","lowerBound":0,"id":15,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"eventually","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventually","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"never","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"never","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"never","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"newPEval","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"responds","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"responds","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"sequence","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"sequence","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"receivedEvent","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"receivedEvents","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"receivedMessages","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"receivedMessages","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"receivedMessage","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"receivedMessage","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"receivedProperties","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"receivedProperty","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"responds","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unless","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unless","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"until","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"until","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EOperation"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp1","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp2","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EParameter"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp1","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp2","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EParameter"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp1","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp2","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","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":"exp1","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp2","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp3","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EParameter"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EParameter"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EParameter"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp1","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp2","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EParameter"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp1","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp2","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EParameter"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp1","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"exp2","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EParameter"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"expression","lowerBound":1,"id":99,"many":false,"required":true,"eClass":"EParameter"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EParameter"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"expression","lowerBound":1,"id":107,"many":false,"required":true,"eClass":"EParameter"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":110,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EParameter"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EParameter"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EParameter"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"stimulus","lowerBound":1,"id":123,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"response","lowerBound":1,"id":124,"many":false,"required":true,"eClass":"EParameter"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"stimulus","lowerBound":1,"id":128,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"response","lowerBound":1,"id":129,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EParameter"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"expression","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EParameter"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"expression","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":140,"many":false,"required":false,"eClass":"EParameter"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EParameter"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EParameter"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"className","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodName","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EParameter"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodName","lowerBound":0,"id":158,"many":false,"required":false,"eClass":"EParameter"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodName","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":"className","lowerBound":0,"id":165,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodName","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EParameter"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EParameter"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EParameter"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"stimulus","lowerBound":1,"id":177,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"response","lowerBound":1,"id":178,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EParameter"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"spec","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EParameter"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EParameter"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EParameter"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EParameter"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeout","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":"argument","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"argument","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"arguments","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"className","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodName","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EOperation"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","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":"expression","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EParameter"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"name","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"satisfied","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"openDate","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"closeDate","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"openEvent","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"closeEvent","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"scopeEvent","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"support","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":229,"many":false,"required":false,"eClass":"EOperation"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"date","lowerBound":0,"id":241,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"timestamp","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":243,"many":false,"required":false,"eClass":"EOperation"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"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":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":6,"target":40},{"source":6,"target":1},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":41,"target":44},{"source":41,"target":6},{"source":42,"target":45},{"source":42,"target":6},{"source":43,"target":3},{"source":43,"target":46},{"source":43,"target":6},{"source":46,"target":3},{"source":7,"target":47},{"source":7,"target":1},{"source":7,"target":48},{"source":7,"target":49},{"source":48,"target":50},{"source":48,"target":7},{"source":49,"target":51},{"source":49,"target":7},{"source":8,"target":52},{"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":58},{"source":55,"target":8},{"source":9,"target":59},{"source":9,"target":1},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":60,"target":63},{"source":60,"target":9},{"source":61,"target":64},{"source":61,"target":9},{"source":62,"target":65},{"source":62,"target":9},{"source":10,"target":66},{"source":10,"target":1},{"source":10,"target":67},{"source":67,"target":68},{"source":67,"target":10},{"source":11,"target":69},{"source":11,"target":1},{"source":11,"target":70},{"source":11,"target":71},{"source":70,"target":72},{"source":70,"target":11},{"source":71,"target":3},{"source":71,"target":73},{"source":71,"target":11},{"source":73,"target":3},{"source":12,"target":74},{"source":12,"target":1},{"source":12,"target":75},{"source":12,"target":76},{"source":75,"target":77},{"source":75,"target":12},{"source":76,"target":78},{"source":76,"target":12},{"source":13,"target":79},{"source":13,"target":1},{"source":13,"target":80},{"source":13,"target":81},{"source":13,"target":82},{"source":80,"target":83},{"source":80,"target":13},{"source":81,"target":84},{"source":81,"target":13},{"source":82,"target":3},{"source":82,"target":85},{"source":82,"target":13},{"source":85,"target":3},{"source":14,"target":86},{"source":14,"target":1},{"source":14,"target":87},{"source":14,"target":88},{"source":87,"target":89},{"source":87,"target":14},{"source":88,"target":90},{"source":88,"target":14},{"source":15,"target":91},{"source":15,"target":1},{"source":15,"target":92},{"source":15,"target":93},{"source":15,"target":94},{"source":92,"target":95},{"source":92,"target":15},{"source":93,"target":96},{"source":93,"target":15},{"source":94,"target":97},{"source":94,"target":15},{"source":16,"target":98},{"source":16,"target":1},{"source":16,"target":99},{"source":99,"target":100},{"source":99,"target":16},{"source":17,"target":101},{"source":17,"target":1},{"source":17,"target":102},{"source":17,"target":103},{"source":102,"target":104},{"source":102,"target":17},{"source":103,"target":105},{"source":103,"target":17},{"source":18,"target":106},{"source":18,"target":1},{"source":18,"target":107},{"source":107,"target":108},{"source":107,"target":18},{"source":19,"target":109},{"source":19,"target":1},{"source":19,"target":110},{"source":19,"target":111},{"source":110,"target":112},{"source":110,"target":19},{"source":111,"target":3},{"source":111,"target":113},{"source":111,"target":19},{"source":113,"target":3},{"source":20,"target":114},{"source":20,"target":1},{"source":20,"target":115},{"source":20,"target":116},{"source":115,"target":117},{"source":115,"target":20},{"source":116,"target":118},{"source":116,"target":20},{"source":21,"target":119},{"source":21,"target":1},{"source":21,"target":120},{"source":120,"target":121},{"source":120,"target":21},{"source":22,"target":122},{"source":22,"target":1},{"source":22,"target":123},{"source":22,"target":124},{"source":123,"target":125},{"source":123,"target":22},{"source":124,"target":126},{"source":124,"target":22},{"source":23,"target":127},{"source":23,"target":1},{"source":23,"target":128},{"source":23,"target":129},{"source":23,"target":130},{"source":128,"target":131},{"source":128,"target":23},{"source":129,"target":132},{"source":129,"target":23},{"source":130,"target":3},{"source":130,"target":133},{"source":130,"target":23},{"source":133,"target":3},{"source":24,"target":134},{"source":24,"target":1},{"source":24,"target":135},{"source":135,"target":136},{"source":135,"target":24},{"source":136,"target":137},{"source":25,"target":138},{"source":25,"target":1},{"source":25,"target":139},{"source":25,"target":140},{"source":139,"target":141},{"source":139,"target":25},{"source":141,"target":142},{"source":140,"target":3},{"source":140,"target":143},{"source":140,"target":25},{"source":143,"target":3},{"source":26,"target":5},{"source":26,"target":144},{"source":26,"target":1},{"source":26,"target":145},{"source":144,"target":5},{"source":145,"target":146},{"source":145,"target":26},{"source":27,"target":147},{"source":27,"target":1},{"source":27,"target":148},{"source":147,"target":149},{"source":149,"target":5},{"source":148,"target":150},{"source":148,"target":27},{"source":28,"target":151},{"source":28,"target":1},{"source":28,"target":152},{"source":28,"target":153},{"source":151,"target":154},{"source":154,"target":2},{"source":152,"target":155},{"source":152,"target":28},{"source":153,"target":156},{"source":153,"target":28},{"source":29,"target":157},{"source":29,"target":1},{"source":29,"target":158},{"source":157,"target":159},{"source":159,"target":2},{"source":158,"target":160},{"source":158,"target":29},{"source":30,"target":2},{"source":30,"target":161},{"source":30,"target":1},{"source":30,"target":162},{"source":161,"target":2},{"source":162,"target":163},{"source":162,"target":30},{"source":31,"target":2},{"source":31,"target":164},{"source":31,"target":1},{"source":31,"target":165},{"source":31,"target":166},{"source":164,"target":2},{"source":165,"target":167},{"source":165,"target":31},{"source":166,"target":168},{"source":166,"target":31},{"source":32,"target":169},{"source":32,"target":1},{"source":32,"target":170},{"source":169,"target":171},{"source":171,"target":4},{"source":170,"target":172},{"source":170,"target":32},{"source":33,"target":4},{"source":33,"target":173},{"source":33,"target":1},{"source":33,"target":174},{"source":173,"target":4},{"source":174,"target":175},{"source":174,"target":33},{"source":34,"target":176},{"source":34,"target":1},{"source":34,"target":177},{"source":34,"target":178},{"source":34,"target":179},{"source":177,"target":180},{"source":177,"target":34},{"source":178,"target":181},{"source":178,"target":34},{"source":179,"target":182},{"source":179,"target":34},{"source":35,"target":3},{"source":35,"target":183},{"source":35,"target":1},{"source":35,"target":184},{"source":183,"target":3},{"source":184,"target":185},{"source":184,"target":35},{"source":36,"target":186},{"source":36,"target":1},{"source":36,"target":187},{"source":187,"target":188},{"source":187,"target":36},{"source":37,"target":189},{"source":37,"target":1},{"source":37,"target":190},{"source":37,"target":191},{"source":190,"target":192},{"source":190,"target":37},{"source":191,"target":193},{"source":191,"target":37},{"source":38,"target":194},{"source":38,"target":1},{"source":38,"target":195},{"source":195,"target":196},{"source":195,"target":38},{"source":39,"target":197},{"source":39,"target":1},{"source":39,"target":198},{"source":39,"target":199},{"source":198,"target":200},{"source":198,"target":39},{"source":199,"target":201},{"source":199,"target":39},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":202},{"source":2,"target":203},{"source":2,"target":204},{"source":2,"target":205},{"source":2,"target":206},{"source":2,"target":207},{"source":202,"target":1},{"source":202,"target":208},{"source":202,"target":2},{"source":202,"target":209},{"source":208,"target":1},{"source":209,"target":210},{"source":209,"target":202},{"source":203,"target":1},{"source":203,"target":211},{"source":203,"target":2},{"source":203,"target":212},{"source":211,"target":1},{"source":212,"target":213},{"source":212,"target":203},{"source":204,"target":214},{"source":204,"target":2},{"source":214,"target":215},{"source":215,"target":1},{"source":205,"target":216},{"source":205,"target":2},{"source":206,"target":217},{"source":206,"target":2},{"source":207,"target":5},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":218},{"source":3,"target":219},{"source":218,"target":220},{"source":218,"target":3},{"source":219,"target":1},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":221},{"source":4,"target":222},{"source":4,"target":223},{"source":4,"target":224},{"source":4,"target":225},{"source":4,"target":226},{"source":4,"target":227},{"source":4,"target":228},{"source":4,"target":229},{"source":4,"target":230},{"source":221,"target":231},{"source":221,"target":4},{"source":222,"target":232},{"source":222,"target":4},{"source":223,"target":233},{"source":223,"target":4},{"source":224,"target":234},{"source":224,"target":4},{"source":225,"target":5},{"source":225,"target":235},{"source":225,"target":4},{"source":235,"target":5},{"source":226,"target":5},{"source":226,"target":236},{"source":226,"target":4},{"source":236,"target":5},{"source":227,"target":5},{"source":227,"target":237},{"source":227,"target":4},{"source":237,"target":5},{"source":228,"target":238},{"source":228,"target":4},{"source":238,"target":239},{"source":239,"target":4},{"source":229,"target":240},{"source":229,"target":4},{"source":230,"target":5},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":241},{"source":5,"target":242},{"source":5,"target":243},{"source":5,"target":244},{"source":5,"target":245},{"source":241,"target":246},{"source":241,"target":5},{"source":242,"target":247},{"source":242,"target":5},{"source":243,"target":248},{"source":243,"target":5},{"source":244,"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="tgg"
nsURI="http://www.storydriven.org/tgg/0.2.0" nsPrefix="tgg">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="TGGObjectVariable" eSuperTypes="storydiagrams.ecore#//patterns/ObjectVariable">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="NoDeletingVariables"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="NoDeletingVariables" value="self.modifier <> modeling::pattern::Modifier::DESTROY"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A node in the TGG pattern.
Context nodes (modifier=NONE) are matched on an existing, bound object. Produced nodes (modifier=CREATE) matched on an unbound, source element, or a target element will be created for it.
As TGGs are non-destructive, TGGObjectVariable must not have modifier DESTROY."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="domain" lowerBound="1"
eType="#//Domain"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TGGLinkVariable" eSuperTypes="storydiagrams.ecore#//patterns/LinkVariable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An edge in the TGG pattern.
Context edges (modifier=NONE) are matched on an existing, bound link. Produced edges (modifier=CREATE) matched on an unbound, source link, or a target link will be created for it.
As TGGs are non-destructive, TGGLinkVariables must not have modifier DESTROY.
Because links do not have a real object representation whose binding status can be easily stored, the TGG tool should maintain a list of "virtual" model edges that have been bound."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="domain" lowerBound="1"
eType="#//Domain" changeable="false" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Derived attribute: the domain of the LinkVariable's source ObjectVariable."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TripleGraphGrammar" eSuperTypes="../../org.storydriven.core/model/core.ecore#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The root of a TGG specification. Contains all rules and axioms, and the typedModels (the used metamodels)."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="axiom" lowerBound="1" upperBound="-1"
eType="#//TripleGraphGrammarAxiom" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" upperBound="-1" eType="#//TripleGraphGrammarRule"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typedModel" upperBound="-1"
eType="#//TypedModel" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The metamodels of the different domains. Note that the correspondence graph is treated like a normal typedModel.
A Triple Graph Grammar may also have more than three typedModels ("Multi Graph Grammar")."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TripleGraphGrammarRule" eSuperTypes="storydiagrams.ecore#//patterns/StoryPattern">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A TGG rule describes which elements in the different domains are related to each other."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="domain" upperBound="-1"
eType="#//Domain" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TripleGraphGrammarAxiom" eSuperTypes="#//TripleGraphGrammarRule">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="First rule that is applied at the "root" of the transformation. Contains only produced elements."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Domain" eSuperTypes="#//TypedModel ../../org.storydriven.core/model/core.ecore#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Representation of a "column" in a TGG rule."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="typedModel" lowerBound="1"
eType="#//TypedModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedModel" eSuperTypes="../../org.storydriven.core/model/core.ecore#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents the different metamodels used in the TGG.
One TypedModel can have more than one associated package: E.g., when using a profiled UML, it references the UML package and the profile package."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="packages" lowerBound="1"
upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/chalmex/sdm-commons/plugins/org.storydriven.storydiagrams/model/tgg.ecore | ecore | tgg
TGGObjectVariable
domain
TGGLinkVariable
domain
TripleGraphGrammar
axiom
rule
typedModel
TripleGraphGrammarRule
domain
TripleGraphGrammarAxiom
Domain
typedModel
TypedModel
packages | null | {"directed":true,"nodes":[{"nsPrefix":"tgg","nsURI":"http://www.storydriven.org/tgg/0.2.0","name":"tgg","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TGGObjectVariable","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TGGLinkVariable","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TripleGraphGrammar","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TripleGraphGrammarRule","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TripleGraphGrammarAxiom","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedModel","instanceClass":null,"abstract":false,"id":7,"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":"domain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"domain","changeable":false,"resolveProxies":true,"lowerBound":1,"id":11,"derived":true},{"id":12,"eClass":"EGenericType"},{"id":13,"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":"axiom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rule","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":"typedModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"typedModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":8,"target":6},{"source":8,"target":10},{"source":8,"target":1},{"source":10,"target":6},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":11,"target":6},{"source":11,"target":13},{"source":11,"target":2},{"source":13,"target":6},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":14,"target":5},{"source":14,"target":18},{"source":14,"target":3},{"source":18,"target":5},{"source":15,"target":4},{"source":15,"target":19},{"source":15,"target":3},{"source":19,"target":4},{"source":16,"target":7},{"source":16,"target":20},{"source":16,"target":3},{"source":20,"target":7},{"source":4,"target":0},{"source":4,"target":21},{"source":4,"target":22},{"source":21,"target":6},{"source":21,"target":23},{"source":21,"target":4},{"source":23,"target":6},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":24},{"source":24,"target":4},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":25},{"source":6,"target":26},{"source":6,"target":27},{"source":25,"target":7},{"source":25,"target":28},{"source":25,"target":6},{"source":28,"target":7},{"source":26,"target":7},{"source":7,"target":0},{"source":7,"target":29},{"source":7,"target":30},{"source":29,"target":31},{"source":29,"target":7}],"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="pm" nsURI="http://BPMN/Simplified" nsPrefix="pm">
<eAnnotations source="gmf"/>
<eClassifiers xsi:type="ecore:EClass" name="BaseElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Process" eSuperTypes="#//BaseElement">
<eAnnotations source="gmf.diagram"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="flowElements" ordered="false"
upperBound="-1" eType="#//FlowElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FlowElement" eSuperTypes="#//BaseElement"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowNode" eSuperTypes="#//FlowElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="incoming" ordered="false"
upperBound="-1" eType="#//Edge" resolveProxies="false" eOpposite="#//Edge/targetRef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1"
eType="#//Edge" resolveProxies="false" eOpposite="#//Edge/sourceRef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//FlowNode">
<eAnnotations source="gmf.node">
<details key="figure" value="rectangle"/>
<details key="label" value="name"/>
<details key="label.placement" value="internal"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//FlowNode">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="label" value="name"/>
<details key="label.placement" value="internal"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataState" ordered="false"
eType="#//DataState" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataState" eSuperTypes="#//BaseElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Gateway" eSuperTypes="#//FlowNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gatewayDirection" ordered="false"
eType="#//GatewayDirection" defaultValueLiteral="Unspecified"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExclusiveGateway" eSuperTypes="#//Gateway">
<eAnnotations source="gmf.node">
<details key="figure" value="polygon"/>
<details key="polygon.x" value="0 50 100 50"/>
<details key="polygon.y" value="50 100 50 0"/>
<details key="label.placement" value="none"/>
<details key="color" value="255,255,255"/>
<details key="size" value="15,15"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false"
eType="#//SequenceFlow" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParallelGateway" eSuperTypes="#//Gateway">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
<details key="figure" value="rectangle"/>
<details key="color" value="0,0,0"/>
<details key="size" value="15,50"/>
<details key="label.placement" value="none"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//FlowElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceRef" ordered="false"
lowerBound="1" eType="#//FlowNode" resolveProxies="false" eOpposite="#//FlowNode/outgoing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetRef" ordered="false"
lowerBound="1" eType="#//FlowNode" resolveProxies="false" eOpposite="#//FlowNode/incoming"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceFlow" eSuperTypes="#//Edge">
<eAnnotations source="gmf.link">
<details key="source" value="sourceRef"/>
<details key="target" value="targetRef"/>
<details key="target.decoration" value="arrow"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="guard" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//Edge">
<eAnnotations source="gmf.link">
<details key="source" value="sourceRef"/>
<details key="target" value="targetRef"/>
<details key="source.constraint" value="self.oclIsTypeOf(ObjectNode) or oppositeEnd.oclIsTypeOf(ObjectNode)"/>
<details key="target.decoration" value="arrow"/>
<details key="style" value="dash"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//FlowNode"/>
<eClassifiers xsi:type="ecore:EClass" name="StartEvent" eSuperTypes="#//Event">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="label.placement" value="none"/>
<details key="color" value="0,255,0"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EndEvent" eSuperTypes="#//Event">
<eAnnotations source="gmf.node">
<details key="figure" value="ellipse"/>
<details key="label.placement" value="none"/>
<details key="color" value="0,0,0"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="GatewayDirection">
<eLiterals name="Unspecified"/>
<eLiterals name="Converging" value="1"/>
<eLiterals name="Diverging" value="2"/>
<eLiterals name="Mixed" value="3"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/abdush/BPMN2StateChart/BPMN Normalization/metamodels/BPMN2_Simplified.ecore | ecore | pm
BaseElement
id
name
Process
flowElements
FlowElement
FlowNode
incoming
outgoing
Activity
ObjectNode
dataState
DataState
Gateway
gatewayDirection
Unspecified
ExclusiveGateway
default
ParallelGateway
Edge
sourceRef
targetRef
SequenceFlow
guard
ObjectFlow
Event
StartEvent
EndEvent
GatewayDirection
Unspecified
Unspecified
Converging
Converging
Diverging
Diverging
Mixed
Mixed | null | {"directed":true,"nodes":[{"nsPrefix":"pm","nsURI":"http://BPMN/Simplified","name":"pm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowNode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataState","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gateway","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExclusiveGateway","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParallelGateway","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceFlow","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartEvent","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndEvent","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GatewayDirection","instanceClass":null,"id":17,"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":"id","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"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":"flowElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":false,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":false,"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":"targetRef","changeable":true,"resolveProxies":false,"lowerBound":1,"id":30,"derived":false},{"id":31,"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":"sourceRef","changeable":true,"resolveProxies":false,"lowerBound":1,"id":32,"derived":false},{"id":33,"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":"dataState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Unspecified","unsettable":false,"transient":false,"unique":true,"name":"gatewayDirection","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"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":"default","changeable":true,"resolveProxies":false,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"name":"Unspecified","id":55,"value":0,"literal":"Unspecified","eClass":"EEnumLiteral"},{"name":"Converging","id":56,"value":1,"literal":"Converging","eClass":"EEnumLiteral"},{"name":"Diverging","id":57,"value":2,"literal":"Diverging","eClass":"EEnumLiteral"},{"name":"Mixed","id":58,"value":3,"literal":"Mixed","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":18,"target":20},{"source":18,"target":1},{"source":19,"target":21},{"source":19,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":22},{"source":2,"target":23},{"source":22,"target":3},{"source":22,"target":24},{"source":22,"target":2},{"source":24,"target":3},{"source":23,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":25},{"source":25,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":26,"target":11},{"source":26,"target":29},{"source":26,"target":4},{"source":26,"target":30},{"source":29,"target":11},{"source":27,"target":11},{"source":27,"target":31},{"source":27,"target":4},{"source":27,"target":32},{"source":31,"target":11},{"source":28,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":33},{"source":33,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":34},{"source":6,"target":35},{"source":34,"target":7},{"source":34,"target":36},{"source":34,"target":6},{"source":36,"target":7},{"source":35,"target":4},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":37},{"source":37,"target":1},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":38},{"source":8,"target":39},{"source":38,"target":17},{"source":38,"target":40},{"source":38,"target":8},{"source":40,"target":17},{"source":39,"target":4},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":41},{"source":9,"target":42},{"source":41,"target":12},{"source":41,"target":43},{"source":41,"target":9},{"source":43,"target":12},{"source":42,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":44},{"source":44,"target":8},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":32},{"source":11,"target":30},{"source":11,"target":45},{"source":32,"target":4},{"source":32,"target":46},{"source":32,"target":11},{"source":32,"target":27},{"source":46,"target":4},{"source":30,"target":4},{"source":30,"target":47},{"source":30,"target":11},{"source":30,"target":26},{"source":47,"target":4},{"source":45,"target":3},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":48},{"source":12,"target":49},{"source":48,"target":50},{"source":48,"target":12},{"source":49,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":51},{"source":51,"target":11},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":52},{"source":52,"target":4},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":53},{"source":53,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":54},{"source":54,"target":14},{"source":17,"target":0},{"source":17,"target":55},{"source":17,"target":56},{"source":17,"target":57},{"source":17,"target":58},{"source":55,"target":17},{"source":56,"target":17},{"source":57,"target":17},{"source":58,"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="occi" nsURI="http://schemas.ogf.org/occi" nsPrefix="occi">
<eAnnotations source="http://www.eclipse.org/OCL/Import">
<details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore" references="#//Category/scheme">
<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.modelversioning.org/ecoremutator">
<details key="_lHQyMB-3EemLPb0tOlvc8g" value="_lHQyMR-3EemLPb0tOlvc8g"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Category" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="IdentityUnique SchemeEndsWithSharp AttributesNameUnique"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="IdentityUnique" value="Category.allInstances()->isUnique(scheme + term)"/>
<details key="SchemeEndsWithSharp" value="scheme.substring(scheme.size(),scheme.size()) = '#'"/>
<details key="AttributesNameUnique" value="attributes->isUnique(name)"/>
</eAnnotations>
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_lHI2YB-3EemLPb0tOlvc8g" value="_lHI2YR-3EemLPb0tOlvc8g"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="term" lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scheme" lowerBound="1"
eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mutable" eType="#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="#//Boolean">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_lHNu4B-3EemLPb0tOlvc8g" value="_lHNu4R-3EemLPb0tOlvc8g"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiple_values" eType="#//Boolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Kind" eSuperTypes="#//Category">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_lHRZQB-3EemLPb0tOlvc8g" value="_lHRZQR-3EemLPb0tOlvc8g"/>
</eAnnotations>
<details key="constraints" value="ActionTermUnicity CorrectScheme NoCyclicInheritance EntityKindIsRootParent AttributesNameNotAlreadyDefinedInParent"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Kind">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_lHNH0B-3EemLPb0tOlvc8g" value="_lHNH0R-3EemLPb0tOlvc8g"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//Action" containment="true">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_lHVqsB-3EemLPb0tOlvc8g" value="_lHVqsR-3EemLPb0tOlvc8g"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1"
eType="#//Entity" changeable="false" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="Entity.allInstances()->select(kind = self)"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//Category">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="CorrectScheme"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="CorrectScheme" value="let category = oclContainer().oclAsType(Category) in scheme = category.scheme.substring(1,category.scheme.size()-1) + '/' + category.term + '/action#'"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mixin" eSuperTypes="#//Category">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ActionTermUnicity CorrectScheme NoCyclicInheritance AttributesNameNotAlreadyDefinedInDepends"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_lHQLIB-3EemLPb0tOlvc8g" value="_lHQLIR-3EemLPb0tOlvc8g"/>
</eAnnotations>
<details key="ActionTermUnicity" value="actions->isUnique(term)"/>
<details key="CorrectScheme" value="let ownerScheme = self.oclContainer().oclAsType(Extension).scheme in scheme.substring(1,ownerScheme.size()-1) = ownerScheme.substring(1,ownerScheme.size()-1)"/>
<details key="NoCyclicInheritance" value="depends->closure(depends)->excludes(self)"/>
<details key="AttributesNameNotAlreadyDefinedInDepends" value="attributes.name->excludesAll(depends->closure(depends).attributes.name)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//Action" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="depends" upperBound="-1"
eType="#//Mixin"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applies" upperBound="-1"
eType="#//Kind">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_lHTOcB-3EemLPb0tOlvc8g" value="_lHTOcR-3EemLPb0tOlvc8g"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entity" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="IdUnique AttributesNameUnique KindCompatibleWithOneAppliesOfEachMixin"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="IdUnique" value="Entity.allInstances()->isUnique(id)"/>
<details key="AttributesNameUnique" value="attributes->isUnique(name)"/>
<details key="KindCompatibleWithOneAppliesOfEachMixin" value="mixins->forAll(m | m.applies->notEmpty() implies m.applies->exists(k | kind->closure(parent)->includes(k)))"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="#//URI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" lowerBound="1" eType="#//Kind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mixins" upperBound="-1"
eType="#//Mixin"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" eType="#//AttributeState"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeState">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//String">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_lHTOch-3EemLPb0tOlvc8g" value="_lHTOcx-3EemLPb0tOlvc8g"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ResourceKindIsInParent"/>
</eAnnotations>
<eAnnotations>
<details key="ResourceKindIsInParent" value="kind->closure(parent)->exists(k | k.term = 'resource' and k.scheme = 'http://schemas.ogf.org/occi/core#')"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1"
eType="#//Link" containment="true" eOpposite="#//Link/source"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="LinkKindIsInParent"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="LinkKindIsInParent" value="kind->closure(parent)->exists(k | k.term = 'link' and k.scheme = 'http://schemas.ogf.org/occi/core#')"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Resource" eOpposite="#//Resource/links"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Resource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Extension">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="SchemeUnique KindsSchemeValid MixinsSchemeValid TermUnicity KindParentLocalOrImported MixinDependsLocalOrImported MixinAppliesLocalOrImported"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="SchemeUnique" value="Extension.allInstances()->isUnique(scheme)"/>
<details key="KindsSchemeValid" value="kinds->forAll(k | k.scheme = self.scheme)"/>
<details key="MixinsSchemeValid" value="mixins->forAll(m | m.scheme.substring(1,scheme.size()-1) = scheme.substring(1,scheme.size()-1))"/>
<details key="TermUnicity" value="kinds.term->intersection(mixins.term)->isEmpty()"/>
<details key="KindParentLocalOrImported" value="kinds->forAll(parent <> null implies let parentExtension = parent.oclContainer() in parentExtension = self or import->includes(parentExtension))"/>
<details key="MixinDependsLocalOrImported" value="mixins.depends->forAll(let extension = oclContainer() in extension = self or import->includes(extension))"/>
<details key="MixinAppliesLocalOrImported" value="mixins.applies->forAll(let extension = oclContainer() in extension = self or import->includes(extension))"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scheme" lowerBound="1"
eType="#//String">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_lHNu4h-3EemLPb0tOlvc8g" value="_lHNu4x-3EemLPb0tOlvc8g"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="import" upperBound="-1"
eType="#//Extension"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mixins" upperBound="-1"
eType="#//Mixin" containment="true" eKeys="#//Category/term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Configuration">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="AllResourcesKindsInUse AllResourcesMixinsInUse AllResourcesLinksKindsInUse AllResourcesLinksMixinsInUse AllResourcesLinksTargetsInConfiguration"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="AllResourcesKindsInUse" value="use->includesAll(resources.kind.oclContainer())"/>
<details key="AllResourcesMixinsInUse" value="use->includesAll(resources.mixins.oclContainer())"/>
<details key="AllResourcesLinksKindsInUse" value="use->includesAll(resources.links.kind.oclContainer())"/>
<details key="AllResourcesLinksMixinsInUse" value="use->includesAll(resources.links.mixins.oclContainer())"/>
<details key="AllResourcesLinksTargetsInConfiguration" value="resources.links.target->forAll(r | r.oclContainer() = self)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="use" upperBound="-1" eType="#//Extension">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_lHPkEB-3EemLPb0tOlvc8g" value="_lHPkER-3EemLPb0tOlvc8g"/>
</eAnnotations>
<details key="ActionTermUnicity" value="actions->isUnique(term)"/>
<details key="CorrectScheme" value="scheme = self.oclContainer().oclAsType(Extension).scheme"/>
<details key="NoCyclicInheritance" value="parent->closure(parent)->excludes(self)"/>
<details key="EntityKindIsRootParent" value="self->closure(parent)->exists(k | k.term = 'entity' and k.scheme = 'http://schemas.ogf.org/occi/core#' and k.parent = null)"/>
<details key="AttributesNameNotAlreadyDefinedInParent" value="attributes.name->excludesAll(parent->closure(parent).attributes.name)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1"
eType="#//Resource" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="java.lang.String"
serializable="false"/>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelRunnable/mutants/d5.ecore | ecore | occi
Category
term
scheme
title
attributes
Attribute
mutable
required
default
description
type
multiple_values
false
Kind
parent
actions
entities
Action
Mixin
actions
depends
applies
Entity
id
kind
mixins
attributes
AttributeState
name
value
Resource
links
Link
source
target
Extension
name
scheme
import
mixins
types
Configuration
use
resources
URI
java.lang.String
java.lang.String
String
java.lang.String
java.lang.String
Boolean
boolean
boolean | null | {"directed":true,"nodes":[{"nsPrefix":"occi","nsURI":"http://schemas.ogf.org/occi","name":"occi","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Kind","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mixin","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeState","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"URI","instanceClass":"java.lang.String","id":12,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":14,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheme","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":"title","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mutable","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","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":"default","changeable":true,"lowerBound":0,"iD":false,"id":25,"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":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"multiple_values","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entities","changeable":false,"resolveProxies":true,"lowerBound":0,"id":37,"derived":true},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"depends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applies","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"},{"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":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mixins","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":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":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":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheme","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"import","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":"mixins","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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"use","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"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":1,"target":17},{"source":1,"target":18},{"source":15,"target":13},{"source":15,"target":19},{"source":15,"target":1},{"source":19,"target":13},{"source":16,"target":13},{"source":16,"target":20},{"source":16,"target":1},{"source":20,"target":13},{"source":17,"target":13},{"source":17,"target":21},{"source":17,"target":1},{"source":21,"target":13},{"source":18,"target":2},{"source":18,"target":22},{"source":18,"target":1},{"source":22,"target":2},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":23,"target":14},{"source":23,"target":29},{"source":23,"target":2},{"source":29,"target":14},{"source":24,"target":14},{"source":24,"target":30},{"source":24,"target":2},{"source":30,"target":14},{"source":25,"target":13},{"source":25,"target":31},{"source":25,"target":2},{"source":31,"target":13},{"source":26,"target":13},{"source":26,"target":32},{"source":26,"target":2},{"source":32,"target":13},{"source":27,"target":33},{"source":27,"target":2},{"source":28,"target":14},{"source":28,"target":34},{"source":28,"target":2},{"source":34,"target":14},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":35,"target":3},{"source":35,"target":39},{"source":35,"target":3},{"source":39,"target":3},{"source":36,"target":4},{"source":36,"target":40},{"source":36,"target":3},{"source":40,"target":4},{"source":37,"target":6},{"source":37,"target":41},{"source":37,"target":3},{"source":41,"target":6},{"source":38,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":42},{"source":42,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":43,"target":4},{"source":43,"target":47},{"source":43,"target":5},{"source":47,"target":4},{"source":44,"target":5},{"source":44,"target":48},{"source":44,"target":5},{"source":48,"target":5},{"source":45,"target":3},{"source":45,"target":49},{"source":45,"target":5},{"source":49,"target":3},{"source":46,"target":1},{"source":6,"target":0},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":50,"target":12},{"source":50,"target":54},{"source":50,"target":6},{"source":54,"target":12},{"source":51,"target":3},{"source":51,"target":55},{"source":51,"target":6},{"source":55,"target":3},{"source":52,"target":5},{"source":52,"target":56},{"source":52,"target":6},{"source":56,"target":5},{"source":53,"target":7},{"source":53,"target":57},{"source":53,"target":6},{"source":57,"target":7},{"source":7,"target":0},{"source":7,"target":58},{"source":7,"target":59},{"source":58,"target":13},{"source":58,"target":60},{"source":58,"target":7},{"source":60,"target":13},{"source":59,"target":13},{"source":59,"target":61},{"source":59,"target":7},{"source":61,"target":13},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":62},{"source":8,"target":63},{"source":62,"target":9},{"source":62,"target":64},{"source":62,"target":8},{"source":62,"target":65},{"source":64,"target":9},{"source":63,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":65},{"source":9,"target":66},{"source":9,"target":67},{"source":65,"target":8},{"source":65,"target":68},{"source":65,"target":9},{"source":65,"target":62},{"source":68,"target":8},{"source":66,"target":8},{"source":66,"target":69},{"source":66,"target":9},{"source":69,"target":8},{"source":67,"target":6},{"source":10,"target":0},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":72},{"source":10,"target":73},{"source":10,"target":74},{"source":70,"target":13},{"source":70,"target":75},{"source":70,"target":10},{"source":75,"target":13},{"source":71,"target":13},{"source":71,"target":76},{"source":71,"target":10},{"source":76,"target":13},{"source":72,"target":10},{"source":72,"target":77},{"source":72,"target":10},{"source":77,"target":10},{"source":73,"target":5},{"source":73,"target":78},{"source":73,"target":10},{"source":73,"target":15},{"source":78,"target":5},{"source":74,"target":79},{"source":74,"target":10},{"source":11,"target":0},{"source":11,"target":80},{"source":11,"target":81},{"source":80,"target":10},{"source":80,"target":82},{"source":80,"target":11},{"source":82,"target":10},{"source":81,"target":8},{"source":81,"target":83},{"source":81,"target":11},{"source":83,"target":8},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"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="wfsv"
nsURI="http://www.opengis.net/wfsv" nsPrefix="wfsv">
<eClassifiers xsi:type="ecore:EClass" name="AbstractVersionedFeatureType" abstract="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="AbstractVersionedFeatureType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="version"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" 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="author"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="date"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" 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="message"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DescribeVersionedFeatureTypeType" eSuperTypes="wfs.ecore#//DescribeFeatureTypeType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 Same as wfs:DescribeFeatureType, but with the option to output
 a versioned feature type instead of a plain one
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DescribeVersionedFeatureTypeType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="versioned" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="true" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 If false, the output is the same as wfs:DescribeFeatureType,
 if true on the contrary the generated feature type will descend
 form wfsv:AbstractVersionedFeatureType
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="versioned"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DifferenceQueryType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DifferenceQueryType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The Filter element is used to define spatial and/or non-spatial constraints on query.
 Spatial constrains use GML3 to specify the constraining geometry. A full description of
 the Filter element can be found in the Filter Encoding Implementation Specification.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Filter"/>
<details key="namespace" value="http://www.opengis.net/ogc"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fromFeatureVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
defaultValueLiteral="FIRST" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 Same as featureVersion in QueryType, but this indicates a starting feature version for a
 difference and log operations.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="fromFeatureVersion"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="srsName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 This attribute is used to specify a specific WFS-supported SRS that should be used for
 returned feature geometries. The value may be the WFS StorageSRS value,
 DefaultRetrievalSRS value, or one of AdditionalSRS values. If no srsName value is
 supplied, then the features will be returned using either the DefaultRetrievalSRS, if
 specified, and StorageSRS otherwise. For feature types with no spatial properties, this
 attribute must not be specified or ignored if it is specified.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="srsName"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toFeatureVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
defaultValueLiteral="LAST" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 Same as featureVersion in QueryType, indicates the second version to be used for
 performing a difference of log operation.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="toFeatureVersion"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//QName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The typeName attribute is a single feature type name that indicates which type of feature
 instances should be included in the reponse set. The names must be a valid type that
 belong to this query's feature content as defined by the GML Application Schema.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="typeName"/>
</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:EAttribute" name="describeVersionedFeatureType"
unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"
volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 Same as wfs:DescribeFeatureType, but with the option to output
 a versioned feature type instead of a plain one
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="DescribeVersionedFeatureType"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.opengis.net/wfs#DescribeFeatureType"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="differenceQuery" upperBound="-2"
eType="#//DifferenceQueryType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The DifferenceFilter element is used to gather differences in features matched by a standard
 OGC filter at starting and ending featureVersion, and a filter used to match
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="DifferenceQuery"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="getDiff" upperBound="-2"
eType="#//GetDiffType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The GetDiff element is used to request that a Versioning Web Feature Service returns a
 transaction command that can be used to alter features at version m to turn them into
 version n
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="GetDiff"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="getLog" upperBound="-2"
eType="#//GetLogType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The GetLog element is used to request that a Versioning Web Feature Service return the
 change history for features of one or more feature types.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="GetLog"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="getVersionedFeature" upperBound="-2"
eType="#//GetVersionedFeatureType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The GetVersionedFeature element is used to request that a Versioning 
 Web Feature Service return versioned feature type instances 
 of one or more feature types.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="GetVersionedFeature"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.opengis.net/wfs#GetFeature"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rollback" upperBound="-2"
eType="#//RollbackType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 Rolls back the changes occurred on all matched features between fromFeatureVersion and
 featureVersion
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Rollback"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.opengis.net/wfs#Native"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="versionedDelete" upperBound="-2"
eType="#//VersionedDeleteElementType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="VersionedDelete"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.opengis.net/wfs#Delete"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="versionedFeatureCollection"
upperBound="-2" eType="#//VersionedFeatureCollectionType" volatile="true"
transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="VersionedFeatureCollection"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.opengis.net/wfs#FeatureCollection"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="versionedUpdate" upperBound="-2"
eType="#//VersionedUpdateElementType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="VersionedUpdate"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.opengis.net/wfs#Update"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GetDiffType" eSuperTypes="wfs.ecore#//BaseRequestType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 A GetDiff element contains one or more DifferenceQuery elements that describe a difference
 query operation on one feature type. In response to a GetDiff request, a Versioning Web
 Feature Service must be able to generate a Transaction command that can be used to alter
 features at fromFeatureVersion and alter them into features at toFeatureVersion
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="GetDiffType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="differenceQuery" lowerBound="1"
upperBound="-1" eType="#//DifferenceQueryType" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The DifferenceFilter element is used to gather differences in features matched by a standard
 OGC filter at starting and ending featureVersion, and a filter used to match
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="DifferenceQuery"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outputFormat" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
defaultValueLiteral="text/xml; subtype=wfs-transaction/1.1.0" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The outputFormat attribute is used to specify the output format that the Versioning
 Web Feature Service should generate in response to a GetDiff element. The default
 value of 'application/xml; subtype=wfsv-transaction/1.1.0' indicates that the output
 is an XML document that conforms to the WFS 1.1.0 Transaction definition. For the
 purposes of experimentation, vendor extension, or even extensions that serve a
 specific community of interest, other acceptable output format values may be used to
 specify other formats as long as those values are advertised in the capabilities
 document.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="outputFormat"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GetLogType" eSuperTypes="wfs.ecore#//BaseRequestType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 A GetLog element contains one or more DifferenceQuery elements that describe a diffence
 query operation on one feature type. In response to a GetLog request, a Web Feature Service
 must be able to generate a list of logs entries for features matched by the DifferenceQuery
 parameters. Each log entry is an instance of the ChangeSet feature type. In response to a
 GetFeature request, a Versioning Web Feature Service must be able to generate a GML3
 response that validates using a schema generated by the DescribeFeatureType request against
 the ChangeSets feature type. A Web Feature Service may support other possibly non-XML (and
 even binary) output formats as long as those formats are advertised in the capabilities
 document.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="GetLogType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="differenceQuery" lowerBound="1"
upperBound="-1" eType="#//DifferenceQueryType" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The DifferenceFilter element is used to gather differences in features matched by a standard
 OGC filter at starting and ending featureVersion, and a filter used to match
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="DifferenceQuery"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxFeatures" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//PositiveInteger">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The maxFeatures attribute is used to specify the maximum number of features that a
 GetFeature operation should generate (regardless of the actual number of query hits).
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="maxFeatures"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outputFormat" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
defaultValueLiteral="text/xml; subtype=gml/3.1.1" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The outputFormat attribute is used to specify the output format that the Versioning
 Web Feature Service should generate in response to a GetLog element. The default value
 of 'text/xml; subtype=gml/3.1.1' indicates that the output is an XML document that
 conforms to the Geography Markup Language (GML) Implementation Specification V3.1.1.
 For the purposes of experimentation, vendor extension, or even extensions that serve a
 specific community of interest, other acceptable output format values may be used to
 specify other formats as long as those values are advertised in the capabilities
 document.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="outputFormat"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resultType" eType="ecore:EEnum wfs.ecore#//ResultTypeType"
defaultValueLiteral="results" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The resultType attribute is used to indicate what response a wfsv should return to
 user once a GetFeature request is processed. Possible values are: results - meaning
 that the full response set (i.e. all the feature instances) should be returned. hits -
 meaning that an empty response set should be returned (i.e. no feature instances
 should be returned) but the "numberOfFeatures" attribute should be set to the number
 of feature instances that would be returned.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="resultType"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GetVersionedFeatureType" eSuperTypes="wfs.ecore#//GetFeatureType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The GetVersionedFeature extends GetFeature by returning a collection
 of AbstractVersionedFeature, which do contain more information about
 the last change occurred on each feature.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="GetVersionedFeatureType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RollbackType" eSuperTypes="wfs.ecore#//NativeType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="RollbackType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The Filter element is used to define spatial and/or non-spatial constraints on
 query. Spatial constrains use GML3 to specify the constraining geometry. A full
 description of the Filter element can be found in the Filter Encoding Implementation
 Specification.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Filter"/>
<details key="namespace" value="http://www.opengis.net/ogc"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="handle" 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 handle attribute allows a client application to assign a client-generated request
 identifier to an Insert action. The handle is included to facilitate error reporting.
 If a Rollback action in a Transaction request fails, then a Versioning WFS may include
 the handle in an exception report to localize the error. If no handle is included of
 the offending Rollback element then a WFS may employee other means of localizing the
 error (e.g. line number).
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="handle"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toFeatureVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
defaultValueLiteral="FIRST" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 Same as featureVersion in QueryType. Rollback will restore the "toFeatureVersion" 
 feature state, removing all changes occurred between "toFeatureVersion" and current
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="toFeatureVersion"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//QName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The typeName attribute is a single feature type name that indicates which type of
 feature instances should be included in the reponse set. The names must be a valid
 type that belong to this query's feature content as defined by the GML Application
 Schema.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="typeName"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="user" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
defaultValueLiteral="" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 User id to be used in addition to the filter in order to isolate the features to be
 rolled back. Only the features modified by the specified user between
 fromFeatureVersion and the current version will be subjected to roll back.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="user"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VersionedDeleteElementType" eSuperTypes="wfs.ecore#//DeleteElementType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="VersionedDeleteElementType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureVersion" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 See VersionedUpdateElementType featureVersion attribute.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="featureVersion"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VersionedFeatureCollectionType" eSuperTypes="wfs.ecore#//FeatureCollectionType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A collection of versioned features"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="VersionedFeatureCollectionType"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="version"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VersionedUpdateElementType" eSuperTypes="wfs.ecore#//UpdateElementType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="VersionedUpdateElementType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureVersion" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The syntax and semantics is the same as featureVersion in Query. If specified, update
 will check that every updated feature is still at the specified version before
 executing, and will fail if a change occurred on the server in the meantime.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="featureVersion"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/planetfederal/geotools-tike/modules/ogc/net.opengis.wfsv/wfsv.ecore | ecore | wfsv
AbstractVersionedFeatureType
version
author
date
message
DescribeVersionedFeatureTypeType
versioned
true
DifferenceQueryType
filter
fromFeatureVersion
FIRST
srsName
toFeatureVersion
LAST
typeName
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
describeVersionedFeatureType
differenceQuery
getDiff
getLog
getVersionedFeature
rollback
versionedDelete
versionedFeatureCollection
versionedUpdate
GetDiffType
differenceQuery
outputFormat
text/xml; subtype=wfs-transaction/1.1.0
GetLogType
differenceQuery
maxFeatures
outputFormat
text/xml; subtype=gml/3.1.1
resultType
results
GetVersionedFeatureType
RollbackType
filter
handle
toFeatureVersion
FIRST
typeName
user
VersionedDeleteElementType
featureVersion
VersionedFeatureCollectionType
version
VersionedUpdateElementType
featureVersion | null | {"directed":true,"nodes":[{"nsPrefix":"wfsv","nsURI":"http://www.opengis.net/wfsv","name":"wfsv","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractVersionedFeatureType","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescribeVersionedFeatureTypeType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DifferenceQueryType","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":"GetDiffType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetLogType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetVersionedFeatureType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RollbackType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionedDeleteElementType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionedFeatureCollectionType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionedUpdateElementType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"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":"author","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"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":"message","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"versioned","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"FIRST","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"FIRST","unsettable":true,"transient":false,"unique":true,"name":"fromFeatureVersion","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":"srsName","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"LAST","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"LAST","unsettable":true,"transient":false,"unique":true,"name":"toFeatureVersion","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"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":"describeVersionedFeatureType","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"differenceQuery","changeable":true,"resolveProxies":false,"lowerBound":0,"id":37,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"getDiff","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":"getLog","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":"getVersionedFeature","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":"rollback","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":"versionedDelete","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"versionedFeatureCollection","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":"versionedUpdate","changeable":true,"resolveProxies":false,"lowerBound":0,"id":44,"derived":true},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"differenceQuery","changeable":true,"resolveProxies":false,"lowerBound":1,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"text/xml; subtype=wfs-transaction/1.1.0","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"text/xml; subtype=wfs-transaction/1.1.0","unsettable":true,"transient":false,"unique":true,"name":"outputFormat","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"differenceQuery","changeable":true,"resolveProxies":false,"lowerBound":1,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxFeatures","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"text/xml; subtype=gml/3.1.1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"text/xml; subtype=gml/3.1.1","unsettable":true,"transient":false,"unique":true,"name":"outputFormat","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":"results","unsettable":true,"transient":false,"unique":true,"name":"resultType","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"lowerBound":0,"iD":false,"id":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":"handle","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"FIRST","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"FIRST","unsettable":true,"transient":false,"unique":true,"name":"toFeatureVersion","changeable":true,"lowerBound":0,"iD":false,"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":"typeName","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":true,"transient":false,"unique":true,"name":"user","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureVersion","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureVersion","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":17},{"source":13,"target":1},{"source":14,"target":18},{"source":14,"target":1},{"source":15,"target":19},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":21},{"source":20,"target":22},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":23,"target":28},{"source":23,"target":3},{"source":24,"target":29},{"source":24,"target":3},{"source":25,"target":30},{"source":25,"target":3},{"source":26,"target":31},{"source":26,"target":3},{"source":27,"target":32},{"source":27,"target":3},{"source":4,"target":0},{"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":33,"target":45},{"source":33,"target":4},{"source":34,"target":46},{"source":34,"target":4},{"source":35,"target":47},{"source":35,"target":4},{"source":36,"target":48},{"source":36,"target":4},{"source":37,"target":3},{"source":37,"target":49},{"source":37,"target":4},{"source":49,"target":3},{"source":38,"target":5},{"source":38,"target":50},{"source":38,"target":4},{"source":50,"target":5},{"source":39,"target":6},{"source":39,"target":51},{"source":39,"target":4},{"source":51,"target":6},{"source":40,"target":7},{"source":40,"target":52},{"source":40,"target":4},{"source":52,"target":7},{"source":41,"target":8},{"source":41,"target":53},{"source":41,"target":4},{"source":53,"target":8},{"source":42,"target":9},{"source":42,"target":54},{"source":42,"target":4},{"source":54,"target":9},{"source":43,"target":10},{"source":43,"target":55},{"source":43,"target":4},{"source":55,"target":10},{"source":44,"target":11},{"source":44,"target":56},{"source":44,"target":4},{"source":56,"target":11},{"source":5,"target":0},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":57,"target":3},{"source":57,"target":60},{"source":57,"target":5},{"source":60,"target":3},{"source":58,"target":61},{"source":58,"target":5},{"source":6,"target":0},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":64},{"source":6,"target":65},{"source":6,"target":66},{"source":62,"target":3},{"source":62,"target":67},{"source":62,"target":6},{"source":67,"target":3},{"source":63,"target":68},{"source":63,"target":6},{"source":64,"target":69},{"source":64,"target":6},{"source":65,"target":70},{"source":65,"target":6},{"source":7,"target":0},{"source":7,"target":71},{"source":8,"target":0},{"source":8,"target":72},{"source":8,"target":73},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":72,"target":78},{"source":72,"target":8},{"source":73,"target":79},{"source":73,"target":8},{"source":74,"target":80},{"source":74,"target":8},{"source":75,"target":81},{"source":75,"target":8},{"source":76,"target":82},{"source":76,"target":8},{"source":9,"target":0},{"source":9,"target":83},{"source":9,"target":84},{"source":83,"target":85},{"source":83,"target":9},{"source":10,"target":0},{"source":10,"target":86},{"source":10,"target":87},{"source":86,"target":88},{"source":86,"target":10},{"source":11,"target":0},{"source":11,"target":89},{"source":11,"target":90},{"source":89,"target":91},{"source":89,"target":11}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:odc="http://www.ibm.com/Odyssey" name="Portfolio" nsURI="com/ibm/odcb/tutorial/wdo4jsmediators/Portfolio/Portfolio_client.ecore" nsPrefix="">
<eClassifiers xsi:type="ecore:EDataType" name="WDODate" instanceClassName="java.util.Date"/>
<eClassifiers xsi:type="ecore:EClass" name="Stock">
<eAttributes name="ODCstatus" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/>
<eAttributes name="ODCid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eAttributes name="xmi:id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eAttributes name="symbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" lowerBound="0" upperBound="1"/>
<eAttributes name="currentPrice" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" lowerBound="0" upperBound="1"/>
<eAttributes name="volume" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" lowerBound="0" upperBound="1"/>
<eAttributes name="change" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" lowerBound="0" upperBound="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Position">
<eAttributes name="ODCstatus" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/>
<eAttributes name="ODCid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eAttributes name="xmi:id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eAttributes name="refNum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" lowerBound="0" upperBound="1"/>
<eAttributes name="price" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" lowerBound="0" upperBound="1"/>
<eAttributes name="quantity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" lowerBound="0" upperBound="1"/>
<eReferences name="user" eType="#//User" lowerBound="1" upperBound="1" containment="false"/>
<eReferences name="portfolio" eType="#//Portfolio" lowerBound="1" upperBound="1" containment="false"/>
<eReferences name="stock" eType="#//Stock" lowerBound="1" upperBound="1" containment="false"/>
<eAttributes name="symbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" lowerBound="0" upperBound="1"/>
<eAttributes name="purchaseDate" eType="#//WDODate" lowerBound="0" upperBound="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="User">
<eAttributes name="ODCstatus" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/>
<eAttributes name="ODCid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eAttributes name="xmi:id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eAttributes name="refNum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" lowerBound="0" upperBound="1"/>
<eAttributes name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" lowerBound="0" upperBound="1"/>
<eAttributes name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" lowerBound="0" upperBound="1"/>
<eReferences name="portfolios" eType="#//Portfolio" lowerBound="0" upperBound="-1" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Root">
<eAttributes name="ODCstatus" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/>
<eAttributes name="ODCid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eAttributes name="xmi:id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eAttributes name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" lowerBound="0" upperBound="1"/>
<eReferences name="users" eType="#//User" lowerBound="0" upperBound="-1" containment="true"/>
<eReferences name="stocks" eType="#//Stock" lowerBound="0" upperBound="-1" containment="true"/>
<eReferences name="placeHolderStock" eType="#//Stock" lowerBound="1" upperBound="1" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Portfolio">
<eAttributes name="ODCstatus" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/>
<eAttributes name="ODCid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eAttributes name="xmi:id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eAttributes name="portfolioName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" lowerBound="0" upperBound="1"/>
<eReferences name="positions" eType="#//Position" lowerBound="0" upperBound="-1" containment="true"/>
<eReferences name="user" eType="#//User" lowerBound="1" upperBound="1" containment="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Diff">
<eReferences name="Current" eType="#//ClientRoot" lowerBound="1" upperBound="1" containment="true"/>
<eReferences name="Original" eType="#//ClientRoot" lowerBound="1" upperBound="1" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClientRoot">
<eReferences name="Stock" eType="#//Stock" lowerBound="0" upperBound="-1" containment="false"/>
<eReferences name="Position" eType="#//Position" lowerBound="0" upperBound="-1" containment="false"/>
<eReferences name="User" eType="#//User" lowerBound="0" upperBound="-1" containment="false"/>
<eReferences name="Root" eType="#//Root" lowerBound="0" upperBound="-1" containment="false"/>
<eReferences name="Portfolio" eType="#//Portfolio" lowerBound="0" upperBound="-1" containment="false"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/ildar66/WSAD_Collaboration/2004/FacesClientTutorial/JavaSource/com/ibm/odcb/tutorial/wdo4jsmediators/Portfolio/Portfolio_client.ecore | ecore | Portfolio
WDODate
java.util.Date
java.util.Date
Stock
ODCstatus
ODCid
xmi:id
symbol
currentPrice
volume
change
Position
ODCstatus
ODCid
xmi:id
refNum
price
quantity
user
portfolio
stock
symbol
purchaseDate
User
ODCstatus
ODCid
xmi:id
refNum
lastName
id
portfolios
Root
ODCstatus
ODCid
xmi:id
name
users
stocks
placeHolderStock
Portfolio
ODCstatus
ODCid
xmi:id
portfolioName
positions
user
Diff
Current
Original
ClientRoot
Stock
Position
User
Root
Portfolio | null | {"directed":true,"nodes":[{"nsPrefix":"","nsURI":"com/ibm/odcb/tutorial/wdo4jsmediators/Portfolio/Portfolio_client.ecore","name":"Portfolio","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"WDODate","instanceClass":"java.util.Date","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stock","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Root","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Portfolio","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diff","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClientRoot","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ODCstatus","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":"ODCid","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":"xmi:id","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":"symbol","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":"currentPrice","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":"volume","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":"change","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ODCstatus","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":"ODCid","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":"xmi:id","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refNum","changeable":true,"lowerBound":0,"iD":false,"id":26,"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":"price","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantity","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":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":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portfolio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stock","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":"symbol","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":"purchaseDate","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ODCstatus","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":"ODCid","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":"xmi:id","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refNum","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":"lastName","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":"id","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"portfolios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ODCstatus","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":"ODCid","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":"xmi:id","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"users","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stocks","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"placeHolderStock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ODCstatus","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":"ODCid","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":"xmi:id","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":"portfolioName","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"positions","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":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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Current","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":"Original","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Stock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"User","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":false,"unsettable":false,"transient":false,"unique":true,"name":"Root","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Portfolio","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":9,"target":16},{"source":9,"target":2},{"source":10,"target":17},{"source":10,"target":2},{"source":11,"target":18},{"source":11,"target":2},{"source":12,"target":19},{"source":12,"target":2},{"source":13,"target":20},{"source":13,"target":2},{"source":14,"target":21},{"source":14,"target":2},{"source":15,"target":22},{"source":15,"target":2},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":23,"target":34},{"source":23,"target":3},{"source":24,"target":35},{"source":24,"target":3},{"source":25,"target":36},{"source":25,"target":3},{"source":26,"target":37},{"source":26,"target":3},{"source":27,"target":38},{"source":27,"target":3},{"source":28,"target":39},{"source":28,"target":3},{"source":29,"target":4},{"source":29,"target":40},{"source":29,"target":3},{"source":40,"target":4},{"source":30,"target":6},{"source":30,"target":41},{"source":30,"target":3},{"source":41,"target":6},{"source":31,"target":2},{"source":31,"target":42},{"source":31,"target":3},{"source":42,"target":2},{"source":32,"target":43},{"source":32,"target":3},{"source":33,"target":1},{"source":33,"target":44},{"source":33,"target":3},{"source":44,"target":1},{"source":4,"target":0},{"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":45,"target":52},{"source":45,"target":4},{"source":46,"target":53},{"source":46,"target":4},{"source":47,"target":54},{"source":47,"target":4},{"source":48,"target":55},{"source":48,"target":4},{"source":49,"target":56},{"source":49,"target":4},{"source":50,"target":57},{"source":50,"target":4},{"source":51,"target":6},{"source":51,"target":58},{"source":51,"target":4},{"source":58,"target":6},{"source":5,"target":0},{"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":59,"target":66},{"source":59,"target":5},{"source":60,"target":67},{"source":60,"target":5},{"source":61,"target":68},{"source":61,"target":5},{"source":62,"target":69},{"source":62,"target":5},{"source":63,"target":4},{"source":63,"target":70},{"source":63,"target":5},{"source":70,"target":4},{"source":64,"target":2},{"source":64,"target":71},{"source":64,"target":5},{"source":71,"target":2},{"source":65,"target":2},{"source":65,"target":72},{"source":65,"target":5},{"source":72,"target":2},{"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":6,"target":78},{"source":73,"target":79},{"source":73,"target":6},{"source":74,"target":80},{"source":74,"target":6},{"source":75,"target":81},{"source":75,"target":6},{"source":76,"target":82},{"source":76,"target":6},{"source":77,"target":3},{"source":77,"target":83},{"source":77,"target":6},{"source":83,"target":3},{"source":78,"target":4},{"source":78,"target":84},{"source":78,"target":6},{"source":84,"target":4},{"source":7,"target":0},{"source":7,"target":85},{"source":7,"target":86},{"source":85,"target":8},{"source":85,"target":87},{"source":85,"target":7},{"source":87,"target":8},{"source":86,"target":8},{"source":86,"target":88},{"source":86,"target":7},{"source":88,"target":8},{"source":8,"target":0},{"source":8,"target":89},{"source":8,"target":90},{"source":8,"target":91},{"source":8,"target":92},{"source":8,"target":93},{"source":89,"target":2},{"source":89,"target":94},{"source":89,"target":8},{"source":94,"target":2},{"source":90,"target":3},{"source":90,"target":95},{"source":90,"target":8},{"source":95,"target":3},{"source":91,"target":4},{"source":91,"target":96},{"source":91,"target":8},{"source":96,"target":4},{"source":92,"target":5},{"source":92,"target":97},{"source":92,"target":8},{"source":97,"target":5},{"source":93,"target":6},{"source":93,"target":98},{"source":93,"target":8},{"source":98,"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="model"
nsURI="http://www.dontcare.com" nsPrefix="tdl">
<eClassifiers xsi:type="ecore:EClass" name="Syntax">
<eStructuralFeatures xsi:type="ecore:EReference" name="templates" upperBound="-1"
eType="#//TDLTemplate" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="topLevelTemplate" lowerBound="1"
eType="#//TDLTemplate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ecoreModel" eType="#//EcoreModelDescriptor"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="layout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TDLTemplate" abstract="true" eSuperTypes="#//TemplateValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alternativeSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TDLValueTemplate" abstract="true" eSuperTypes="#//TDLTemplate"/>
<eClassifiers xsi:type="ecore:EClass" name="TDLElementTemplate" eSuperTypes="#//TDLEmptyElementTemplate">
<eStructuralFeatures xsi:type="ecore:EReference" name="identifierProperty" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateValue" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateRef" eSuperTypes="#//TemplateValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="template" lowerBound="1"
eType="#//TDLTemplate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TDLPropertyTemplate" abstract="true"
eSuperTypes="#//TDLTemplate">
<eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueTemplate" lowerBound="1"
eType="#//TemplateValue" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TDLSingleValueTemplate" eSuperTypes="#//TDLPropertyTemplate"/>
<eClassifiers xsi:type="ecore:EClass" name="TDLSequenceTemplate" eSuperTypes="#//TDLPropertyTemplate">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="separator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="separateLast" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TDLTerminalTemplate" eSuperTypes="#//TDLTemplate">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="terminal" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TDLChoiceTemplate" eSuperTypes="#//TDLElementValueTemplate">
<eStructuralFeatures xsi:type="ecore:EReference" name="alternatives" upperBound="-1"
eType="#//TemplateValue" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TDLPrimitiveValueTemplate" abstract="true"
eSuperTypes="#//TDLValueTemplate"/>
<eClassifiers xsi:type="ecore:EClass" name="TDLIdentifierTemplate" eSuperTypes="#//TDLPrimitiveValueTemplate"/>
<eClassifiers xsi:type="ecore:EClass" name="TDLIntegerTemplate" eSuperTypes="#//TDLPrimitiveValueTemplate"/>
<eClassifiers xsi:type="ecore:EClass" name="TDLReferenceTemplate" eSuperTypes="#//TDLValueTemplate">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementTemplate" lowerBound="1"
eType="#//TemplateValue" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metaElement" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TDLStringLiteralTemplate" eSuperTypes="#//TDLPrimitiveValueTemplate"/>
<eClassifiers xsi:type="ecore:EClass" name="TDLBooleanLiteralTemplate" eSuperTypes="#//TDLPrimitiveValueTemplate"/>
<eClassifiers xsi:type="ecore:EClass" name="EcoreModelDescriptor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pathToModel" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TDLEmptyElementTemplate" eSuperTypes="#//TDLElementValueTemplate">
<eStructuralFeatures xsi:type="ecore:EReference" name="templates" upperBound="-1"
eType="#//TemplateValue" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TDLElementValueTemplate" eSuperTypes="#//TDLValueTemplate">
<eStructuralFeatures xsi:type="ecore:EReference" name="metaElement" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TDLUnsignedIntegerTemplate" eSuperTypes="#//TDLPrimitiveValueTemplate"/>
<eClassifiers xsi:type="ecore:EClass" name="TDLWhiteSpaceTemplate" eSuperTypes="#//TDLTemplate">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/BackupTheBerlios/tef-svn/branches/trunk-release-0.5.0-31-10-2007/hub.sam.tef/resources/models/TDL.ecore | ecore | model
Syntax
templates
topLevelTemplate
ecoreModel
layout
TDLTemplate
name
alternativeSymbol
TDLValueTemplate
TDLElementTemplate
identifierProperty
TemplateValue
TemplateRef
template
TDLPropertyTemplate
property
valueTemplate
TDLSingleValueTemplate
TDLSequenceTemplate
separator
separateLast
false
TDLTerminalTemplate
terminal
TDLChoiceTemplate
alternatives
TDLPrimitiveValueTemplate
TDLIdentifierTemplate
TDLIntegerTemplate
TDLReferenceTemplate
elementTemplate
metaElement
TDLStringLiteralTemplate
TDLBooleanLiteralTemplate
EcoreModelDescriptor
pathToModel
TDLEmptyElementTemplate
templates
TDLElementValueTemplate
metaElement
TDLUnsignedIntegerTemplate
TDLWhiteSpaceTemplate
role | null | {"directed":true,"nodes":[{"nsPrefix":"tdl","nsURI":"http://www.dontcare.com","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Syntax","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TDLTemplate","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TDLValueTemplate","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TDLElementTemplate","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateValue","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateRef","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TDLPropertyTemplate","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TDLSingleValueTemplate","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TDLSequenceTemplate","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TDLTerminalTemplate","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TDLChoiceTemplate","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TDLPrimitiveValueTemplate","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TDLIdentifierTemplate","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TDLIntegerTemplate","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TDLReferenceTemplate","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TDLStringLiteralTemplate","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TDLBooleanLiteralTemplate","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EcoreModelDescriptor","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TDLEmptyElementTemplate","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TDLElementValueTemplate","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TDLUnsignedIntegerTemplate","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TDLWhiteSpaceTemplate","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":"templates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"topLevelTemplate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ecoreModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alternativeSymbol","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identifierProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueTemplate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"separator","changeable":true,"lowerBound":0,"iD":false,"id":49,"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":"separateLast","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":"terminal","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alternatives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementTemplate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metaElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pathToModel","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metaElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":1,"target":0},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":23,"target":2},{"source":23,"target":27},{"source":23,"target":1},{"source":27,"target":2},{"source":24,"target":2},{"source":24,"target":28},{"source":24,"target":1},{"source":28,"target":2},{"source":25,"target":18},{"source":25,"target":29},{"source":25,"target":1},{"source":29,"target":18},{"source":26,"target":30},{"source":26,"target":1},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":31,"target":34},{"source":31,"target":2},{"source":32,"target":35},{"source":32,"target":2},{"source":33,"target":5},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":36},{"source":36,"target":2},{"source":4,"target":0},{"source":4,"target":19},{"source":4,"target":37},{"source":4,"target":38},{"source":37,"target":39},{"source":37,"target":4},{"source":38,"target":19},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":40},{"source":6,"target":41},{"source":40,"target":2},{"source":40,"target":42},{"source":40,"target":6},{"source":42,"target":2},{"source":41,"target":5},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":43,"target":46},{"source":43,"target":7},{"source":44,"target":5},{"source":44,"target":47},{"source":44,"target":7},{"source":47,"target":5},{"source":45,"target":2},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":48},{"source":48,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":49},{"source":9,"target":50},{"source":9,"target":51},{"source":49,"target":52},{"source":49,"target":9},{"source":50,"target":53},{"source":50,"target":9},{"source":51,"target":7},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":54},{"source":10,"target":55},{"source":54,"target":56},{"source":54,"target":10},{"source":55,"target":2},{"source":11,"target":0},{"source":11,"target":20},{"source":11,"target":57},{"source":11,"target":58},{"source":57,"target":5},{"source":57,"target":59},{"source":57,"target":11},{"source":59,"target":5},{"source":58,"target":20},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":60},{"source":60,"target":3},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":61},{"source":61,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":62},{"source":62,"target":12},{"source":15,"target":0},{"source":15,"target":3},{"source":15,"target":63},{"source":15,"target":64},{"source":15,"target":65},{"source":63,"target":5},{"source":63,"target":66},{"source":63,"target":15},{"source":66,"target":5},{"source":64,"target":67},{"source":64,"target":15},{"source":65,"target":3},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":68},{"source":68,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":69},{"source":69,"target":12},{"source":18,"target":0},{"source":18,"target":70},{"source":70,"target":71},{"source":70,"target":18},{"source":19,"target":0},{"source":19,"target":20},{"source":19,"target":72},{"source":19,"target":73},{"source":72,"target":5},{"source":72,"target":74},{"source":72,"target":19},{"source":74,"target":5},{"source":73,"target":20},{"source":20,"target":0},{"source":20,"target":3},{"source":20,"target":75},{"source":20,"target":76},{"source":75,"target":77},{"source":75,"target":20},{"source":76,"target":3},{"source":21,"target":0},{"source":21,"target":12},{"source":21,"target":78},{"source":78,"target":12},{"source":22,"target":0},{"source":22,"target":2},{"source":22,"target":79},{"source":22,"target":80},{"source":79,"target":81},{"source":79,"target":22},{"source":80,"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="model"
nsURI="http://www.eclipselabs.org/emf/junit" nsPrefix="org.eclipselabs.emf.junit">
<eClassifiers xsi:type="ecore:EClass" name="Person">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1"
eType="#//Book" eOpposite="#//Book/authors"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Book">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1"
eType="#//Person" eOpposite="#//Person/books"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tags" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="data" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PersonBNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1"
eType="#//BookBNode" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BookBNode">
<eAnnotations source="BlankNode">
<details key="foo" value="bar"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1"
eType="#//PersonBNode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="child" upperBound="-1"
eType="#//BNode" containment="true">
<eAnnotations source="BlankNode">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library">
<eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1"
eType="#//Book" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="location" eType="#//Location"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="latestBook" eType="#//Book"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Location">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="featuredBook" eType="#//Book"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"
transient="true" derived="true" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ETypes">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eBigDecimal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eBigInteger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eBoolean" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eByte" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByte"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eByteArray" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eChar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eDouble" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eFloat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eInt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eLong" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eShort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uris" upperBound="-1" eType="#//URI"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappedLibrary">
<eStructuralFeatures xsi:type="ecore:EReference" name="location" eType="#//Location"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rareBooks" upperBound="-1"
eType="#//Book" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="group" value="#books"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="regularBooks" upperBound="-1"
eType="#//Book" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="group" value="#books"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="books" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimaryObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true">
<eAnnotations source="Id">
<details key="base" value="http://junit.org/primary/"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettableAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettableAttributeWithDefault"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="foo"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unsettableReference" eType="#//TargetObject"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="singleNonContainmentReference"
eType="#//TargetObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="multipleNonContainmentReference"
upperBound="-1" eType="#//TargetObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="singleContainmentReferenceNoProxies"
eType="#//TargetObject" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="multipleContainmentReferenceNoProxies"
upperBound="-1" eType="#//TargetObject" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="singleContainmentReferenceProxies"
eType="#//TargetObject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="multipleContainmentReferenceProxies"
upperBound="-1" eType="#//TargetObject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureMapReferenceType2"
upperBound="-1" eType="#//TargetObject" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="group" value="#featureMapReferenceCollection"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureMapReferenceType1"
upperBound="-1" eType="#//TargetObject" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="group" value="#featureMapReferenceCollection"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureMapReferenceCollection"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureMapAttributeType1"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
volatile="true" transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="group" value="#featureMapAttributeCollection"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureMapAttributeType2"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
volatile="true" transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="group" value="#featureMapAttributeCollection"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureMapAttributeCollection"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TargetObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true">
<eAnnotations source="Id">
<details key="base" value="http://junit.org/target/"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="singleAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arrayAttribute" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Movie">
<eAnnotations source="OWLClass">
<details key="uri" value="http://data.linkedmdb.org/resource/movie/film"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="Id">
<details key="base" value="http://data.linkedmdb.org/resource/film/"/>
</eAnnotations>
<eAnnotations source="rdf">
<details key="uri" value="http://data.linkedmdb.org/resource/movie/filmid"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="rdf">
<details key="uri" value="http://purl.org/dc/terms/title"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="actors" upperBound="-1"
eType="#//Actor" eOpposite="#//Actor/actorOf">
<eAnnotations source="rdf">
<details key="uri" value="http://data.linkedmdb.org/resource/movie/actor"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Actor">
<eAnnotations source="OWLClass">
<details key="uri" value="http://data.linkedmdb.org/resource/movie/actor"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="Id">
<details key="base" value="http://data.linkedmdb.org/resource/actor/"/>
</eAnnotations>
<eAnnotations source="rdf">
<details key="uri" value="http://data.linkedmdb.org/resource/movie/actor_actorid"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="rdf">
<details key="uri" value="http://data.linkedmdb.org/resource/movie/actor_name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="actorOf" upperBound="-1"
eType="#//Movie" eOpposite="#//Movie/actors">
<eAnnotations source="rdf">
<details key="uri" value="http://data.linkedmdb.org/resource/movie/actor"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="org.eclipse.emf.common.util.URI"/>
</ecore:EPackage>
| github:ecore:/data/ghillairet/emftriple/tests/org.eclipselabs.emftriple.jena.junit/model/model.ecore | ecore | model
Person
name
books
Book
title
authors
tags
data
PersonBNode
name
books
BookBNode
title
authors
BNode
id
child
Library
books
location
latestBook
Location
address
featuredBook
id
ETypes
eBigDecimal
eBigInteger
eBoolean
eByte
eByteArray
eChar
eDate
eDouble
eFloat
eInt
eLong
eShort
eString
uris
MappedLibrary
location
rareBooks
regularBooks
books
PrimaryObject
id
name
unsettableAttribute
unsettableAttributeWithDefault
foo
unsettableReference
singleNonContainmentReference
multipleNonContainmentReference
singleContainmentReferenceNoProxies
multipleContainmentReferenceNoProxies
singleContainmentReferenceProxies
multipleContainmentReferenceProxies
featureMapReferenceType2
featureMapReferenceType1
featureMapReferenceCollection
featureMapAttributeType1
featureMapAttributeType2
featureMapAttributeCollection
TargetObject
id
singleAttribute
arrayAttribute
Movie
id
title
actors
Actor
id
name
actorOf
URI
org.eclipse.emf.common.util.URI
org.eclipse.emf.common.util.URI | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipselabs.emf.junit","nsURI":"http://www.eclipselabs.org/emf/junit","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersonBNode","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookBNode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BNode","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Location","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypes","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappedLibrary","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryObject","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetObject","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Movie","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.URI","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.URI","name":"URI","instanceClass":"org.eclipse.emf.common.util.URI","id":14,"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":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"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":"title","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"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":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"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":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":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":"child","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":false,"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":"location","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":"latestBook","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":"address","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"featuredBook","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":47,"derived":true},{"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":"eBigDecimal","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":"eBigInteger","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":"eBoolean","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":"eByte","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":"eByteArray","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eChar","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":"eDate","changeable":true,"lowerBound":0,"iD":false,"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":"eDouble","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":"eFloat","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eInt","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eLong","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eShort","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eString","changeable":true,"lowerBound":0,"iD":false,"id":63,"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":"uris","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"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"rareBooks","changeable":true,"resolveProxies":false,"lowerBound":0,"id":80,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"regularBooks","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"unsettableAttribute","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"foo","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"foo","unsettable":true,"transient":false,"unique":true,"name":"unsettableAttributeWithDefault","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":false,"unsettable":true,"transient":false,"unique":true,"name":"unsettableReference","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":"singleNonContainmentReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"multipleNonContainmentReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"singleContainmentReferenceNoProxies","changeable":true,"resolveProxies":false,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multipleContainmentReferenceNoProxies","changeable":true,"resolveProxies":false,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"singleContainmentReferenceProxies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multipleContainmentReferenceProxies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"featureMapReferenceType2","changeable":true,"resolveProxies":false,"lowerBound":0,"id":98,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"featureMapReferenceType1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":99,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureMapReferenceCollection","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"featureMapAttributeType1","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"featureMapAttributeType2","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureMapAttributeCollection","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":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":"singleAttribute","changeable":true,"lowerBound":0,"iD":false,"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":"arrayAttribute","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"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":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":"title","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actors","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actorOf","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"id","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":15,"target":17},{"source":15,"target":1},{"source":16,"target":2},{"source":16,"target":18},{"source":16,"target":1},{"source":16,"target":19},{"source":18,"target":2},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":19},{"source":2,"target":21},{"source":2,"target":22},{"source":20,"target":23},{"source":20,"target":2},{"source":19,"target":1},{"source":19,"target":24},{"source":19,"target":2},{"source":19,"target":16},{"source":24,"target":1},{"source":21,"target":25},{"source":21,"target":2},{"source":22,"target":26},{"source":22,"target":2},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":27,"target":29},{"source":27,"target":3},{"source":28,"target":4},{"source":28,"target":30},{"source":28,"target":3},{"source":30,"target":4},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":32},{"source":31,"target":33},{"source":31,"target":4},{"source":32,"target":3},{"source":32,"target":34},{"source":32,"target":4},{"source":34,"target":3},{"source":5,"target":0},{"source":5,"target":35},{"source":5,"target":36},{"source":35,"target":37},{"source":35,"target":5},{"source":36,"target":5},{"source":36,"target":38},{"source":36,"target":5},{"source":38,"target":5},{"source":6,"target":0},{"source":6,"target":39},{"source":6,"target":40},{"source":6,"target":41},{"source":39,"target":2},{"source":39,"target":42},{"source":39,"target":6},{"source":42,"target":2},{"source":40,"target":7},{"source":40,"target":43},{"source":40,"target":6},{"source":43,"target":7},{"source":41,"target":2},{"source":41,"target":44},{"source":41,"target":6},{"source":44,"target":2},{"source":7,"target":0},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":45,"target":48},{"source":45,"target":7},{"source":46,"target":2},{"source":46,"target":49},{"source":46,"target":7},{"source":49,"target":2},{"source":47,"target":50},{"source":47,"target":7},{"source":8,"target":0},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":51,"target":65},{"source":51,"target":8},{"source":52,"target":66},{"source":52,"target":8},{"source":53,"target":67},{"source":53,"target":8},{"source":54,"target":68},{"source":54,"target":8},{"source":55,"target":69},{"source":55,"target":8},{"source":56,"target":70},{"source":56,"target":8},{"source":57,"target":71},{"source":57,"target":8},{"source":58,"target":72},{"source":58,"target":8},{"source":59,"target":73},{"source":59,"target":8},{"source":60,"target":74},{"source":60,"target":8},{"source":61,"target":75},{"source":61,"target":8},{"source":62,"target":76},{"source":62,"target":8},{"source":63,"target":77},{"source":63,"target":8},{"source":64,"target":14},{"source":64,"target":78},{"source":64,"target":8},{"source":78,"target":14},{"source":9,"target":0},{"source":9,"target":79},{"source":9,"target":80},{"source":9,"target":81},{"source":9,"target":82},{"source":79,"target":7},{"source":79,"target":83},{"source":79,"target":9},{"source":83,"target":7},{"source":80,"target":2},{"source":80,"target":84},{"source":80,"target":9},{"source":84,"target":2},{"source":81,"target":2},{"source":81,"target":85},{"source":81,"target":9},{"source":85,"target":2},{"source":82,"target":86},{"source":82,"target":9},{"source":10,"target":0},{"source":10,"target":87},{"source":10,"target":88},{"source":10,"target":89},{"source":10,"target":90},{"source":10,"target":91},{"source":10,"target":92},{"source":10,"target":93},{"source":10,"target":94},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":10,"target":98},{"source":10,"target":99},{"source":10,"target":100},{"source":10,"target":101},{"source":10,"target":102},{"source":10,"target":103},{"source":87,"target":104},{"source":87,"target":10},{"source":88,"target":105},{"source":88,"target":10},{"source":89,"target":106},{"source":89,"target":10},{"source":90,"target":107},{"source":90,"target":10},{"source":91,"target":11},{"source":91,"target":108},{"source":91,"target":10},{"source":108,"target":11},{"source":92,"target":11},{"source":92,"target":109},{"source":92,"target":10},{"source":109,"target":11},{"source":93,"target":11},{"source":93,"target":110},{"source":93,"target":10},{"source":110,"target":11},{"source":94,"target":11},{"source":94,"target":111},{"source":94,"target":10},{"source":111,"target":11},{"source":95,"target":11},{"source":95,"target":112},{"source":95,"target":10},{"source":112,"target":11},{"source":96,"target":11},{"source":96,"target":113},{"source":96,"target":10},{"source":113,"target":11},{"source":97,"target":11},{"source":97,"target":114},{"source":97,"target":10},{"source":114,"target":11},{"source":98,"target":11},{"source":98,"target":115},{"source":98,"target":10},{"source":115,"target":11},{"source":99,"target":11},{"source":99,"target":116},{"source":99,"target":10},{"source":116,"target":11},{"source":100,"target":117},{"source":100,"target":10},{"source":101,"target":118},{"source":101,"target":10},{"source":102,"target":119},{"source":102,"target":10},{"source":103,"target":120},{"source":103,"target":10},{"source":11,"target":0},{"source":11,"target":121},{"source":11,"target":122},{"source":11,"target":123},{"source":121,"target":124},{"source":121,"target":11},{"source":122,"target":125},{"source":122,"target":11},{"source":123,"target":126},{"source":123,"target":11},{"source":12,"target":0},{"source":12,"target":127},{"source":12,"target":128},{"source":12,"target":129},{"source":127,"target":130},{"source":127,"target":12},{"source":128,"target":131},{"source":128,"target":12},{"source":129,"target":13},{"source":129,"target":132},{"source":129,"target":12},{"source":129,"target":133},{"source":132,"target":13},{"source":13,"target":0},{"source":13,"target":134},{"source":13,"target":135},{"source":13,"target":133},{"source":134,"target":136},{"source":134,"target":13},{"source":135,"target":137},{"source":135,"target":13},{"source":133,"target":12},{"source":133,"target":138},{"source":133,"target":13},{"source":133,"target":129},{"source":138,"target":12},{"source":14,"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="dpim" nsURI="http://io.github.dice-project/dpim/1.0" nsPrefix="dpim">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="name" value="DiceDomainModel::DPIM"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="DIA">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="Represents a Data Intensive Application."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1"
upperBound="-1" eType="#//DIAElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modelId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dscription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requirements" upperBound="-1"
eType="#//QualityRequirement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//Property" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DIAElement" abstract="true">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="An element of a Data Intensive Application. It can be a ComputationNode or a StorageNode."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//Property" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComputeNode" eSuperTypes="#//DIAElement">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="Represents an element of the application whose goal is to perform some computation."/>
<details key="extends" value="DAM::System::Core::Component"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="inputsAreProvidedByDataSources allUsersMustHaveReadPermissionOnInputData outputStoredDataMustBeProvided allUsersMustHaveCreatePermissionOnOutputData"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="inputsAreProvidedByDataSources" value="ComputeNode.allInstances() ->
	forAll(n | 
		n.processInputData -> forAll( i |
			i.providedBy -> size() >0
		) 	
	)"/>
<details key="allUsersMustHaveReadPermissionOnInputData" value="ComputeNode.allInstances() ->
	forAll(n | 
		n.processInputData -> forAll(d |
			User.allInstances() -> select(u |
				u.hasComputeNode -> includes(n)
			) ->
			forAll(u |
				u.hasRole -> exists(r |
					r.hasPermission -> exists( p |
						p.protectedData = d and
						p.actionType -> exists (a |
							a.operation = DataOperation::READ
						)
					)
				)
			)
		)		
	)
"/>
<details key="outputStoredDataMustBeProvided" value="ComputeNode.allInstances() ->
	forAll(n | 
		n.produceOutputData -> forAll(d |
			n.storeOutput -> forAll( s |
				d.providedBy -> includes(s)
			) 
		)		
	)
"/>
<details key="allUsersMustHaveCreatePermissionOnOutputData" value="ComputeNode.allInstances() ->
	forAll(n | 
		n.produceOutputData -> forAll(d |
			User.allInstances() -> select(u |
				u.hasComputeNode -> includes(n)
			) ->
			forAll(u |
				u.hasRole -> exists(r |
					r.hasPermission -> exists( p |
						p.protectedData = d and
						p.actionType -> exists (a |
							a.operation = DataOperation::CREATE
						)
					)
				)
			)
		)		
	)
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetTech" eType="#//ComputeTechType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="processingType" eType="#//ProcessingType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="processInputData" lowerBound="1"
upperBound="-1" eType="#//Dataset"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="storeOutput" upperBound="-1"
eType="#//StorageSystem"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="produceOutputData" lowerBound="1"
upperBound="-1" eType="#//Dataset"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataSource" eSuperTypes="#//DIAElement">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="This entity represents an element of the DIA acting as a data source at the DPIM layer."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StorageSystem" eSuperTypes="#//DataSource">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="Reseprents an element of the application whose goal is to store the application data, (i.e, a database or a file system)."/>
<details key="extends" value="MARTE::GRM::ResourceCore::StorageResource"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="user" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="password" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//StorageSystemType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QualityRequirement" abstract="true">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="Represents the QoS constraints associated with an element of the Data Intensive Applicaion."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="requirementId" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dataset" eSuperTypes="#//DIAElement">
<eAnnotations source="http://es.unizar.disco/dice/profiles/generator">
<details key="description" value="Represents the data that an element of the application can take in input and/or produce in output."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//SchemaField" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="providedBy" upperBound="-1"
eType="#//DataSource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ComputeTechType">
<eLiterals name="Spark"/>
<eLiterals name="HadoopMR" value="1"/>
<eLiterals name="Storm" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ProcessingType">
<eLiterals name="StreamProcessing"/>
<eLiterals name="BatchProcesisng" value="1"/>
<eLiterals name="Interactive" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StorageSystemType">
<eLiterals name="Cassandra"/>
<eLiterals name="MySQL" value="1" literal="MySQL"/>
<eLiterals name="MongoDB" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceNode" eSuperTypes="#//DataSource">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="emitRate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//SourceNodeType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilterNode" eSuperTypes="#//ComputeNode"/>
<eClassifiers xsi:type="ecore:EClass" name="VisualizationNode" eSuperTypes="#//ComputeNode"/>
<eClassifiers xsi:type="ecore:EEnum" name="SourceNodeType">
<eLiterals name="sensor" value="1"/>
<eLiterals name="webCrawler" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MachineLearningNode" eSuperTypes="#//ComputeNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="algoithm" lowerBound="1"
eType="#//MachineLearningAlgorithm"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MachineLearningAlgorithm">
<eLiterals name="Regression"/>
<eLiterals name="DecisionTreeClassification" value="1"/>
<eLiterals name="KMeansClustering" value="2"/>
<eLiterals name="SVM" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="User">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasRole" lowerBound="1"
upperBound="-1" eType="#//Role"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessComputeNode" upperBound="-1"
eType="#//ComputeNode"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="roleId" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Role">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="roleId" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//DIAElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="protectsProvidedData"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="protectsProvidedData" value="Permission.allInstances() ->
	forAll(p | 
		p.protectedData.providedBy ->size() > 0 	
	)"/>
<details key="declaredFieldsBelongToProtectedData" value="Permission.allInstances() ->
	forAll(p | 
		p.actionType -> forAll( a |
			a.schemaField -> forAll(f |
				p.protectedData.fields -> includes(f)
			)
		)
	)"/>
<details key="nonReadPermissionsRequireStoredProtectedData" value="Permission.allInstances() ->
	select(p |
		p.actionType -> exists(a |
			not a.operation = DataOperation::READ
		)
	) -> 
	forAll(p | 
		p.protectedData.providedBy -> exists( ds |
			ds.oclIsKindOf(StorageSystem)
		)
	)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionType" lowerBound="1"
upperBound="-1" eType="#//ActionType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//DIAElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="validityStartTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="validityEndTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="checkingPeriod" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" lowerBound="1"
eType="#//DataOperation" defaultValueLiteral="READ"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="protectedElement" lowerBound="1"
upperBound="-1" eType="#//DIAElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DataOperation">
<eLiterals name="READ" value="1"/>
<eLiterals name="CREATE" value="2"/>
<eLiterals name="DELETE" value="3"/>
<eLiterals name="UPDATE" value="4"/>
<eLiterals name="NONE"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SchemaField" eSuperTypes="#//DIAElement"/>
<eClassifiers xsi:type="ecore:EClass" name="SafetyRequirement" eSuperTypes="#//QualityRequirement"/>
<eClassifiers xsi:type="ecore:EClass" name="PerformanceRequirement" eSuperTypes="#//QualityRequirement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxCompletionTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/dice-project/DICE-Models/io.github.dice-project.dpim/model/dpim.ecore | ecore | dpim
DIA
elements
modelId
dscription
requirements
properties
DIAElement
id
properties
ComputeNode
targetTech
processingType
processInputData
storeOutput
produceOutputData
DataSource
description
StorageSystem
user
password
type
QualityRequirement
requirementId
Dataset
description
fields
providedBy
ComputeTechType
Spark
Spark
HadoopMR
HadoopMR
Storm
Storm
ProcessingType
StreamProcessing
StreamProcessing
BatchProcesisng
BatchProcesisng
Interactive
Interactive
StorageSystemType
Cassandra
Cassandra
MySQL
MySQL
MongoDB
MongoDB
SourceNode
emitRate
type
FilterNode
VisualizationNode
SourceNodeType
sensor
sensor
webCrawler
webCrawler
Property
value
name
MachineLearningNode
algoithm
MachineLearningAlgorithm
Regression
Regression
DecisionTreeClassification
DecisionTreeClassification
KMeansClustering
KMeansClustering
SVM
SVM
User
hasRole
accessComputeNode
roleId
Role
roleId
Permission
actionType
owner
validityStartTime
validityEndTime
checkingPeriod
ActionType
operation
READ
protectedElement
DataOperation
READ
READ
CREATE
CREATE
DELETE
DELETE
UPDATE
UPDATE
NONE
NONE
SchemaField
SafetyRequirement
PerformanceRequirement
maxCompletionTime | null | {"directed":true,"nodes":[{"nsPrefix":"dpim","nsURI":"http://io.github.dice-project/dpim/1.0","name":"dpim","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":"DIAElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputeNode","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSource","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageSystem","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualityRequirement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dataset","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComputeTechType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProcessingType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StorageSystemType","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceNode","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterNode","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualizationNode","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SourceNodeType","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MachineLearningNode","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MachineLearningAlgorithm","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataOperation","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SchemaField","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SafetyRequirement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerformanceRequirement","instanceClass":null,"abstract":false,"id":25,"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":"elements","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":"modelId","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dscription","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requirements","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":"properties","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetTech","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"processingType","changeable":true,"lowerBound":0,"iD":false,"id":41,"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":"processInputData","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"storeOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"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":"produceOutputData","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"user","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"ordered":true,"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":55,"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":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requirementId","changeable":true,"lowerBound":1,"iD":true,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","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":"providedBy","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"},{"name":"Spark","id":70,"value":0,"literal":"Spark","eClass":"EEnumLiteral"},{"name":"HadoopMR","id":71,"value":1,"literal":"HadoopMR","eClass":"EEnumLiteral"},{"name":"Storm","id":72,"value":2,"literal":"Storm","eClass":"EEnumLiteral"},{"name":"StreamProcessing","id":73,"value":0,"literal":"StreamProcessing","eClass":"EEnumLiteral"},{"name":"BatchProcesisng","id":74,"value":1,"literal":"BatchProcesisng","eClass":"EEnumLiteral"},{"name":"Interactive","id":75,"value":2,"literal":"Interactive","eClass":"EEnumLiteral"},{"name":"Cassandra","id":76,"value":0,"literal":"Cassandra","eClass":"EEnumLiteral"},{"name":"MySQL","id":77,"value":1,"literal":"MySQL","eClass":"EEnumLiteral"},{"name":"MongoDB","id":78,"value":2,"literal":"MongoDB","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":"emitRate","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"name":"sensor","id":86,"value":1,"literal":"sensor","eClass":"EEnumLiteral"},{"name":"webCrawler","id":87,"value":1,"literal":"webCrawler","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":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":true,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"algoithm","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"name":"Regression","id":95,"value":0,"literal":"Regression","eClass":"EEnumLiteral"},{"name":"DecisionTreeClassification","id":96,"value":1,"literal":"DecisionTreeClassification","eClass":"EEnumLiteral"},{"name":"KMeansClustering","id":97,"value":2,"literal":"KMeansClustering","eClass":"EEnumLiteral"},{"name":"SVM","id":98,"value":3,"literal":"SVM","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasRole","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accessComputeNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roleId","changeable":true,"lowerBound":1,"iD":true,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roleId","changeable":true,"lowerBound":1,"iD":true,"id":105,"derived":false},{"id":106,"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":"actionType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validityStartTime","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validityEndTime","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"checkingPeriod","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"READ","unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":1,"iD":false,"id":118,"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":"protectedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"name":"READ","id":122,"value":1,"literal":"READ","eClass":"EEnumLiteral"},{"name":"CREATE","id":123,"value":2,"literal":"CREATE","eClass":"EEnumLiteral"},{"name":"DELETE","id":124,"value":3,"literal":"DELETE","eClass":"EEnumLiteral"},{"name":"UPDATE","id":125,"value":4,"literal":"UPDATE","eClass":"EEnumLiteral"},{"name":"NONE","id":126,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"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":"maxCompletionTime","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":1,"target":0},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":26,"target":2},{"source":26,"target":31},{"source":26,"target":1},{"source":31,"target":2},{"source":27,"target":32},{"source":27,"target":1},{"source":28,"target":33},{"source":28,"target":1},{"source":29,"target":6},{"source":29,"target":34},{"source":29,"target":1},{"source":34,"target":6},{"source":30,"target":15},{"source":30,"target":35},{"source":30,"target":1},{"source":35,"target":15},{"source":2,"target":0},{"source":2,"target":36},{"source":2,"target":37},{"source":36,"target":38},{"source":36,"target":2},{"source":37,"target":15},{"source":37,"target":39},{"source":37,"target":2},{"source":39,"target":15},{"source":3,"target":0},{"source":3,"target":2},{"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":40,"target":8},{"source":40,"target":46},{"source":40,"target":3},{"source":46,"target":8},{"source":41,"target":9},{"source":41,"target":47},{"source":41,"target":3},{"source":47,"target":9},{"source":42,"target":7},{"source":42,"target":48},{"source":42,"target":3},{"source":48,"target":7},{"source":43,"target":5},{"source":43,"target":49},{"source":43,"target":3},{"source":49,"target":5},{"source":44,"target":7},{"source":44,"target":50},{"source":44,"target":3},{"source":50,"target":7},{"source":45,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":51},{"source":4,"target":52},{"source":51,"target":53},{"source":51,"target":4},{"source":52,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":54,"target":58},{"source":54,"target":5},{"source":55,"target":59},{"source":55,"target":5},{"source":56,"target":10},{"source":56,"target":60},{"source":56,"target":5},{"source":60,"target":10},{"source":57,"target":4},{"source":6,"target":0},{"source":6,"target":61},{"source":61,"target":62},{"source":61,"target":6},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":63},{"source":7,"target":64},{"source":7,"target":65},{"source":7,"target":66},{"source":63,"target":67},{"source":63,"target":7},{"source":64,"target":23},{"source":64,"target":68},{"source":64,"target":7},{"source":68,"target":23},{"source":65,"target":4},{"source":65,"target":69},{"source":65,"target":7},{"source":69,"target":4},{"source":66,"target":2},{"source":8,"target":0},{"source":8,"target":70},{"source":8,"target":71},{"source":8,"target":72},{"source":70,"target":8},{"source":71,"target":8},{"source":72,"target":8},{"source":9,"target":0},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":73,"target":9},{"source":74,"target":9},{"source":75,"target":9},{"source":10,"target":0},{"source":10,"target":76},{"source":10,"target":77},{"source":10,"target":78},{"source":76,"target":10},{"source":77,"target":10},{"source":78,"target":10},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":79},{"source":11,"target":80},{"source":11,"target":81},{"source":79,"target":82},{"source":79,"target":11},{"source":80,"target":14},{"source":80,"target":83},{"source":80,"target":11},{"source":83,"target":14},{"source":81,"target":4},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":84},{"source":84,"target":3},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":85},{"source":85,"target":3},{"source":14,"target":0},{"source":14,"target":86},{"source":14,"target":87},{"source":86,"target":14},{"source":87,"target":14},{"source":15,"target":0},{"source":15,"target":88},{"source":15,"target":89},{"source":88,"target":90},{"source":88,"target":15},{"source":89,"target":91},{"source":89,"target":15},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":92},{"source":16,"target":93},{"source":92,"target":17},{"source":92,"target":94},{"source":92,"target":16},{"source":94,"target":17},{"source":93,"target":3},{"source":17,"target":0},{"source":17,"target":95},{"source":17,"target":96},{"source":17,"target":97},{"source":17,"target":98},{"source":95,"target":17},{"source":96,"target":17},{"source":97,"target":17},{"source":98,"target":17},{"source":18,"target":0},{"source":18,"target":99},{"source":18,"target":100},{"source":18,"target":101},{"source":99,"target":19},{"source":99,"target":102},{"source":99,"target":18},{"source":102,"target":19},{"source":100,"target":3},{"source":100,"target":103},{"source":100,"target":18},{"source":103,"target":3},{"source":101,"target":104},{"source":101,"target":18},{"source":19,"target":0},{"source":19,"target":105},{"source":105,"target":106},{"source":105,"target":19},{"source":20,"target":0},{"source":20,"target":2},{"source":20,"target":107},{"source":20,"target":108},{"source":20,"target":109},{"source":20,"target":110},{"source":20,"target":111},{"source":20,"target":112},{"source":107,"target":21},{"source":107,"target":113},{"source":107,"target":20},{"source":113,"target":21},{"source":108,"target":2},{"source":108,"target":114},{"source":108,"target":20},{"source":114,"target":2},{"source":109,"target":115},{"source":109,"target":20},{"source":110,"target":116},{"source":110,"target":20},{"source":111,"target":117},{"source":111,"target":20},{"source":112,"target":2},{"source":21,"target":0},{"source":21,"target":118},{"source":21,"target":119},{"source":118,"target":22},{"source":118,"target":120},{"source":118,"target":21},{"source":120,"target":22},{"source":119,"target":2},{"source":119,"target":121},{"source":119,"target":21},{"source":121,"target":2},{"source":22,"target":0},{"source":22,"target":122},{"source":22,"target":123},{"source":22,"target":124},{"source":22,"target":125},{"source":22,"target":126},{"source":122,"target":22},{"source":123,"target":22},{"source":124,"target":22},{"source":125,"target":22},{"source":126,"target":22},{"source":23,"target":0},{"source":23,"target":2},{"source":23,"target":127},{"source":127,"target":2},{"source":24,"target":0},{"source":24,"target":6},{"source":24,"target":128},{"source":128,"target":6},{"source":25,"target":0},{"source":25,"target":6},{"source":25,"target":129},{"source":25,"target":130},{"source":129,"target":131},{"source":129,"target":25},{"source":130,"target":6}],"multigraph":true} |
true | <?xml version="1.0" encoding="ISO-8859-1"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="DSLModel" nsURI="DSLModel">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainModel" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//ModelElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElement" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentLink" ordered="false"
lowerBound="1" eType="#//EmbeddingLink" eOpposite="#//EmbeddingLink/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" ordered="false"
upperBound="-1" eType="#//Property" containment="true" eOpposite="#//Property/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="embeddinglinks" ordered="false"
upperBound="-1" eType="#//EmbeddingLink" containment="true" eOpposite="#//EmbeddingLink/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencelinks" ordered="false"
upperBound="-1" eType="#//ReferenceLink" containment="true" eOpposite="#//ReferenceLink/owner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElementLink" eSuperTypes="#//ModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="links" ordered="false"
upperBound="-1" eType="#//ReferenceLink" eOpposite="#//ReferenceLink/modelElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EmbeddingLink" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false"
eType="#//ModelElement" eOpposite="#//ModelElement/embeddinglinks"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
upperBound="-1" eType="#//ModelElement" containment="true" eOpposite="#//ModelElement/parentLink"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceLink" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false"
eType="#//ModelElement" eOpposite="#//ModelElement/referencelinks"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" ordered="false"
lowerBound="1" eType="#//ModelElementLink" eOpposite="#//ModelElementLink/links"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="roles" ordered="false"
lowerBound="2" upperBound="2" eType="#//Role" containment="true" eOpposite="#//Role/owner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false"
lowerBound="1" eType="#//ModelElement" eOpposite="#//ModelElement/properties"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#//Value" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
lowerBound="1" eType="#//ModelElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false"
lowerBound="1" eType="#//ReferenceLink" eOpposite="#//ReferenceLink/roles"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerValue" eSuperTypes="#//Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoubleValue" eSuperTypes="#//Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanValue" eSuperTypes="#//Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="#//Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eSubpackages name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="double"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/anatlyzer/a2l/tests/a2l.tests.vmtesting.emf/transformations/DSLModel2KM2/DSLModel.ecore | ecore | DSLModel
Model
domainModel
contents
Element
type
id
ModelElement
parentLink
properties
embeddinglinks
referencelinks
ModelElementLink
links
EmbeddingLink
owner
elements
ReferenceLink
owner
modelElement
roles
NamedElement
name
Property
owner
value
Role
element
owner
Value
IntegerValue
value
DoubleValue
value
BooleanValue
value
StringValue
value
PrimitiveTypes
Boolean
boolean
boolean
Integer
int
int
String
java.lang.String
java.lang.String
Double
double
double | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":"DSLModel","name":"DSLModel","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":"Element","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementLink","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddingLink","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceLink","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleValue","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":15,"eClass":"EPackage"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainModel","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"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":"parentLink","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"embeddinglinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referencelinks","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"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":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":2,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":72,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":73,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":74,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":75,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":16,"target":18},{"source":16,"target":1},{"source":17,"target":3},{"source":17,"target":19},{"source":17,"target":1},{"source":19,"target":3},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":21},{"source":20,"target":22},{"source":20,"target":2},{"source":21,"target":23},{"source":21,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":24,"target":5},{"source":24,"target":29},{"source":24,"target":3},{"source":24,"target":30},{"source":29,"target":5},{"source":25,"target":8},{"source":25,"target":31},{"source":25,"target":3},{"source":25,"target":32},{"source":31,"target":8},{"source":26,"target":5},{"source":26,"target":33},{"source":26,"target":3},{"source":26,"target":34},{"source":33,"target":5},{"source":27,"target":6},{"source":27,"target":35},{"source":27,"target":3},{"source":27,"target":36},{"source":35,"target":6},{"source":28,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":37},{"source":4,"target":38},{"source":37,"target":6},{"source":37,"target":39},{"source":37,"target":4},{"source":37,"target":40},{"source":39,"target":6},{"source":38,"target":3},{"source":5,"target":0},{"source":5,"target":7},{"source":5,"target":34},{"source":5,"target":30},{"source":5,"target":41},{"source":34,"target":3},{"source":34,"target":42},{"source":34,"target":5},{"source":34,"target":26},{"source":42,"target":3},{"source":30,"target":3},{"source":30,"target":43},{"source":30,"target":5},{"source":30,"target":24},{"source":43,"target":3},{"source":41,"target":7},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":36},{"source":6,"target":40},{"source":6,"target":44},{"source":6,"target":45},{"source":36,"target":3},{"source":36,"target":46},{"source":36,"target":6},{"source":36,"target":27},{"source":46,"target":3},{"source":40,"target":4},{"source":40,"target":47},{"source":40,"target":6},{"source":40,"target":37},{"source":47,"target":4},{"source":44,"target":9},{"source":44,"target":48},{"source":44,"target":6},{"source":44,"target":49},{"source":48,"target":9},{"source":45,"target":2},{"source":7,"target":0},{"source":7,"target":50},{"source":50,"target":51},{"source":50,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":32},{"source":8,"target":52},{"source":8,"target":53},{"source":32,"target":3},{"source":32,"target":54},{"source":32,"target":8},{"source":32,"target":25},{"source":54,"target":3},{"source":52,"target":10},{"source":52,"target":55},{"source":52,"target":8},{"source":55,"target":10},{"source":53,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":56},{"source":9,"target":49},{"source":9,"target":57},{"source":56,"target":3},{"source":56,"target":58},{"source":56,"target":9},{"source":58,"target":3},{"source":49,"target":6},{"source":49,"target":59},{"source":49,"target":9},{"source":49,"target":44},{"source":59,"target":6},{"source":57,"target":7},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":60},{"source":11,"target":61},{"source":60,"target":62},{"source":60,"target":11},{"source":61,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":63},{"source":12,"target":64},{"source":63,"target":65},{"source":63,"target":12},{"source":64,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":66},{"source":13,"target":67},{"source":66,"target":68},{"source":66,"target":13},{"source":67,"target":10},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":69},{"source":14,"target":70},{"source":69,"target":71},{"source":69,"target":14},{"source":70,"target":10},{"source":15,"target":72},{"source":15,"target":73},{"source":15,"target":74},{"source":15,"target":75},{"source":15,"target":0},{"source":72,"target":15},{"source":73,"target":15},{"source":74,"target":15},{"source":75,"target":15}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="gmfgraph"
nsURI="http://www.eclipse.org/gmf/2006/GraphicalDefinition" nsPrefix="gmfgraph">
<eClassifiers xsi:type="ecore:EClass" name="Canvas" eSuperTypes="#//Identity">
<eStructuralFeatures xsi:type="ecore:EReference" name="figures" upperBound="-1"
eType="#//FigureGallery" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="containment here doesn't restrict nodes/connection from using figure galeries defined elsewhere. No assumption should be made whether or not node/connection figure is defined in the galery beloning to this canvas"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//Node" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-1"
eType="#//Connection" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="compartments" upperBound="-1"
eType="#//Compartment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="labels" upperBound="-1"
eType="#//DiagramLabel" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FigureGallery" eSuperTypes="#//Identity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Kind of explicit figure library notion. Bundle of figures. Allows to specify plugin id (allows importing it later from gmfgen code) in addition to figures"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="figures" upperBound="-1"
eType="#//RealFigure" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="implementationBundle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptors" upperBound="-1"
eType="#//FigureDescriptor" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="borders" upperBound="-1"
eType="#//Border" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Borders for reuse"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="layouts" upperBound="-1"
eType="#//Layout" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Layouts for reuse"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Identity" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Easy and readable way to reference element of the model from another one"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramElement" abstract="true" eSuperTypes="#//Identity">
<eStructuralFeatures xsi:type="ecore:EReference" name="figure" lowerBound="1"
eType="#//FigureDescriptor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="facets" upperBound="-1"
eType="#//VisualFacet" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="anything to further specify constraint or any other aspect of the element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//AbstractNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resizeConstraint" eType="#//Direction"
defaultValueLiteral="NSEW"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="affixedParentSide" eType="#//Direction"
defaultValueLiteral="NONE"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contentPane" eType="#//ChildAccess"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Connection" eSuperTypes="#//DiagramElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Compartment" eSuperTypes="#//DiagramElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="collapsible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="needsTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessor" eType="#//ChildAccess"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramLabel" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementIcon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="external" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessor" eType="#//ChildAccess"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//ChildAccess"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VisualFacet" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralFacet" eSuperTypes="#//VisualFacet">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="provide means to attach arbitrary data to your diagram element definition. It's up to you (template author) to process it somehow."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AlignmentFacet" eSuperTypes="#//VisualFacet">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Makes sense for DiagramLabels of Links only (now). Constants from {@link org.eclipse.draw2d.ConnectionLocator} are: MIDDLE = Alignment.CENTER, TARGET = Alignment.END, SOURCE = Alignment.BEGINNING"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="#//Alignment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GradientFacet" eSuperTypes="#//VisualFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//Direction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelOffsetFacet" eSuperTypes="#//VisualFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Figure" abstract="true" interface="true"
eSuperTypes="#//Layoutable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Anything you could combine visual representation from. Ordinary GEF figures, custom-defined or references to defined elsewhere. org.eclipse.draw2d.Figure"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="foregroundColor" eType="#//Color"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor" eType="#//Color"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="maximumSize" eType="#//Dimension"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="minimumSize" eType="#//Dimension"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="preferredSize" eType="#//Dimension"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="font" eType="#//Font" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="insets" eType="#//Insets"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="border" eType="#//Border"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="location" eType="#//Point"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Point"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" eType="#//FigureDescriptor"
changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FigureRef" eSuperTypes="#//AbstractFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Need this to facilitate reuse of figures while keeping (so nice looking) containment relationship in the Figure class"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="figure" lowerBound="1"
eType="#//RealFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="not just Figure because don't want to reference figure references."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionFigure" abstract="true" interface="true"
eSuperTypes="#//RealFigure"/>
<eClassifiers xsi:type="ecore:EClass" name="DecorationFigure" abstract="true" interface="true"
eSuperTypes="#//RealFigure"/>
<eClassifiers xsi:type="ecore:EClass" name="Shape" abstract="true" eSuperTypes="#//RealFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.Shape"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fill" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineKind" eType="#//LineKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xorFill" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xorOutline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedChildren" upperBound="-1"
eType="#//Figure" changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Same as children, but resolves child FigureRefs, if any, to Figures"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//RealFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.Label"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabeledContainer" eSuperTypes="#//RealFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.LabeledContainer"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rectangle" eSuperTypes="#//Shape">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.RectangleFigure"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoundedRectangle" eSuperTypes="#//Shape">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.RoundedRectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="8"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="8"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ellipse" eSuperTypes="#//Shape">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.Ellipse"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Polyline" eSuperTypes="#//Shape">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.Polyline"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="template" upperBound="-1"
eType="#//Point" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Polygon" eSuperTypes="#//Polyline">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.Polygon"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PolylineConnection" eSuperTypes="#//Polyline #//ConnectionFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.PolylineConnection"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceDecoration" eType="#//DecorationFigure"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetDecoration" eType="#//DecorationFigure"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PolylineDecoration" eSuperTypes="#//Polyline #//DecorationFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.PolylineDecoration"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PolygonDecoration" eSuperTypes="#//Polygon #//DecorationFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.PolygonDecoration"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomClass" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//CustomAttribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="null"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="directAccess" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiStatementValue" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FigureAccessor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accessor" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typedFigure" lowerBound="1"
eType="#//RealFigure" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomFigure" eSuperTypes="#//RealFigure #//CustomClass">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Any figure class provided by some bundle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="customChildren" upperBound="-1"
eType="#//FigureAccessor" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Childrent enumerated with this feature are mere 'access points' to actual structure of the CustomFigure. They are not created, unlike those contained in regular Figure#children"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomDecoration" eSuperTypes="#//CustomFigure #//DecorationFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Same as CustomFigure, but for Decorations"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomConnection" eSuperTypes="#//CustomFigure #//ConnectionFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Same as CustomFigure, but for Connections"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Color" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="RGBColor" eSuperTypes="#//Color">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="red" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="green" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantColor" eSuperTypes="#//Color">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//ColorConstants"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ColorConstants">
<eLiterals name="white"/>
<eLiterals name="black" value="1"/>
<eLiterals name="lightGray" value="2"/>
<eLiterals name="gray" value="3"/>
<eLiterals name="darkGray" value="4"/>
<eLiterals name="red" value="5"/>
<eLiterals name="orange" value="6"/>
<eLiterals name="yellow" value="7"/>
<eLiterals name="green" value="8"/>
<eLiterals name="lightGreen" value="9"/>
<eLiterals name="darkGreen" value="10"/>
<eLiterals name="cyan" value="11"/>
<eLiterals name="lightBlue" value="12"/>
<eLiterals name="blue" value="13"/>
<eLiterals name="darkBlue" value="14"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Font" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="BasicFont" eSuperTypes="#//Font">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="faceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="9"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//FontStyle"
defaultValueLiteral="NORMAL"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FontStyle">
<eLiterals name="NORMAL"/>
<eLiterals name="BOLD" value="1"/>
<eLiterals name="ITALIC" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Point">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dimension">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dx" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Insets">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="top" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="left" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bottom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="right" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Border" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="LineBorder" eSuperTypes="#//Border">
<eStructuralFeatures xsi:type="ecore:EReference" name="color" eType="#//Color"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MarginBorder" eSuperTypes="#//Border">
<eStructuralFeatures xsi:type="ecore:EReference" name="insets" eType="#//Insets"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompoundBorder" eSuperTypes="#//Border">
<eStructuralFeatures xsi:type="ecore:EReference" name="outer" eType="#//Border"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inner" eType="#//Border"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomBorder" eSuperTypes="#//Border #//CustomClass"/>
<eClassifiers xsi:type="ecore:EEnum" name="Direction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Geographical bit constants from org.eclipse.draw2d.PositionConstants"/>
</eAnnotations>
<eLiterals name="NONE"/>
<eLiterals name="NORTH" value="1"/>
<eLiterals name="SOUTH" value="4"/>
<eLiterals name="WEST" value="8"/>
<eLiterals name="EAST" value="16"/>
<eLiterals name="NORTH_EAST" value="17"/>
<eLiterals name="NORTH_WEST" value="9"/>
<eLiterals name="SOUTH_EAST" value="20"/>
<eLiterals name="SOUTH_WEST" value="12"/>
<eLiterals name="NORTH_SOUTH" value="5"/>
<eLiterals name="EAST_WEST" value="24"/>
<eLiterals name="NSEW" value="29"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LineKind">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.Graphics.LINE_* (== org.eclipse.swt.SWT.LINE_*. Values are same as SWT constants"/>
</eAnnotations>
<eLiterals name="LINE_SOLID" value="1"/>
<eLiterals name="LINE_DASH" value="2"/>
<eLiterals name="LINE_DOT" value="3"/>
<eLiterals name="LINE_DASHDOT" value="4"/>
<eLiterals name="LINE_DASHDOTDOT" value="5"/>
<eLiterals name="LINE_CUSTOM" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LayoutData" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Layoutable"
eOpposite="#//Layoutable/layoutData"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomLayoutData" eSuperTypes="#//LayoutData #//CustomClass"/>
<eClassifiers xsi:type="ecore:EClass" name="GridLayoutData" eSuperTypes="#//LayoutData">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="grabExcessHorizontalSpace"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="grabExcessVerticalSpace"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalAlignment" lowerBound="1"
eType="#//Alignment" defaultValueLiteral="CENTER"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalAlignment" lowerBound="1"
eType="#//Alignment" defaultValueLiteral="CENTER"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalSpan" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalSpan" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalIndent" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sizeHint" eType="#//Dimension"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BorderLayoutData" eSuperTypes="#//LayoutData">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" lowerBound="1"
eType="#//Alignment" defaultValueLiteral="CENTER"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vertical" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Alignment">
<eLiterals name="BEGINNING"/>
<eLiterals name="CENTER" value="1"/>
<eLiterals name="END" value="2"/>
<eLiterals name="FILL" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Layoutable" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="layoutData" eType="#//LayoutData"
containment="true" eOpposite="#//LayoutData/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//Layout"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Layout" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="CustomLayout" eSuperTypes="#//Layout #//CustomClass"/>
<eClassifiers xsi:type="ecore:EClass" name="GridLayout" eSuperTypes="#//Layout">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numColumns" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="equalWidth" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="margins" eType="#//Dimension"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="spacing" eType="#//Dimension"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BorderLayout" eSuperTypes="#//Layout">
<eStructuralFeatures xsi:type="ecore:EReference" name="spacing" eType="#//Dimension"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FlowLayout" eSuperTypes="#//Layout">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vertical" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="matchMinorSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="forceSingleLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="majorAlignment" eType="#//Alignment"
defaultValueLiteral="BEGINNING"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minorAlignment" eType="#//Alignment"
defaultValueLiteral="BEGINNING"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="majorSpacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="5"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minorSpacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XYLayout" eSuperTypes="#//Layout"/>
<eClassifiers xsi:type="ecore:EClass" name="XYLayoutData" eSuperTypes="#//LayoutData">
<eStructuralFeatures xsi:type="ecore:EReference" name="topLeft" lowerBound="1"
eType="#//Point" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="size" lowerBound="1" eType="#//Dimension"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StackLayout" eSuperTypes="#//Layout"/>
<eClassifiers xsi:type="ecore:EClass" name="ScalablePolygon" eSuperTypes="#//Polygon">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Marker interface to denote polygons with ability to autoscale to fit all available bounds. Separate class is needed instead of property in the Polygon class because of generalization PolygonDecoration extends Polygon"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DefaultSizeFacet" eSuperTypes="#//VisualFacet">
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultSize" eType="#//Dimension"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractNode" abstract="true" eSuperTypes="#//DiagramElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RealFigure" abstract="true" eSuperTypes="#//AbstractFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is exact/specific/concrete figure, unlike proxy/reference-nature FigureRef"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Figure" 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="AbstractFigure" abstract="true" eSuperTypes="#//Figure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is merely an implementation artifact to get only one base implementation of Figure attributes"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FigureDescriptor" eSuperTypes="#//Identity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The thing describes structure of a figure"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="actualFigure" lowerBound="1"
eType="#//Figure" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessors" upperBound="-1"
eType="#//ChildAccess" containment="true" eOpposite="#//ChildAccess/owner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChildAccess">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//FigureDescriptor"
changeable="false" resolveProxies="false" eOpposite="#//FigureDescriptor/accessors"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accessor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="figure" lowerBound="1"
eType="#//Figure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This may also point to RealFigure from FigureAccessor#typedFigure"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BorderRef" eSuperTypes="#//Border">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Border reuse mechanism"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="actual" lowerBound="1"
eType="#//Border">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="constraint: actual should not be another BorderRef"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LayoutRef" eSuperTypes="#//Layout">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Layout reuse mechanism"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="actual" lowerBound="1"
eType="#//Layout">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="constraint: actual should not be another LayoutRef"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodelsdataset-ECMFA2020/gmfgraph.ecore | ecore | gmfgraph
Canvas
figures
nodes
connections
compartments
labels
FigureGallery
figures
implementationBundle
descriptors
borders
layouts
Identity
name
DiagramElement
figure
facets
Node
resizeConstraint
NSEW
affixedParentSide
NONE
contentPane
Connection
Compartment
collapsible
needsTitle
accessor
DiagramLabel
elementIcon
true
external
accessor
container
VisualFacet
GeneralFacet
identifier
data
AlignmentFacet
alignment
GradientFacet
direction
LabelOffsetFacet
x
y
Figure
foregroundColor
backgroundColor
maximumSize
minimumSize
preferredSize
font
insets
border
location
size
descriptor
FigureRef
figure
ConnectionFigure
DecorationFigure
Shape
outline
true
fill
true
lineWidth
1
lineKind
xorFill
xorOutline
resolvedChildren
Label
text
LabeledContainer
Rectangle
RoundedRectangle
cornerWidth
8
cornerHeight
8
Ellipse
Polyline
template
Polygon
PolylineConnection
sourceDecoration
targetDecoration
PolylineDecoration
PolygonDecoration
CustomClass
qualifiedClassName
attributes
CustomAttribute
name
value
null
directAccess
false
multiStatementValue
false
FigureAccessor
accessor
typedFigure
CustomFigure
customChildren
CustomDecoration
CustomConnection
Color
RGBColor
red
green
blue
ConstantColor
value
ColorConstants
white
white
black
black
lightGray
lightGray
gray
gray
darkGray
darkGray
red
red
orange
orange
yellow
yellow
green
green
lightGreen
lightGreen
darkGreen
darkGreen
cyan
cyan
lightBlue
lightBlue
blue
blue
darkBlue
darkBlue
Font
BasicFont
faceName
height
9
style
NORMAL
FontStyle
NORMAL
NORMAL
BOLD
BOLD
ITALIC
ITALIC
Point
x
y
Dimension
dx
dy
Insets
top
left
bottom
right
Border
LineBorder
color
width
1
MarginBorder
insets
CompoundBorder
outer
inner
CustomBorder
Direction
NONE
NONE
NORTH
NORTH
SOUTH
SOUTH
WEST
WEST
EAST
EAST
NORTH_EAST
NORTH_EAST
NORTH_WEST
NORTH_WEST
SOUTH_EAST
SOUTH_EAST
SOUTH_WEST
SOUTH_WEST
NORTH_SOUTH
NORTH_SOUTH
EAST_WEST
EAST_WEST
NSEW
NSEW
LineKind
LINE_SOLID
LINE_SOLID
LINE_DASH
LINE_DASH
LINE_DOT
LINE_DOT
LINE_DASHDOT
LINE_DASHDOT
LINE_DASHDOTDOT
LINE_DASHDOTDOT
LINE_CUSTOM
LINE_CUSTOM
LayoutData
owner
CustomLayoutData
GridLayoutData
grabExcessHorizontalSpace
false
grabExcessVerticalSpace
false
verticalAlignment
CENTER
horizontalAlignment
CENTER
verticalSpan
1
horizontalSpan
1
horizontalIndent
sizeHint
BorderLayoutData
alignment
CENTER
vertical
false
Alignment
BEGINNING
BEGINNING
CENTER
CENTER
END
END
FILL
FILL
Layoutable
layoutData
layout
Layout
CustomLayout
GridLayout
numColumns
1
equalWidth
true
margins
spacing
BorderLayout
spacing
FlowLayout
vertical
false
matchMinorSize
false
forceSingleLine
false
majorAlignment
BEGINNING
minorAlignment
BEGINNING
majorSpacing
5
minorSpacing
5
XYLayout
XYLayoutData
topLeft
size
StackLayout
ScalablePolygon
DefaultSizeFacet
defaultSize
AbstractNode
RealFigure
children
name
AbstractFigure
FigureDescriptor
actualFigure
accessors
ChildAccess
owner
accessor
figure
BorderRef
actual
LayoutRef
actual | null | {"directed":true,"nodes":[{"nsPrefix":"gmfgraph","nsURI":"http://www.eclipse.org/gmf/2006/GraphicalDefinition","name":"gmfgraph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Canvas","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureGallery","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identity","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compartment","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramLabel","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualFacet","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralFacet","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlignmentFacet","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GradientFacet","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelOffsetFacet","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Figure","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureRef","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionFigure","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecorationFigure","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shape","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledContainer","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rectangle","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoundedRectangle","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ellipse","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Polyline","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Polygon","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolylineConnection","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolylineDecoration","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolygonDecoration","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomClass","instanceClass":null,"abstract":true,"id":29,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomAttribute","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureAccessor","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomFigure","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomDecoration","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomConnection","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Color","instanceClass":null,"abstract":true,"id":35,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RGBColor","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantColor","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ColorConstants","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Font","instanceClass":null,"abstract":true,"id":39,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicFont","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontStyle","instanceClass":null,"id":41,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Insets","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Border","instanceClass":null,"abstract":true,"id":45,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineBorder","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MarginBorder","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundBorder","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomBorder","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Direction","instanceClass":null,"id":50,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineKind","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutData","instanceClass":null,"abstract":true,"id":52,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomLayoutData","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridLayoutData","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderLayoutData","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Alignment","instanceClass":null,"id":56,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layoutable","instanceClass":null,"abstract":true,"id":57,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layout","instanceClass":null,"abstract":true,"id":58,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomLayout","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridLayout","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderLayout","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowLayout","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XYLayout","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XYLayoutData","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StackLayout","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalablePolygon","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultSizeFacet","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNode","instanceClass":null,"abstract":true,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealFigure","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractFigure","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureDescriptor","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChildAccess","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderRef","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutRef","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":true,"unsettable":false,"transient":false,"unique":true,"name":"figures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connections","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":"compartments","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":"labels","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"figures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"implementationBundle","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptors","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":"borders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layouts","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"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"figure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"facets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NSEW","unsettable":false,"transient":false,"unique":true,"name":"resizeConstraint","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NONE","unsettable":false,"transient":false,"unique":true,"name":"affixedParentSide","changeable":true,"lowerBound":0,"iD":false,"id":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":"contentPane","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collapsible","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"needsTitle","changeable":true,"lowerBound":0,"iD":false,"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":"accessor","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":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"elementIcon","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"external","changeable":false,"lowerBound":0,"iD":false,"id":120,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":true,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","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,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"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":"y","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"foregroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","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":"maximumSize","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":"minimumSize","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":"preferredSize","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":"font","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"border","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":"location","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":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":153,"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":"descriptor","changeable":false,"resolveProxies":false,"lowerBound":0,"id":154,"derived":true},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"figure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"outline","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"fill","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"lineWidth","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineKind","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xorFill","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xorOutline","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"resolvedChildren","changeable":false,"resolveProxies":true,"lowerBound":0,"id":178,"derived":true},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":8,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8","unsettable":false,"transient":false,"unique":true,"name":"cornerWidth","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":8,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8","unsettable":false,"transient":false,"unique":true,"name":"cornerHeight","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceDecoration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetDecoration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedClassName","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"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":216,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"null","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"null","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"directAccess","changeable":true,"lowerBound":1,"iD":false,"id":218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"multiStatementValue","changeable":true,"lowerBound":1,"iD":false,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessor","changeable":true,"lowerBound":1,"iD":false,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typedFigure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customChildren","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"red","changeable":true,"lowerBound":1,"iD":false,"id":236,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"green","changeable":true,"lowerBound":1,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blue","changeable":true,"lowerBound":1,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"name":"white","id":246,"value":0,"literal":"white","eClass":"EEnumLiteral"},{"name":"black","id":247,"value":1,"literal":"black","eClass":"EEnumLiteral"},{"name":"lightGray","id":248,"value":2,"literal":"lightGray","eClass":"EEnumLiteral"},{"name":"gray","id":249,"value":3,"literal":"gray","eClass":"EEnumLiteral"},{"name":"darkGray","id":250,"value":4,"literal":"darkGray","eClass":"EEnumLiteral"},{"name":"red","id":251,"value":5,"literal":"red","eClass":"EEnumLiteral"},{"name":"orange","id":252,"value":6,"literal":"orange","eClass":"EEnumLiteral"},{"name":"yellow","id":253,"value":7,"literal":"yellow","eClass":"EEnumLiteral"},{"name":"green","id":254,"value":8,"literal":"green","eClass":"EEnumLiteral"},{"name":"lightGreen","id":255,"value":9,"literal":"lightGreen","eClass":"EEnumLiteral"},{"name":"darkGreen","id":256,"value":10,"literal":"darkGreen","eClass":"EEnumLiteral"},{"name":"cyan","id":257,"value":11,"literal":"cyan","eClass":"EEnumLiteral"},{"name":"lightBlue","id":258,"value":12,"literal":"lightBlue","eClass":"EEnumLiteral"},{"name":"blue","id":259,"value":13,"literal":"blue","eClass":"EEnumLiteral"},{"name":"darkBlue","id":260,"value":14,"literal":"darkBlue","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"faceName","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":9,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"9","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NORMAL","unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"name":"NORMAL","id":268,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"BOLD","id":269,"value":1,"literal":"BOLD","eClass":"EEnumLiteral"},{"name":"ITALIC","id":270,"value":2,"literal":"ITALIC","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":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":"y","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dx","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dy","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"top","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bottom","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"insets","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":true,"unsettable":false,"transient":false,"unique":true,"name":"outer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"name":"NONE","id":302,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"NORTH","id":303,"value":1,"literal":"NORTH","eClass":"EEnumLiteral"},{"name":"SOUTH","id":304,"value":4,"literal":"SOUTH","eClass":"EEnumLiteral"},{"name":"WEST","id":305,"value":8,"literal":"WEST","eClass":"EEnumLiteral"},{"name":"EAST","id":306,"value":16,"literal":"EAST","eClass":"EEnumLiteral"},{"name":"NORTH_EAST","id":307,"value":17,"literal":"NORTH_EAST","eClass":"EEnumLiteral"},{"name":"NORTH_WEST","id":308,"value":9,"literal":"NORTH_WEST","eClass":"EEnumLiteral"},{"name":"SOUTH_EAST","id":309,"value":20,"literal":"SOUTH_EAST","eClass":"EEnumLiteral"},{"name":"SOUTH_WEST","id":310,"value":12,"literal":"SOUTH_WEST","eClass":"EEnumLiteral"},{"name":"NORTH_SOUTH","id":311,"value":5,"literal":"NORTH_SOUTH","eClass":"EEnumLiteral"},{"name":"EAST_WEST","id":312,"value":24,"literal":"EAST_WEST","eClass":"EEnumLiteral"},{"name":"NSEW","id":313,"value":29,"literal":"NSEW","eClass":"EEnumLiteral"},{"name":"LINE_SOLID","id":314,"value":1,"literal":"LINE_SOLID","eClass":"EEnumLiteral"},{"name":"LINE_DASH","id":315,"value":2,"literal":"LINE_DASH","eClass":"EEnumLiteral"},{"name":"LINE_DOT","id":316,"value":3,"literal":"LINE_DOT","eClass":"EEnumLiteral"},{"name":"LINE_DASHDOT","id":317,"value":4,"literal":"LINE_DASHDOT","eClass":"EEnumLiteral"},{"name":"LINE_DASHDOTDOT","id":318,"value":5,"literal":"LINE_DASHDOTDOT","eClass":"EEnumLiteral"},{"name":"LINE_CUSTOM","id":319,"value":6,"literal":"LINE_CUSTOM","eClass":"EEnumLiteral"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layoutData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"grabExcessHorizontalSpace","changeable":true,"lowerBound":1,"iD":false,"id":325,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"grabExcessVerticalSpace","changeable":true,"lowerBound":1,"iD":false,"id":326,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"verticalAlignment","changeable":true,"lowerBound":1,"iD":false,"id":327,"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":328,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"verticalSpan","changeable":true,"lowerBound":1,"iD":false,"id":329,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"horizontalSpan","changeable":true,"lowerBound":1,"iD":false,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"horizontalIndent","changeable":true,"lowerBound":1,"iD":false,"id":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":"sizeHint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":1,"iD":false,"id":342,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"vertical","changeable":true,"lowerBound":0,"iD":false,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"name":"BEGINNING","id":347,"value":0,"literal":"BEGINNING","eClass":"EEnumLiteral"},{"name":"CENTER","id":348,"value":1,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"END","id":349,"value":2,"literal":"END","eClass":"EEnumLiteral"},{"name":"FILL","id":350,"value":3,"literal":"FILL","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"numColumns","changeable":true,"lowerBound":1,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"equalWidth","changeable":true,"lowerBound":1,"iD":false,"id":357,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"margins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spacing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spacing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"vertical","changeable":true,"lowerBound":0,"iD":false,"id":368,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"matchMinorSize","changeable":true,"lowerBound":0,"iD":false,"id":369,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"forceSingleLine","changeable":true,"lowerBound":0,"iD":false,"id":370,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BEGINNING","unsettable":false,"transient":false,"unique":true,"name":"majorAlignment","changeable":true,"lowerBound":0,"iD":false,"id":371,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BEGINNING","unsettable":false,"transient":false,"unique":true,"name":"minorAlignment","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"majorSpacing","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"minorSpacing","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"topLeft","changeable":true,"resolveProxies":true,"lowerBound":1,"id":384,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":1,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualFigure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":401,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":false,"resolveProxies":false,"lowerBound":1,"id":406,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessor","changeable":true,"lowerBound":0,"iD":false,"id":407,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"figure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":415,"derived":false},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":3},{"source":1,"target":75},{"source":1,"target":76},{"source":1,"target":77},{"source":1,"target":78},{"source":1,"target":79},{"source":1,"target":80},{"source":75,"target":2},{"source":75,"target":81},{"source":75,"target":1},{"source":81,"target":2},{"source":76,"target":5},{"source":76,"target":82},{"source":76,"target":1},{"source":82,"target":5},{"source":77,"target":6},{"source":77,"target":83},{"source":77,"target":1},{"source":83,"target":6},{"source":78,"target":7},{"source":78,"target":84},{"source":78,"target":1},{"source":84,"target":7},{"source":79,"target":8},{"source":79,"target":85},{"source":79,"target":1},{"source":85,"target":8},{"source":80,"target":3},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":86},{"source":2,"target":87},{"source":2,"target":88},{"source":2,"target":89},{"source":2,"target":90},{"source":2,"target":91},{"source":86,"target":69},{"source":86,"target":92},{"source":86,"target":2},{"source":92,"target":69},{"source":87,"target":93},{"source":87,"target":2},{"source":88,"target":71},{"source":88,"target":94},{"source":88,"target":2},{"source":94,"target":71},{"source":89,"target":45},{"source":89,"target":95},{"source":89,"target":2},{"source":95,"target":45},{"source":90,"target":58},{"source":90,"target":96},{"source":90,"target":2},{"source":96,"target":58},{"source":91,"target":3},{"source":3,"target":0},{"source":3,"target":97},{"source":97,"target":98},{"source":97,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":99},{"source":4,"target":100},{"source":4,"target":101},{"source":99,"target":71},{"source":99,"target":102},{"source":99,"target":4},{"source":102,"target":71},{"source":100,"target":9},{"source":100,"target":103},{"source":100,"target":4},{"source":103,"target":9},{"source":101,"target":3},{"source":5,"target":0},{"source":5,"target":68},{"source":5,"target":104},{"source":5,"target":105},{"source":5,"target":106},{"source":5,"target":107},{"source":104,"target":50},{"source":104,"target":108},{"source":104,"target":5},{"source":108,"target":50},{"source":105,"target":50},{"source":105,"target":109},{"source":105,"target":5},{"source":109,"target":50},{"source":106,"target":72},{"source":106,"target":110},{"source":106,"target":5},{"source":110,"target":72},{"source":107,"target":68},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":111},{"source":111,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":112},{"source":7,"target":113},{"source":7,"target":114},{"source":7,"target":115},{"source":112,"target":116},{"source":112,"target":7},{"source":113,"target":117},{"source":113,"target":7},{"source":114,"target":72},{"source":114,"target":118},{"source":114,"target":7},{"source":118,"target":72},{"source":115,"target":4},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":119},{"source":8,"target":120},{"source":8,"target":121},{"source":8,"target":122},{"source":8,"target":123},{"source":119,"target":124},{"source":119,"target":8},{"source":120,"target":125},{"source":120,"target":8},{"source":121,"target":72},{"source":121,"target":126},{"source":121,"target":8},{"source":126,"target":72},{"source":122,"target":72},{"source":122,"target":127},{"source":122,"target":8},{"source":127,"target":72},{"source":123,"target":5},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":128},{"source":10,"target":129},{"source":10,"target":130},{"source":128,"target":131},{"source":128,"target":10},{"source":129,"target":132},{"source":129,"target":10},{"source":130,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":133},{"source":11,"target":134},{"source":133,"target":56},{"source":133,"target":135},{"source":133,"target":11},{"source":135,"target":56},{"source":134,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":136},{"source":12,"target":137},{"source":136,"target":50},{"source":136,"target":138},{"source":136,"target":12},{"source":138,"target":50},{"source":137,"target":9},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":139},{"source":13,"target":140},{"source":13,"target":141},{"source":139,"target":142},{"source":139,"target":13},{"source":140,"target":143},{"source":140,"target":13},{"source":141,"target":9},{"source":14,"target":0},{"source":14,"target":57},{"source":14,"target":144},{"source":14,"target":145},{"source":14,"target":146},{"source":14,"target":147},{"source":14,"target":148},{"source":14,"target":149},{"source":14,"target":150},{"source":14,"target":151},{"source":14,"target":152},{"source":14,"target":153},{"source":14,"target":154},{"source":14,"target":155},{"source":144,"target":35},{"source":144,"target":156},{"source":144,"target":14},{"source":156,"target":35},{"source":145,"target":35},{"source":145,"target":157},{"source":145,"target":14},{"source":157,"target":35},{"source":146,"target":43},{"source":146,"target":158},{"source":146,"target":14},{"source":158,"target":43},{"source":147,"target":43},{"source":147,"target":159},{"source":147,"target":14},{"source":159,"target":43},{"source":148,"target":43},{"source":148,"target":160},{"source":148,"target":14},{"source":160,"target":43},{"source":149,"target":39},{"source":149,"target":161},{"source":149,"target":14},{"source":161,"target":39},{"source":150,"target":44},{"source":150,"target":162},{"source":150,"target":14},{"source":162,"target":44},{"source":151,"target":45},{"source":151,"target":163},{"source":151,"target":14},{"source":163,"target":45},{"source":152,"target":42},{"source":152,"target":164},{"source":152,"target":14},{"source":164,"target":42},{"source":153,"target":42},{"source":153,"target":165},{"source":153,"target":14},{"source":165,"target":42},{"source":154,"target":71},{"source":154,"target":166},{"source":154,"target":14},{"source":166,"target":71},{"source":155,"target":57},{"source":15,"target":0},{"source":15,"target":70},{"source":15,"target":167},{"source":15,"target":168},{"source":167,"target":69},{"source":167,"target":169},{"source":167,"target":15},{"source":169,"target":69},{"source":168,"target":70},{"source":16,"target":0},{"source":16,"target":69},{"source":16,"target":170},{"source":170,"target":69},{"source":17,"target":0},{"source":17,"target":69},{"source":17,"target":171},{"source":171,"target":69},{"source":18,"target":0},{"source":18,"target":69},{"source":18,"target":172},{"source":18,"target":173},{"source":18,"target":174},{"source":18,"target":175},{"source":18,"target":176},{"source":18,"target":177},{"source":18,"target":178},{"source":18,"target":179},{"source":172,"target":180},{"source":172,"target":18},{"source":173,"target":181},{"source":173,"target":18},{"source":174,"target":182},{"source":174,"target":18},{"source":175,"target":51},{"source":175,"target":183},{"source":175,"target":18},{"source":183,"target":51},{"source":176,"target":184},{"source":176,"target":18},{"source":177,"target":185},{"source":177,"target":18},{"source":178,"target":14},{"source":178,"target":186},{"source":178,"target":18},{"source":186,"target":14},{"source":179,"target":69},{"source":19,"target":0},{"source":19,"target":69},{"source":19,"target":187},{"source":19,"target":188},{"source":187,"target":189},{"source":187,"target":19},{"source":188,"target":69},{"source":20,"target":0},{"source":20,"target":69},{"source":20,"target":190},{"source":190,"target":69},{"source":21,"target":0},{"source":21,"target":18},{"source":21,"target":191},{"source":191,"target":18},{"source":22,"target":0},{"source":22,"target":18},{"source":22,"target":192},{"source":22,"target":193},{"source":22,"target":194},{"source":192,"target":195},{"source":192,"target":22},{"source":193,"target":196},{"source":193,"target":22},{"source":194,"target":18},{"source":23,"target":0},{"source":23,"target":18},{"source":23,"target":197},{"source":197,"target":18},{"source":24,"target":0},{"source":24,"target":18},{"source":24,"target":198},{"source":24,"target":199},{"source":198,"target":42},{"source":198,"target":200},{"source":198,"target":24},{"source":200,"target":42},{"source":199,"target":18},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":201},{"source":201,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":16},{"source":26,"target":202},{"source":26,"target":203},{"source":26,"target":204},{"source":26,"target":205},{"source":202,"target":17},{"source":202,"target":206},{"source":202,"target":26},{"source":206,"target":17},{"source":203,"target":17},{"source":203,"target":207},{"source":203,"target":26},{"source":207,"target":17},{"source":204,"target":24},{"source":205,"target":16},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":17},{"source":27,"target":208},{"source":27,"target":209},{"source":208,"target":24},{"source":209,"target":17},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":17},{"source":28,"target":210},{"source":28,"target":211},{"source":210,"target":25},{"source":211,"target":17},{"source":29,"target":0},{"source":29,"target":212},{"source":29,"target":213},{"source":212,"target":214},{"source":212,"target":29},{"source":213,"target":30},{"source":213,"target":215},{"source":213,"target":29},{"source":215,"target":30},{"source":30,"target":0},{"source":30,"target":216},{"source":30,"target":217},{"source":30,"target":218},{"source":30,"target":219},{"source":216,"target":220},{"source":216,"target":30},{"source":217,"target":221},{"source":217,"target":30},{"source":218,"target":222},{"source":218,"target":30},{"source":219,"target":223},{"source":219,"target":30},{"source":31,"target":0},{"source":31,"target":224},{"source":31,"target":225},{"source":224,"target":226},{"source":224,"target":31},{"source":225,"target":69},{"source":225,"target":227},{"source":225,"target":31},{"source":227,"target":69},{"source":32,"target":0},{"source":32,"target":69},{"source":32,"target":29},{"source":32,"target":228},{"source":32,"target":229},{"source":32,"target":230},{"source":228,"target":31},{"source":228,"target":231},{"source":228,"target":32},{"source":231,"target":31},{"source":229,"target":69},{"source":230,"target":29},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":17},{"source":33,"target":232},{"source":33,"target":233},{"source":232,"target":32},{"source":233,"target":17},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":16},{"source":34,"target":234},{"source":34,"target":235},{"source":234,"target":32},{"source":235,"target":16},{"source":35,"target":0},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":236},{"source":36,"target":237},{"source":36,"target":238},{"source":36,"target":239},{"source":236,"target":240},{"source":236,"target":36},{"source":237,"target":241},{"source":237,"target":36},{"source":238,"target":242},{"source":238,"target":36},{"source":239,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":243},{"source":37,"target":244},{"source":243,"target":38},{"source":243,"target":245},{"source":243,"target":37},{"source":245,"target":38},{"source":244,"target":35},{"source":38,"target":0},{"source":38,"target":246},{"source":38,"target":247},{"source":38,"target":248},{"source":38,"target":249},{"source":38,"target":250},{"source":38,"target":251},{"source":38,"target":252},{"source":38,"target":253},{"source":38,"target":254},{"source":38,"target":255},{"source":38,"target":256},{"source":38,"target":257},{"source":38,"target":258},{"source":38,"target":259},{"source":38,"target":260},{"source":246,"target":38},{"source":247,"target":38},{"source":248,"target":38},{"source":249,"target":38},{"source":250,"target":38},{"source":251,"target":38},{"source":252,"target":38},{"source":253,"target":38},{"source":254,"target":38},{"source":255,"target":38},{"source":256,"target":38},{"source":257,"target":38},{"source":258,"target":38},{"source":259,"target":38},{"source":260,"target":38},{"source":39,"target":0},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":261},{"source":40,"target":262},{"source":40,"target":263},{"source":40,"target":264},{"source":261,"target":265},{"source":261,"target":40},{"source":262,"target":266},{"source":262,"target":40},{"source":263,"target":41},{"source":263,"target":267},{"source":263,"target":40},{"source":267,"target":41},{"source":264,"target":39},{"source":41,"target":0},{"source":41,"target":268},{"source":41,"target":269},{"source":41,"target":270},{"source":268,"target":41},{"source":269,"target":41},{"source":270,"target":41},{"source":42,"target":0},{"source":42,"target":271},{"source":42,"target":272},{"source":271,"target":273},{"source":271,"target":42},{"source":272,"target":274},{"source":272,"target":42},{"source":43,"target":0},{"source":43,"target":275},{"source":43,"target":276},{"source":275,"target":277},{"source":275,"target":43},{"source":276,"target":278},{"source":276,"target":43},{"source":44,"target":0},{"source":44,"target":279},{"source":44,"target":280},{"source":44,"target":281},{"source":44,"target":282},{"source":279,"target":283},{"source":279,"target":44},{"source":280,"target":284},{"source":280,"target":44},{"source":281,"target":285},{"source":281,"target":44},{"source":282,"target":286},{"source":282,"target":44},{"source":45,"target":0},{"source":46,"target":0},{"source":46,"target":45},{"source":46,"target":287},{"source":46,"target":288},{"source":46,"target":289},{"source":287,"target":35},{"source":287,"target":290},{"source":287,"target":46},{"source":290,"target":35},{"source":288,"target":291},{"source":288,"target":46},{"source":289,"target":45},{"source":47,"target":0},{"source":47,"target":45},{"source":47,"target":292},{"source":47,"target":293},{"source":292,"target":44},{"source":292,"target":294},{"source":292,"target":47},{"source":294,"target":44},{"source":293,"target":45},{"source":48,"target":0},{"source":48,"target":45},{"source":48,"target":295},{"source":48,"target":296},{"source":48,"target":297},{"source":295,"target":45},{"source":295,"target":298},{"source":295,"target":48},{"source":298,"target":45},{"source":296,"target":45},{"source":296,"target":299},{"source":296,"target":48},{"source":299,"target":45},{"source":297,"target":45},{"source":49,"target":0},{"source":49,"target":45},{"source":49,"target":29},{"source":49,"target":300},{"source":49,"target":301},{"source":300,"target":45},{"source":301,"target":29},{"source":50,"target":0},{"source":50,"target":302},{"source":50,"target":303},{"source":50,"target":304},{"source":50,"target":305},{"source":50,"target":306},{"source":50,"target":307},{"source":50,"target":308},{"source":50,"target":309},{"source":50,"target":310},{"source":50,"target":311},{"source":50,"target":312},{"source":50,"target":313},{"source":302,"target":50},{"source":303,"target":50},{"source":304,"target":50},{"source":305,"target":50},{"source":306,"target":50},{"source":307,"target":50},{"source":308,"target":50},{"source":309,"target":50},{"source":310,"target":50},{"source":311,"target":50},{"source":312,"target":50},{"source":313,"target":50},{"source":51,"target":0},{"source":51,"target":314},{"source":51,"target":315},{"source":51,"target":316},{"source":51,"target":317},{"source":51,"target":318},{"source":51,"target":319},{"source":314,"target":51},{"source":315,"target":51},{"source":316,"target":51},{"source":317,"target":51},{"source":318,"target":51},{"source":319,"target":51},{"source":52,"target":0},{"source":52,"target":320},{"source":320,"target":57},{"source":320,"target":321},{"source":320,"target":52},{"source":320,"target":322},{"source":321,"target":57},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":29},{"source":53,"target":323},{"source":53,"target":324},{"source":323,"target":52},{"source":324,"target":29},{"source":54,"target":0},{"source":54,"target":52},{"source":54,"target":325},{"source":54,"target":326},{"source":54,"target":327},{"source":54,"target":328},{"source":54,"target":329},{"source":54,"target":330},{"source":54,"target":331},{"source":54,"target":332},{"source":54,"target":333},{"source":325,"target":334},{"source":325,"target":54},{"source":326,"target":335},{"source":326,"target":54},{"source":327,"target":56},{"source":327,"target":336},{"source":327,"target":54},{"source":336,"target":56},{"source":328,"target":56},{"source":328,"target":337},{"source":328,"target":54},{"source":337,"target":56},{"source":329,"target":338},{"source":329,"target":54},{"source":330,"target":339},{"source":330,"target":54},{"source":331,"target":340},{"source":331,"target":54},{"source":332,"target":43},{"source":332,"target":341},{"source":332,"target":54},{"source":341,"target":43},{"source":333,"target":52},{"source":55,"target":0},{"source":55,"target":52},{"source":55,"target":342},{"source":55,"target":343},{"source":55,"target":344},{"source":342,"target":56},{"source":342,"target":345},{"source":342,"target":55},{"source":345,"target":56},{"source":343,"target":346},{"source":343,"target":55},{"source":344,"target":52},{"source":56,"target":0},{"source":56,"target":347},{"source":56,"target":348},{"source":56,"target":349},{"source":56,"target":350},{"source":347,"target":56},{"source":348,"target":56},{"source":349,"target":56},{"source":350,"target":56},{"source":57,"target":0},{"source":57,"target":322},{"source":57,"target":351},{"source":322,"target":52},{"source":322,"target":352},{"source":322,"target":57},{"source":322,"target":320},{"source":352,"target":52},{"source":351,"target":58},{"source":351,"target":353},{"source":351,"target":57},{"source":353,"target":58},{"source":58,"target":0},{"source":59,"target":0},{"source":59,"target":58},{"source":59,"target":29},{"source":59,"target":354},{"source":59,"target":355},{"source":354,"target":58},{"source":355,"target":29},{"source":60,"target":0},{"source":60,"target":58},{"source":60,"target":356},{"source":60,"target":357},{"source":60,"target":358},{"source":60,"target":359},{"source":60,"target":360},{"source":356,"target":361},{"source":356,"target":60},{"source":357,"target":362},{"source":357,"target":60},{"source":358,"target":43},{"source":358,"target":363},{"source":358,"target":60},{"source":363,"target":43},{"source":359,"target":43},{"source":359,"target":364},{"source":359,"target":60},{"source":364,"target":43},{"source":360,"target":58},{"source":61,"target":0},{"source":61,"target":58},{"source":61,"target":365},{"source":61,"target":366},{"source":365,"target":43},{"source":365,"target":367},{"source":365,"target":61},{"source":367,"target":43},{"source":366,"target":58},{"source":62,"target":0},{"source":62,"target":58},{"source":62,"target":368},{"source":62,"target":369},{"source":62,"target":370},{"source":62,"target":371},{"source":62,"target":372},{"source":62,"target":373},{"source":62,"target":374},{"source":62,"target":375},{"source":368,"target":376},{"source":368,"target":62},{"source":369,"target":377},{"source":369,"target":62},{"source":370,"target":378},{"source":370,"target":62},{"source":371,"target":56},{"source":371,"target":379},{"source":371,"target":62},{"source":379,"target":56},{"source":372,"target":56},{"source":372,"target":380},{"source":372,"target":62},{"source":380,"target":56},{"source":373,"target":381},{"source":373,"target":62},{"source":374,"target":382},{"source":374,"target":62},{"source":375,"target":58},{"source":63,"target":0},{"source":63,"target":58},{"source":63,"target":383},{"source":383,"target":58},{"source":64,"target":0},{"source":64,"target":52},{"source":64,"target":384},{"source":64,"target":385},{"source":64,"target":386},{"source":384,"target":42},{"source":384,"target":387},{"source":384,"target":64},{"source":387,"target":42},{"source":385,"target":43},{"source":385,"target":388},{"source":385,"target":64},{"source":388,"target":43},{"source":386,"target":52},{"source":65,"target":0},{"source":65,"target":58},{"source":65,"target":389},{"source":389,"target":58},{"source":66,"target":0},{"source":66,"target":25},{"source":66,"target":390},{"source":390,"target":25},{"source":67,"target":0},{"source":67,"target":9},{"source":67,"target":391},{"source":67,"target":392},{"source":391,"target":43},{"source":391,"target":393},{"source":391,"target":67},{"source":393,"target":43},{"source":392,"target":9},{"source":68,"target":0},{"source":68,"target":4},{"source":68,"target":394},{"source":394,"target":4},{"source":69,"target":0},{"source":69,"target":70},{"source":69,"target":395},{"source":69,"target":396},{"source":69,"target":397},{"source":395,"target":14},{"source":395,"target":398},{"source":395,"target":69},{"source":398,"target":14},{"source":396,"target":399},{"source":396,"target":69},{"source":397,"target":70},{"source":70,"target":0},{"source":70,"target":14},{"source":70,"target":400},{"source":400,"target":14},{"source":71,"target":0},{"source":71,"target":3},{"source":71,"target":401},{"source":71,"target":402},{"source":71,"target":403},{"source":401,"target":14},{"source":401,"target":404},{"source":401,"target":71},{"source":404,"target":14},{"source":402,"target":72},{"source":402,"target":405},{"source":402,"target":71},{"source":402,"target":406},{"source":405,"target":72},{"source":403,"target":3},{"source":72,"target":0},{"source":72,"target":406},{"source":72,"target":407},{"source":72,"target":408},{"source":406,"target":71},{"source":406,"target":409},{"source":406,"target":72},{"source":406,"target":402},{"source":409,"target":71},{"source":407,"target":410},{"source":407,"target":72},{"source":408,"target":14},{"source":408,"target":411},{"source":408,"target":72},{"source":411,"target":14},{"source":73,"target":0},{"source":73,"target":45},{"source":73,"target":412},{"source":73,"target":413},{"source":412,"target":45},{"source":412,"target":414},{"source":412,"target":73},{"source":414,"target":45},{"source":413,"target":45},{"source":74,"target":0},{"source":74,"target":58},{"source":74,"target":415},{"source":74,"target":416},{"source":415,"target":58},{"source":415,"target":417},{"source":415,"target":74},{"source":417,"target":58},{"source":416,"target":58}],"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="berge" nsURI="http://fr.sirs/berge">
<eClassifiers xsi:type="ecore:EClass" name="Berge" eSuperTypes="../../sirs-core/model/sirs.ecore#//TronconDigue ../../sirs-core/model/sirs.ecore#//TronconLitAssociable">
<eAnnotations source="couchDBDocument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TraitBerge" eSuperTypes="../../sirs-core/model/sirs.ecore#//AvecGeometrie">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bergeId" eType="#//Berge"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="geometry" eType="ecore:EDataType ../../sirs-core/model/jts.ecore#//Geometry"/>
<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="date_debut" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="localDate"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date_fin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="localDate"/>
</eStructuralFeatures>
<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="FondationBerge" eSuperTypes="../../sirs-core/model/sirs.ecore#//ObjetStructure">
<eAnnotations source="couchDBDocument"/>
<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="fonctionId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefFonction"/>
<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:EAttribute" name="numCouche" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PiedBerge" eSuperTypes="../../sirs-core/model/sirs.ecore#//ObjetStructure">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fonctionId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefFonction"/>
<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="riveId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefRive"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numCouche" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="largeurSabot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="epaisseur" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SommetBerge" eSuperTypes="../../sirs-core/model/sirs.ecore#//ObjetPhotographiable">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fonctionId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefFonction"/>
<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:EAttribute" name="numCouche" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="presenceRipisylve" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="riveId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefRive"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="natureSolId" eType="#//RefNatureSolBerge"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EpiBerge" eSuperTypes="../../sirs-core/model/sirs.ecore#//ObjetPhotographiable">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="longueurTotale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="coteAltimetriqueFondation"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="coteAltimetriqueAncrage"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="natureAncrageAmontId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefNature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="materiauAncrageAmontId"
eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefMateriau"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="longueurAncrageAmont" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="natureAncrageAvalId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefNature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="materiauAncrageAvalId"
eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefMateriau"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="longueurAncrageAval" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="natureCorpsId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefNature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="materiauCorpsId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefMateriau"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="longueurCorps" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="penteCorps" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="natureTeteId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefNature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="materiauTeteId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefMateriau"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="longueurTete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TalusRisbermeBerge" eSuperTypes="../../sirs-core/model/sirs.ecore#//ObjetStructure">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numCouche" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="epaisseurSommet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="penteInterieure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="longueurRampantHaut" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="longueurRampantBas" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="coteId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefCote"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fonctionHautId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefFonction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fonctionBasId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefFonction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="natureHautId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefNature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="natureBasId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefNature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="materiauHautId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefMateriau"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="materiauBasId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefMateriau"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TalusBerge" eSuperTypes="../../sirs-core/model/sirs.ecore#//ObjetPhotographiable">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="penteInterieure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="longueurRampantHaut" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="longueurRampantBas" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fonctionHautId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefFonction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fonctionBasId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefFonction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="natureHautId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefNature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="natureBasId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefNature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="materiauHautId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefMateriau"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="materiauBasId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefMateriau"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numCouche" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="riveId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefRive"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hauteur" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreteBerge" eSuperTypes="../../sirs-core/model/sirs.ecore#//ObjetStructure">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="epaisseur" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fonctionId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefFonction"/>
<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:EAttribute" name="numCouche" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OuvrageRevancheBerge" eSuperTypes="../../sirs-core/model/sirs.ecore#//ObjetStructure">
<eAnnotations source="couchDBDocument"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hauteurMurette" 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:EReference" name="coteId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefCote"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="positionId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefPosition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="natureHautId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefNature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="natureBasId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefNature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="materiauHautId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefMateriau"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="materiauBasId" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//RefMateriau"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ouvertureBatardableIds"
upperBound="-1" eType="ecore:EClass ../../sirs-core/model/sirs.ecore#//OuvertureBatardable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefNatureSolBerge" eSuperTypes="../../sirs-core/model/sirs.ecore#//ReferenceType">
<eAnnotations source="couchDBDocument"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/FranceDigues/SIRS-Digues-Desktop/plugin-berge/model/berge.ecore | ecore | berge
Berge
TraitBerge
bergeId
geometry
designation
author
valid
date_debut
date_fin
commentaire
FondationBerge
epaisseur
0.0
fonctionId
natureId
materiauId
numCouche
PiedBerge
fonctionId
natureId
materiauId
riveId
numCouche
largeurSabot
epaisseur
SommetBerge
fonctionId
natureId
materiauId
numCouche
presenceRipisylve
riveId
natureSolId
EpiBerge
longueurTotale
coteAltimetriqueFondation
coteAltimetriqueAncrage
natureAncrageAmontId
materiauAncrageAmontId
longueurAncrageAmont
natureAncrageAvalId
materiauAncrageAvalId
longueurAncrageAval
natureCorpsId
materiauCorpsId
longueurCorps
penteCorps
natureTeteId
materiauTeteId
longueurTete
orientation
TalusRisbermeBerge
numCouche
epaisseurSommet
0.0
penteInterieure
0.0
longueurRampantHaut
0.0
longueurRampantBas
0.0
coteId
fonctionHautId
fonctionBasId
natureHautId
natureBasId
materiauHautId
materiauBasId
TalusBerge
penteInterieure
0.0
longueurRampantHaut
0.0
longueurRampantBas
0.0
fonctionHautId
fonctionBasId
natureHautId
natureBasId
materiauHautId
materiauBasId
numCouche
riveId
hauteur
CreteBerge
epaisseur
fonctionId
natureId
materiauId
numCouche
OuvrageRevancheBerge
hauteurMurette
largeur
coteId
positionId
natureHautId
natureBasId
materiauHautId
materiauBasId
ouvertureBatardableIds
RefNatureSolBerge | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":"http://fr.sirs/berge","name":"berge","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Berge","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraitBerge","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FondationBerge","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PiedBerge","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SommetBerge","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EpiBerge","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TalusRisbermeBerge","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TalusBerge","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreteBerge","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OuvrageRevancheBerge","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefNatureSolBerge","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bergeId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"geometry","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":"designation","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":"author","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valid","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":"date_debut","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":"date_fin","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":"commentaire","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"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"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":"epaisseur","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":"fonctionId","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":"natureId","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":"materiauId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":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":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"},{"container":false,"ordered":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":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"natureId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"materiauId","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":"riveId","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":"numCouche","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"largeurSabot","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"epaisseur","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"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":"fonctionId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"natureId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"materiauId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numCouche","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"presenceRipisylve","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"riveId","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":"natureSolId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"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":"longueurTotale","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"coteAltimetriqueFondation","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"coteAltimetriqueAncrage","changeable":true,"lowerBound":0,"iD":false,"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":"natureAncrageAmontId","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":"materiauAncrageAmontId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"longueurAncrageAmont","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"natureAncrageAvalId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"materiauAncrageAvalId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"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":"longueurAncrageAval","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":"natureCorpsId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"materiauCorpsId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"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":"longueurCorps","changeable":true,"lowerBound":0,"iD":false,"id":83,"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":"penteCorps","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"natureTeteId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"materiauTeteId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"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":"longueurTete","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":"orientation","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"},{"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"},{"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":107,"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":"epaisseurSommet","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"penteInterieure","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"longueurRampantHaut","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"longueurRampantBas","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":"coteId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fonctionHautId","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":"fonctionBasId","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":false,"unsettable":false,"transient":false,"unique":true,"name":"natureHautId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"natureBasId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"materiauHautId","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":false,"unsettable":false,"transient":false,"unique":true,"name":"materiauBasId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"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":"penteInterieure","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":"0.0","unsettable":false,"transient":false,"unique":true,"name":"longueurRampantHaut","changeable":true,"lowerBound":0,"iD":false,"id":133,"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":"longueurRampantBas","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fonctionHautId","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":"fonctionBasId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"natureHautId","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":"natureBasId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"materiauHautId","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":"materiauBasId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":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":141,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"riveId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"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":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"epaisseur","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"container":false,"ordered":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":158,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"natureId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"materiauId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":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":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":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hauteurMurette","changeable":true,"lowerBound":0,"iD":false,"id":168,"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":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"coteId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"positionId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"natureHautId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"natureBasId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"materiauHautId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"materiauBasId","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":false,"unsettable":false,"transient":false,"unique":true,"name":"ouvertureBatardableIds","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"},{"id":187,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":14,"target":1},{"source":14,"target":23},{"source":14,"target":2},{"source":23,"target":1},{"source":15,"target":24},{"source":15,"target":2},{"source":16,"target":25},{"source":16,"target":2},{"source":17,"target":26},{"source":17,"target":2},{"source":18,"target":27},{"source":18,"target":2},{"source":19,"target":28},{"source":19,"target":2},{"source":20,"target":29},{"source":20,"target":2},{"source":21,"target":30},{"source":21,"target":2},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":31,"target":37},{"source":31,"target":3},{"source":32,"target":38},{"source":32,"target":3},{"source":33,"target":39},{"source":33,"target":3},{"source":34,"target":40},{"source":34,"target":3},{"source":35,"target":41},{"source":35,"target":3},{"source":4,"target":0},{"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":42,"target":50},{"source":42,"target":4},{"source":43,"target":51},{"source":43,"target":4},{"source":44,"target":52},{"source":44,"target":4},{"source":45,"target":53},{"source":45,"target":4},{"source":46,"target":54},{"source":46,"target":4},{"source":47,"target":55},{"source":47,"target":4},{"source":48,"target":56},{"source":48,"target":4},{"source":5,"target":0},{"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":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":68},{"source":60,"target":5},{"source":61,"target":69},{"source":61,"target":5},{"source":62,"target":70},{"source":62,"target":5},{"source":63,"target":11},{"source":63,"target":71},{"source":63,"target":5},{"source":71,"target":11},{"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":6,"target":79},{"source":6,"target":80},{"source":6,"target":81},{"source":6,"target":82},{"source":6,"target":83},{"source":6,"target":84},{"source":6,"target":85},{"source":6,"target":86},{"source":6,"target":87},{"source":6,"target":88},{"source":6,"target":89},{"source":72,"target":90},{"source":72,"target":6},{"source":73,"target":91},{"source":73,"target":6},{"source":74,"target":92},{"source":74,"target":6},{"source":75,"target":93},{"source":75,"target":6},{"source":76,"target":94},{"source":76,"target":6},{"source":77,"target":95},{"source":77,"target":6},{"source":78,"target":96},{"source":78,"target":6},{"source":79,"target":97},{"source":79,"target":6},{"source":80,"target":98},{"source":80,"target":6},{"source":81,"target":99},{"source":81,"target":6},{"source":82,"target":100},{"source":82,"target":6},{"source":83,"target":101},{"source":83,"target":6},{"source":84,"target":102},{"source":84,"target":6},{"source":85,"target":103},{"source":85,"target":6},{"source":86,"target":104},{"source":86,"target":6},{"source":87,"target":105},{"source":87,"target":6},{"source":88,"target":106},{"source":88,"target":6},{"source":7,"target":0},{"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":7,"target":114},{"source":7,"target":115},{"source":7,"target":116},{"source":7,"target":117},{"source":7,"target":118},{"source":7,"target":119},{"source":107,"target":120},{"source":107,"target":7},{"source":108,"target":121},{"source":108,"target":7},{"source":109,"target":122},{"source":109,"target":7},{"source":110,"target":123},{"source":110,"target":7},{"source":111,"target":124},{"source":111,"target":7},{"source":112,"target":125},{"source":112,"target":7},{"source":113,"target":126},{"source":113,"target":7},{"source":114,"target":127},{"source":114,"target":7},{"source":115,"target":128},{"source":115,"target":7},{"source":116,"target":129},{"source":116,"target":7},{"source":117,"target":130},{"source":117,"target":7},{"source":118,"target":131},{"source":118,"target":7},{"source":8,"target":0},{"source":8,"target":132},{"source":8,"target":133},{"source":8,"target":134},{"source":8,"target":135},{"source":8,"target":136},{"source":8,"target":137},{"source":8,"target":138},{"source":8,"target":139},{"source":8,"target":140},{"source":8,"target":141},{"source":8,"target":142},{"source":8,"target":143},{"source":8,"target":144},{"source":132,"target":145},{"source":132,"target":8},{"source":133,"target":146},{"source":133,"target":8},{"source":134,"target":147},{"source":134,"target":8},{"source":135,"target":148},{"source":135,"target":8},{"source":136,"target":149},{"source":136,"target":8},{"source":137,"target":150},{"source":137,"target":8},{"source":138,"target":151},{"source":138,"target":8},{"source":139,"target":152},{"source":139,"target":8},{"source":140,"target":153},{"source":140,"target":8},{"source":141,"target":154},{"source":141,"target":8},{"source":142,"target":155},{"source":142,"target":8},{"source":143,"target":156},{"source":143,"target":8},{"source":9,"target":0},{"source":9,"target":157},{"source":9,"target":158},{"source":9,"target":159},{"source":9,"target":160},{"source":9,"target":161},{"source":9,"target":162},{"source":157,"target":163},{"source":157,"target":9},{"source":158,"target":164},{"source":158,"target":9},{"source":159,"target":165},{"source":159,"target":9},{"source":160,"target":166},{"source":160,"target":9},{"source":161,"target":167},{"source":161,"target":9},{"source":10,"target":0},{"source":10,"target":168},{"source":10,"target":169},{"source":10,"target":170},{"source":10,"target":171},{"source":10,"target":172},{"source":10,"target":173},{"source":10,"target":174},{"source":10,"target":175},{"source":10,"target":176},{"source":10,"target":177},{"source":168,"target":178},{"source":168,"target":10},{"source":169,"target":179},{"source":169,"target":10},{"source":170,"target":180},{"source":170,"target":10},{"source":171,"target":181},{"source":171,"target":10},{"source":172,"target":182},{"source":172,"target":10},{"source":173,"target":183},{"source":173,"target":10},{"source":174,"target":184},{"source":174,"target":10},{"source":175,"target":185},{"source":175,"target":10},{"source":176,"target":186},{"source":176,"target":10},{"source":11,"target":0},{"source":11,"target":187}],"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="core"
nsURI="http://www.eclipse.org/tigerstripe/metamodel/core" nsPrefix="co">
<eClassifiers xsi:type="ecore:EClass" name="ITigerstripeElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IFacet" eSuperTypes="#//ITigerstripeElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includes" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="excludes" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eSubpackages name="instance" nsURI="http://www.eclipse.org/tigerstripe/metamodel/core.ins"
nsPrefix="ins">
<eClassifiers xsi:type="ecore:EClass" name="artifactInstance" eSuperTypes="#//ITigerstripeElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="artifact" eType="#//model/IAbstractArtifact"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="model" nsURI="http://www.eclipse.org/tigerstripe/metamodel/core.model"
nsPrefix="mod">
<eClassifiers xsi:type="ecore:EClass" name="IAbstractArtifact" eSuperTypes="#//model/IQualifiedNamedElement #//model/IStereotypeCapable">
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//model/IField" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//model/IMethod" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IException" eSuperTypes="#//model/IAbstractArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="IDatatypeArtifact" eSuperTypes="#//model/IAbstractArtifact">
<eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="#//model/IDatatypeArtifact"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IInterfaceArtifact" eSuperTypes="#//model/IAbstractArtifact">
<eStructuralFeatures xsi:type="ecore:EReference" name="extends" upperBound="-1"
eType="#//model/IInterfaceArtifact"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IClassArtifact" eSuperTypes="#//model/IAbstractArtifact">
<eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="#//model/IClassArtifact"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implements" upperBound="-1"
eType="#//model/IInterfaceArtifact"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IModelComponent" eSuperTypes="#//ITigerstripeElement"/>
<eClassifiers xsi:type="ecore:EClass" name="IStereotypeCapable"/>
<eClassifiers xsi:type="ecore:EClass" name="IField" eSuperTypes="#//model/IModelComponent #//model/IStereotypeCapable">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//model/IQualifiedNamedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IMethod" eSuperTypes="#//model/IModelComponent #//model/IStereotypeCapable">
<eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1"
eType="#//model/IException"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//model/IArgument" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="return" eType="#//model/IMethodReturn"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPackage" eSuperTypes="#//model/IModelComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="IQualifiedNamedElement" eSuperTypes="#//ITigerstripeElement">
<eOperations name="getFullyQualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="#//model/IPackage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IArtifactContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="artifacts" upperBound="-1"
eType="#//model/IAbstractArtifact" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IRelationship" eSuperTypes="#//model/IAbstractArtifact">
<eStructuralFeatures xsi:type="ecore:EReference" name="ends" unique="false"
lowerBound="2" upperBound="-1" eType="#//model/IRelationshipEnd" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IRelationshipEnd" eSuperTypes="#//model/IModelComponent #//model/IStereotypeCapable">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//model/IAbstractArtifact"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPrimitiveType" eSuperTypes="#//model/IQualifiedNamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="IMethodReturn" eSuperTypes="#//model/IModelComponent #//model/IStereotypeCapable">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//model/IQualifiedNamedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IArgument" eSuperTypes="#//model/IStereotypeCapable #//model/IModelComponent"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/donaldh/org.eclipse.tigerstripe/plugins/org.eclipse.tigerstripe.repository.core/model/core.ecore | ecore | core
ITigerstripeElement
name
description
version
IFacet
includes
excludes
instance
artifactInstance
artifact
model
IAbstractArtifact
fields
methods
abstract
IException
IDatatypeArtifact
extends
IInterfaceArtifact
extends
IClassArtifact
extends
implements
IModelComponent
IStereotypeCapable
IField
type
IMethod
exceptions
arguments
return
IPackage
IQualifiedNamedElement
getFullyQualifiedName
package
IArtifactContainer
artifacts
IRelationship
ends
IRelationshipEnd
type
IPrimitiveType
IMethodReturn
type
IArgument | null | {"directed":true,"nodes":[{"nsPrefix":"co","nsURI":"http://www.eclipse.org/tigerstripe/metamodel/core","name":"core","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ITigerstripeElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IFacet","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"nsPrefix":"ins","nsURI":"http://www.eclipse.org/tigerstripe/metamodel/core.ins","name":"instance","id":3,"eClass":"EPackage"},{"nsPrefix":"mod","nsURI":"http://www.eclipse.org/tigerstripe/metamodel/core.model","name":"model","id":4,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"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":"includes","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"excludes","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"artifactInstance","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"artifact","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IAbstractArtifact","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"id":20,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IException","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IDatatypeArtifact","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IInterfaceArtifact","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IClassArtifact","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IModelComponent","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IStereotypeCapable","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IField","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMethod","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPackage","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IQualifiedNamedElement","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IArtifactContainer","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IRelationship","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IRelationshipEnd","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPrimitiveType","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMethodReturn","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IArgument","instanceClass":null,"abstract":false,"id":36,"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":"fields","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":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":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":46,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","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":"return","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFullyQualifiedName","lowerBound":0,"id":71,"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":"package","changeable":true,"resolveProxies":true,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artifacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"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":false,"name":"ends","changeable":true,"resolveProxies":true,"lowerBound":2,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":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},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":5,"target":8},{"source":5,"target":1},{"source":6,"target":9},{"source":6,"target":1},{"source":7,"target":10},{"source":7,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":11,"target":14},{"source":11,"target":2},{"source":12,"target":15},{"source":12,"target":2},{"source":13,"target":1},{"source":3,"target":16},{"source":3,"target":0},{"source":16,"target":3},{"source":16,"target":1},{"source":16,"target":17},{"source":16,"target":18},{"source":17,"target":19},{"source":17,"target":20},{"source":17,"target":16},{"source":20,"target":19},{"source":18,"target":1},{"source":4,"target":19},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":0},{"source":19,"target":4},{"source":19,"target":30},{"source":19,"target":26},{"source":19,"target":37},{"source":19,"target":38},{"source":19,"target":39},{"source":19,"target":40},{"source":19,"target":41},{"source":37,"target":27},{"source":37,"target":42},{"source":37,"target":19},{"source":42,"target":27},{"source":38,"target":28},{"source":38,"target":43},{"source":38,"target":19},{"source":43,"target":28},{"source":39,"target":44},{"source":39,"target":19},{"source":40,"target":30},{"source":41,"target":26},{"source":21,"target":4},{"source":21,"target":19},{"source":21,"target":45},{"source":45,"target":19},{"source":22,"target":4},{"source":22,"target":19},{"source":22,"target":46},{"source":22,"target":47},{"source":46,"target":22},{"source":46,"target":48},{"source":46,"target":22},{"source":48,"target":22},{"source":47,"target":19},{"source":23,"target":4},{"source":23,"target":19},{"source":23,"target":49},{"source":23,"target":50},{"source":49,"target":23},{"source":49,"target":51},{"source":49,"target":23},{"source":51,"target":23},{"source":50,"target":19},{"source":24,"target":4},{"source":24,"target":19},{"source":24,"target":52},{"source":24,"target":53},{"source":24,"target":54},{"source":52,"target":24},{"source":52,"target":55},{"source":52,"target":24},{"source":55,"target":24},{"source":53,"target":23},{"source":53,"target":56},{"source":53,"target":24},{"source":56,"target":23},{"source":54,"target":19},{"source":25,"target":4},{"source":25,"target":1},{"source":25,"target":57},{"source":57,"target":1},{"source":26,"target":4},{"source":27,"target":4},{"source":27,"target":25},{"source":27,"target":26},{"source":27,"target":58},{"source":27,"target":59},{"source":27,"target":60},{"source":58,"target":30},{"source":58,"target":61},{"source":58,"target":27},{"source":61,"target":30},{"source":59,"target":25},{"source":60,"target":26},{"source":28,"target":4},{"source":28,"target":25},{"source":28,"target":26},{"source":28,"target":62},{"source":28,"target":63},{"source":28,"target":64},{"source":28,"target":65},{"source":28,"target":66},{"source":62,"target":21},{"source":62,"target":67},{"source":62,"target":28},{"source":67,"target":21},{"source":63,"target":36},{"source":63,"target":68},{"source":63,"target":28},{"source":68,"target":36},{"source":64,"target":35},{"source":64,"target":69},{"source":64,"target":28},{"source":69,"target":35},{"source":65,"target":25},{"source":66,"target":26},{"source":29,"target":4},{"source":29,"target":25},{"source":29,"target":70},{"source":70,"target":25},{"source":30,"target":4},{"source":30,"target":1},{"source":30,"target":71},{"source":30,"target":72},{"source":30,"target":73},{"source":71,"target":74},{"source":71,"target":30},{"source":72,"target":29},{"source":72,"target":75},{"source":72,"target":30},{"source":75,"target":29},{"source":73,"target":1},{"source":31,"target":4},{"source":31,"target":76},{"source":76,"target":19},{"source":76,"target":77},{"source":76,"target":31},{"source":77,"target":19},{"source":32,"target":4},{"source":32,"target":19},{"source":32,"target":78},{"source":32,"target":79},{"source":78,"target":33},{"source":78,"target":80},{"source":78,"target":32},{"source":80,"target":33},{"source":79,"target":19},{"source":33,"target":4},{"source":33,"target":25},{"source":33,"target":26},{"source":33,"target":81},{"source":33,"target":82},{"source":33,"target":83},{"source":81,"target":19},{"source":81,"target":84},{"source":81,"target":33},{"source":84,"target":19},{"source":82,"target":25},{"source":83,"target":26},{"source":34,"target":4},{"source":34,"target":30},{"source":34,"target":85},{"source":85,"target":30},{"source":35,"target":4},{"source":35,"target":25},{"source":35,"target":26},{"source":35,"target":86},{"source":35,"target":87},{"source":35,"target":88},{"source":86,"target":30},{"source":86,"target":89},{"source":86,"target":35},{"source":89,"target":30},{"source":87,"target":25},{"source":88,"target":26},{"source":36,"target":4},{"source":36,"target":26},{"source":36,"target":25},{"source":36,"target":90},{"source":36,"target":91},{"source":90,"target":26},{"source":91,"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="drools" nsURI="http://www.jboss.org/drools" nsPrefix="drools">
<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="global" upperBound="-2"
eType="#//GlobalType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="global"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="import" upperBound="-2"
eType="#//ImportType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="import"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="metadata" upperBound="-2"
eType="#//MetadataType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="metadata"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="metaentry" upperBound="-2"
eType="#//MetaentryType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="metaentry"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="onEntryScript" upperBound="-2"
eType="#//OnEntryScriptType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="onEntry-script"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="onExitScript" upperBound="-2"
eType="#//OnExitScriptType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="onExit-script"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" eType="#//PackageNameType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="packageName"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="#//PriorityType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="priority"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleFlowGroup" eType="#//RuleFlowGroupType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ruleFlowGroup"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="taskName" eType="#//TaskNameType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="taskName"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="#//VersionType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="version"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GlobalType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="global_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" 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="identifier"/>
</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="ImportType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="import_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetadataType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="metadata_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="metaentry" lowerBound="1"
upperBound="-1" eType="#//MetaentryType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="metaentry"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetaentryType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="metaentry_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="name"/>
<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#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="value"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OnEntryScriptType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="onEntry-script_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="script" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="script"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scriptFormat" 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="scriptFormat"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OnExitScriptType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="onExit-script_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="script" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="script"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scriptFormat" 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="scriptFormat"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="PackageNameType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="packageName_._type"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="PriorityType" instanceClassName="java.math.BigInteger">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="priority_._type"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#integer"/>
<details key="minInclusive" value="1"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="RuleFlowGroupType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ruleFlowGroup_._type"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TaskNameType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="taskName_._type"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="VersionType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="version_._type"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/marklogic-community/marklogicworkflow/eclipse/org.eclipse.bpmn2.modeler.runtime.marklogic/model/latest/drools.ecore | ecore | drools
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
global
import
metadata
metaentry
onEntryScript
onExitScript
packageName
priority
ruleFlowGroup
taskName
version
GlobalType
identifier
type
ImportType
name
MetadataType
metaentry
MetaentryType
name
value
OnEntryScriptType
script
scriptFormat
OnExitScriptType
script
scriptFormat
PackageNameType
java.lang.String
java.lang.String
PriorityType
java.math.BigInteger
java.math.BigInteger
RuleFlowGroupType
java.lang.String
java.lang.String
TaskNameType
java.lang.String
java.lang.String
VersionType
java.lang.String
java.lang.String | null | {"directed":true,"nodes":[{"nsPrefix":"drools","nsURI":"http://www.jboss.org/drools","name":"drools","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaentryType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OnEntryScriptType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OnExitScriptType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"PackageNameType","instanceClass":"java.lang.String","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"PriorityType","instanceClass":"java.math.BigInteger","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"RuleFlowGroupType","instanceClass":"java.lang.String","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"TaskNameType","instanceClass":"java.lang.String","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"VersionType","instanceClass":"java.lang.String","id":12,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"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":"global","changeable":true,"resolveProxies":false,"lowerBound":0,"id":16,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"import","changeable":true,"resolveProxies":false,"lowerBound":0,"id":17,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"metadata","changeable":true,"resolveProxies":false,"lowerBound":0,"id":18,"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":"metaentry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":19,"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":"onEntryScript","changeable":true,"resolveProxies":false,"lowerBound":0,"id":20,"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":"onExitScript","changeable":true,"resolveProxies":false,"lowerBound":0,"id":21,"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":"packageName","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":"priority","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":"ruleFlowGroup","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":"taskName","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":"version","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":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":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaentry","changeable":true,"resolveProxies":false,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"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":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scriptFormat","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scriptFormat","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":13,"target":27},{"source":13,"target":1},{"source":14,"target":28},{"source":14,"target":1},{"source":15,"target":29},{"source":15,"target":1},{"source":16,"target":2},{"source":16,"target":30},{"source":16,"target":1},{"source":30,"target":2},{"source":17,"target":3},{"source":17,"target":31},{"source":17,"target":1},{"source":31,"target":3},{"source":18,"target":4},{"source":18,"target":32},{"source":18,"target":1},{"source":32,"target":4},{"source":19,"target":5},{"source":19,"target":33},{"source":19,"target":1},{"source":33,"target":5},{"source":20,"target":6},{"source":20,"target":34},{"source":20,"target":1},{"source":34,"target":6},{"source":21,"target":7},{"source":21,"target":35},{"source":21,"target":1},{"source":35,"target":7},{"source":22,"target":8},{"source":22,"target":36},{"source":22,"target":1},{"source":36,"target":8},{"source":23,"target":9},{"source":23,"target":37},{"source":23,"target":1},{"source":37,"target":9},{"source":24,"target":10},{"source":24,"target":38},{"source":24,"target":1},{"source":38,"target":10},{"source":25,"target":11},{"source":25,"target":39},{"source":25,"target":1},{"source":39,"target":11},{"source":26,"target":12},{"source":26,"target":40},{"source":26,"target":1},{"source":40,"target":12},{"source":2,"target":0},{"source":2,"target":41},{"source":2,"target":42},{"source":41,"target":43},{"source":41,"target":2},{"source":42,"target":44},{"source":42,"target":2},{"source":3,"target":0},{"source":3,"target":45},{"source":45,"target":46},{"source":45,"target":3},{"source":4,"target":0},{"source":4,"target":47},{"source":47,"target":5},{"source":47,"target":48},{"source":47,"target":4},{"source":48,"target":5},{"source":5,"target":0},{"source":5,"target":49},{"source":5,"target":50},{"source":49,"target":51},{"source":49,"target":5},{"source":50,"target":52},{"source":50,"target":5},{"source":6,"target":0},{"source":6,"target":53},{"source":6,"target":54},{"source":53,"target":55},{"source":53,"target":6},{"source":54,"target":56},{"source":54,"target":6},{"source":7,"target":0},{"source":7,"target":57},{"source":7,"target":58},{"source":57,"target":59},{"source":57,"target":7},{"source":58,"target":60},{"source":58,"target":7},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":0},{"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="a2B" nsURI="http://www.A2B.a2b" nsPrefix="a2B">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" upperBound="-1"
eType="#//Instruction" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction"/>
<eClassifiers xsi:type="ecore:EClass" name="DB" eSuperTypes="#//Instruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="intValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="crcValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DW" eSuperTypes="#//Instruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="intValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="crcValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DD" eSuperTypes="#//Instruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="longValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="crcValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="STR" eSuperTypes="#//Instruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="crcValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Base64Decode" eSuperTypes="#//Instruction">
<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="Base64Encode" eSuperTypes="#//Instruction">
<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="PAD" eSuperTypes="#//Instruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="crcValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="INCLUDE" eSuperTypes="#//Instruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="crcValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MAC" eSuperTypes="#//Instruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="crcValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IP" eSuperTypes="#//Instruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="crcValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PXL" eSuperTypes="#//Instruction">
<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="HXS" eSuperTypes="#//Instruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="crcValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CRC16" eSuperTypes="#//Instruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="crcValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CRC32" eSuperTypes="#//Instruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="crcValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BE" eSuperTypes="#//Instruction"/>
<eClassifiers xsi:type="ecore:EClass" name="LE" eSuperTypes="#//Instruction"/>
<eClassifiers xsi:type="ecore:EClass" name="PCAP" eSuperTypes="#//Instruction"/>
<eClassifiers xsi:type="ecore:EClass" name="NL" eSuperTypes="#//Instruction"/>
</ecore:EPackage>
| github:ecore:/data/beopix/a2b/a2b.dsl/model/generated/A2B.ecore | ecore | a2B
Model
element
Instruction
DB
stringValue
intValue
crcValue
DW
stringValue
intValue
crcValue
DD
stringValue
longValue
crcValue
STR
value
crcValue
Base64Decode
value
Base64Encode
value
PAD
value
crcValue
INCLUDE
value
crcValue
MAC
value
crcValue
IP
value
crcValue
PXL
value
HXS
value
crcValue
CRC16
crcValue
CRC32
crcValue
BE
LE
PCAP
NL | null | {"directed":true,"nodes":[{"nsPrefix":"a2B","nsURI":"http://www.A2B.a2b","name":"a2B","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":"Instruction","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DB","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DW","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DD","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STR","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Base64Decode","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Base64Encode","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PAD","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"INCLUDE","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MAC","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IP","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PXL","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HXS","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CRC16","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CRC32","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BE","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LE","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PCAP","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NL","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringValue","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":"intValue","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":"crcValue","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringValue","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":"intValue","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":"crcValue","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringValue","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"longValue","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":"crcValue","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"crcValue","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"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":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":"crcValue","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"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":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":"crcValue","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":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":"crcValue","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":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":"crcValue","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"crcValue","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"crcValue","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"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":"crcValue","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":21,"target":2},{"source":21,"target":22},{"source":21,"target":1},{"source":22,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"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":29},{"source":25,"target":3},{"source":26,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":30,"target":34},{"source":30,"target":4},{"source":31,"target":35},{"source":31,"target":4},{"source":32,"target":36},{"source":32,"target":4},{"source":33,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":37,"target":41},{"source":37,"target":5},{"source":38,"target":42},{"source":38,"target":5},{"source":39,"target":43},{"source":39,"target":5},{"source":40,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":44,"target":47},{"source":44,"target":6},{"source":45,"target":48},{"source":45,"target":6},{"source":46,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":49},{"source":7,"target":50},{"source":49,"target":51},{"source":49,"target":7},{"source":50,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":52},{"source":8,"target":53},{"source":52,"target":54},{"source":52,"target":8},{"source":53,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":55},{"source":9,"target":56},{"source":9,"target":57},{"source":55,"target":58},{"source":55,"target":9},{"source":56,"target":59},{"source":56,"target":9},{"source":57,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":60},{"source":10,"target":61},{"source":10,"target":62},{"source":60,"target":63},{"source":60,"target":10},{"source":61,"target":64},{"source":61,"target":10},{"source":62,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":65},{"source":11,"target":66},{"source":11,"target":67},{"source":65,"target":68},{"source":65,"target":11},{"source":66,"target":69},{"source":66,"target":11},{"source":67,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":70},{"source":12,"target":71},{"source":12,"target":72},{"source":70,"target":73},{"source":70,"target":12},{"source":71,"target":74},{"source":71,"target":12},{"source":72,"target":2},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":75},{"source":13,"target":76},{"source":75,"target":77},{"source":75,"target":13},{"source":76,"target":2},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":78},{"source":14,"target":79},{"source":14,"target":80},{"source":78,"target":81},{"source":78,"target":14},{"source":79,"target":82},{"source":79,"target":14},{"source":80,"target":2},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":83},{"source":15,"target":84},{"source":83,"target":85},{"source":83,"target":15},{"source":84,"target":2},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":86},{"source":16,"target":87},{"source":86,"target":88},{"source":86,"target":16},{"source":87,"target":2},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":89},{"source":89,"target":2},{"source":18,"target":0},{"source":18,"target":2},{"source":18,"target":90},{"source":90,"target":2},{"source":19,"target":0},{"source":19,"target":2},{"source":19,"target":91},{"source":91,"target":2},{"source":20,"target":0},{"source":20,"target":2},{"source":20,"target":92},{"source":92,"target":2}],"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="ATL" nsURI="http://www.eclipse.org/gmt/2005/ATL" nsPrefix="atl">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false"
unique="false" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false"
upperBound="-1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false"
upperBound="-1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false"
upperBound="-1" eType="#/0/LibraryRef" containment="true" eOpposite="#/0/LibraryRef/unit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/library"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/query"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1"
upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/0/ModuleElement" containment="true" eOpposite="#/0/ModuleElement/module"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false"
eType="#/0/Module" eOpposite="#/0/Module/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false"
eType="#/0/Query" eOpposite="#/0/Query/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false"
eType="#/0/Library" eOpposite="#/0/Library/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
eType="#/0/OutPattern" containment="true" eOpposite="#/0/OutPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false"
eType="#/0/ActionBlock" containment="true" eOpposite="#/0/ActionBlock/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#/0/RuleVariableDeclaration" containment="true" eOpposite="#/0/RuleVariableDeclaration/rule"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
eType="#/0/InPattern" containment="true" eOpposite="#/0/InPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false"
upperBound="-1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/superRule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false"
eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/children"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isNoDefault" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="#/0/MatchedRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false"
upperBound="-1" eType="#/1/Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEndpoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
lowerBound="1" upperBound="-1" eType="#/0/InPatternElement" containment="true"
eOpposite="#/0/InPatternElement/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false"
eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/outPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dropPattern" ordered="false"
eType="#/0/DropPattern" containment="true" eOpposite="#/0/DropPattern/outPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1"
upperBound="-1" eType="#/0/OutPatternElement" containment="true" eOpposite="#/0/OutPatternElement/outPattern"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DropPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
lowerBound="1" eType="#/0/OutPattern" eOpposite="#/0/OutPattern/dropPattern"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="#/1/VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/sourceElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
lowerBound="1" eType="#/0/InPattern" eOpposite="#/0/InPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false"
upperBound="-1" eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="#/0/InPatternElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
lowerBound="1" eType="#/0/OutPattern" eOpposite="#/0/OutPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false"
eType="#/0/InPatternElement" eOpposite="#/0/InPatternElement/mapsTo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#/0/Binding" containment="true" eOpposite="#/0/Binding/outPatternElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="#/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="reverseBindings" upperBound="-1"
eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="#/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/bindings"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/variables"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false"
lowerBound="1" eType="#/0/Unit" eOpposite="#/0/Unit/libraries"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/actionBlock"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/0/LocatedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="OCL" nsURI="http://www.eclipse.org/gmt/2005/OCL" nsPrefix="ocl">
<eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/oclExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/elseExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false"
eType="#/1/PropertyCallExp" eOpposite="#/1/PropertyCallExp/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
eType="#/1/CollectionExp" eOpposite="#/1/CollectionExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/in_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false"
eType="#/1/OperationCallExp" eOpposite="#/1/OperationCallExp/arguments"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/initExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/thenExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/condition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/initExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/variableExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#/1/PrimitiveExp"/>
<eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Double"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/collection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1"
eType="#/1/TuplePart" containment="true" eOpposite="#/1/TuplePart/tuple"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false"
lowerBound="1" eType="#/1/TupleExp" eOpposite="#/1/TupleExp/tuplePart"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/MapElement" containment="true" eOpposite="#/1/MapElement/map"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false"
lowerBound="1" eType="#/1/MapExp" eOpposite="#/1/MapExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/appliedProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/parentOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/loopExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/Iterator" containment="true" eOpposite="#/1/Iterator/loopExpr"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/baseExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/letExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/letExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false"
eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/variableDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/initializedVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false"
eType="#/1/IterateExp" eOpposite="#/1/IterateExp/result"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false"
upperBound="-1" eType="#/1/VariableExp" eOpposite="#/1/VariableExp/referredVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/iterators"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/collectionTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false"
eType="#/1/OclContextDefinition" eOpposite="#/1/OclContextDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false"
eType="#/1/OclExpression" eOpposite="#/1/OclExpression/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/returnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/valueType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/keyType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false"
eType="#/1/CollectionType" eOpposite="#/1/CollectionType/elementType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false"
eType="#/1/TupleTypeAttribute" eOpposite="#/1/TupleTypeAttribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#/1/TupleTypeAttribute" containment="true" eOpposite="#/1/TupleTypeAttribute/tupleType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/tupleTypeAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false"
lowerBound="1" eType="#/1/TupleType" eOpposite="#/1/TupleType/attributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false"
lowerBound="1" eType="#/1/OclFeature" containment="true" eOpposite="#/1/OclFeature/definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
eType="#/1/OclContextDefinition" containment="true" eOpposite="#/1/OclContextDefinition/definition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/definitions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/feature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#/1/Parameter" containment="true" eOpposite="#/1/Parameter/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
upperBound="-1" eType="#/1/OclModelElement" eOpposite="#/1/OclModelElement/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
upperBound="-1" eType="#/1/OclModel" eOpposite="#/1/OclModel/metamodel"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes" nsURI="http://www.eclipse.org/gmt/2005/ATL-PrimitiveTypes"
nsPrefix="ptypes">
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="double"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/gssi/ATLInject/atl.ecore | ecore | ATL
LocatedElement
location
commentsBefore
commentsAfter
Unit
libraries
name
Library
helpers
Query
body
helpers
Module
isRefining
inModels
outModels
elements
ModuleElement
module
Helper
query
library
definition
Rule
outPattern
actionBlock
variables
name
MatchedRule
inPattern
children
superRule
isAbstract
isRefining
isNoDefault
LazyMatchedRule
isUnique
CalledRule
parameters
isEntrypoint
isEndpoint
InPattern
elements
rule
filter
OutPattern
rule
dropPattern
elements
DropPattern
outPattern
PatternElement
InPatternElement
mapsTo
inPattern
models
SimpleInPatternElement
OutPatternElement
outPattern
sourceElement
bindings
model
SimpleOutPatternElement
reverseBindings
ForEachOutPatternElement
collection
iterator
Binding
value
outPatternElement
propertyName
isAssignment
RuleVariableDeclaration
rule
LibraryRef
unit
name
ActionBlock
rule
statements
Statement
ExpressionStat
expression
BindingStat
source
propertyName
isAssignment
value
IfStat
condition
thenStatements
elseStatements
ForStat
iterator
collection
statements
OCL
OclExpression
type
ifExp3
appliedProperty
collection
letExp
loopExp
parentOperation
initializedVariable
ifExp2
owningOperation
ifExp1
owningAttribute
VariableExp
referredVariable
SuperExp
PrimitiveExp
StringExp
stringSymbol
BooleanExp
booleanSymbol
NumericExp
RealExp
realSymbol
IntegerExp
integerSymbol
CollectionExp
elements
BagExp
OrderedSetExp
SequenceExp
SetExp
TupleExp
tuplePart
TuplePart
tuple
MapExp
elements
MapElement
map
key
value
EnumLiteralExp
name
OclUndefinedExp
PropertyCallExp
source
NavigationOrAttributeCallExp
name
OperationCallExp
arguments
operationName
OperatorCallExp
CollectionOperationCallExp
LoopExp
body
iterators
IterateExp
result
IteratorExp
name
LetExp
variable
in_
IfExp
thenExpression
condition
elseExpression
VariableDeclaration
id
varName
type
initExpression
letExp
baseExp
variableExp
Iterator
loopExpr
Parameter
operation
CollectionType
elementType
OclType
name
definitions
oclExpression
operation
mapType2
attribute
mapType
collectionTypes
tupleTypeAttribute
variableDeclaration
Primitive
StringType
BooleanType
NumericType
IntegerType
RealType
BagType
OrderedSetType
SequenceType
SetType
OclAnyType
TupleType
attributes
TupleTypeAttribute
type
tupleType
name
OclModelElement
model
MapType
valueType
keyType
OclFeatureDefinition
feature
context_
OclContextDefinition
definition
context_
OclFeature
definition
Attribute
name
initExpression
type
Operation
name
parameters
returnType
body
OclModel
name
metamodel
elements
model
PrimitiveTypes
Boolean
boolean
boolean
Double
double
double
Integer
int
int
String
java.lang.String
java.lang.String | null | {"directed":true,"nodes":[{"nsPrefix":"atl","nsURI":"http://www.eclipse.org/gmt/2005/ATL","name":"ATL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropPattern","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStat","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsBefore","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":33,"serializable":true,"eClass":"EDataType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"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":"libraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"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":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":"unit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"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":"library","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"id":51,"eClass":"EGenericType"},{"id":52,"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":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":54,"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":"inModels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"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":"outModels","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":59,"serializable":true,"eClass":"EDataType"},{"id":60,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"id":73,"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":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"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":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"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":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"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":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"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":"inPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"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":"superRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isNoDefault","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"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":"rule","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"},{"id":99,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isEntrypoint","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isEndpoint","changeable":true,"lowerBound":1,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"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":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"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":"inPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"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":"dropPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"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":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"id":124,"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":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"id":129,"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":"mapsTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"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":"models","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outPatternElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reverseBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"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":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"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":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"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":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":156,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAssignment","changeable":true,"lowerBound":1,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"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":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"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":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":178,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAssignment","changeable":true,"lowerBound":1,"iD":false,"id":179,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatements","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"},{"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":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"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":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":194,"derived":false},{"container":false,"ordered":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":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/gmt/2005/OCL","name":"OCL","id":200,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oclExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"container":false,"ordered":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":277,"derived":false},{"id":278,"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":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":287,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stringSymbol","changeable":true,"lowerBound":1,"iD":false,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"realSymbol","changeable":true,"lowerBound":1,"iD":false,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":303,"serializable":true,"eClass":"EDataType"},{"id":304,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"integerSymbol","changeable":true,"lowerBound":1,"iD":false,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":307,"serializable":true,"eClass":"EDataType"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuplePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":1,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"map","changeable":true,"resolveProxies":true,"lowerBound":1,"id":324,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":325,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"ordered":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":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"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":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":367,"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":"varName","changeable":true,"lowerBound":1,"iD":false,"id":368,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collectionTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"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":389,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleTypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"derived":false},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":411,"derived":false},{"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"},{"container":false,"ordered":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":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":427,"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":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":440,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"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":463,"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":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":464,"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":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"nsPrefix":"ptypes","nsURI":"http://www.eclipse.org/gmt/2005/ATL-PrimitiveTypes","name":"PrimitiveTypes","id":471,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":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":30},{"source":1,"target":31},{"source":1,"target":32},{"source":30,"target":33},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":33},{"source":31,"target":33},{"source":31,"target":35},{"source":31,"target":1},{"source":35,"target":33},{"source":32,"target":33},{"source":32,"target":36},{"source":32,"target":1},{"source":36,"target":33},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":37,"target":23},{"source":37,"target":40},{"source":37,"target":2},{"source":37,"target":41},{"source":40,"target":23},{"source":38,"target":33},{"source":38,"target":42},{"source":38,"target":2},{"source":42,"target":33},{"source":39,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":43},{"source":3,"target":44},{"source":43,"target":7},{"source":43,"target":45},{"source":43,"target":3},{"source":43,"target":46},{"source":45,"target":7},{"source":44,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":47,"target":50},{"source":47,"target":51},{"source":47,"target":4},{"source":51,"target":50},{"source":48,"target":7},{"source":48,"target":52},{"source":48,"target":4},{"source":48,"target":53},{"source":52,"target":7},{"source":49,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":54,"target":59},{"source":54,"target":60},{"source":54,"target":5},{"source":60,"target":59},{"source":55,"target":61},{"source":55,"target":62},{"source":55,"target":5},{"source":62,"target":61},{"source":56,"target":61},{"source":56,"target":63},{"source":56,"target":5},{"source":63,"target":61},{"source":57,"target":6},{"source":57,"target":64},{"source":57,"target":5},{"source":57,"target":65},{"source":64,"target":6},{"source":58,"target":2},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":65},{"source":6,"target":66},{"source":65,"target":5},{"source":65,"target":67},{"source":65,"target":6},{"source":65,"target":57},{"source":67,"target":5},{"source":66,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":53},{"source":7,"target":46},{"source":7,"target":68},{"source":7,"target":69},{"source":53,"target":4},{"source":53,"target":70},{"source":53,"target":7},{"source":53,"target":48},{"source":70,"target":4},{"source":46,"target":3},{"source":46,"target":71},{"source":46,"target":7},{"source":46,"target":43},{"source":71,"target":3},{"source":68,"target":72},{"source":68,"target":73},{"source":68,"target":7},{"source":73,"target":72},{"source":69,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":74,"target":13},{"source":74,"target":79},{"source":74,"target":8},{"source":74,"target":80},{"source":79,"target":13},{"source":75,"target":24},{"source":75,"target":81},{"source":75,"target":8},{"source":75,"target":82},{"source":81,"target":24},{"source":76,"target":22},{"source":76,"target":83},{"source":76,"target":8},{"source":76,"target":84},{"source":83,"target":22},{"source":77,"target":33},{"source":77,"target":85},{"source":77,"target":8},{"source":85,"target":33},{"source":78,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":9,"target":90},{"source":9,"target":91},{"source":9,"target":92},{"source":86,"target":12},{"source":86,"target":93},{"source":86,"target":9},{"source":86,"target":94},{"source":93,"target":12},{"source":87,"target":9},{"source":87,"target":95},{"source":87,"target":9},{"source":87,"target":88},{"source":95,"target":9},{"source":88,"target":9},{"source":88,"target":96},{"source":88,"target":9},{"source":88,"target":87},{"source":96,"target":9},{"source":89,"target":59},{"source":89,"target":97},{"source":89,"target":9},{"source":97,"target":59},{"source":90,"target":59},{"source":90,"target":98},{"source":90,"target":9},{"source":98,"target":59},{"source":91,"target":59},{"source":91,"target":99},{"source":91,"target":9},{"source":99,"target":59},{"source":92,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":100},{"source":10,"target":101},{"source":100,"target":59},{"source":100,"target":102},{"source":100,"target":10},{"source":102,"target":59},{"source":101,"target":9},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":11,"target":106},{"source":103,"target":107},{"source":103,"target":108},{"source":103,"target":11},{"source":108,"target":107},{"source":104,"target":59},{"source":104,"target":109},{"source":104,"target":11},{"source":109,"target":59},{"source":105,"target":59},{"source":105,"target":110},{"source":105,"target":11},{"source":110,"target":59},{"source":106,"target":8},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":111},{"source":12,"target":94},{"source":12,"target":112},{"source":12,"target":113},{"source":111,"target":16},{"source":111,"target":114},{"source":111,"target":12},{"source":111,"target":115},{"source":114,"target":16},{"source":94,"target":9},{"source":94,"target":116},{"source":94,"target":12},{"source":94,"target":86},{"source":116,"target":9},{"source":112,"target":50},{"source":112,"target":117},{"source":112,"target":12},{"source":117,"target":50},{"source":113,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":80},{"source":13,"target":118},{"source":13,"target":119},{"source":13,"target":120},{"source":80,"target":8},{"source":80,"target":121},{"source":80,"target":13},{"source":80,"target":74},{"source":121,"target":8},{"source":118,"target":14},{"source":118,"target":122},{"source":118,"target":13},{"source":118,"target":123},{"source":122,"target":14},{"source":119,"target":18},{"source":119,"target":124},{"source":119,"target":13},{"source":119,"target":125},{"source":124,"target":18},{"source":120,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":123},{"source":14,"target":126},{"source":123,"target":13},{"source":123,"target":127},{"source":123,"target":14},{"source":123,"target":118},{"source":127,"target":13},{"source":126,"target":1},{"source":15,"target":0},{"source":15,"target":128},{"source":15,"target":129},{"source":129,"target":128},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":130},{"source":16,"target":115},{"source":16,"target":131},{"source":16,"target":132},{"source":130,"target":18},{"source":130,"target":133},{"source":130,"target":16},{"source":130,"target":134},{"source":133,"target":18},{"source":115,"target":12},{"source":115,"target":135},{"source":115,"target":16},{"source":115,"target":111},{"source":135,"target":12},{"source":131,"target":61},{"source":131,"target":136},{"source":131,"target":16},{"source":136,"target":61},{"source":132,"target":15},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":137},{"source":137,"target":16},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":125},{"source":18,"target":134},{"source":18,"target":138},{"source":18,"target":139},{"source":18,"target":140},{"source":125,"target":13},{"source":125,"target":141},{"source":125,"target":18},{"source":125,"target":119},{"source":141,"target":13},{"source":134,"target":16},{"source":134,"target":142},{"source":134,"target":18},{"source":134,"target":130},{"source":142,"target":16},{"source":138,"target":21},{"source":138,"target":143},{"source":138,"target":18},{"source":138,"target":144},{"source":143,"target":21},{"source":139,"target":61},{"source":139,"target":145},{"source":139,"target":18},{"source":145,"target":61},{"source":140,"target":15},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":146},{"source":19,"target":147},{"source":146,"target":50},{"source":146,"target":148},{"source":146,"target":19},{"source":148,"target":50},{"source":147,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":149},{"source":20,"target":150},{"source":20,"target":151},{"source":149,"target":50},{"source":149,"target":152},{"source":149,"target":20},{"source":152,"target":50},{"source":150,"target":153},{"source":150,"target":154},{"source":150,"target":20},{"source":154,"target":153},{"source":151,"target":18},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":155},{"source":21,"target":144},{"source":21,"target":156},{"source":21,"target":157},{"source":21,"target":158},{"source":155,"target":50},{"source":155,"target":159},{"source":155,"target":21},{"source":159,"target":50},{"source":144,"target":18},{"source":144,"target":160},{"source":144,"target":21},{"source":144,"target":138},{"source":160,"target":18},{"source":156,"target":33},{"source":156,"target":161},{"source":156,"target":21},{"source":161,"target":33},{"source":157,"target":59},{"source":157,"target":162},{"source":157,"target":21},{"source":162,"target":59},{"source":158,"target":1},{"source":22,"target":0},{"source":22,"target":128},{"source":22,"target":84},{"source":22,"target":163},{"source":84,"target":8},{"source":84,"target":164},{"source":84,"target":22},{"source":84,"target":76},{"source":164,"target":8},{"source":163,"target":128},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":41},{"source":23,"target":165},{"source":23,"target":166},{"source":41,"target":2},{"source":41,"target":167},{"source":41,"target":23},{"source":41,"target":37},{"source":167,"target":2},{"source":165,"target":33},{"source":165,"target":168},{"source":165,"target":23},{"source":168,"target":33},{"source":166,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":82},{"source":24,"target":169},{"source":24,"target":170},{"source":82,"target":8},{"source":82,"target":171},{"source":82,"target":24},{"source":82,"target":75},{"source":171,"target":8},{"source":169,"target":25},{"source":169,"target":172},{"source":169,"target":24},{"source":172,"target":25},{"source":170,"target":1},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":173},{"source":173,"target":1},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":174},{"source":26,"target":175},{"source":174,"target":50},{"source":174,"target":176},{"source":174,"target":26},{"source":176,"target":50},{"source":175,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":177},{"source":27,"target":178},{"source":27,"target":179},{"source":27,"target":180},{"source":27,"target":181},{"source":177,"target":50},{"source":177,"target":182},{"source":177,"target":27},{"source":182,"target":50},{"source":178,"target":33},{"source":178,"target":183},{"source":178,"target":27},{"source":183,"target":33},{"source":179,"target":59},{"source":179,"target":184},{"source":179,"target":27},{"source":184,"target":59},{"source":180,"target":50},{"source":180,"target":185},{"source":180,"target":27},{"source":185,"target":50},{"source":181,"target":25},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":186},{"source":28,"target":187},{"source":28,"target":188},{"source":28,"target":189},{"source":186,"target":50},{"source":186,"target":190},{"source":186,"target":28},{"source":190,"target":50},{"source":187,"target":25},{"source":187,"target":191},{"source":187,"target":28},{"source":191,"target":25},{"source":188,"target":25},{"source":188,"target":192},{"source":188,"target":28},{"source":192,"target":25},{"source":189,"target":25},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":193},{"source":29,"target":194},{"source":29,"target":195},{"source":29,"target":196},{"source":193,"target":153},{"source":193,"target":197},{"source":193,"target":29},{"source":197,"target":153},{"source":194,"target":50},{"source":194,"target":198},{"source":194,"target":29},{"source":198,"target":50},{"source":195,"target":25},{"source":195,"target":199},{"source":195,"target":29},{"source":199,"target":25},{"source":196,"target":25},{"source":200,"target":50},{"source":200,"target":201},{"source":200,"target":202},{"source":200,"target":203},{"source":200,"target":204},{"source":200,"target":205},{"source":200,"target":206},{"source":200,"target":207},{"source":200,"target":208},{"source":200,"target":209},{"source":200,"target":210},{"source":200,"target":211},{"source":200,"target":212},{"source":200,"target":213},{"source":200,"target":214},{"source":200,"target":215},{"source":200,"target":216},{"source":200,"target":217},{"source":200,"target":218},{"source":200,"target":219},{"source":200,"target":220},{"source":200,"target":221},{"source":200,"target":222},{"source":200,"target":223},{"source":200,"target":224},{"source":200,"target":225},{"source":200,"target":226},{"source":200,"target":227},{"source":200,"target":228},{"source":200,"target":229},{"source":200,"target":128},{"source":200,"target":153},{"source":200,"target":107},{"source":200,"target":230},{"source":200,"target":231},{"source":200,"target":232},{"source":200,"target":233},{"source":200,"target":234},{"source":200,"target":235},{"source":200,"target":236},{"source":200,"target":237},{"source":200,"target":238},{"source":200,"target":239},{"source":200,"target":240},{"source":200,"target":241},{"source":200,"target":242},{"source":200,"target":243},{"source":200,"target":244},{"source":200,"target":245},{"source":200,"target":246},{"source":200,"target":72},{"source":200,"target":247},{"source":200,"target":248},{"source":200,"target":249},{"source":200,"target":250},{"source":200,"target":61},{"source":50,"target":200},{"source":50,"target":1},{"source":50,"target":251},{"source":50,"target":252},{"source":50,"target":253},{"source":50,"target":254},{"source":50,"target":255},{"source":50,"target":256},{"source":50,"target":257},{"source":50,"target":258},{"source":50,"target":259},{"source":50,"target":260},{"source":50,"target":261},{"source":50,"target":262},{"source":50,"target":263},{"source":251,"target":231},{"source":251,"target":264},{"source":251,"target":50},{"source":251,"target":265},{"source":264,"target":231},{"source":252,"target":229},{"source":252,"target":266},{"source":252,"target":50},{"source":252,"target":267},{"source":266,"target":229},{"source":253,"target":220},{"source":253,"target":268},{"source":253,"target":50},{"source":253,"target":269},{"source":268,"target":220},{"source":254,"target":209},{"source":254,"target":270},{"source":254,"target":50},{"source":254,"target":271},{"source":270,"target":209},{"source":255,"target":228},{"source":255,"target":272},{"source":255,"target":50},{"source":255,"target":273},{"source":272,"target":228},{"source":256,"target":225},{"source":256,"target":274},{"source":256,"target":50},{"source":256,"target":275},{"source":274,"target":225},{"source":257,"target":222},{"source":257,"target":276},{"source":257,"target":50},{"source":257,"target":277},{"source":276,"target":222},{"source":258,"target":128},{"source":258,"target":278},{"source":258,"target":50},{"source":258,"target":279},{"source":278,"target":128},{"source":259,"target":229},{"source":259,"target":280},{"source":259,"target":50},{"source":259,"target":281},{"source":280,"target":229},{"source":260,"target":250},{"source":260,"target":282},{"source":260,"target":50},{"source":260,"target":283},{"source":282,"target":250},{"source":261,"target":229},{"source":261,"target":284},{"source":261,"target":50},{"source":261,"target":285},{"source":284,"target":229},{"source":262,"target":249},{"source":262,"target":286},{"source":262,"target":50},{"source":262,"target":287},{"source":286,"target":249},{"source":263,"target":1},{"source":201,"target":200},{"source":201,"target":50},{"source":201,"target":288},{"source":201,"target":289},{"source":288,"target":128},{"source":288,"target":290},{"source":288,"target":201},{"source":288,"target":291},{"source":290,"target":128},{"source":289,"target":50},{"source":202,"target":200},{"source":202,"target":50},{"source":202,"target":292},{"source":292,"target":50},{"source":203,"target":200},{"source":203,"target":50},{"source":203,"target":293},{"source":293,"target":50},{"source":204,"target":200},{"source":204,"target":203},{"source":204,"target":294},{"source":204,"target":295},{"source":294,"target":33},{"source":294,"target":296},{"source":294,"target":204},{"source":296,"target":33},{"source":295,"target":203},{"source":205,"target":200},{"source":205,"target":203},{"source":205,"target":297},{"source":205,"target":298},{"source":297,"target":59},{"source":297,"target":299},{"source":297,"target":205},{"source":299,"target":59},{"source":298,"target":203},{"source":206,"target":200},{"source":206,"target":203},{"source":206,"target":300},{"source":300,"target":203},{"source":207,"target":200},{"source":207,"target":206},{"source":207,"target":301},{"source":207,"target":302},{"source":301,"target":303},{"source":301,"target":304},{"source":301,"target":207},{"source":304,"target":303},{"source":302,"target":206},{"source":208,"target":200},{"source":208,"target":206},{"source":208,"target":305},{"source":208,"target":306},{"source":305,"target":307},{"source":305,"target":308},{"source":305,"target":208},{"source":308,"target":307},{"source":306,"target":206},{"source":209,"target":200},{"source":209,"target":50},{"source":209,"target":271},{"source":209,"target":309},{"source":271,"target":50},{"source":271,"target":310},{"source":271,"target":209},{"source":271,"target":254},{"source":310,"target":50},{"source":309,"target":50},{"source":210,"target":200},{"source":210,"target":209},{"source":210,"target":311},{"source":311,"target":209},{"source":211,"target":200},{"source":211,"target":209},{"source":211,"target":312},{"source":312,"target":209},{"source":212,"target":200},{"source":212,"target":209},{"source":212,"target":313},{"source":313,"target":209},{"source":213,"target":200},{"source":213,"target":209},{"source":213,"target":314},{"source":314,"target":209},{"source":214,"target":200},{"source":214,"target":50},{"source":214,"target":315},{"source":214,"target":316},{"source":315,"target":215},{"source":315,"target":317},{"source":315,"target":214},{"source":315,"target":318},{"source":317,"target":215},{"source":316,"target":50},{"source":215,"target":200},{"source":215,"target":128},{"source":215,"target":318},{"source":215,"target":319},{"source":318,"target":214},{"source":318,"target":320},{"source":318,"target":215},{"source":318,"target":315},{"source":320,"target":214},{"source":319,"target":128},{"source":216,"target":200},{"source":216,"target":50},{"source":216,"target":321},{"source":216,"target":322},{"source":321,"target":217},{"source":321,"target":323},{"source":321,"target":216},{"source":321,"target":324},{"source":323,"target":217},{"source":322,"target":50},{"source":217,"target":200},{"source":217,"target":1},{"source":217,"target":324},{"source":217,"target":325},{"source":217,"target":326},{"source":217,"target":327},{"source":324,"target":216},{"source":324,"target":328},{"source":324,"target":217},{"source":324,"target":321},{"source":328,"target":216},{"source":325,"target":50},{"source":325,"target":329},{"source":325,"target":217},{"source":329,"target":50},{"source":326,"target":50},{"source":326,"target":330},{"source":326,"target":217},{"source":330,"target":50},{"source":327,"target":1},{"source":218,"target":200},{"source":218,"target":50},{"source":218,"target":331},{"source":218,"target":332},{"source":331,"target":33},{"source":331,"target":333},{"source":331,"target":218},{"source":333,"target":33},{"source":332,"target":50},{"source":219,"target":200},{"source":219,"target":50},{"source":219,"target":334},{"source":334,"target":50},{"source":220,"target":200},{"source":220,"target":50},{"source":220,"target":269},{"source":220,"target":335},{"source":269,"target":50},{"source":269,"target":336},{"source":269,"target":220},{"source":269,"target":253},{"source":336,"target":50},{"source":335,"target":50},{"source":221,"target":200},{"source":221,"target":220},{"source":221,"target":337},{"source":221,"target":338},{"source":337,"target":33},{"source":337,"target":339},{"source":337,"target":221},{"source":339,"target":33},{"source":338,"target":220},{"source":222,"target":200},{"source":222,"target":220},{"source":222,"target":277},{"source":222,"target":340},{"source":222,"target":341},{"source":277,"target":50},{"source":277,"target":342},{"source":277,"target":222},{"source":277,"target":257},{"source":342,"target":50},{"source":340,"target":33},{"source":340,"target":343},{"source":340,"target":222},{"source":343,"target":33},{"source":341,"target":220},{"source":223,"target":200},{"source":223,"target":222},{"source":223,"target":344},{"source":344,"target":222},{"source":224,"target":200},{"source":224,"target":222},{"source":224,"target":345},{"source":345,"target":222},{"source":225,"target":200},{"source":225,"target":220},{"source":225,"target":275},{"source":225,"target":346},{"source":225,"target":347},{"source":275,"target":50},{"source":275,"target":348},{"source":275,"target":225},{"source":275,"target":256},{"source":348,"target":50},{"source":346,"target":153},{"source":346,"target":349},{"source":346,"target":225},{"source":346,"target":350},{"source":349,"target":153},{"source":347,"target":220},{"source":226,"target":200},{"source":226,"target":225},{"source":226,"target":351},{"source":226,"target":352},{"source":351,"target":128},{"source":351,"target":353},{"source":351,"target":226},{"source":351,"target":354},{"source":353,"target":128},{"source":352,"target":225},{"source":227,"target":200},{"source":227,"target":225},{"source":227,"target":355},{"source":227,"target":356},{"source":355,"target":33},{"source":355,"target":357},{"source":355,"target":227},{"source":357,"target":33},{"source":356,"target":225},{"source":228,"target":200},{"source":228,"target":50},{"source":228,"target":358},{"source":228,"target":273},{"source":228,"target":359},{"source":358,"target":128},{"source":358,"target":360},{"source":358,"target":228},{"source":358,"target":361},{"source":360,"target":128},{"source":273,"target":50},{"source":273,"target":362},{"source":273,"target":228},{"source":273,"target":255},{"source":362,"target":50},{"source":359,"target":50},{"source":229,"target":200},{"source":229,"target":50},{"source":229,"target":281},{"source":229,"target":285},{"source":229,"target":267},{"source":229,"target":363},{"source":281,"target":50},{"source":281,"target":364},{"source":281,"target":229},{"source":281,"target":259},{"source":364,"target":50},{"source":285,"target":50},{"source":285,"target":365},{"source":285,"target":229},{"source":285,"target":261},{"source":365,"target":50},{"source":267,"target":50},{"source":267,"target":366},{"source":267,"target":229},{"source":267,"target":252},{"source":366,"target":50},{"source":363,"target":50},{"source":128,"target":200},{"source":128,"target":1},{"source":128,"target":367},{"source":128,"target":368},{"source":128,"target":369},{"source":128,"target":279},{"source":128,"target":361},{"source":128,"target":354},{"source":128,"target":291},{"source":128,"target":370},{"source":367,"target":33},{"source":367,"target":371},{"source":367,"target":128},{"source":371,"target":33},{"source":368,"target":33},{"source":368,"target":372},{"source":368,"target":128},{"source":372,"target":33},{"source":369,"target":231},{"source":369,"target":373},{"source":369,"target":128},{"source":369,"target":374},{"source":373,"target":231},{"source":279,"target":50},{"source":279,"target":375},{"source":279,"target":128},{"source":279,"target":258},{"source":375,"target":50},{"source":361,"target":228},{"source":361,"target":376},{"source":361,"target":128},{"source":361,"target":358},{"source":376,"target":228},{"source":354,"target":226},{"source":354,"target":377},{"source":354,"target":128},{"source":354,"target":351},{"source":377,"target":226},{"source":291,"target":201},{"source":291,"target":378},{"source":291,"target":128},{"source":291,"target":288},{"source":378,"target":201},{"source":370,"target":1},{"source":153,"target":200},{"source":153,"target":128},{"source":153,"target":350},{"source":153,"target":379},{"source":350,"target":225},{"source":350,"target":380},{"source":350,"target":153},{"source":350,"target":346},{"source":380,"target":225},{"source":379,"target":128},{"source":107,"target":200},{"source":107,"target":128},{"source":107,"target":381},{"source":107,"target":382},{"source":381,"target":250},{"source":381,"target":383},{"source":381,"target":107},{"source":381,"target":384},{"source":383,"target":250},{"source":382,"target":128},{"source":230,"target":200},{"source":230,"target":231},{"source":230,"target":385},{"source":230,"target":386},{"source":385,"target":231},{"source":385,"target":387},{"source":385,"target":230},{"source":385,"target":388},{"source":387,"target":231},{"source":386,"target":231},{"source":231,"target":200},{"source":231,"target":50},{"source":231,"target":389},{"source":231,"target":390},{"source":231,"target":265},{"source":231,"target":391},{"source":231,"target":392},{"source":231,"target":393},{"source":231,"target":394},{"source":231,"target":388},{"source":231,"target":395},{"source":231,"target":374},{"source":231,"target":396},{"source":389,"target":33},{"source":389,"target":397},{"source":389,"target":231},{"source":397,"target":33},{"source":390,"target":247},{"source":390,"target":398},{"source":390,"target":231},{"source":390,"target":399},{"source":398,"target":247},{"source":265,"target":50},{"source":265,"target":400},{"source":265,"target":231},{"source":265,"target":251},{"source":400,"target":50},{"source":391,"target":250},{"source":391,"target":401},{"source":391,"target":231},{"source":391,"target":402},{"source":401,"target":250},{"source":392,"target":246},{"source":392,"target":403},{"source":392,"target":231},{"source":392,"target":404},{"source":403,"target":246},{"source":393,"target":249},{"source":393,"target":405},{"source":393,"target":231},{"source":393,"target":406},{"source":405,"target":249},{"source":394,"target":246},{"source":394,"target":407},{"source":394,"target":231},{"source":394,"target":408},{"source":407,"target":246},{"source":388,"target":230},{"source":388,"target":409},{"source":388,"target":231},{"source":388,"target":385},{"source":409,"target":230},{"source":395,"target":244},{"source":395,"target":410},{"source":395,"target":231},{"source":395,"target":411},{"source":410,"target":244},{"source":374,"target":128},{"source":374,"target":412},{"source":374,"target":231},{"source":374,"target":369},{"source":412,"target":128},{"source":396,"target":50},{"source":232,"target":200},{"source":232,"target":231},{"source":232,"target":413},{"source":413,"target":231},{"source":233,"target":200},{"source":233,"target":232},{"source":233,"target":414},{"source":414,"target":232},{"source":234,"target":200},{"source":234,"target":232},{"source":234,"target":415},{"source":415,"target":232},{"source":235,"target":200},{"source":235,"target":232},{"source":235,"target":416},{"source":416,"target":232},{"source":236,"target":200},{"source":236,"target":235},{"source":236,"target":417},{"source":417,"target":235},{"source":237,"target":200},{"source":237,"target":235},{"source":237,"target":418},{"source":418,"target":235},{"source":238,"target":200},{"source":238,"target":230},{"source":238,"target":419},{"source":419,"target":230},{"source":239,"target":200},{"source":239,"target":230},{"source":239,"target":420},{"source":420,"target":230},{"source":240,"target":200},{"source":240,"target":230},{"source":240,"target":421},{"source":421,"target":230},{"source":241,"target":200},{"source":241,"target":230},{"source":241,"target":422},{"source":422,"target":230},{"source":242,"target":200},{"source":242,"target":231},{"source":242,"target":423},{"source":423,"target":231},{"source":243,"target":200},{"source":243,"target":231},{"source":243,"target":424},{"source":243,"target":425},{"source":424,"target":244},{"source":424,"target":426},{"source":424,"target":243},{"source":424,"target":427},{"source":426,"target":244},{"source":425,"target":231},{"source":244,"target":200},{"source":244,"target":1},{"source":244,"target":411},{"source":244,"target":427},{"source":244,"target":428},{"source":244,"target":429},{"source":411,"target":231},{"source":411,"target":430},{"source":411,"target":244},{"source":411,"target":395},{"source":430,"target":231},{"source":427,"target":243},{"source":427,"target":431},{"source":427,"target":244},{"source":427,"target":424},{"source":431,"target":243},{"source":428,"target":33},{"source":428,"target":432},{"source":428,"target":244},{"source":432,"target":33},{"source":429,"target":1},{"source":245,"target":200},{"source":245,"target":231},{"source":245,"target":433},{"source":245,"target":434},{"source":433,"target":61},{"source":433,"target":435},{"source":433,"target":245},{"source":433,"target":436},{"source":435,"target":61},{"source":434,"target":231},{"source":246,"target":200},{"source":246,"target":231},{"source":246,"target":404},{"source":246,"target":408},{"source":246,"target":437},{"source":404,"target":231},{"source":404,"target":438},{"source":404,"target":246},{"source":404,"target":392},{"source":438,"target":231},{"source":408,"target":231},{"source":408,"target":439},{"source":408,"target":246},{"source":408,"target":394},{"source":439,"target":231},{"source":437,"target":231},{"source":72,"target":200},{"source":72,"target":1},{"source":72,"target":440},{"source":72,"target":441},{"source":72,"target":442},{"source":440,"target":248},{"source":440,"target":443},{"source":440,"target":72},{"source":440,"target":444},{"source":443,"target":248},{"source":441,"target":247},{"source":441,"target":445},{"source":441,"target":72},{"source":441,"target":446},{"source":445,"target":247},{"source":442,"target":1},{"source":247,"target":200},{"source":247,"target":1},{"source":247,"target":446},{"source":247,"target":399},{"source":247,"target":447},{"source":446,"target":72},{"source":446,"target":448},{"source":446,"target":247},{"source":446,"target":441},{"source":448,"target":72},{"source":399,"target":231},{"source":399,"target":449},{"source":399,"target":247},{"source":399,"target":390},{"source":449,"target":231},{"source":447,"target":1},{"source":248,"target":200},{"source":248,"target":1},{"source":248,"target":444},{"source":248,"target":450},{"source":444,"target":72},{"source":444,"target":451},{"source":444,"target":248},{"source":444,"target":440},{"source":451,"target":72},{"source":450,"target":1},{"source":249,"target":200},{"source":249,"target":248},{"source":249,"target":452},{"source":249,"target":287},{"source":249,"target":406},{"source":249,"target":453},{"source":452,"target":33},{"source":452,"target":454},{"source":452,"target":249},{"source":454,"target":33},{"source":287,"target":50},{"source":287,"target":455},{"source":287,"target":249},{"source":287,"target":262},{"source":455,"target":50},{"source":406,"target":231},{"source":406,"target":456},{"source":406,"target":249},{"source":406,"target":393},{"source":456,"target":231},{"source":453,"target":248},{"source":250,"target":200},{"source":250,"target":248},{"source":250,"target":457},{"source":250,"target":384},{"source":250,"target":402},{"source":250,"target":283},{"source":250,"target":458},{"source":457,"target":33},{"source":457,"target":459},{"source":457,"target":250},{"source":459,"target":33},{"source":384,"target":107},{"source":384,"target":460},{"source":384,"target":250},{"source":384,"target":381},{"source":460,"target":107},{"source":402,"target":231},{"source":402,"target":461},{"source":402,"target":250},{"source":402,"target":391},{"source":461,"target":231},{"source":283,"target":50},{"source":283,"target":462},{"source":283,"target":250},{"source":283,"target":260},{"source":462,"target":50},{"source":458,"target":248},{"source":61,"target":200},{"source":61,"target":1},{"source":61,"target":463},{"source":61,"target":464},{"source":61,"target":436},{"source":61,"target":465},{"source":61,"target":466},{"source":463,"target":33},{"source":463,"target":467},{"source":463,"target":61},{"source":467,"target":33},{"source":464,"target":61},{"source":464,"target":468},{"source":464,"target":61},{"source":464,"target":465},{"source":468,"target":61},{"source":436,"target":245},{"source":436,"target":469},{"source":436,"target":61},{"source":436,"target":433},{"source":469,"target":245},{"source":465,"target":61},{"source":465,"target":470},{"source":465,"target":61},{"source":465,"target":464},{"source":470,"target":61},{"source":466,"target":1},{"source":471,"target":59},{"source":471,"target":303},{"source":471,"target":307},{"source":471,"target":33},{"source":59,"target":471},{"source":303,"target":471},{"source":307,"target":471},{"source":33,"target":471}],"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="dsl15926" nsURI="http://agentlab.ru/models/dsl15926/2012/08"
nsPrefix="iso15926">
<eClassifiers xsi:type="ecore:EClass" name="AbstractObject" abstract="true" eSuperTypes="#//Thing"/>
<eClassifiers xsi:type="ecore:EClass" name="Template" eSuperTypes="#//AbstractObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="roles" upperBound="-1"
eType="#//TemplateRole" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1"
eType="#//TemplateInstance" eOpposite="#//TemplateInstance/template"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="repository" eType="#//Repository"
eOpposite="#//Repository/templates"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateRole" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedCardinality" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1"
eType="#//TemplateRoleInstance" eOpposite="#//TemplateRoleInstance/templateRole"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entityType" eType="#//AbstractObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Repository">
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//Class" containment="true" eOpposite="#//Class/repository"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="templates" upperBound="-1"
eType="#//Template" containment="true" eOpposite="#//Template/repository"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imports" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="individuals" upperBound="-1"
eType="#//Individual" containment="true" eOpposite="#//Individual/repository"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="templateInstances" upperBound="-1"
eType="#//TemplateInstance" containment="true" eOpposite="#//TemplateInstance/repository"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifications" upperBound="-1"
eType="#//Classification" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="specializations" upperBound="-1"
eType="#//Specialization" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//Annotation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Annotation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Individual" eSuperTypes="#//Thing">
<eStructuralFeatures xsi:type="ecore:EReference" name="repository" eType="#//Repository"
eOpposite="#//Repository/individuals"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//AbstractObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="individuals" upperBound="-1"
eType="#//Thing" eOpposite="#//Thing/classes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="repository" eType="#//Repository"
eOpposite="#//Repository/classes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="template" eType="#//Template"
eOpposite="#//Template/instances"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="roles" upperBound="-1"
eType="#//TemplateRoleInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="repository" eType="#//Repository"
eOpposite="#//Repository/templateInstances"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateRoleInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="templateRole" eType="#//TemplateRole"
eOpposite="#//TemplateRole/instances"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyInstance" lowerBound="1"
eType="#//Thing"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Thing" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//Class" eOpposite="#//Class/individuals"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Classification">
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classified" eType="#//Thing"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Specialization">
<eStructuralFeatures xsi:type="ecore:EReference" name="superClass" eType="#//AbstractObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subClass" eType="#//AbstractObject"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/dsl15926.ecore | ecore | dsl15926
AbstractObject
Template
roles
instances
repository
TemplateRole
qualifiedCardinality
instances
entityType
Repository
classes
templates
url
imports
individuals
templateInstances
classifications
specializations
NamedElement
label
annotations
Annotation
type
value
lang
Individual
repository
Class
individuals
repository
TemplateInstance
template
roles
repository
TemplateRoleInstance
templateRole
propertyInstance
Thing
classes
Classification
classifier
classified
Specialization
superClass
subClass | null | {"directed":true,"nodes":[{"nsPrefix":"iso15926","nsURI":"http://agentlab.ru/models/dsl15926/2012/08","name":"dsl15926","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractObject","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateRole","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repository","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Individual","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateInstance","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateRoleInstance","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Thing","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classification","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specialization","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"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":"repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedCardinality","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instances","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":"entityType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"templateRole","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"individuals","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":"templateInstances","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":"classifications","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":"specializations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"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":"repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":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":"repository","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"unique":true,"name":"repository","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"value","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":"lang","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"individuals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classes","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":"roles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"propertyInstance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classified","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","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":false,"unsettable":false,"transient":false,"unique":true,"name":"subClass","changeable":true,"resolveProxies":true,"lowerBound":0,"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":1,"target":0},{"source":1,"target":11},{"source":1,"target":14},{"source":14,"target":11},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":15,"target":3},{"source":15,"target":19},{"source":15,"target":2},{"source":19,"target":3},{"source":16,"target":9},{"source":16,"target":20},{"source":16,"target":2},{"source":16,"target":21},{"source":20,"target":9},{"source":17,"target":4},{"source":17,"target":22},{"source":17,"target":2},{"source":17,"target":23},{"source":22,"target":4},{"source":18,"target":1},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":24,"target":28},{"source":24,"target":3},{"source":25,"target":10},{"source":25,"target":29},{"source":25,"target":3},{"source":25,"target":30},{"source":29,"target":10},{"source":26,"target":1},{"source":26,"target":31},{"source":26,"target":3},{"source":31,"target":1},{"source":27,"target":5},{"source":4,"target":0},{"source":4,"target":32},{"source":4,"target":23},{"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":32,"target":8},{"source":32,"target":39},{"source":32,"target":4},{"source":32,"target":40},{"source":39,"target":8},{"source":23,"target":2},{"source":23,"target":41},{"source":23,"target":4},{"source":23,"target":17},{"source":41,"target":2},{"source":33,"target":42},{"source":33,"target":4},{"source":34,"target":43},{"source":34,"target":4},{"source":35,"target":7},{"source":35,"target":44},{"source":35,"target":4},{"source":35,"target":45},{"source":44,"target":7},{"source":36,"target":9},{"source":36,"target":46},{"source":36,"target":4},{"source":36,"target":47},{"source":46,"target":9},{"source":37,"target":12},{"source":37,"target":48},{"source":37,"target":4},{"source":48,"target":12},{"source":38,"target":13},{"source":38,"target":49},{"source":38,"target":4},{"source":49,"target":13},{"source":5,"target":0},{"source":5,"target":50},{"source":5,"target":51},{"source":50,"target":52},{"source":50,"target":5},{"source":51,"target":6},{"source":51,"target":53},{"source":51,"target":5},{"source":53,"target":6},{"source":6,"target":0},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":54,"target":57},{"source":54,"target":6},{"source":55,"target":58},{"source":55,"target":6},{"source":56,"target":59},{"source":56,"target":6},{"source":7,"target":0},{"source":7,"target":11},{"source":7,"target":45},{"source":7,"target":60},{"source":45,"target":4},{"source":45,"target":61},{"source":45,"target":7},{"source":45,"target":35},{"source":61,"target":4},{"source":60,"target":11},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":62},{"source":8,"target":40},{"source":8,"target":63},{"source":62,"target":11},{"source":62,"target":64},{"source":62,"target":8},{"source":62,"target":65},{"source":64,"target":11},{"source":40,"target":4},{"source":40,"target":66},{"source":40,"target":8},{"source":40,"target":32},{"source":66,"target":4},{"source":63,"target":1},{"source":9,"target":0},{"source":9,"target":21},{"source":9,"target":67},{"source":9,"target":47},{"source":21,"target":2},{"source":21,"target":68},{"source":21,"target":9},{"source":21,"target":16},{"source":68,"target":2},{"source":67,"target":10},{"source":67,"target":69},{"source":67,"target":9},{"source":69,"target":10},{"source":47,"target":4},{"source":47,"target":70},{"source":47,"target":9},{"source":47,"target":36},{"source":70,"target":4},{"source":10,"target":0},{"source":10,"target":30},{"source":10,"target":71},{"source":30,"target":3},{"source":30,"target":72},{"source":30,"target":10},{"source":30,"target":25},{"source":72,"target":3},{"source":71,"target":11},{"source":71,"target":73},{"source":71,"target":10},{"source":73,"target":11},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":65},{"source":11,"target":74},{"source":65,"target":8},{"source":65,"target":75},{"source":65,"target":11},{"source":65,"target":62},{"source":75,"target":8},{"source":74,"target":5},{"source":12,"target":0},{"source":12,"target":76},{"source":12,"target":77},{"source":76,"target":8},{"source":76,"target":78},{"source":76,"target":12},{"source":78,"target":8},{"source":77,"target":11},{"source":77,"target":79},{"source":77,"target":12},{"source":79,"target":11},{"source":13,"target":0},{"source":13,"target":80},{"source":13,"target":81},{"source":80,"target":1},{"source":80,"target":82},{"source":80,"target":13},{"source":82,"target":1},{"source":81,"target":1},{"source":81,"target":83},{"source":81,"target":13},{"source":83,"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="epbs" nsURI="http://www.polarsys.org/capella/core/epbs/1.0.0"
nsPrefix="org.polarsys.capella.core.data.epbs">
<eAnnotations source="http://www.polarsys.org/kitalpha/dsl/2007/dslfactory">
<details key="trackResourceModification" value="true"/>
<details key="useUUIDs" value="false"/>
<details key="useIDAttributes" value="true"/>
<details key="extensibleProviderFactory" value="true"/>
<details key="childCreationExtenders" value="true"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="(E)PBS (for (End-)Product Breakdown Structure) aims at defining the system's work product breakdown (close to Clearcase/UCM's components concept).
[source: Capella study]"/>
<details key="usage guideline" value="none"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="none"/>
<details key="constraints" value="This package depends on the model CompositeStructure.ecore"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
<eClassifiers xsi:type="ecore:EClass" name="EPBSArchitecturePkg" eSuperTypes="CompositeStructure.ecore#//BlockArchitecturePkg">
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="EPBSArchitecturePkg"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="metaclass" value="Package"/>
<details key="stereotype" value="eng.sys.EPBSArchitecturePkg"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Package that contains end product breakdown structure architectures
[source:Capella study]"/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value=""/>
<details key="base metaclass in UML/SysML profile " value="uml::Package"/>
<details key="explanation" value="none"/>
<details key="constraints" value="none"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEPBSArchitectures"
upperBound="-1" eType="#//EPBSArchitecture" containment="true">
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="featureName" value="packagedElement"/>
<details key="featureOwner" value="Package"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="ownedEPBSArchitectures"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/ImpactAnalysis/Segment"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="End product breakdown structure architectures set
[source:Capella study]"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="uml::Package::nestedPackage#uml::Package::packagedElement"/>
<details key="explanation" value="none"/>
<details key="constraints" value="uml::Package::nestedPackage elements on which EPBSArchitecture stereotype or any stereotype that inherits from it is applied
Order must be computed"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EPBSArchitecture" eSuperTypes="CompositeStructure.ecore#//ComponentArchitecture">
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="EPBSArchitecture"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="metaclass" value="Package"/>
<details key="stereotype" value="eng.sys.EPBSArchitecture"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="End Product Breakdown Structure. Definition of the Physical Components grouping for development subcontracting or purchase. "/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value=""/>
<details key="base metaclass in UML/SysML profile " value="uml::Package"/>
<details key="explanation" value="none"/>
<details key="constraints" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEPBSContext" eType="#//EPBSContext"
containment="true">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="the context is the set of (epbs) parts that make the "world" at this abstraction level (the system part(s) and the external actor part(s))"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="uml::Package::packagedElement"/>
<details key="explanation" value="none"/>
<details key="constraints" value="uml::Package::packagedElement elements on which EPBSContext stereotype or any stereotype that inherits from it is applied"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedConfigurationItem"
eType="#//ConfigurationItem" containment="true">
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="featureName" value="packagedElement"/>
<details key="featureOwner" value="Package"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="ownedConfigurationItems"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/ImpactAnalysis/Segment"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="the Configuration items contained in this EPBS architecture
[source: Capella study]"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="Even though configuration items are normally stored in a configurationItemPkg, there is this possibility to store them directly under the EPBS architecture element, the purpose being to avoid too many levels of nesting/hierarchy, to ease the navigation of the user in the model"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="uml::Package::packagedElement"/>
<details key="explanation" value="none"/>
<details key="constraints" value="uml::Package::packagedElement elements on which ConfigurationItem stereotype or any stereotype that inherits from it is applied
Order must be computed"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedConfigurationItemPkg"
eType="#//ConfigurationItemPkg" containment="true">
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="featureName" value="packagedElement"/>
<details key="featureOwner" value="Package"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="ownedConfigurationItemPkgs"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/ImpactAnalysis/Segment"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Set of packages that contain configuration items, owned by this EPBS architecture
[source:Capella study]"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="uml::Package::nestedPackage#uml::Package::packagedElement"/>
<details key="explanation" value="none"/>
<details key="constraints" value="uml::Package::nestedPackage elements on which ConfigurationItemPkg stereotype or any stereotype that inherits from it is applied
Order must be computed"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containedCapabilityRealizationPkg"
eType="ecore:EClass LogicalArchitecture.ecore#//CapabilityRealizationPkg"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.polarsys.org/capella/derived"/>
<eAnnotations source="http://www.polarsys.org/capella/semantic">
<details key="feature" value="ownedAbstractCapabilityPkg"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="keyword::none"/>
<details key="explanation" value="Derived and transient"/>
<details key="constraints" value="none"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPhysicalArchitectureRealizations"
upperBound="-1" eType="#//PhysicalArchitectureRealization" containment="true">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Set of physical architecture realization links owned by this EPBS architecture
[source:Capella study]"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="uml::Package::packagedElement"/>
<details key="explanation" value="none"/>
<details key="constraints" value="uml::Package::packagedElement elements on which PhysicalArchitectureRealisation stereotype or any stereotype that inherits from it is applied
Order must be computed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allocatedPhysicalArchitectureRealizations"
upperBound="-1" eType="#//PhysicalArchitectureRealization" changeable="false"
volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.polarsys.org/capella/derived"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="(automatically computed) the physical architecture realization links involving this EPBS architecture
[source: Capella study]"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="keyword::none"/>
<details key="explanation" value="Derived and transient"/>
<details key="constraints" value="none"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allocatedPhysicalArchitectures"
upperBound="-1" eType="ecore:EClass PhysicalArchitecture.ecore#//PhysicalArchitecture"
changeable="false" volatile="true" transient="true" derived="true" eOpposite="PhysicalArchitecture.ecore#//PhysicalArchitecture/allocatingEpbsArchitectures">
<eAnnotations source="http://www.polarsys.org/capella/derived"/>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="keyword::none"/>
<details key="explanation" value="Derived and transient"/>
<details key="constraints" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EPBSContext" eSuperTypes="CompositeStructure.ecore#//ComponentContext">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="specialization of a component context for the epbs level. Refer to component context description."/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="physical"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value=""/>
<details key="base metaclass in UML/SysML profile " value="uml::Class"/>
<details key="explanation" value="none"/>
<details key="constraints" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfigurationItemPkg" eSuperTypes="CapellaCore.ecore#//Structure">
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="ConfigurationItemPkg"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="metaclass" value="Package"/>
<details key="stereotype" value="eng.sys.ConfigurationItemPkg"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Package that contains configuration item elements
[source:Capella study]"/>
<details key="usage guideline" value="this element is provided as a utility to better structure configuration items, if needed"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value=""/>
<details key="base metaclass in UML/SysML profile " value="uml::Package"/>
<details key="explanation" value="none"/>
<details key="constraints" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedConfigurationItems"
upperBound="-1" eType="#//ConfigurationItem" containment="true">
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="featureName" value="packagedElement"/>
<details key="featureOwner" value="Package"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="ownedConfigurationItems"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/ImpactAnalysis/Segment"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Set of configuration items that are stored in the package
[source:Capella study]"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="uml::Package::packagedElement"/>
<details key="explanation" value="none"/>
<details key="constraints" value="uml::Package::packagedElement elements on which ConfigurationItem stereotype or any stereotype that inherits from it is applied
Order must be computed"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedConfigurationItemPkgs"
upperBound="-1" eType="#//ConfigurationItemPkg" containment="true">
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="featureName" value="packagedElement"/>
<details key="featureOwner" value="Package"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="ownedConfigurationItemPkgs"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/ImpactAnalysis/Segment"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Set of owned packages containing configuration items
[source:Capella study]"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="uml::Package::nestedPackage#uml::Package::packagedElement"/>
<details key="explanation" value="none"/>
<details key="constraints" value="uml::Package::nestedPackage elements on which ConfigurationItemPkg stereotype or any stereotype that inherits from it is applied
Order must be computed"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfigurationItem" eSuperTypes="CompositeStructure.ecore#//SystemComponent">
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="ConfigurationItem"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="metaclass" value="Component"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Aggregation of hardware, software, processed materials, services, or any of their discrete portions designated for configuration management and treated as a single entity in the configuration management process."/>
<details key="usage guideline" value="A configuration item is an abstract concept. Concrete concepts are : COTCI, CSCI, HWCI, InterfaceCI, NDICI, PrimeItemCI and SystemCI"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
<details key="arcadia_description" value="A configuration item (CI) is a part of the system, to be 
- Designed and produced, or purchased
- Duplicated as much as it is used in the system
- assembled with others 
in order to build each copy of the system. 
Examples of configuration items are cabinets, racks, electronic boards, wiring & plugs, software components...
CI are usually qualified as Hardware (HWCI), Computer Software (CSCI), Commercial off the Shelf (COTS, purchased item), Prime Item...
"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value=""/>
<details key="base metaclass in UML/SysML profile " value="SysML::Blocks::Block"/>
<details key="explanation" value="Could have been mapped to Package (to be closer to the semantic of a "group of" physical components, 
but it is not possible since there are Parts associated to CI's, and packages do not inherit from Type, hence cannot be used to type a Part."/>
<details key="constraints" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="itemIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ConfigurationItemKind"
defaultValueLiteral="Unset">
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedConfigurationItems"
upperBound="-1" eType="#//ConfigurationItem" containment="true">
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="featureName" value="packagedElement"/>
<details key="featureOwner" value="Component"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="ownedConfigurationItems"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/ImpactAnalysis/Segment"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="the children of this ConfigurationItem 
[source: Capella study]"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="uml::Class::nestedClassifier"/>
<details key="explanation" value="none"/>
<details key="constraints" value="uml::Class::nestedClassifier elements on which ConfigurationItem stereotype or any stereotype that inherits from it is applied"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedConfigurationItemPkgs"
upperBound="-1" eType="#//ConfigurationItemPkg" containment="true">
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="featureName" value="packagedElement"/>
<details key="featureOwner" value="Component"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="ownedConfigurationItemPkgs"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/ImpactAnalysis/Segment"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="the sub-(configuration item) packages owned by this component"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="keyword::nearestpackage"/>
<details key="explanation" value="none"/>
<details key="constraints" value="store them in the nearest possible package, since a Block cannot contain packages"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPhysicalArtifactRealizations"
ordered="false" upperBound="-1" eType="#//PhysicalArtifactRealization" containment="true">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Set of physical component realization links owned by this configuration item
[source:Capella study]"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="keyword::nearestpackage"/>
<details key="explanation" value="none"/>
<details key="constraints" value="store them in the nearest possible package, since a Block cannot contain packages"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allocatedPhysicalArtifacts"
ordered="false" upperBound="-1" eType="ecore:EClass CompositeStructure.ecore#//AbstractPhysicalArtifact"
changeable="false" volatile="true" transient="true" derived="true" eOpposite="CompositeStructure.ecore#//AbstractPhysicalArtifact/allocatorConfigurationItems">
<eAnnotations source="http://www.polarsys.org/capella/derived"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="(automatically computed) the list of realizations links coming from physical artifacts, and in which this ConfigurationItem is involved
[source: Capella study]"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="keyword::none"/>
<details key="explanation" value="Derived and transient"/>
<details key="constraints" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ConfigurationItemKind">
<eLiterals name="Unset"/>
<eLiterals name="COTSCI" value="1">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Commercial Off The Shelves Configuration Item"/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
</eLiterals>
<eLiterals name="CSCI" value="2">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Computer Software Configuration Item"/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
</eLiterals>
<eLiterals name="HWCI" value="3">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Hardware Configuration Item"/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
</eLiterals>
<eLiterals name="InterfaceCI" value="4">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Interface Configuration Item"/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
</eLiterals>
<eLiterals name="NDICI" value="5">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Non Developmental Configuration Item"/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
</eLiterals>
<eLiterals name="PrimeItemCI" value="6">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Prime Item Configuration Item"/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
</eLiterals>
<eLiterals name="SystemCI" value="7">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="System Configuration Item"/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PhysicalArchitectureRealization" eSuperTypes="CompositeStructure.ecore#//ArchitectureAllocation">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Realization link betwen an EPBS architecture and a physical architecture
[source:Capella study]

Realization is a specialized abstraction relationship between two sets of model elements, one representing a specification
(the supplier) and the other represents an implementation of the latter (the client). Realization can be used to model
stepwise refinement, optimizations, transformations, templates, model synthesis, framework composition, etc.
[source: UML superstructure v2.2]"/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value=""/>
<details key="base metaclass in UML/SysML profile " value="uml::Realization"/>
<details key="explanation" value="none"/>
<details key="constraints" value="none"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PhysicalArtifactRealization" eSuperTypes="CompositeStructure.ecore#//ComponentAllocation">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Realization link between a configuration item and a physical artifact (physical component, physical link or physical port)
[source:Capella study]

Realization is a specialized abstraction relationship between two sets of model elements, one representing a specification
(the supplier) and the other represents an implementation of the latter (the client). Realization can be used to model
stepwise refinement, optimizations, transformations, templates, model synthesis, framework composition, etc.
[source:UML superstructure v2.2]"/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value=""/>
<details key="base metaclass in UML/SysML profile " value="uml::Realization"/>
<details key="explanation" value="none"/>
<details key="constraints" value="none"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/fcoulon/experimental/CapellaModel/org.polarsys.capella.core.data.def/model/EPBSArchitecture.ecore | ecore | epbs
EPBSArchitecturePkg
ownedEPBSArchitectures
EPBSArchitecture
ownedEPBSContext
ownedConfigurationItem
ownedConfigurationItemPkg
containedCapabilityRealizationPkg
ownedPhysicalArchitectureRealizations
allocatedPhysicalArchitectureRealizations
allocatedPhysicalArchitectures
EPBSContext
ConfigurationItemPkg
ownedConfigurationItems
ownedConfigurationItemPkgs
ConfigurationItem
itemIdentifier
kind
Unset
ownedConfigurationItems
ownedConfigurationItemPkgs
ownedPhysicalArtifactRealizations
allocatedPhysicalArtifacts
ConfigurationItemKind
Unset
Unset
COTSCI
COTSCI
CSCI
CSCI
HWCI
HWCI
InterfaceCI
InterfaceCI
NDICI
NDICI
PrimeItemCI
PrimeItemCI
SystemCI
SystemCI
PhysicalArchitectureRealization
PhysicalArtifactRealization | null | {"directed":true,"nodes":[{"nsPrefix":"org.polarsys.capella.core.data.epbs","nsURI":"http://www.polarsys.org/capella/core/epbs/1.0.0","name":"epbs","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPBSArchitecturePkg","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPBSArchitecture","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPBSContext","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationItemPkg","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationItem","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConfigurationItemKind","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalArchitectureRealization","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalArtifactRealization","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":"ownedEPBSArchitectures","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":"ownedEPBSContext","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedConfigurationItem","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedConfigurationItemPkg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"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":"containedCapabilityRealizationPkg","changeable":false,"resolveProxies":true,"lowerBound":0,"id":15,"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":"ownedPhysicalArchitectureRealizations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"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":"allocatedPhysicalArchitectureRealizations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":17,"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":"allocatedPhysicalArchitectures","changeable":false,"resolveProxies":true,"lowerBound":0,"id":18,"derived":true},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedConfigurationItems","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":"ownedConfigurationItemPkgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"itemIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Unset","unsettable":false,"transient":false,"unique":true,"name":"kind","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":"ownedConfigurationItems","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":"ownedConfigurationItemPkgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPhysicalArtifactRealizations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allocatedPhysicalArtifacts","changeable":false,"resolveProxies":true,"lowerBound":0,"id":38,"derived":true},{"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"},{"name":"Unset","id":46,"value":0,"literal":"Unset","eClass":"EEnumLiteral"},{"name":"COTSCI","id":47,"value":1,"literal":"COTSCI","eClass":"EEnumLiteral"},{"name":"CSCI","id":48,"value":2,"literal":"CSCI","eClass":"EEnumLiteral"},{"name":"HWCI","id":49,"value":3,"literal":"HWCI","eClass":"EEnumLiteral"},{"name":"InterfaceCI","id":50,"value":4,"literal":"InterfaceCI","eClass":"EEnumLiteral"},{"name":"NDICI","id":51,"value":5,"literal":"NDICI","eClass":"EEnumLiteral"},{"name":"PrimeItemCI","id":52,"value":6,"literal":"PrimeItemCI","eClass":"EEnumLiteral"},{"name":"SystemCI","id":53,"value":7,"literal":"SystemCI","eClass":"EEnumLiteral"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":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":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":12,"target":3},{"source":12,"target":20},{"source":12,"target":2},{"source":20,"target":3},{"source":13,"target":5},{"source":13,"target":21},{"source":13,"target":2},{"source":21,"target":5},{"source":14,"target":4},{"source":14,"target":22},{"source":14,"target":2},{"source":22,"target":4},{"source":15,"target":23},{"source":15,"target":2},{"source":16,"target":7},{"source":16,"target":24},{"source":16,"target":2},{"source":24,"target":7},{"source":17,"target":7},{"source":17,"target":25},{"source":17,"target":2},{"source":25,"target":7},{"source":18,"target":26},{"source":18,"target":2},{"source":3,"target":0},{"source":3,"target":27},{"source":4,"target":0},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":28,"target":5},{"source":28,"target":31},{"source":28,"target":4},{"source":31,"target":5},{"source":29,"target":4},{"source":29,"target":32},{"source":29,"target":4},{"source":32,"target":4},{"source":5,"target":0},{"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":33,"target":40},{"source":33,"target":5},{"source":34,"target":6},{"source":34,"target":41},{"source":34,"target":5},{"source":41,"target":6},{"source":35,"target":5},{"source":35,"target":42},{"source":35,"target":5},{"source":42,"target":5},{"source":36,"target":4},{"source":36,"target":43},{"source":36,"target":5},{"source":43,"target":4},{"source":37,"target":8},{"source":37,"target":44},{"source":37,"target":5},{"source":44,"target":8},{"source":38,"target":45},{"source":38,"target":5},{"source":6,"target":0},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":46,"target":6},{"source":47,"target":6},{"source":48,"target":6},{"source":49,"target":6},{"source":50,"target":6},{"source":51,"target":6},{"source":52,"target":6},{"source":53,"target":6},{"source":7,"target":0},{"source":7,"target":54},{"source":8,"target":0},{"source":8,"target":55}],"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="VorkursModel"
nsURI="de.rwth_aachen.swc.vorkurs" nsPrefix="de.rwth_aachen.swc.vorkurs">
<eClassifiers xsi:type="ecore:EClass" name="RegistrationSystem">
<eStructuralFeatures xsi:type="ecore:EReference" name="students" upperBound="-1"
eType="#//Student" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="teachingAssistants" upperBound="-1"
eType="#//TeachingAssistant" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Person" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contactinfo" lowerBound="1"
eType="#//Contact" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="notebook" eType="#//Notebook"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualification" lowerBound="1"
eType="#//Qualification" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gender" eType="#//Gender"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subject" eType="#//Subject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Address">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="street" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Notebook">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="OperatingSystem" eType="#//OperatingSystem"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasWLAN" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Nationality">
<eLiterals name="French" value="4"/>
<eLiterals name="German"/>
<eLiterals name="Spanish" value="1"/>
<eLiterals name="English" value="2"/>
<eLiterals name="other" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Contact">
<eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="#//Address"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="phonenumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TeachingAssistant" eSuperTypes="#//Person">
<eStructuralFeatures xsi:type="ecore:EReference" name="room" lowerBound="1" eType="#//Room"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Subject">
<eLiterals name="ComputerScience"/>
<eLiterals name="MechanicalEngineering" value="1"/>
<eLiterals name="Physics" value="2"/>
<eLiterals name="Mathematics" value="3"/>
<eLiterals name="AppliedGeographics" value="4"/>
<eLiterals name="CES" value="5"/>
<eLiterals name="BusinessEngineering" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Qualification">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasPCExperience" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasProgrammingExperience"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Language" eType="#//Nationality"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="programminLanguage" eType="#//ProgrammingLanguage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Gender">
<eLiterals name="Male"/>
<eLiterals name="Female" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Student" eSuperTypes="#//Person"/>
<eClassifiers xsi:type="ecore:EEnum" name="ProgrammingLanguage">
<eLiterals name="C_CPP" literal="C_CPP"/>
<eLiterals name="Java" value="1"/>
<eLiterals name="Pascal_Delphi" value="2"/>
<eLiterals name="other" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Room">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="roomNr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sockets" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="seats" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasComputers" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OperatingSystem">
<eLiterals name="Windows"/>
<eLiterals name="Linux_Unix" value="1"/>
<eLiterals name="MacOS" value="2"/>
<eLiterals name="other" value="3"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/VorkursDomain.ecore | ecore | VorkursModel
RegistrationSystem
students
teachingAssistants
Person
firstname
lastname
contactinfo
notebook
qualification
gender
subject
Address
city
state
zip
street
Notebook
OperatingSystem
hasWLAN
Nationality
French
French
German
German
Spanish
Spanish
English
English
other
other
Contact
address
phonenumber
Email
TeachingAssistant
room
Subject
ComputerScience
ComputerScience
MechanicalEngineering
MechanicalEngineering
Physics
Physics
Mathematics
Mathematics
AppliedGeographics
AppliedGeographics
CES
CES
BusinessEngineering
BusinessEngineering
Qualification
hasPCExperience
hasProgrammingExperience
Language
programminLanguage
Gender
Male
Male
Female
Female
Student
ProgrammingLanguage
C_CPP
C_CPP
Java
Java
Pascal_Delphi
Pascal_Delphi
other
other
Room
roomNr
sockets
seats
hasComputers
OperatingSystem
Windows
Windows
Linux_Unix
Linux_Unix
MacOS
MacOS
other
other | null | {"directed":true,"nodes":[{"nsPrefix":"de.rwth_aachen.swc.vorkurs","nsURI":"de.rwth_aachen.swc.vorkurs","name":"VorkursModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegistrationSystem","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Notebook","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Nationality","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contact","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TeachingAssistant","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Subject","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Qualification","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Gender","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Student","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProgrammingLanguage","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Room","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperatingSystem","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"students","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":"teachingAssistants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstname","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":"lastname","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contactinfo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"notebook","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualification","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"gender","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":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":"state","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":"zip","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":"street","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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"OperatingSystem","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasWLAN","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"name":"French","id":45,"value":4,"literal":"French","eClass":"EEnumLiteral"},{"name":"German","id":46,"value":0,"literal":"German","eClass":"EEnumLiteral"},{"name":"Spanish","id":47,"value":1,"literal":"Spanish","eClass":"EEnumLiteral"},{"name":"English","id":48,"value":2,"literal":"English","eClass":"EEnumLiteral"},{"name":"other","id":49,"value":3,"literal":"other","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":"address","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":"phonenumber","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":"Email","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"room","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"name":"ComputerScience","id":59,"value":0,"literal":"ComputerScience","eClass":"EEnumLiteral"},{"name":"MechanicalEngineering","id":60,"value":1,"literal":"MechanicalEngineering","eClass":"EEnumLiteral"},{"name":"Physics","id":61,"value":2,"literal":"Physics","eClass":"EEnumLiteral"},{"name":"Mathematics","id":62,"value":3,"literal":"Mathematics","eClass":"EEnumLiteral"},{"name":"AppliedGeographics","id":63,"value":4,"literal":"AppliedGeographics","eClass":"EEnumLiteral"},{"name":"CES","id":64,"value":5,"literal":"CES","eClass":"EEnumLiteral"},{"name":"BusinessEngineering","id":65,"value":6,"literal":"BusinessEngineering","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":"hasPCExperience","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasProgrammingExperience","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Language","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"programminLanguage","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"name":"Male","id":74,"value":0,"literal":"Male","eClass":"EEnumLiteral"},{"name":"Female","id":75,"value":1,"literal":"Female","eClass":"EEnumLiteral"},{"id":76,"eClass":"EGenericType"},{"name":"C_CPP","id":77,"value":0,"literal":"C_CPP","eClass":"EEnumLiteral"},{"name":"Java","id":78,"value":1,"literal":"Java","eClass":"EEnumLiteral"},{"name":"Pascal_Delphi","id":79,"value":2,"literal":"Pascal_Delphi","eClass":"EEnumLiteral"},{"name":"other","id":80,"value":3,"literal":"other","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roomNr","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sockets","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":"seats","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasComputers","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"name":"Windows","id":89,"value":0,"literal":"Windows","eClass":"EEnumLiteral"},{"name":"Linux_Unix","id":90,"value":1,"literal":"Linux_Unix","eClass":"EEnumLiteral"},{"name":"MacOS","id":91,"value":2,"literal":"MacOS","eClass":"EEnumLiteral"},{"name":"other","id":92,"value":3,"literal":"other","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":15,"target":11},{"source":15,"target":17},{"source":15,"target":1},{"source":17,"target":11},{"source":16,"target":7},{"source":16,"target":18},{"source":16,"target":1},{"source":18,"target":7},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":19,"target":26},{"source":19,"target":2},{"source":20,"target":27},{"source":20,"target":2},{"source":21,"target":6},{"source":21,"target":28},{"source":21,"target":2},{"source":28,"target":6},{"source":22,"target":4},{"source":22,"target":29},{"source":22,"target":2},{"source":29,"target":4},{"source":23,"target":9},{"source":23,"target":30},{"source":23,"target":2},{"source":30,"target":9},{"source":24,"target":10},{"source":24,"target":31},{"source":24,"target":2},{"source":31,"target":10},{"source":25,"target":8},{"source":25,"target":32},{"source":25,"target":2},{"source":32,"target":8},{"source":3,"target":0},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"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":36,"target":40},{"source":36,"target":3},{"source":4,"target":0},{"source":4,"target":41},{"source":4,"target":42},{"source":41,"target":14},{"source":41,"target":43},{"source":41,"target":4},{"source":43,"target":14},{"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":5,"target":48},{"source":5,"target":49},{"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":50,"target":3},{"source":50,"target":53},{"source":50,"target":6},{"source":53,"target":3},{"source":51,"target":54},{"source":51,"target":6},{"source":52,"target":55},{"source":52,"target":6},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":56},{"source":7,"target":57},{"source":56,"target":13},{"source":56,"target":58},{"source":56,"target":7},{"source":58,"target":13},{"source":57,"target":2},{"source":8,"target":0},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":59,"target":8},{"source":60,"target":8},{"source":61,"target":8},{"source":62,"target":8},{"source":63,"target":8},{"source":64,"target":8},{"source":65,"target":8},{"source":9,"target":0},{"source":9,"target":66},{"source":9,"target":67},{"source":9,"target":68},{"source":9,"target":69},{"source":66,"target":70},{"source":66,"target":9},{"source":67,"target":71},{"source":67,"target":9},{"source":68,"target":5},{"source":68,"target":72},{"source":68,"target":9},{"source":72,"target":5},{"source":69,"target":12},{"source":69,"target":73},{"source":69,"target":9},{"source":73,"target":12},{"source":10,"target":0},{"source":10,"target":74},{"source":10,"target":75},{"source":74,"target":10},{"source":75,"target":10},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":76},{"source":76,"target":2},{"source":12,"target":0},{"source":12,"target":77},{"source":12,"target":78},{"source":12,"target":79},{"source":12,"target":80},{"source":77,"target":12},{"source":78,"target":12},{"source":79,"target":12},{"source":80,"target":12},{"source":13,"target":0},{"source":13,"target":81},{"source":13,"target":82},{"source":13,"target":83},{"source":13,"target":84},{"source":81,"target":85},{"source":81,"target":13},{"source":82,"target":86},{"source":82,"target":13},{"source":83,"target":87},{"source":83,"target":13},{"source":84,"target":88},{"source":84,"target":13},{"source":14,"target":0},{"source":14,"target":89},{"source":14,"target":90},{"source":14,"target":91},{"source":14,"target":92},{"source":89,"target":14},{"source":90,"target":14},{"source":91,"target":14},{"source":92,"target":14}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="epbs" nsURI="http://www.polarsys.org/capella/core/epbs/1.2.0"
nsPrefix="org.polarsys.capella.core.data.epbs">
<eAnnotations source="http://www.polarsys.org/kitalpha/dsl/2007/dslfactory">
<details key="trackResourceModification" value="true"/>
<details key="useUUIDs" value="false"/>
<details key="useIDAttributes" value="true"/>
<details key="extensibleProviderFactory" value="true"/>
<details key="childCreationExtenders" value="true"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="(E)PBS (for (End-)Product Breakdown Structure) aims at defining the system's work product breakdown (close to Clearcase/UCM's components concept).
[source: Capella study]"/>
<details key="usage guideline" value="none"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="none"/>
<details key="constraints" value="This package depends on the model CompositeStructure.ecore"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
<eClassifiers xsi:type="ecore:EClass" name="EPBSArchitecturePkg" eSuperTypes="CompositeStructure.ecore#//BlockArchitecturePkg">
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="EPBSArchitecturePkg"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="metaclass" value="Package"/>
<details key="stereotype" value="eng.sys.EPBSArchitecturePkg"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Package that contains end product breakdown structure architectures
[source:Capella study]"/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value=""/>
<details key="base metaclass in UML/SysML profile " value="uml::Package"/>
<details key="explanation" value="none"/>
<details key="constraints" value="none"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEPBSArchitectures"
upperBound="-1" eType="#//EPBSArchitecture" containment="true">
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="featureName" value="packagedElement"/>
<details key="featureOwner" value="Package"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="ownedEPBSArchitectures"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/ImpactAnalysis/Segment"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="End product breakdown structure architectures set
[source:Capella study]"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="uml::Package::nestedPackage#uml::Package::packagedElement"/>
<details key="explanation" value="none"/>
<details key="constraints" value="uml::Package::nestedPackage elements on which EPBSArchitecture stereotype or any stereotype that inherits from it is applied
Order must be computed"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EPBSArchitecture" eSuperTypes="CompositeStructure.ecore#//ComponentArchitecture">
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="EPBSArchitecture"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="metaclass" value="Package"/>
<details key="stereotype" value="eng.sys.EPBSArchitecture"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="End Product Breakdown Structure. Definition of the Physical Components grouping for development subcontracting or purchase. "/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value=""/>
<details key="base metaclass in UML/SysML profile " value="uml::Package"/>
<details key="explanation" value="none"/>
<details key="constraints" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEPBSContext" eType="#//EPBSContext"
containment="true">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="the context is the set of (epbs) parts that make the "world" at this abstraction level (the system part(s) and the external actor part(s))"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="uml::Package::packagedElement"/>
<details key="explanation" value="none"/>
<details key="constraints" value="uml::Package::packagedElement elements on which EPBSContext stereotype or any stereotype that inherits from it is applied"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedConfigurationItem"
eType="#//ConfigurationItem" containment="true">
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="featureName" value="packagedElement"/>
<details key="featureOwner" value="Package"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="ownedConfigurationItems"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/ImpactAnalysis/Segment"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="the Configuration items contained in this EPBS architecture
[source: Capella study]"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="Even though configuration items are normally stored in a configurationItemPkg, there is this possibility to store them directly under the EPBS architecture element, the purpose being to avoid too many levels of nesting/hierarchy, to ease the navigation of the user in the model"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="uml::Package::packagedElement"/>
<details key="explanation" value="none"/>
<details key="constraints" value="uml::Package::packagedElement elements on which ConfigurationItem stereotype or any stereotype that inherits from it is applied
Order must be computed"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedConfigurationItemPkg"
eType="#//ConfigurationItemPkg" containment="true">
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="featureName" value="packagedElement"/>
<details key="featureOwner" value="Package"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="ownedConfigurationItemPkgs"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/ImpactAnalysis/Segment"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Set of packages that contain configuration items, owned by this EPBS architecture
[source:Capella study]"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="uml::Package::nestedPackage#uml::Package::packagedElement"/>
<details key="explanation" value="none"/>
<details key="constraints" value="uml::Package::nestedPackage elements on which ConfigurationItemPkg stereotype or any stereotype that inherits from it is applied
Order must be computed"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containedCapabilityRealizationPkg"
eType="ecore:EClass LogicalArchitecture.ecore#//CapabilityRealizationPkg"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.polarsys.org/capella/derived"/>
<eAnnotations source="http://www.polarsys.org/capella/semantic">
<details key="feature" value="ownedAbstractCapabilityPkg"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="keyword::none"/>
<details key="explanation" value="Derived and transient"/>
<details key="constraints" value="none"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPhysicalArchitectureRealizations"
upperBound="-1" eType="#//PhysicalArchitectureRealization" containment="true">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Set of physical architecture realization links owned by this EPBS architecture
[source:Capella study]"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="uml::Package::packagedElement"/>
<details key="explanation" value="none"/>
<details key="constraints" value="uml::Package::packagedElement elements on which PhysicalArchitectureRealisation stereotype or any stereotype that inherits from it is applied
Order must be computed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allocatedPhysicalArchitectureRealizations"
upperBound="-1" eType="#//PhysicalArchitectureRealization" changeable="false"
volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.polarsys.org/capella/derived"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="(automatically computed) the physical architecture realization links involving this EPBS architecture
[source: Capella study]"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="keyword::none"/>
<details key="explanation" value="Derived and transient"/>
<details key="constraints" value="none"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allocatedPhysicalArchitectures"
upperBound="-1" eType="ecore:EClass PhysicalArchitecture.ecore#//PhysicalArchitecture"
changeable="false" volatile="true" transient="true" derived="true" eOpposite="PhysicalArchitecture.ecore#//PhysicalArchitecture/allocatingEpbsArchitectures">
<eAnnotations source="http://www.polarsys.org/capella/derived"/>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="keyword::none"/>
<details key="explanation" value="Derived and transient"/>
<details key="constraints" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EPBSContext" eSuperTypes="CompositeStructure.ecore#//ComponentContext">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="specialization of a component context for the epbs level. Refer to component context description."/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="physical"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value=""/>
<details key="base metaclass in UML/SysML profile " value="uml::Class"/>
<details key="explanation" value="none"/>
<details key="constraints" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfigurationItemPkg" eSuperTypes="CapellaCore.ecore#//Structure">
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="ConfigurationItemPkg"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="metaclass" value="Package"/>
<details key="stereotype" value="eng.sys.ConfigurationItemPkg"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Package that contains configuration item elements
[source:Capella study]"/>
<details key="usage guideline" value="this element is provided as a utility to better structure configuration items, if needed"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value=""/>
<details key="base metaclass in UML/SysML profile " value="uml::Package"/>
<details key="explanation" value="none"/>
<details key="constraints" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedConfigurationItems"
upperBound="-1" eType="#//ConfigurationItem" containment="true">
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="featureName" value="packagedElement"/>
<details key="featureOwner" value="Package"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="ownedConfigurationItems"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/ImpactAnalysis/Segment"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Set of configuration items that are stored in the package
[source:Capella study]"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="uml::Package::packagedElement"/>
<details key="explanation" value="none"/>
<details key="constraints" value="uml::Package::packagedElement elements on which ConfigurationItem stereotype or any stereotype that inherits from it is applied
Order must be computed"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedConfigurationItemPkgs"
upperBound="-1" eType="#//ConfigurationItemPkg" containment="true">
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="featureName" value="packagedElement"/>
<details key="featureOwner" value="Package"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="ownedConfigurationItemPkgs"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/ImpactAnalysis/Segment"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Set of owned packages containing configuration items
[source:Capella study]"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="uml::Package::nestedPackage#uml::Package::packagedElement"/>
<details key="explanation" value="none"/>
<details key="constraints" value="uml::Package::nestedPackage elements on which ConfigurationItemPkg stereotype or any stereotype that inherits from it is applied
Order must be computed"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfigurationItem" eSuperTypes="CompositeStructure.ecore#//SystemComponent">
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="ConfigurationItem"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="metaclass" value="Component"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Aggregation of hardware, software, processed materials, services, or any of their discrete portions designated for configuration management and treated as a single entity in the configuration management process."/>
<details key="usage guideline" value="A configuration item is an abstract concept. Concrete concepts are : COTCI, CSCI, HWCI, InterfaceCI, NDICI, PrimeItemCI and SystemCI"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
<details key="arcadia_description" value="A configuration item (CI) is a part of the system, to be 
- Designed and produced, or purchased
- Duplicated as much as it is used in the system
- assembled with others 
in order to build each copy of the system. 
Examples of configuration items are cabinets, racks, electronic boards, wiring & plugs, software components...
CI are usually qualified as Hardware (HWCI), Computer Software (CSCI), Commercial off the Shelf (COTS, purchased item), Prime Item...
"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value=""/>
<details key="base metaclass in UML/SysML profile " value="SysML::Blocks::Block"/>
<details key="explanation" value="Could have been mapped to Package (to be closer to the semantic of a "group of" physical components, 
but it is not possible since there are Parts associated to CI's, and packages do not inherit from Type, hence cannot be used to type a Part."/>
<details key="constraints" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="itemIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ConfigurationItemKind"
defaultValueLiteral="Unset">
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedConfigurationItems"
upperBound="-1" eType="#//ConfigurationItem" containment="true">
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="featureName" value="packagedElement"/>
<details key="featureOwner" value="Component"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="ownedConfigurationItems"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/ImpactAnalysis/Segment"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="the children of this ConfigurationItem 
[source: Capella study]"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="uml::Class::nestedClassifier"/>
<details key="explanation" value="none"/>
<details key="constraints" value="uml::Class::nestedClassifier elements on which ConfigurationItem stereotype or any stereotype that inherits from it is applied"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedConfigurationItemPkgs"
upperBound="-1" eType="#//ConfigurationItemPkg" containment="true">
<eAnnotations source="http://www.polarsys.org/capella/2007/UML2Mapping">
<details key="featureName" value="packagedElement"/>
<details key="featureOwner" value="Component"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/BusinessInformation">
<details key="Label" value="ownedConfigurationItemPkgs"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/2007/ImpactAnalysis/Segment"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="the sub-(configuration item) packages owned by this component"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="keyword::nearestpackage"/>
<details key="explanation" value="none"/>
<details key="constraints" value="store them in the nearest possible package, since a Block cannot contain packages"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPhysicalArtifactRealizations"
ordered="false" upperBound="-1" eType="#//PhysicalArtifactRealization" containment="true">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Set of physical component realization links owned by this configuration item
[source:Capella study]"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="keyword::nearestpackage"/>
<details key="explanation" value="none"/>
<details key="constraints" value="store them in the nearest possible package, since a Block cannot contain packages"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allocatedPhysicalArtifacts"
ordered="false" upperBound="-1" eType="ecore:EClass CompositeStructure.ecore#//AbstractPhysicalArtifact"
changeable="false" volatile="true" transient="true" derived="true" eOpposite="CompositeStructure.ecore#//AbstractPhysicalArtifact/allocatorConfigurationItems">
<eAnnotations source="http://www.polarsys.org/capella/derived"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="(automatically computed) the list of realizations links coming from physical artifacts, and in which this ConfigurationItem is involved
[source: Capella study]"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value="keyword::none"/>
<details key="explanation" value="Derived and transient"/>
<details key="constraints" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ConfigurationItemKind">
<eLiterals name="Unset"/>
<eLiterals name="COTSCI" value="1">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Commercial Off The Shelves Configuration Item"/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
</eLiterals>
<eLiterals name="CSCI" value="2">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Computer Software Configuration Item"/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
</eLiterals>
<eLiterals name="HWCI" value="3">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Hardware Configuration Item"/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
</eLiterals>
<eLiterals name="InterfaceCI" value="4">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Interface Configuration Item"/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
</eLiterals>
<eLiterals name="NDICI" value="5">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Non Developmental Configuration Item"/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
</eLiterals>
<eLiterals name="PrimeItemCI" value="6">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Prime Item Configuration Item"/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
</eLiterals>
<eLiterals name="SystemCI" value="7">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="System Configuration Item"/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PhysicalArchitectureRealization" eSuperTypes="CompositeStructure.ecore#//ArchitectureAllocation">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Realization link betwen an EPBS architecture and a physical architecture
[source:Capella study]

Realization is a specialized abstraction relationship between two sets of model elements, one representing a specification
(the supplier) and the other represents an implementation of the latter (the client). Realization can be used to model
stepwise refinement, optimizations, transformations, templates, model synthesis, framework composition, etc.
[source: UML superstructure v2.2]"/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value=""/>
<details key="base metaclass in UML/SysML profile " value="uml::Realization"/>
<details key="explanation" value="none"/>
<details key="constraints" value="none"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PhysicalArtifactRealization" eSuperTypes="CompositeStructure.ecore#//ComponentAllocation">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description" value="Realization link between a configuration item and a physical artifact (physical component, physical link or physical port)
[source:Capella study]

Realization is a specialized abstraction relationship between two sets of model elements, one representing a specification
(the supplier) and the other represents an implementation of the latter (the client). Realization can be used to model
stepwise refinement, optimizations, transformations, templates, model synthesis, framework composition, etc.
[source:UML superstructure v2.2]"/>
<details key="usage guideline" value="n/a"/>
<details key="used in levels" value="epbs"/>
<details key="usage examples" value="n/a"/>
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/MNoE/CapellaLike/Mapping">
<details key="UML/SysML semantic equivalences" value=""/>
<details key="base metaclass in UML/SysML profile " value="uml::Realization"/>
<details key="explanation" value="none"/>
<details key="constraints" value="none"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/a66as/capella-studio/m2/plugins/org.polarsys.capella.core.data.def/model/EPBSArchitecture.ecore | ecore | epbs
EPBSArchitecturePkg
ownedEPBSArchitectures
EPBSArchitecture
ownedEPBSContext
ownedConfigurationItem
ownedConfigurationItemPkg
containedCapabilityRealizationPkg
ownedPhysicalArchitectureRealizations
allocatedPhysicalArchitectureRealizations
allocatedPhysicalArchitectures
EPBSContext
ConfigurationItemPkg
ownedConfigurationItems
ownedConfigurationItemPkgs
ConfigurationItem
itemIdentifier
kind
Unset
ownedConfigurationItems
ownedConfigurationItemPkgs
ownedPhysicalArtifactRealizations
allocatedPhysicalArtifacts
ConfigurationItemKind
Unset
Unset
COTSCI
COTSCI
CSCI
CSCI
HWCI
HWCI
InterfaceCI
InterfaceCI
NDICI
NDICI
PrimeItemCI
PrimeItemCI
SystemCI
SystemCI
PhysicalArchitectureRealization
PhysicalArtifactRealization | null | {"directed":true,"nodes":[{"nsPrefix":"org.polarsys.capella.core.data.epbs","nsURI":"http://www.polarsys.org/capella/core/epbs/1.2.0","name":"epbs","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPBSArchitecturePkg","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPBSArchitecture","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPBSContext","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationItemPkg","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationItem","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConfigurationItemKind","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalArchitectureRealization","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalArtifactRealization","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":"ownedEPBSArchitectures","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":"ownedEPBSContext","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedConfigurationItem","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedConfigurationItemPkg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"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":"containedCapabilityRealizationPkg","changeable":false,"resolveProxies":true,"lowerBound":0,"id":15,"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":"ownedPhysicalArchitectureRealizations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"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":"allocatedPhysicalArchitectureRealizations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":17,"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":"allocatedPhysicalArchitectures","changeable":false,"resolveProxies":true,"lowerBound":0,"id":18,"derived":true},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedConfigurationItems","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":"ownedConfigurationItemPkgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"itemIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Unset","unsettable":false,"transient":false,"unique":true,"name":"kind","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":"ownedConfigurationItems","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":"ownedConfigurationItemPkgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPhysicalArtifactRealizations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allocatedPhysicalArtifacts","changeable":false,"resolveProxies":true,"lowerBound":0,"id":38,"derived":true},{"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"},{"name":"Unset","id":46,"value":0,"literal":"Unset","eClass":"EEnumLiteral"},{"name":"COTSCI","id":47,"value":1,"literal":"COTSCI","eClass":"EEnumLiteral"},{"name":"CSCI","id":48,"value":2,"literal":"CSCI","eClass":"EEnumLiteral"},{"name":"HWCI","id":49,"value":3,"literal":"HWCI","eClass":"EEnumLiteral"},{"name":"InterfaceCI","id":50,"value":4,"literal":"InterfaceCI","eClass":"EEnumLiteral"},{"name":"NDICI","id":51,"value":5,"literal":"NDICI","eClass":"EEnumLiteral"},{"name":"PrimeItemCI","id":52,"value":6,"literal":"PrimeItemCI","eClass":"EEnumLiteral"},{"name":"SystemCI","id":53,"value":7,"literal":"SystemCI","eClass":"EEnumLiteral"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":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":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":12,"target":3},{"source":12,"target":20},{"source":12,"target":2},{"source":20,"target":3},{"source":13,"target":5},{"source":13,"target":21},{"source":13,"target":2},{"source":21,"target":5},{"source":14,"target":4},{"source":14,"target":22},{"source":14,"target":2},{"source":22,"target":4},{"source":15,"target":23},{"source":15,"target":2},{"source":16,"target":7},{"source":16,"target":24},{"source":16,"target":2},{"source":24,"target":7},{"source":17,"target":7},{"source":17,"target":25},{"source":17,"target":2},{"source":25,"target":7},{"source":18,"target":26},{"source":18,"target":2},{"source":3,"target":0},{"source":3,"target":27},{"source":4,"target":0},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":28,"target":5},{"source":28,"target":31},{"source":28,"target":4},{"source":31,"target":5},{"source":29,"target":4},{"source":29,"target":32},{"source":29,"target":4},{"source":32,"target":4},{"source":5,"target":0},{"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":33,"target":40},{"source":33,"target":5},{"source":34,"target":6},{"source":34,"target":41},{"source":34,"target":5},{"source":41,"target":6},{"source":35,"target":5},{"source":35,"target":42},{"source":35,"target":5},{"source":42,"target":5},{"source":36,"target":4},{"source":36,"target":43},{"source":36,"target":5},{"source":43,"target":4},{"source":37,"target":8},{"source":37,"target":44},{"source":37,"target":5},{"source":44,"target":8},{"source":38,"target":45},{"source":38,"target":5},{"source":6,"target":0},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":46,"target":6},{"source":47,"target":6},{"source":48,"target":6},{"source":49,"target":6},{"source":50,"target":6},{"source":51,"target":6},{"source":52,"target":6},{"source":53,"target":6},{"source":7,"target":0},{"source":7,"target":54},{"source":8,"target":0},{"source":8,"target":55}],"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="#//_VXmjIBirEem2CYYVeB7Aag">
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//ELClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELClass" eSuperTypes="#//_VXmjIBirEem2CYYVeB7Aag">
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//ELMethod" containment="true">
<eAnnotations source="_VXqNgBirEem2CYYVeB7Aag"/>
</eStructuralFeatures>
<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">
<details key="_VXnKMBirEem2CYYVeB7Aag" value="_VXnKMRirEem2CYYVeB7Aag"/>
</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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELField" eSuperTypes="#//ELVariable"/>
<eClassifiers xsi:type="ecore:EClass" name="ELStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELBlock">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//ELStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELExpression" eSuperTypes="#//ELStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELLiteral" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELOpCall" eSuperTypes="#//ELCall"/>
<eClassifiers xsi:type="ecore:EClass" name="ELCall" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//ELExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//ELMethod"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="_VXo_YBirEem2CYYVeB7Aag"
eType="#//ELExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELAccess" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//ELVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStatement" eSuperTypes="#//ELStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1"
eType="#//ELBlock" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//_VXt34BirEem2CYYVeB7Aag"/>
<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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<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"/>
<eClassifiers xsi:type="ecore:EClass" name="_VXmjIBirEem2CYYVeB7Aag">
<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="#//_VXmjIBirEem2CYYVeB7Aag">
<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="_VXt34BirEem2CYYVeB7Aag">
<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="#//_VXmjIBirEem2CYYVeB7Aag">
<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="#//_VXt34BirEem2CYYVeB7Aag" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ELOpKind">
<eLiterals name="infix" literal="infix"/>
<eLiterals name="_VXtQ0BirEem2CYYVeB7Aag"/>
<eLiterals name="prefix"/>
<eLiterals name="syntax" literal="syntax"/>
<eLiterals name="placeholder9336171" literal="_VXpmcBirEem2CYYVeB7Aag"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/bestWeight24/35_a11.ecore | ecore | el
ELPackage
classes
ELClass
methods
innerClasses
ELVariable
ELMethod
parameters
localVariables
ELField
ELStatement
ELBlock
statements
ELExpression
ELLiteral
value
ELOpCall
ELCall
arguments
callee
_VXo_YBirEem2CYYVeB7Aag
ELAccess
variable
ELBlockStatement
block
kind
expressions
ELOp
kind
syntax
precedence
ELDataType
_VXmjIBirEem2CYYVeB7Aag
name
ELTypedElement
type
array
_VXt34BirEem2CYYVeB7Aag
syntax
blocks
expressions
ELModel
packages
ops
blocks
ELOpKind
infix
infix
_VXtQ0BirEem2CYYVeB7Aag
_VXtQ0BirEem2CYYVeB7Aag
prefix
prefix
syntax
syntax
placeholder9336171
_VXpmcBirEem2CYYVeB7Aag | 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":"_VXmjIBirEem2CYYVeB7Aag","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":"_VXt34BirEem2CYYVeB7Aag","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"},{"container":false,"ordered":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":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callee","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":"_VXo_YBirEem2CYYVeB7Aag","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","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":"block","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":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precedence","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"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":"syntax","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":"blocks","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ops","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":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"name":"infix","id":87,"value":0,"literal":"infix","eClass":"EEnumLiteral"},{"name":"_VXtQ0BirEem2CYYVeB7Aag","id":88,"value":0,"literal":"_VXtQ0BirEem2CYYVeB7Aag","eClass":"EEnumLiteral"},{"name":"prefix","id":89,"value":0,"literal":"prefix","eClass":"EEnumLiteral"},{"name":"syntax","id":90,"value":0,"literal":"syntax","eClass":"EEnumLiteral"},{"name":"placeholder9336171","id":91,"value":0,"literal":"_VXpmcBirEem2CYYVeB7Aag","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":1,"target":0},{"source":1,"target":16},{"source":1,"target":21},{"source":1,"target":22},{"source":21,"target":2},{"source":21,"target":23},{"source":21,"target":1},{"source":23,"target":2},{"source":22,"target":16},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":24,"target":4},{"source":24,"target":27},{"source":24,"target":2},{"source":27,"target":4},{"source":25,"target":2},{"source":25,"target":28},{"source":25,"target":2},{"source":28,"target":2},{"source":26,"target":16},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":29},{"source":29,"target":17},{"source":4,"target":0},{"source":4,"target":17},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":30,"target":3},{"source":30,"target":33},{"source":30,"target":4},{"source":33,"target":3},{"source":31,"target":3},{"source":31,"target":34},{"source":31,"target":4},{"source":34,"target":3},{"source":32,"target":17},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":35},{"source":35,"target":3},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":36},{"source":36,"target":6},{"source":36,"target":37},{"source":36,"target":7},{"source":37,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":38},{"source":38,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":39},{"source":9,"target":40},{"source":39,"target":41},{"source":39,"target":9},{"source":40,"target":8},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":42},{"source":42,"target":11},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":43},{"source":11,"target":44},{"source":11,"target":45},{"source":11,"target":46},{"source":43,"target":8},{"source":43,"target":47},{"source":43,"target":11},{"source":47,"target":8},{"source":44,"target":4},{"source":44,"target":48},{"source":44,"target":11},{"source":48,"target":4},{"source":45,"target":8},{"source":45,"target":49},{"source":45,"target":11},{"source":49,"target":8},{"source":46,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":50},{"source":12,"target":51},{"source":50,"target":3},{"source":50,"target":52},{"source":50,"target":12},{"source":52,"target":3},{"source":51,"target":8},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":53},{"source":13,"target":54},{"source":13,"target":55},{"source":13,"target":56},{"source":53,"target":7},{"source":53,"target":57},{"source":53,"target":13},{"source":57,"target":7},{"source":54,"target":18},{"source":54,"target":58},{"source":54,"target":13},{"source":58,"target":18},{"source":55,"target":8},{"source":55,"target":59},{"source":55,"target":13},{"source":59,"target":8},{"source":56,"target":6},{"source":14,"target":0},{"source":14,"target":60},{"source":14,"target":61},{"source":14,"target":62},{"source":60,"target":20},{"source":60,"target":63},{"source":60,"target":14},{"source":63,"target":20},{"source":61,"target":64},{"source":61,"target":14},{"source":62,"target":65},{"source":62,"target":14},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":66},{"source":66,"target":2},{"source":16,"target":0},{"source":16,"target":67},{"source":67,"target":68},{"source":67,"target":16},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":69},{"source":17,"target":70},{"source":17,"target":71},{"source":69,"target":2},{"source":69,"target":72},{"source":69,"target":17},{"source":72,"target":2},{"source":70,"target":73},{"source":70,"target":17},{"source":71,"target":16},{"source":18,"target":0},{"source":18,"target":74},{"source":18,"target":75},{"source":18,"target":76},{"source":74,"target":77},{"source":74,"target":18},{"source":75,"target":78},{"source":75,"target":18},{"source":76,"target":79},{"source":76,"target":18},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":80},{"source":19,"target":81},{"source":19,"target":82},{"source":19,"target":83},{"source":80,"target":1},{"source":80,"target":84},{"source":80,"target":19},{"source":84,"target":1},{"source":81,"target":14},{"source":81,"target":85},{"source":81,"target":19},{"source":85,"target":14},{"source":82,"target":18},{"source":82,"target":86},{"source":82,"target":19},{"source":86,"target":18},{"source":83,"target":16},{"source":20,"target":0},{"source":20,"target":87},{"source":20,"target":88},{"source":20,"target":89},{"source":20,"target":90},{"source":20,"target":91},{"source":87,"target":20},{"source":88,"target":20},{"source":89,"target":20},{"source":90,"target":20},{"source":91,"target":20}],"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="IMS_Data"
nsURI="http://www.sysfera.com/IMS/Data">
<eClassifiers xsi:type="ecore:EEnum" name="MetricType" instanceTypeName="MetricType">
<eAnnotations source="Description">
<details key="content" value="The metric type is the type of metric to use"/>
</eAnnotations>
<eLiterals name="UNDEFINED"/>
<eLiterals name="CPUUSE" value="1"/>
<eLiterals name="FREEDISKSPACE" value="2"/>
<eLiterals name="FREEMEMORY" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metric" instanceTypeName="Metric">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//MetricType"
defaultValueLiteral="0">
<eAnnotations source="Description">
<details key="content" value="The type of the metric"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="0">
<eAnnotations source="Description">
<details key="content" value="The value of the metric"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="0">
<eAnnotations source="Description">
<details key="content" value="The timestamp the metric had the value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LoadShedType" instanceTypeName="LoadShedType">
<eAnnotations source="Description">
<details key="content" value="The load shed type reprensents how to proceed the load shed"/>
</eAnnotations>
<eLiterals name="UNDEFINED" literal="SOFT"/>
<eLiterals name="HARD" value="1"/>
<eLiterals name="SOFT" value="2" literal="SOFT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListMetric" instanceTypeName="ListMetric">
<eStructuralFeatures xsi:type="ecore:EReference" name="metric" upperBound="-1"
eType="#//Metric" containment="true">
<eAnnotations source="Description">
<details key="content" value="The metrics of the list"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListProcesses" instanceTypeName="ListProcesses">
<eStructuralFeatures xsi:type="ecore:EReference" name="process" upperBound="-1"
eType="#//Process" containment="true">
<eAnnotations source="Description">
<details key="content" value="The processes of the list"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SystemInfo" instanceTypeName="SystemInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="0">
<eAnnotations source="Description">
<details key="content" value="Amount of RAM memory available on the machine (in Bytes)"/>
<details key="shortOption" value="m"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="diskSpace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="0">
<eAnnotations source="Description">
<details key="content" value="Amount of disk space available on the machine (in Bytes)"/>
<details key="shortOption" value="d"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="machineId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="""">
<eAnnotations source="Description">
<details key="content" value="The id of the machine"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Process" instanceTypeName="Process">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="processName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="""">
<eAnnotations source="Description">
<details key="content" value="The name of the process (the name of the executable)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="machineId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="""">
<eAnnotations source="Description">
<details key="content" value="The id of the machine"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dietId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="""">
<eAnnotations source="Description">
<details key="content" value="The diet id of the process"/>
<details key="shortOption" value="d"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="#//ProcessState"
defaultValueLiteral="0">
<eAnnotations source="Description">
<details key="content" value="THe state of the process"/>
<details key="shortOption" value="s"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timestamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="0">
<eAnnotations source="Description">
<details key="content" value="The timestamp corresponding to the moment the process has been updated"/>
<details key="shortOption" value="t"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="script" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="""">
<eAnnotations source="Description">
<details key="content" value="The content of the script used to launch the sed"/>
<details key="shortOption" value="l"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExportOp" instanceTypeName="ExportOp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exportType" eType="#//ExportType"
defaultValueLiteral="0">
<eAnnotations source="Description" references="#//ExportOp/exportType/%Description%">
<details key="content" value="The type to export"/>
<details key="shortOption" value="t"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ExportType" instanceTypeName="ExportType">
<eAnnotations source="Description">
<details key="content" value="The export type is the format to export an history of commands"/>
</eAnnotations>
<eLiterals name="UNDEFINED" literal="UNDEFINED"/>
<eLiterals name="SHELL" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetricHistOp" instanceTypeName="MetricHistOp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="0">
<eAnnotations source="Description">
<details key="content" value="The start time to get the history"/>
<details key="shortOption" value="s"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="0">
<eAnnotations source="Description">
<details key="content" value="The end time to get the history"/>
<details key="shortOption" value="e"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//MetricType"
defaultValueLiteral="0">
<eAnnotations source="Description">
<details key="content" value="The type of metric searched"/>
<details key="shortOption" value="t"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CurMetricOp" instanceTypeName="CurMetricOp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metricType" eType="#//MetricType"
defaultValueLiteral="0">
<eAnnotations source="Description">
<details key="content" value="The type of the metric"/>
<details key="shortOption" value="t"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessOp" instanceTypeName="ProcessOp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="machineId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="""">
<eAnnotations source="Description">
<details key="content" value="The id of the machine"/>
<details key="shortOption" value="p"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThresholdOp" instanceTypeName="ThresholdOp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="machineId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="""">
<eAnnotations source="Description">
<details key="content" value="The id of the machine where the metric is defined"/>
<details key="shortOption" value="m"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metricType" eType="#//MetricType"
defaultValueLiteral="0">
<eAnnotations source="Description">
<details key="content" value="The type of the metric"/>
<details key="shortOption" value="t"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListThreshold" instanceTypeName="ListThreshold">
<eStructuralFeatures xsi:type="ecore:EReference" name="Threshold" upperBound="-1"
eType="#//Threshold" containment="true">
<eAnnotations source="Description">
<details key="content" value="The list of the thresholds"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Threshold" instanceTypeName="Threshold">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="0">
<eAnnotations source="Description">
<details key="content" value="The value of the threshold"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="machineId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="""">
<eAnnotations source="Description">
<details key="content" value="The machine ID the threshold is available"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//MetricType"
defaultValueLiteral="0">
<eAnnotations source="Description">
<details key="content" value="The type of the threshold"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="handler" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="""">
<eAnnotations source="Description">
<details key="content" value="The userId of the admin responsible for handling the threshold problems"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ProcessState" instanceTypeName="ProcessState">
<eAnnotations source="Description">
<details key="content" value="It defines the state of a process"/>
</eAnnotations>
<eLiterals name="UNDEFINED" literal="UNDEFINED"/>
<eLiterals name="RUNNING" value="1"/>
<eLiterals name="DOWN" value="2"/>
<eLiterals name="DELETED" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SysInfoOp" instanceTypeName="SysInfoOp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="machineId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="""">
<eAnnotations source="Description">
<details key="content" value="The machine id"/>
<details key="shortOption" value="m"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListSysInfo" instanceTypeName="ListSysInfo">
<eStructuralFeatures xsi:type="ecore:EReference" name="sysInfo" upperBound="-1"
eType="#//SystemInfo" containment="true">
<eAnnotations source="Description">
<details key="content" value="The set of system info"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SupervisorOp" instanceTypeName="SupervisorOp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="URI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="""">
<eAnnotations source="Description" references="#//SupervisorOp/URI/%Description%">
<details key="content" value="The URI of the supervisor to control the processes"/>
<details key="shortOption" value="s"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="""">
<eAnnotations source="Description" references="#//SupervisorOp/name/%Description%">
<details key="content" value="The path to the supervisord script file on the machine"/>
<details key="shortOption" value="n"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/IMS_Data.ecore | ecore | IMS_Data
MetricType
java.lang.Object
MetricType
UNDEFINED
UNDEFINED
CPUUSE
CPUUSE
FREEDISKSPACE
FREEDISKSPACE
FREEMEMORY
FREEMEMORY
Metric
java.lang.Object
Metric
type
0
value
0
time
0
LoadShedType
java.lang.Object
LoadShedType
UNDEFINED
SOFT
HARD
HARD
SOFT
SOFT
ListMetric
java.lang.Object
ListMetric
metric
ListProcesses
java.lang.Object
ListProcesses
process
SystemInfo
java.lang.Object
SystemInfo
memory
0
diskSpace
0
machineId
""
Process
java.lang.Object
Process
processName
""
machineId
""
dietId
""
state
0
timestamp
0
script
""
ExportOp
java.lang.Object
ExportOp
exportType
0
ExportType
java.lang.Object
ExportType
UNDEFINED
UNDEFINED
SHELL
SHELL
MetricHistOp
java.lang.Object
MetricHistOp
startTime
0
endTime
0
type
0
CurMetricOp
java.lang.Object
CurMetricOp
metricType
0
ProcessOp
java.lang.Object
ProcessOp
machineId
""
ThresholdOp
java.lang.Object
ThresholdOp
machineId
""
metricType
0
ListThreshold
java.lang.Object
ListThreshold
Threshold
Threshold
java.lang.Object
Threshold
value
0
machineId
""
type
0
handler
""
ProcessState
java.lang.Object
ProcessState
UNDEFINED
UNDEFINED
RUNNING
RUNNING
DOWN
DOWN
DELETED
DELETED
SysInfoOp
java.lang.Object
SysInfoOp
machineId
""
ListSysInfo
java.lang.Object
ListSysInfo
sysInfo
SupervisorOp
java.lang.Object
SupervisorOp
URI
""
name
"" | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":"http://www.sysfera.com/IMS/Data","name":"IMS_Data","id":0,"eClass":"EPackage"},{"instanceTypeName":"MetricType","instanceClassName":"java.lang.Object","name":"MetricType","instanceClass":"java.lang.Object","id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"Metric","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Metric","instanceClass":"java.lang.Object","abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"LoadShedType","instanceClassName":"java.lang.Object","name":"LoadShedType","instanceClass":"java.lang.Object","id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"ListMetric","defaultValue":null,"instanceClassName":"java.lang.Object","name":"ListMetric","instanceClass":"java.lang.Object","abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"ListProcesses","defaultValue":null,"instanceClassName":"java.lang.Object","name":"ListProcesses","instanceClass":"java.lang.Object","abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"SystemInfo","defaultValue":null,"instanceClassName":"java.lang.Object","name":"SystemInfo","instanceClass":"java.lang.Object","abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"Process","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Process","instanceClass":"java.lang.Object","abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":"ExportOp","defaultValue":null,"instanceClassName":"java.lang.Object","name":"ExportOp","instanceClass":"java.lang.Object","abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"ExportType","instanceClassName":"java.lang.Object","name":"ExportType","instanceClass":"java.lang.Object","id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"MetricHistOp","defaultValue":null,"instanceClassName":"java.lang.Object","name":"MetricHistOp","instanceClass":"java.lang.Object","abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":"CurMetricOp","defaultValue":null,"instanceClassName":"java.lang.Object","name":"CurMetricOp","instanceClass":"java.lang.Object","abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":"ProcessOp","defaultValue":null,"instanceClassName":"java.lang.Object","name":"ProcessOp","instanceClass":"java.lang.Object","abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":"ThresholdOp","defaultValue":null,"instanceClassName":"java.lang.Object","name":"ThresholdOp","instanceClass":"java.lang.Object","abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":"ListThreshold","defaultValue":null,"instanceClassName":"java.lang.Object","name":"ListThreshold","instanceClass":"java.lang.Object","abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":"Threshold","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Threshold","instanceClass":"java.lang.Object","abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":"ProcessState","instanceClassName":"java.lang.Object","name":"ProcessState","instanceClass":"java.lang.Object","id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"SysInfoOp","defaultValue":null,"instanceClassName":"java.lang.Object","name":"SysInfoOp","instanceClass":"java.lang.Object","abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"ListSysInfo","defaultValue":null,"instanceClassName":"java.lang.Object","name":"ListSysInfo","instanceClass":"java.lang.Object","abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":"SupervisorOp","defaultValue":null,"instanceClassName":"java.lang.Object","name":"SupervisorOp","instanceClass":"java.lang.Object","abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"name":"UNDEFINED","id":20,"value":0,"literal":"UNDEFINED","eClass":"EEnumLiteral"},{"name":"CPUUSE","id":21,"value":1,"literal":"CPUUSE","eClass":"EEnumLiteral"},{"name":"FREEDISKSPACE","id":22,"value":2,"literal":"FREEDISKSPACE","eClass":"EEnumLiteral"},{"name":"FREEMEMORY","id":23,"value":3,"literal":"FREEMEMORY","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":25,"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":"time","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"name":"UNDEFINED","id":30,"value":0,"literal":"SOFT","eClass":"EEnumLiteral"},{"name":"HARD","id":31,"value":1,"literal":"HARD","eClass":"EEnumLiteral"},{"name":"SOFT","id":32,"value":2,"literal":"SOFT","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":"metric","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"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":"memory","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":"0","unsettable":false,"transient":false,"unique":true,"name":"diskSpace","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"machineId","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":"\"\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"processName","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"machineId","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"dietId","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":"0","unsettable":false,"transient":false,"unique":true,"name":"state","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":"0","unsettable":false,"transient":false,"unique":true,"name":"timestamp","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"exportType","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"name":"UNDEFINED","id":57,"value":0,"literal":"UNDEFINED","eClass":"EEnumLiteral"},{"name":"SHELL","id":58,"value":1,"literal":"SHELL","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"startTime","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"endTime","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":"0","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"metricType","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"machineId","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"machineId","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"metricType","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Threshold","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"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":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"machineId","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"type","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":"handler","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"},{"name":"UNDEFINED","id":83,"value":0,"literal":"UNDEFINED","eClass":"EEnumLiteral"},{"name":"RUNNING","id":84,"value":1,"literal":"RUNNING","eClass":"EEnumLiteral"},{"name":"DOWN","id":85,"value":2,"literal":"DOWN","eClass":"EEnumLiteral"},{"name":"DELETED","id":86,"value":3,"literal":"DELETED","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"machineId","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sysInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"URI","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":20,"target":1},{"source":21,"target":1},{"source":22,"target":1},{"source":23,"target":1},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":24,"target":1},{"source":24,"target":27},{"source":24,"target":2},{"source":27,"target":1},{"source":25,"target":28},{"source":25,"target":2},{"source":26,"target":29},{"source":26,"target":2},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":30,"target":3},{"source":31,"target":3},{"source":32,"target":3},{"source":4,"target":0},{"source":4,"target":33},{"source":33,"target":2},{"source":33,"target":34},{"source":33,"target":4},{"source":34,"target":2},{"source":5,"target":0},{"source":5,"target":35},{"source":35,"target":7},{"source":35,"target":36},{"source":35,"target":5},{"source":36,"target":7},{"source":6,"target":0},{"source":6,"target":37},{"source":6,"target":38},{"source":6,"target":39},{"source":37,"target":40},{"source":37,"target":6},{"source":38,"target":41},{"source":38,"target":6},{"source":39,"target":42},{"source":39,"target":6},{"source":7,"target":0},{"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":43,"target":49},{"source":43,"target":7},{"source":44,"target":50},{"source":44,"target":7},{"source":45,"target":51},{"source":45,"target":7},{"source":46,"target":16},{"source":46,"target":52},{"source":46,"target":7},{"source":52,"target":16},{"source":47,"target":53},{"source":47,"target":7},{"source":48,"target":54},{"source":48,"target":7},{"source":8,"target":0},{"source":8,"target":55},{"source":55,"target":9},{"source":55,"target":56},{"source":55,"target":8},{"source":56,"target":9},{"source":9,"target":0},{"source":9,"target":57},{"source":9,"target":58},{"source":57,"target":9},{"source":58,"target":9},{"source":10,"target":0},{"source":10,"target":59},{"source":10,"target":60},{"source":10,"target":61},{"source":59,"target":62},{"source":59,"target":10},{"source":60,"target":63},{"source":60,"target":10},{"source":61,"target":1},{"source":61,"target":64},{"source":61,"target":10},{"source":64,"target":1},{"source":11,"target":0},{"source":11,"target":65},{"source":65,"target":1},{"source":65,"target":66},{"source":65,"target":11},{"source":66,"target":1},{"source":12,"target":0},{"source":12,"target":67},{"source":67,"target":68},{"source":67,"target":12},{"source":13,"target":0},{"source":13,"target":69},{"source":13,"target":70},{"source":69,"target":71},{"source":69,"target":13},{"source":70,"target":1},{"source":70,"target":72},{"source":70,"target":13},{"source":72,"target":1},{"source":14,"target":0},{"source":14,"target":73},{"source":73,"target":15},{"source":73,"target":74},{"source":73,"target":14},{"source":74,"target":15},{"source":15,"target":0},{"source":15,"target":75},{"source":15,"target":76},{"source":15,"target":77},{"source":15,"target":78},{"source":75,"target":79},{"source":75,"target":15},{"source":76,"target":80},{"source":76,"target":15},{"source":77,"target":1},{"source":77,"target":81},{"source":77,"target":15},{"source":81,"target":1},{"source":78,"target":82},{"source":78,"target":15},{"source":16,"target":0},{"source":16,"target":83},{"source":16,"target":84},{"source":16,"target":85},{"source":16,"target":86},{"source":83,"target":16},{"source":84,"target":16},{"source":85,"target":16},{"source":86,"target":16},{"source":17,"target":0},{"source":17,"target":87},{"source":87,"target":88},{"source":87,"target":17},{"source":18,"target":0},{"source":18,"target":89},{"source":89,"target":6},{"source":89,"target":90},{"source":89,"target":18},{"source":90,"target":6},{"source":19,"target":0},{"source":19,"target":91},{"source":19,"target":92},{"source":91,"target":93},{"source":91,"target":19},{"source":92,"target":94},{"source":92,"target":19}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="el" nsURI="http://de.hub.el/EL/1.0" nsPrefix="el">
<eClassifiers xsi:type="ecore:EClass" name="ELPackage" eSuperTypes="#//_VXmjIBirEem2CYYVeB7Aag">
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//ELClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELClass" eSuperTypes="#//_VXmjIBirEem2CYYVeB7Aag">
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//ELMethod" containment="true">
<eAnnotations source="_VXqNgBirEem2CYYVeB7Aag"/>
</eStructuralFeatures>
<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">
<details key="_VXnKMBirEem2CYYVeB7Aag" value="_VXnKMRirEem2CYYVeB7Aag"/>
</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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELField" eSuperTypes="#//ELVariable"/>
<eClassifiers xsi:type="ecore:EClass" name="ELStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELBlock">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//ELStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELExpression" eSuperTypes="#//ELStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELLiteral" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELOpCall" eSuperTypes="#//ELCall"/>
<eClassifiers xsi:type="ecore:EClass" name="ELCall" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//ELExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//ELMethod"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="_VXo_YBirEem2CYYVeB7Aag"
eType="#//ELExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELAccess" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//ELVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStatement" eSuperTypes="#//ELStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1"
eType="#//ELBlock" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//_VXt34BirEem2CYYVeB7Aag"/>
<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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<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"/>
<eClassifiers xsi:type="ecore:EClass" name="_VXmjIBirEem2CYYVeB7Aag">
<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="#//_VXmjIBirEem2CYYVeB7Aag">
<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="_VXt34BirEem2CYYVeB7Aag">
<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="#//_VXmjIBirEem2CYYVeB7Aag">
<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="#//_VXt34BirEem2CYYVeB7Aag" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ELOpKind">
<eLiterals name="infix" literal="infix"/>
<eLiterals name="_VXtQ0BirEem2CYYVeB7Aag"/>
<eLiterals name="prefix"/>
<eLiterals name="syntax" literal="syntax"/>
<eLiterals name="placeholder6565561" literal="_VXpmcBirEem2CYYVeB7Aag"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/bestWeight4/35_a11.ecore | ecore | el
ELPackage
classes
ELClass
methods
innerClasses
ELVariable
ELMethod
parameters
localVariables
ELField
ELStatement
ELBlock
statements
ELExpression
ELLiteral
value
ELOpCall
ELCall
arguments
callee
_VXo_YBirEem2CYYVeB7Aag
ELAccess
variable
ELBlockStatement
block
kind
expressions
ELOp
kind
syntax
precedence
ELDataType
_VXmjIBirEem2CYYVeB7Aag
name
ELTypedElement
type
array
_VXt34BirEem2CYYVeB7Aag
syntax
blocks
expressions
ELModel
packages
ops
blocks
ELOpKind
infix
infix
_VXtQ0BirEem2CYYVeB7Aag
_VXtQ0BirEem2CYYVeB7Aag
prefix
prefix
syntax
syntax
placeholder6565561
_VXpmcBirEem2CYYVeB7Aag | 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":"_VXmjIBirEem2CYYVeB7Aag","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":"_VXt34BirEem2CYYVeB7Aag","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"},{"container":false,"ordered":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":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callee","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":"_VXo_YBirEem2CYYVeB7Aag","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","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":"block","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":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precedence","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"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":"syntax","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":"blocks","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ops","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":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"name":"infix","id":87,"value":0,"literal":"infix","eClass":"EEnumLiteral"},{"name":"_VXtQ0BirEem2CYYVeB7Aag","id":88,"value":0,"literal":"_VXtQ0BirEem2CYYVeB7Aag","eClass":"EEnumLiteral"},{"name":"prefix","id":89,"value":0,"literal":"prefix","eClass":"EEnumLiteral"},{"name":"syntax","id":90,"value":0,"literal":"syntax","eClass":"EEnumLiteral"},{"name":"placeholder6565561","id":91,"value":0,"literal":"_VXpmcBirEem2CYYVeB7Aag","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":1,"target":0},{"source":1,"target":16},{"source":1,"target":21},{"source":1,"target":22},{"source":21,"target":2},{"source":21,"target":23},{"source":21,"target":1},{"source":23,"target":2},{"source":22,"target":16},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":24,"target":4},{"source":24,"target":27},{"source":24,"target":2},{"source":27,"target":4},{"source":25,"target":2},{"source":25,"target":28},{"source":25,"target":2},{"source":28,"target":2},{"source":26,"target":16},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":29},{"source":29,"target":17},{"source":4,"target":0},{"source":4,"target":17},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":30,"target":3},{"source":30,"target":33},{"source":30,"target":4},{"source":33,"target":3},{"source":31,"target":3},{"source":31,"target":34},{"source":31,"target":4},{"source":34,"target":3},{"source":32,"target":17},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":35},{"source":35,"target":3},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":36},{"source":36,"target":6},{"source":36,"target":37},{"source":36,"target":7},{"source":37,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":38},{"source":38,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":39},{"source":9,"target":40},{"source":39,"target":41},{"source":39,"target":9},{"source":40,"target":8},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":42},{"source":42,"target":11},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":43},{"source":11,"target":44},{"source":11,"target":45},{"source":11,"target":46},{"source":43,"target":8},{"source":43,"target":47},{"source":43,"target":11},{"source":47,"target":8},{"source":44,"target":4},{"source":44,"target":48},{"source":44,"target":11},{"source":48,"target":4},{"source":45,"target":8},{"source":45,"target":49},{"source":45,"target":11},{"source":49,"target":8},{"source":46,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":50},{"source":12,"target":51},{"source":50,"target":3},{"source":50,"target":52},{"source":50,"target":12},{"source":52,"target":3},{"source":51,"target":8},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":53},{"source":13,"target":54},{"source":13,"target":55},{"source":13,"target":56},{"source":53,"target":7},{"source":53,"target":57},{"source":53,"target":13},{"source":57,"target":7},{"source":54,"target":18},{"source":54,"target":58},{"source":54,"target":13},{"source":58,"target":18},{"source":55,"target":8},{"source":55,"target":59},{"source":55,"target":13},{"source":59,"target":8},{"source":56,"target":6},{"source":14,"target":0},{"source":14,"target":60},{"source":14,"target":61},{"source":14,"target":62},{"source":60,"target":20},{"source":60,"target":63},{"source":60,"target":14},{"source":63,"target":20},{"source":61,"target":64},{"source":61,"target":14},{"source":62,"target":65},{"source":62,"target":14},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":66},{"source":66,"target":2},{"source":16,"target":0},{"source":16,"target":67},{"source":67,"target":68},{"source":67,"target":16},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":69},{"source":17,"target":70},{"source":17,"target":71},{"source":69,"target":2},{"source":69,"target":72},{"source":69,"target":17},{"source":72,"target":2},{"source":70,"target":73},{"source":70,"target":17},{"source":71,"target":16},{"source":18,"target":0},{"source":18,"target":74},{"source":18,"target":75},{"source":18,"target":76},{"source":74,"target":77},{"source":74,"target":18},{"source":75,"target":78},{"source":75,"target":18},{"source":76,"target":79},{"source":76,"target":18},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":80},{"source":19,"target":81},{"source":19,"target":82},{"source":19,"target":83},{"source":80,"target":1},{"source":80,"target":84},{"source":80,"target":19},{"source":84,"target":1},{"source":81,"target":14},{"source":81,"target":85},{"source":81,"target":19},{"source":85,"target":14},{"source":82,"target":18},{"source":82,"target":86},{"source":82,"target":19},{"source":86,"target":18},{"source":83,"target":16},{"source":20,"target":0},{"source":20,"target":87},{"source":20,"target":88},{"source":20,"target":89},{"source":20,"target":90},{"source":20,"target":91},{"source":87,"target":20},{"source":88,"target":20},{"source":89,"target":20},{"source":90,"target":20},{"source":91,"target":20}],"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="alf"
nsURI="http://www.kermeta.org/alf/1_0_0/org3/kermeta/alf" nsPrefix="alf">
<eClassifiers xsi:type="ecore:EClass" name="CLASSSTRUCT">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clsop" upperBound="-1"
eType="#//CLASSOP" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CLASSOP">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stat" upperBound="-1" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LITERAL" eSuperTypes="#//ValueSpecification">
<eStructuralFeatures xsi:type="ecore:EReference" name="suffix" eType="#//SuffixExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BOOLEAN_LITERAL" eSuperTypes="#//LITERAL">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//BooleanValue"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BooleanValue">
<eLiterals name="TRUE" literal="true"/>
<eLiterals name="FALSE" value="1" literal="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NUMBER_LITERAL" eSuperTypes="#//LITERAL">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="INTEGER_LITERAL" eSuperTypes="#//NUMBER_LITERAL"/>
<eClassifiers xsi:type="ecore:EClass" name="UNLIMITED_LITERAL" eSuperTypes="#//NUMBER_LITERAL"/>
<eClassifiers xsi:type="ecore:EClass" name="STRING_LITERAL" eSuperTypes="#//LITERAL">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NameExpression" eSuperTypes="#//ValueSpecification #//NonLiteralValueSpecification">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prefixOp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="#//QualifiedNamePath"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="invocationCompletion" eType="#//Tuple"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sequenceConstructionCompletion"
eType="#//SequenceConstructionOrAccessCompletion" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="postfixOp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="suffix" eType="#//SuffixExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedNamePath">
<eStructuralFeatures xsi:type="ecore:EReference" name="namespace" upperBound="-1"
eType="#//UnqualifiedName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnqualifiedName">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="templateBinding" eType="#//TemplateBinding"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateBinding">
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#//NamedTemplateBinding" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedTemplateBinding">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="formal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actual" eType="#//QualifiedNameWithBinding"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedNameWithBinding">
<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="#//TemplateBinding"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="remaining" eType="#//QualifiedNameWithBinding"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tuple">
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleElements" upperBound="-1"
eType="#//TupleElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TupleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="argument" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//SequenceElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalTestExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//ConditionalOrExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="whenTrue" eType="#//ConditionalTestExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="whenFalse" eType="#//ConditionalTestExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalOrExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" upperBound="-1" eType="#//ConditionalAndExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalAndExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" upperBound="-1" eType="#//InclusiveOrExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InclusiveOrExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" upperBound="-1" eType="#//ExclusiveOrExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExclusiveOrExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" upperBound="-1" eType="#//AndExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AndExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" upperBound="-1" eType="#//EqualityExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EqualityExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" upperBound="-1" eType="#//ClassificationExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassificationExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//RelationalExpression"
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="typeName" eType="#//NameExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelationalExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ShiftExpression"
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="#//ShiftExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShiftExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" upperBound="-1" eType="#//AdditiveExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AdditiveExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" upperBound="-1" eType="#//MultiplicativeExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiplicativeExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" upperBound="-1" eType="#//UnaryExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//PrimaryExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimaryExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="prefix" eType="#//ValueSpecification"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuffixExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="OperationCallExpression" eSuperTypes="#//SuffixExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" eType="#//Tuple"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="suffix" eType="#//SuffixExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCallExpressionWithoutDot">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" eType="#//Tuple"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="suffix" eType="#//SuffixExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyCallExpression" eSuperTypes="#//SuffixExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="suffix" eType="#//SuffixExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LinkOperationExpression" eSuperTypes="#//SuffixExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//LinkOperationKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" eType="#//LinkOperationTuple"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LinkOperationTuple">
<eStructuralFeatures xsi:type="ecore:EReference" name="linkOperationTupleElement"
upperBound="-1" eType="#//LinkOperationTupleElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LinkOperationTupleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="objectOrRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="roleIndex" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="object" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LinkOperationKind">
<eLiterals name="CREATE" literal="createLink"/>
<eLiterals name="DESTROY" value="1" literal="destroyLink"/>
<eLiterals name="CLEAR" value="2" literal="clearAssoc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceOperationExpression" eSuperTypes="#//SuffixExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" eType="#//Tuple"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="suffix" eType="#//SuffixExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceReductionExpression" eSuperTypes="#//SuffixExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="behavior" eType="#//QualifiedNameWithBinding"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="suffix" eType="#//SuffixExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceExpansionExpression" eSuperTypes="#//SuffixExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="suffix" eType="#//SuffixExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectOrRejectOperation" eSuperTypes="#//SequenceExpansionExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//SelectOrRejectOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SelectOrRejectOperator">
<eLiterals name="SELECT" literal="select"/>
<eLiterals name="REJECT" value="1" literal="reject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectOrIterateOperation" eSuperTypes="#//SequenceExpansionExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//CollectOrIterateOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CollectOrIterateOperator">
<eLiterals name="COLLECT" literal="collect"/>
<eLiterals name="ITERATE" value="1" literal="iterate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForAllOrExistsOrOneOperation" eSuperTypes="#//SequenceExpansionExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//ForAllOrExistsOrOneOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ForAllOrExistsOrOneOperator">
<eLiterals name="FORALL" literal="forAll"/>
<eLiterals name="EXISTS" value="1" literal="exists"/>
<eLiterals name="ONE" value="2" literal="one"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsUniqueOperation" eSuperTypes="#//SequenceExpansionExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="NonLiteralValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ParenthesizedExpression" eSuperTypes="#//ValueSpecification #//NonLiteralValueSpecification">
<eStructuralFeatures xsi:type="ecore:EReference" name="expOrTypeCast" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="casted" eType="#//NonLiteralValueSpecification"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="suffix" eType="#//SuffixExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NullExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ThisExpression" eSuperTypes="#//ValueSpecification #//NonLiteralValueSpecification">
<eStructuralFeatures xsi:type="ecore:EReference" name="suffix" eType="#//SuffixExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperInvocationExpression" eSuperTypes="#//ValueSpecification #//NonLiteralValueSpecification">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operationCallWithoutDot"
eType="#//OperationCallExpressionWithoutDot" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operationCall" eType="#//OperationCallExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstanceCreationExpression" eSuperTypes="#//ValueSpecification #//NonLiteralValueSpecification">
<eStructuralFeatures xsi:type="ecore:EReference" name="constructor" eType="#//QualifiedNameWithBinding"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" eType="#//Tuple"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sequenceConstuctionCompletion"
eType="#//SequenceConstructionCompletion" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="suffix" eType="#//SuffixExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceConstructionOrAccessCompletion">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicityIndicator"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessCompletion" eType="#//AccessCompletion"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sequenceCompletion" eType="#//PartialSequenceConstructionCompletion"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//SequenceConstructionExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AccessCompletion">
<eStructuralFeatures xsi:type="ecore:EReference" name="accessIndex" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PartialSequenceConstructionCompletion">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//SequenceConstructionExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceConstructionCompletion">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicityIndicator"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//SequenceConstructionExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceConstructionExpression" eSuperTypes="#//SequenceElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="sequenceElement" upperBound="-1"
eType="#//SequenceElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rangeUpper" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ClassExtentExpression" eSuperTypes="#//SuffixExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="Block">
<eStructuralFeatures xsi:type="ecore:EReference" name="sequence" eType="#//StatementSequence"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StatementSequence">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//DocumentedStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InlineStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="langageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotatedStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//Annotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentedStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="Annotation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//AnnotationKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="args" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AnnotationKind">
<eLiterals name="ISOLATED" literal="isolated"/>
<eLiterals name="DETERMINED" value="1" literal="determined"/>
<eLiterals name="ASSURED" value="2" literal="assured"/>
<eLiterals name="PARALLEL" value="3" literal="parallel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BlockStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="LocalNameDeclarationStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//QualifiedNameWithBinding"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicityIndicator"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="sequentialClausses" eType="#//SequentialClauses"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="finalClause" eType="#//FinalClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequentialClauses">
<eStructuralFeatures xsi:type="ecore:EReference" name="conccurentClauses" upperBound="-1"
eType="#//ConcurrentClauses" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConcurrentClauses">
<eStructuralFeatures xsi:type="ecore:EReference" name="nonFinalClause" upperBound="-1"
eType="#//NonFinalClause" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NonFinalClause">
<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="FinalClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="switchClause" upperBound="-1"
eType="#//SwitchClause" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultClause" eType="#//SwitchDefaultClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="switchCase" upperBound="-1"
eType="#//SwitchCase" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statementSequence" eType="#//NonEmptyStatementSequence"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchCase">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchDefaultClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="statementSequence" eType="#//NonEmptyStatementSequence"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NonEmptyStatementSequence">
<eStructuralFeatures xsi:type="ecore:EReference" name="statement" upperBound="-1"
eType="#//DocumentedStatement" 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="DoStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="control" eType="#//ForControl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForControl">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopVariableDefinition"
upperBound="-1" eType="#//LoopVariableDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopVariableDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression2" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//QualifiedNameWithBinding"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AcceptStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="clause" eType="#//AcceptClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleAccept" eType="#//SimpleAcceptStatementCompletion"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="compoundAccept" eType="#//CompoundAcceptStatementCompletion"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleAcceptStatementCompletion"/>
<eClassifiers xsi:type="ecore:EClass" name="CompoundAcceptStatementCompletion">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="acceptBlock" upperBound="-1"
eType="#//AcceptBlock" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AcceptBlock">
<eStructuralFeatures xsi:type="ecore:EReference" name="clause" eType="#//AcceptClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AcceptClause">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifiedNameList" eType="#//QualifiedNameList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassifyStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clause" eType="#//ClassificationClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassificationClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="classifyFromClause" eType="#//ClassificationFromClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifyToClause" eType="#//ClassificationToClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reclassyAllClause" eType="#//ReclassifyAllClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassificationFromClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifiedNameList" eType="#//QualifiedNameList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassificationToClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifiedNameList" eType="#//QualifiedNameList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyAllClause"/>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedNameList">
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifiedName" upperBound="-1"
eType="#//QualifiedNameWithBinding" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InvocationOrAssignementOrDeclarationStatement"
eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="typePart_OR_assignedPart_OR_invocationPart"
eType="#//NameExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclarationCompletion"
eType="#//VariableDeclarationCompletion" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignmentCompletion" eType="#//AssignmentCompletion"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperInvocationStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="_super" eType="#//SuperInvocationExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThisInvocationStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="_this" eType="#//ThisExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignmentCompletion" eType="#//AssignmentCompletion"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstanceCreationInvocationStatement"
eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="_new" eType="#//InstanceCreationExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationCompletion">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicityIndicator"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initValue" eType="#//AssignmentCompletion"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssignmentCompletion">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//AssignmentOperator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AssignmentOperator">
<eLiterals name="ASSIGN" literal="="/>
<eLiterals name="PLUSASSIGN" value="1" literal="+="/>
<eLiterals name="MINUSASSIGN" value="2" literal="-="/>
<eLiterals name="MULTASSIGN" value="3" literal="*="/>
<eLiterals name="MODASSIGN" value="4" literal="%="/>
<eLiterals name="DIVASSIGN" value="5" literal="/="/>
<eLiterals name="ANDASSIGN" value="6" literal="&="/>
<eLiterals name="ORASSIGN" value="7" literal="|="/>
<eLiterals name="XORASSIGN" value="8" literal="^="/>
<eLiterals name="LSHIFTASSIGN" value="9" literal="<<="/>
<eLiterals name="RSHIFTASSIGN" value="10" literal=">>="/>
<eLiterals name="URSHIFTASSIGN" value="11" literal=">>>="/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/diverse-project/kermeta2/org/kermeta/alf/org.kermeta.alf.xtext/src-gen/org/kermeta/alf/xtext/Alf.ecore | ecore | alf
CLASSSTRUCT
name
clsop
CLASSOP
name
stat
LITERAL
suffix
BOOLEAN_LITERAL
value
BooleanValue
TRUE
true
FALSE
false
NUMBER_LITERAL
value
INTEGER_LITERAL
UNLIMITED_LITERAL
STRING_LITERAL
value
NameExpression
prefixOp
path
id
invocationCompletion
sequenceConstructionCompletion
postfixOp
suffix
QualifiedNamePath
namespace
UnqualifiedName
name
templateBinding
TemplateBinding
bindings
NamedTemplateBinding
formal
actual
QualifiedNameWithBinding
id
binding
remaining
Tuple
tupleElements
TupleElement
argument
Expression
ConditionalTestExpression
exp
whenTrue
whenFalse
ConditionalOrExpression
exp
ConditionalAndExpression
exp
InclusiveOrExpression
exp
ExclusiveOrExpression
exp
AndExpression
exp
EqualityExpression
exp
op
ClassificationExpression
exp
op
typeName
RelationalExpression
left
op
right
ShiftExpression
exp
op
AdditiveExpression
exp
op
MultiplicativeExpression
exp
op
UnaryExpression
op
exp
PrimaryExpression
prefix
SuffixExpression
OperationCallExpression
operationName
tuple
suffix
OperationCallExpressionWithoutDot
operationName
tuple
suffix
PropertyCallExpression
propertyName
index
suffix
LinkOperationExpression
kind
tuple
LinkOperationTuple
linkOperationTupleElement
LinkOperationTupleElement
objectOrRole
roleIndex
object
LinkOperationKind
CREATE
createLink
DESTROY
destroyLink
CLEAR
clearAssoc
SequenceOperationExpression
operationName
tuple
suffix
SequenceReductionExpression
isOrdered
behavior
suffix
SequenceExpansionExpression
name
expr
suffix
SelectOrRejectOperation
op
SelectOrRejectOperator
SELECT
select
REJECT
reject
CollectOrIterateOperation
op
CollectOrIterateOperator
COLLECT
collect
ITERATE
iterate
ForAllOrExistsOrOneOperation
op
ForAllOrExistsOrOneOperator
FORALL
forAll
EXISTS
exists
ONE
one
IsUniqueOperation
ValueSpecification
NonLiteralValueSpecification
ParenthesizedExpression
expOrTypeCast
casted
suffix
NullExpression
ThisExpression
suffix
SuperInvocationExpression
className
operationCallWithoutDot
operationCall
InstanceCreationExpression
constructor
tuple
sequenceConstuctionCompletion
suffix
SequenceConstructionOrAccessCompletion
multiplicityIndicator
accessCompletion
sequenceCompletion
expression
AccessCompletion
accessIndex
PartialSequenceConstructionCompletion
expression
SequenceConstructionCompletion
multiplicityIndicator
expression
SequenceConstructionExpression
sequenceElement
rangeUpper
SequenceElement
ClassExtentExpression
Block
sequence
StatementSequence
statements
InlineStatement
langageName
body
AnnotatedStatement
annotation
block
DocumentedStatement
comment
statement
Statement
Annotation
kind
args
AnnotationKind
ISOLATED
isolated
DETERMINED
determined
ASSURED
assured
PARALLEL
parallel
BlockStatement
block
EmptyStatement
LocalNameDeclarationStatement
varName
type
multiplicityIndicator
init
IfStatement
sequentialClausses
finalClause
SequentialClauses
conccurentClauses
ConcurrentClauses
nonFinalClause
NonFinalClause
condition
block
FinalClause
block
SwitchStatement
expression
switchClause
defaultClause
SwitchClause
switchCase
statementSequence
SwitchCase
expression
SwitchDefaultClause
statementSequence
NonEmptyStatementSequence
statement
WhileStatement
condition
block
DoStatement
block
condition
ForStatement
control
block
ForControl
loopVariableDefinition
LoopVariableDefinition
name
expression1
expression2
type
expression
BreakStatement
ReturnStatement
expression
AcceptStatement
clause
simpleAccept
compoundAccept
SimpleAcceptStatementCompletion
CompoundAcceptStatementCompletion
block
acceptBlock
AcceptBlock
clause
block
AcceptClause
name
qualifiedNameList
ClassifyStatement
expression
clause
ClassificationClause
classifyFromClause
classifyToClause
reclassyAllClause
ClassificationFromClause
qualifiedNameList
ClassificationToClause
qualifiedNameList
ReclassifyAllClause
QualifiedNameList
qualifiedName
InvocationOrAssignementOrDeclarationStatement
typePart_OR_assignedPart_OR_invocationPart
variableDeclarationCompletion
assignmentCompletion
SuperInvocationStatement
_super
ThisInvocationStatement
_this
assignmentCompletion
InstanceCreationInvocationStatement
_new
VariableDeclarationCompletion
multiplicityIndicator
variableName
initValue
AssignmentCompletion
op
rightHandSide
AssignmentOperator
ASSIGN
=
PLUSASSIGN
+=
MINUSASSIGN
-=
MULTASSIGN
*=
MODASSIGN
%=
DIVASSIGN
/=
ANDASSIGN
&=
ORASSIGN
|=
XORASSIGN
^=
LSHIFTASSIGN
<<=
RSHIFTASSIGN
>>=
URSHIFTASSIGN
>>>= | null | {"directed":true,"nodes":[{"nsPrefix":"alf","nsURI":"http://www.kermeta.org/alf/1_0_0/org3/kermeta/alf","name":"alf","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CLASSSTRUCT","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CLASSOP","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LITERAL","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BOOLEAN_LITERAL","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NUMBER_LITERAL","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"INTEGER_LITERAL","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UNLIMITED_LITERAL","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STRING_LITERAL","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameExpression","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedNamePath","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnqualifiedName","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateBinding","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTemplateBinding","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedNameWithBinding","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tuple","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleElement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalTestExpression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalOrExpression","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalAndExpression","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InclusiveOrExpression","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExclusiveOrExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassificationExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationalExpression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftExpression","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveExpression","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuffixExpression","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExpression","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExpressionWithoutDot","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExpression","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkOperationExpression","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkOperationTuple","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkOperationTupleElement","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LinkOperationKind","instanceClass":null,"id":40,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceOperationExpression","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceReductionExpression","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExpansionExpression","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectOrRejectOperation","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SelectOrRejectOperator","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectOrIterateOperation","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectOrIterateOperator","instanceClass":null,"id":47,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForAllOrExistsOrOneOperation","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ForAllOrExistsOrOneOperator","instanceClass":null,"id":49,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsUniqueOperation","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonLiteralValueSpecification","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpression","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperInvocationExpression","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceCreationExpression","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceConstructionOrAccessCompletion","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessCompletion","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartialSequenceConstructionCompletion","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceConstructionCompletion","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceConstructionExpression","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceElement","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassExtentExpression","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementSequence","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineStatement","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotatedStatement","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentedStatement","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AnnotationKind","instanceClass":null,"id":72,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockStatement","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalNameDeclarationStatement","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequentialClauses","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcurrentClauses","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonFinalClause","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalClause","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchClause","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchDefaultClause","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonEmptyStatementSequence","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForControl","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopVariableDefinition","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptStatement","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleAcceptStatementCompletion","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundAcceptStatementCompletion","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptBlock","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptClause","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifyStatement","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassificationClause","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassificationFromClause","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassificationToClause","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyAllClause","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedNameList","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationOrAssignementOrDeclarationStatement","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperInvocationStatement","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisInvocationStatement","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceCreationInvocationStatement","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationCompletion","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentCompletion","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentOperator","instanceClass":null,"id":110,"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":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clsop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"stat","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suffix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"name":"TRUE","id":125,"value":0,"literal":"true","eClass":"EEnumLiteral"},{"name":"FALSE","id":126,"value":1,"literal":"false","eClass":"EEnumLiteral"},{"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":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"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":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prefixOp","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"invocationCompletion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequenceConstructionCompletion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postfixOp","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suffix","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"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formal","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":"actual","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"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":"id","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":"binding","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":"remaining","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tupleElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whenTrue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whenFalse","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"},{"container":false,"ordered":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":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":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":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"container":false,"ordered":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":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"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":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":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":191,"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":"op","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"op","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"op","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"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":"op","changeable":true,"lowerBound":0,"iD":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"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":"op","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"prefix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operationName","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suffix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operationName","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suffix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyName","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suffix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"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":245,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"linkOperationTupleElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objectOrRole","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roleIndex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"name":"CREATE","id":258,"value":0,"literal":"createLink","eClass":"EEnumLiteral"},{"name":"DESTROY","id":259,"value":1,"literal":"destroyLink","eClass":"EEnumLiteral"},{"name":"CLEAR","id":260,"value":2,"literal":"clearAssoc","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":"operationName","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuple","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":true,"unsettable":false,"transient":false,"unique":true,"name":"suffix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":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":"behavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suffix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suffix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"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":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"name":"SELECT","id":285,"value":0,"literal":"select","eClass":"EEnumLiteral"},{"name":"REJECT","id":286,"value":1,"literal":"reject","eClass":"EEnumLiteral"},{"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":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"name":"COLLECT","id":290,"value":0,"literal":"collect","eClass":"EEnumLiteral"},{"name":"ITERATE","id":291,"value":1,"literal":"iterate","eClass":"EEnumLiteral"},{"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":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"name":"FORALL","id":295,"value":0,"literal":"forAll","eClass":"EEnumLiteral"},{"name":"EXISTS","id":296,"value":1,"literal":"exists","eClass":"EEnumLiteral"},{"name":"ONE","id":297,"value":2,"literal":"one","eClass":"EEnumLiteral"},{"id":298,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expOrTypeCast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"casted","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suffix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suffix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operationCallWithoutDot","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":"operationCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constructor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequenceConstuctionCompletion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suffix","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiplicityIndicator","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessCompletion","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":"sequenceCompletion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessIndex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"container":false,"ordered":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":340,"derived":false},{"id":341,"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":"multiplicityIndicator","changeable":true,"lowerBound":0,"iD":false,"id":342,"derived":false},{"container":false,"ordered":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":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequenceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rangeUpper","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"langageName","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":366,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"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":370,"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":"args","changeable":true,"lowerBound":0,"iD":false,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"name":"ISOLATED","id":374,"value":0,"literal":"isolated","eClass":"EEnumLiteral"},{"name":"DETERMINED","id":375,"value":1,"literal":"determined","eClass":"EEnumLiteral"},{"name":"ASSURED","id":376,"value":2,"literal":"assured","eClass":"EEnumLiteral"},{"name":"PARALLEL","id":377,"value":3,"literal":"parallel","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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varName","changeable":true,"lowerBound":0,"iD":false,"id":382,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiplicityIndicator","changeable":true,"lowerBound":0,"iD":false,"id":384,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequentialClausses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finalClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conccurentClauses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nonFinalClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"switchClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"switchCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":413,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statementSequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statementSequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"container":false,"ordered":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":423,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"container":false,"ordered":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":428,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"control","changeable":true,"resolveProxies":true,"lowerBound":0,"id":433,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"loopVariableDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":441,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"container":false,"ordered":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":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleAccept","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compoundAccept","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"container":false,"ordered":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":461,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"acceptBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"derived":false},{"container":false,"ordered":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":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":469,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedNameList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifyFromClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifyToClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":479,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reclassyAllClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":480,"derived":false},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedNameList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedNameList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typePart_OR_assignedPart_OR_invocationPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":490,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclarationCompletion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":491,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignmentCompletion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"container":false,"ordered":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":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"_this","changeable":true,"resolveProxies":true,"lowerBound":0,"id":500,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignmentCompletion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"_new","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"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":"multiplicityIndicator","changeable":true,"lowerBound":0,"iD":false,"id":508,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variableName","changeable":true,"lowerBound":0,"iD":false,"id":509,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"derived":false},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":514,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightHandSide","changeable":true,"resolveProxies":true,"lowerBound":0,"id":515,"derived":false},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"name":"ASSIGN","id":518,"value":0,"literal":"=","eClass":"EEnumLiteral"},{"name":"PLUSASSIGN","id":519,"value":1,"literal":"+=","eClass":"EEnumLiteral"},{"name":"MINUSASSIGN","id":520,"value":2,"literal":"-=","eClass":"EEnumLiteral"},{"name":"MULTASSIGN","id":521,"value":3,"literal":"*=","eClass":"EEnumLiteral"},{"name":"MODASSIGN","id":522,"value":4,"literal":"%=","eClass":"EEnumLiteral"},{"name":"DIVASSIGN","id":523,"value":5,"literal":"/=","eClass":"EEnumLiteral"},{"name":"ANDASSIGN","id":524,"value":6,"literal":"&=","eClass":"EEnumLiteral"},{"name":"ORASSIGN","id":525,"value":7,"literal":"|=","eClass":"EEnumLiteral"},{"name":"XORASSIGN","id":526,"value":8,"literal":"^=","eClass":"EEnumLiteral"},{"name":"LSHIFTASSIGN","id":527,"value":9,"literal":"<<=","eClass":"EEnumLiteral"},{"name":"RSHIFTASSIGN","id":528,"value":10,"literal":">>=","eClass":"EEnumLiteral"},{"name":"URSHIFTASSIGN","id":529,"value":11,"literal":">>>=","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":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":1,"target":0},{"source":1,"target":111},{"source":1,"target":112},{"source":111,"target":113},{"source":111,"target":1},{"source":112,"target":2},{"source":112,"target":114},{"source":112,"target":1},{"source":114,"target":2},{"source":2,"target":0},{"source":2,"target":115},{"source":2,"target":116},{"source":115,"target":117},{"source":115,"target":2},{"source":116,"target":70},{"source":116,"target":118},{"source":116,"target":2},{"source":118,"target":70},{"source":3,"target":0},{"source":3,"target":51},{"source":3,"target":119},{"source":3,"target":120},{"source":119,"target":33},{"source":119,"target":121},{"source":119,"target":3},{"source":121,"target":33},{"source":120,"target":51},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":122},{"source":4,"target":123},{"source":122,"target":5},{"source":122,"target":124},{"source":122,"target":4},{"source":124,"target":5},{"source":123,"target":3},{"source":5,"target":0},{"source":5,"target":125},{"source":5,"target":126},{"source":125,"target":5},{"source":126,"target":5},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":127},{"source":6,"target":128},{"source":127,"target":129},{"source":127,"target":6},{"source":128,"target":3},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":130},{"source":130,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":131},{"source":131,"target":6},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":132},{"source":9,"target":133},{"source":132,"target":134},{"source":132,"target":9},{"source":133,"target":3},{"source":10,"target":0},{"source":10,"target":51},{"source":10,"target":52},{"source":10,"target":135},{"source":10,"target":136},{"source":10,"target":137},{"source":10,"target":138},{"source":10,"target":139},{"source":10,"target":140},{"source":10,"target":141},{"source":10,"target":142},{"source":10,"target":143},{"source":135,"target":144},{"source":135,"target":10},{"source":136,"target":11},{"source":136,"target":145},{"source":136,"target":10},{"source":145,"target":11},{"source":137,"target":146},{"source":137,"target":10},{"source":138,"target":16},{"source":138,"target":147},{"source":138,"target":10},{"source":147,"target":16},{"source":139,"target":58},{"source":139,"target":148},{"source":139,"target":10},{"source":148,"target":58},{"source":140,"target":149},{"source":140,"target":10},{"source":141,"target":33},{"source":141,"target":150},{"source":141,"target":10},{"source":150,"target":33},{"source":142,"target":51},{"source":143,"target":52},{"source":11,"target":0},{"source":11,"target":151},{"source":151,"target":12},{"source":151,"target":152},{"source":151,"target":11},{"source":152,"target":12},{"source":12,"target":0},{"source":12,"target":153},{"source":12,"target":154},{"source":153,"target":155},{"source":153,"target":12},{"source":154,"target":13},{"source":154,"target":156},{"source":154,"target":12},{"source":156,"target":13},{"source":13,"target":0},{"source":13,"target":157},{"source":157,"target":14},{"source":157,"target":158},{"source":157,"target":13},{"source":158,"target":14},{"source":14,"target":0},{"source":14,"target":159},{"source":14,"target":160},{"source":159,"target":161},{"source":159,"target":14},{"source":160,"target":15},{"source":160,"target":162},{"source":160,"target":14},{"source":162,"target":15},{"source":15,"target":0},{"source":15,"target":163},{"source":15,"target":164},{"source":15,"target":165},{"source":163,"target":166},{"source":163,"target":15},{"source":164,"target":13},{"source":164,"target":167},{"source":164,"target":15},{"source":167,"target":13},{"source":165,"target":15},{"source":165,"target":168},{"source":165,"target":15},{"source":168,"target":15},{"source":16,"target":0},{"source":16,"target":169},{"source":169,"target":17},{"source":169,"target":170},{"source":169,"target":16},{"source":170,"target":17},{"source":17,"target":0},{"source":17,"target":171},{"source":171,"target":18},{"source":171,"target":172},{"source":171,"target":17},{"source":172,"target":18},{"source":18,"target":0},{"source":18,"target":63},{"source":18,"target":173},{"source":173,"target":63},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":174},{"source":19,"target":175},{"source":19,"target":176},{"source":19,"target":177},{"source":174,"target":20},{"source":174,"target":178},{"source":174,"target":19},{"source":178,"target":20},{"source":175,"target":19},{"source":175,"target":179},{"source":175,"target":19},{"source":179,"target":19},{"source":176,"target":19},{"source":176,"target":180},{"source":176,"target":19},{"source":180,"target":19},{"source":177,"target":18},{"source":20,"target":0},{"source":20,"target":181},{"source":181,"target":21},{"source":181,"target":182},{"source":181,"target":20},{"source":182,"target":21},{"source":21,"target":0},{"source":21,"target":183},{"source":183,"target":22},{"source":183,"target":184},{"source":183,"target":21},{"source":184,"target":22},{"source":22,"target":0},{"source":22,"target":185},{"source":185,"target":23},{"source":185,"target":186},{"source":185,"target":22},{"source":186,"target":23},{"source":23,"target":0},{"source":23,"target":187},{"source":187,"target":24},{"source":187,"target":188},{"source":187,"target":23},{"source":188,"target":24},{"source":24,"target":0},{"source":24,"target":189},{"source":189,"target":25},{"source":189,"target":190},{"source":189,"target":24},{"source":190,"target":25},{"source":25,"target":0},{"source":25,"target":191},{"source":25,"target":192},{"source":191,"target":26},{"source":191,"target":193},{"source":191,"target":25},{"source":193,"target":26},{"source":192,"target":194},{"source":192,"target":25},{"source":26,"target":0},{"source":26,"target":195},{"source":26,"target":196},{"source":26,"target":197},{"source":195,"target":27},{"source":195,"target":198},{"source":195,"target":26},{"source":198,"target":27},{"source":196,"target":199},{"source":196,"target":26},{"source":197,"target":10},{"source":197,"target":200},{"source":197,"target":26},{"source":200,"target":10},{"source":27,"target":0},{"source":27,"target":201},{"source":27,"target":202},{"source":27,"target":203},{"source":201,"target":28},{"source":201,"target":204},{"source":201,"target":27},{"source":204,"target":28},{"source":202,"target":205},{"source":202,"target":27},{"source":203,"target":28},{"source":203,"target":206},{"source":203,"target":27},{"source":206,"target":28},{"source":28,"target":0},{"source":28,"target":207},{"source":28,"target":208},{"source":207,"target":29},{"source":207,"target":209},{"source":207,"target":28},{"source":209,"target":29},{"source":208,"target":210},{"source":208,"target":28},{"source":29,"target":0},{"source":29,"target":211},{"source":29,"target":212},{"source":211,"target":30},{"source":211,"target":213},{"source":211,"target":29},{"source":213,"target":30},{"source":212,"target":214},{"source":212,"target":29},{"source":30,"target":0},{"source":30,"target":215},{"source":30,"target":216},{"source":215,"target":31},{"source":215,"target":217},{"source":215,"target":30},{"source":217,"target":31},{"source":216,"target":218},{"source":216,"target":30},{"source":31,"target":0},{"source":31,"target":219},{"source":31,"target":220},{"source":219,"target":221},{"source":219,"target":31},{"source":220,"target":32},{"source":220,"target":222},{"source":220,"target":31},{"source":222,"target":32},{"source":32,"target":0},{"source":32,"target":223},{"source":223,"target":51},{"source":223,"target":224},{"source":223,"target":32},{"source":224,"target":51},{"source":33,"target":0},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":225},{"source":34,"target":226},{"source":34,"target":227},{"source":34,"target":228},{"source":225,"target":229},{"source":225,"target":34},{"source":226,"target":16},{"source":226,"target":230},{"source":226,"target":34},{"source":230,"target":16},{"source":227,"target":33},{"source":227,"target":231},{"source":227,"target":34},{"source":231,"target":33},{"source":228,"target":33},{"source":35,"target":0},{"source":35,"target":232},{"source":35,"target":233},{"source":35,"target":234},{"source":232,"target":235},{"source":232,"target":35},{"source":233,"target":16},{"source":233,"target":236},{"source":233,"target":35},{"source":236,"target":16},{"source":234,"target":33},{"source":234,"target":237},{"source":234,"target":35},{"source":237,"target":33},{"source":36,"target":0},{"source":36,"target":33},{"source":36,"target":238},{"source":36,"target":239},{"source":36,"target":240},{"source":36,"target":241},{"source":238,"target":242},{"source":238,"target":36},{"source":239,"target":18},{"source":239,"target":243},{"source":239,"target":36},{"source":243,"target":18},{"source":240,"target":33},{"source":240,"target":244},{"source":240,"target":36},{"source":244,"target":33},{"source":241,"target":33},{"source":37,"target":0},{"source":37,"target":33},{"source":37,"target":245},{"source":37,"target":246},{"source":37,"target":247},{"source":245,"target":40},{"source":245,"target":248},{"source":245,"target":37},{"source":248,"target":40},{"source":246,"target":38},{"source":246,"target":249},{"source":246,"target":37},{"source":249,"target":38},{"source":247,"target":33},{"source":38,"target":0},{"source":38,"target":250},{"source":250,"target":39},{"source":250,"target":251},{"source":250,"target":38},{"source":251,"target":39},{"source":39,"target":0},{"source":39,"target":252},{"source":39,"target":253},{"source":39,"target":254},{"source":252,"target":255},{"source":252,"target":39},{"source":253,"target":18},{"source":253,"target":256},{"source":253,"target":39},{"source":256,"target":18},{"source":254,"target":257},{"source":254,"target":39},{"source":40,"target":0},{"source":40,"target":258},{"source":40,"target":259},{"source":40,"target":260},{"source":258,"target":40},{"source":259,"target":40},{"source":260,"target":40},{"source":41,"target":0},{"source":41,"target":33},{"source":41,"target":261},{"source":41,"target":262},{"source":41,"target":263},{"source":41,"target":264},{"source":261,"target":265},{"source":261,"target":41},{"source":262,"target":16},{"source":262,"target":266},{"source":262,"target":41},{"source":266,"target":16},{"source":263,"target":33},{"source":263,"target":267},{"source":263,"target":41},{"source":267,"target":33},{"source":264,"target":33},{"source":42,"target":0},{"source":42,"target":33},{"source":42,"target":268},{"source":42,"target":269},{"source":42,"target":270},{"source":42,"target":271},{"source":268,"target":272},{"source":268,"target":42},{"source":269,"target":15},{"source":269,"target":273},{"source":269,"target":42},{"source":273,"target":15},{"source":270,"target":33},{"source":270,"target":274},{"source":270,"target":42},{"source":274,"target":33},{"source":271,"target":33},{"source":43,"target":0},{"source":43,"target":33},{"source":43,"target":275},{"source":43,"target":276},{"source":43,"target":277},{"source":43,"target":278},{"source":275,"target":279},{"source":275,"target":43},{"source":276,"target":18},{"source":276,"target":280},{"source":276,"target":43},{"source":280,"target":18},{"source":277,"target":33},{"source":277,"target":281},{"source":277,"target":43},{"source":281,"target":33},{"source":278,"target":33},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":282},{"source":44,"target":283},{"source":282,"target":45},{"source":282,"target":284},{"source":282,"target":44},{"source":284,"target":45},{"source":283,"target":43},{"source":45,"target":0},{"source":45,"target":285},{"source":45,"target":286},{"source":285,"target":45},{"source":286,"target":45},{"source":46,"target":0},{"source":46,"target":43},{"source":46,"target":287},{"source":46,"target":288},{"source":287,"target":47},{"source":287,"target":289},{"source":287,"target":46},{"source":289,"target":47},{"source":288,"target":43},{"source":47,"target":0},{"source":47,"target":290},{"source":47,"target":291},{"source":290,"target":47},{"source":291,"target":47},{"source":48,"target":0},{"source":48,"target":43},{"source":48,"target":292},{"source":48,"target":293},{"source":292,"target":49},{"source":292,"target":294},{"source":292,"target":48},{"source":294,"target":49},{"source":293,"target":43},{"source":49,"target":0},{"source":49,"target":295},{"source":49,"target":296},{"source":49,"target":297},{"source":295,"target":49},{"source":296,"target":49},{"source":297,"target":49},{"source":50,"target":0},{"source":50,"target":43},{"source":50,"target":298},{"source":298,"target":43},{"source":51,"target":0},{"source":52,"target":0},{"source":53,"target":0},{"source":53,"target":51},{"source":53,"target":52},{"source":53,"target":299},{"source":53,"target":300},{"source":53,"target":301},{"source":53,"target":302},{"source":53,"target":303},{"source":299,"target":18},{"source":299,"target":304},{"source":299,"target":53},{"source":304,"target":18},{"source":300,"target":52},{"source":300,"target":305},{"source":300,"target":53},{"source":305,"target":52},{"source":301,"target":33},{"source":301,"target":306},{"source":301,"target":53},{"source":306,"target":33},{"source":302,"target":51},{"source":303,"target":52},{"source":54,"target":0},{"source":54,"target":51},{"source":54,"target":307},{"source":307,"target":51},{"source":55,"target":0},{"source":55,"target":51},{"source":55,"target":52},{"source":55,"target":308},{"source":55,"target":309},{"source":55,"target":310},{"source":308,"target":33},{"source":308,"target":311},{"source":308,"target":55},{"source":311,"target":33},{"source":309,"target":51},{"source":310,"target":52},{"source":56,"target":0},{"source":56,"target":51},{"source":56,"target":52},{"source":56,"target":312},{"source":56,"target":313},{"source":56,"target":314},{"source":56,"target":315},{"source":56,"target":316},{"source":312,"target":317},{"source":312,"target":56},{"source":313,"target":35},{"source":313,"target":318},{"source":313,"target":56},{"source":318,"target":35},{"source":314,"target":34},{"source":314,"target":319},{"source":314,"target":56},{"source":319,"target":34},{"source":315,"target":51},{"source":316,"target":52},{"source":57,"target":0},{"source":57,"target":51},{"source":57,"target":52},{"source":57,"target":320},{"source":57,"target":321},{"source":57,"target":322},{"source":57,"target":323},{"source":57,"target":324},{"source":57,"target":325},{"source":320,"target":15},{"source":320,"target":326},{"source":320,"target":57},{"source":326,"target":15},{"source":321,"target":16},{"source":321,"target":327},{"source":321,"target":57},{"source":327,"target":16},{"source":322,"target":61},{"source":322,"target":328},{"source":322,"target":57},{"source":328,"target":61},{"source":323,"target":33},{"source":323,"target":329},{"source":323,"target":57},{"source":329,"target":33},{"source":324,"target":51},{"source":325,"target":52},{"source":58,"target":0},{"source":58,"target":330},{"source":58,"target":331},{"source":58,"target":332},{"source":58,"target":333},{"source":330,"target":334},{"source":330,"target":58},{"source":331,"target":59},{"source":331,"target":335},{"source":331,"target":58},{"source":335,"target":59},{"source":332,"target":60},{"source":332,"target":336},{"source":332,"target":58},{"source":336,"target":60},{"source":333,"target":62},{"source":333,"target":337},{"source":333,"target":58},{"source":337,"target":62},{"source":59,"target":0},{"source":59,"target":338},{"source":338,"target":18},{"source":338,"target":339},{"source":338,"target":59},{"source":339,"target":18},{"source":60,"target":0},{"source":60,"target":340},{"source":340,"target":62},{"source":340,"target":341},{"source":340,"target":60},{"source":341,"target":62},{"source":61,"target":0},{"source":61,"target":342},{"source":61,"target":343},{"source":342,"target":344},{"source":342,"target":61},{"source":343,"target":62},{"source":343,"target":345},{"source":343,"target":61},{"source":345,"target":62},{"source":62,"target":0},{"source":62,"target":63},{"source":62,"target":346},{"source":62,"target":347},{"source":62,"target":348},{"source":346,"target":63},{"source":346,"target":349},{"source":346,"target":62},{"source":349,"target":63},{"source":347,"target":18},{"source":347,"target":350},{"source":347,"target":62},{"source":350,"target":18},{"source":348,"target":63},{"source":63,"target":0},{"source":64,"target":0},{"source":64,"target":33},{"source":64,"target":351},{"source":351,"target":33},{"source":65,"target":0},{"source":65,"target":352},{"source":352,"target":66},{"source":352,"target":353},{"source":352,"target":65},{"source":353,"target":66},{"source":66,"target":0},{"source":66,"target":354},{"source":354,"target":69},{"source":354,"target":355},{"source":354,"target":66},{"source":355,"target":69},{"source":67,"target":0},{"source":67,"target":70},{"source":67,"target":356},{"source":67,"target":357},{"source":67,"target":358},{"source":356,"target":359},{"source":356,"target":67},{"source":357,"target":360},{"source":357,"target":67},{"source":358,"target":70},{"source":68,"target":0},{"source":68,"target":70},{"source":68,"target":361},{"source":68,"target":362},{"source":68,"target":363},{"source":361,"target":71},{"source":361,"target":364},{"source":361,"target":68},{"source":364,"target":71},{"source":362,"target":65},{"source":362,"target":365},{"source":362,"target":68},{"source":365,"target":65},{"source":363,"target":70},{"source":69,"target":0},{"source":69,"target":366},{"source":69,"target":367},{"source":366,"target":368},{"source":366,"target":69},{"source":367,"target":70},{"source":367,"target":369},{"source":367,"target":69},{"source":369,"target":70},{"source":70,"target":0},{"source":71,"target":0},{"source":71,"target":370},{"source":71,"target":371},{"source":370,"target":72},{"source":370,"target":372},{"source":370,"target":71},{"source":372,"target":72},{"source":371,"target":373},{"source":371,"target":71},{"source":72,"target":0},{"source":72,"target":374},{"source":72,"target":375},{"source":72,"target":376},{"source":72,"target":377},{"source":374,"target":72},{"source":375,"target":72},{"source":376,"target":72},{"source":377,"target":72},{"source":73,"target":0},{"source":73,"target":70},{"source":73,"target":378},{"source":73,"target":379},{"source":378,"target":65},{"source":378,"target":380},{"source":378,"target":73},{"source":380,"target":65},{"source":379,"target":70},{"source":74,"target":0},{"source":74,"target":70},{"source":74,"target":381},{"source":381,"target":70},{"source":75,"target":0},{"source":75,"target":70},{"source":75,"target":382},{"source":75,"target":383},{"source":75,"target":384},{"source":75,"target":385},{"source":75,"target":386},{"source":382,"target":387},{"source":382,"target":75},{"source":383,"target":15},{"source":383,"target":388},{"source":383,"target":75},{"source":388,"target":15},{"source":384,"target":389},{"source":384,"target":75},{"source":385,"target":18},{"source":385,"target":390},{"source":385,"target":75},{"source":390,"target":18},{"source":386,"target":70},{"source":76,"target":0},{"source":76,"target":70},{"source":76,"target":391},{"source":76,"target":392},{"source":76,"target":393},{"source":391,"target":77},{"source":391,"target":394},{"source":391,"target":76},{"source":394,"target":77},{"source":392,"target":80},{"source":392,"target":395},{"source":392,"target":76},{"source":395,"target":80},{"source":393,"target":70},{"source":77,"target":0},{"source":77,"target":396},{"source":396,"target":78},{"source":396,"target":397},{"source":396,"target":77},{"source":397,"target":78},{"source":78,"target":0},{"source":78,"target":398},{"source":398,"target":79},{"source":398,"target":399},{"source":398,"target":78},{"source":399,"target":79},{"source":79,"target":0},{"source":79,"target":400},{"source":79,"target":401},{"source":400,"target":18},{"source":400,"target":402},{"source":400,"target":79},{"source":402,"target":18},{"source":401,"target":65},{"source":401,"target":403},{"source":401,"target":79},{"source":403,"target":65},{"source":80,"target":0},{"source":80,"target":404},{"source":404,"target":65},{"source":404,"target":405},{"source":404,"target":80},{"source":405,"target":65},{"source":81,"target":0},{"source":81,"target":70},{"source":81,"target":406},{"source":81,"target":407},{"source":81,"target":408},{"source":81,"target":409},{"source":406,"target":18},{"source":406,"target":410},{"source":406,"target":81},{"source":410,"target":18},{"source":407,"target":82},{"source":407,"target":411},{"source":407,"target":81},{"source":411,"target":82},{"source":408,"target":84},{"source":408,"target":412},{"source":408,"target":81},{"source":412,"target":84},{"source":409,"target":70},{"source":82,"target":0},{"source":82,"target":413},{"source":82,"target":414},{"source":413,"target":83},{"source":413,"target":415},{"source":413,"target":82},{"source":415,"target":83},{"source":414,"target":85},{"source":414,"target":416},{"source":414,"target":82},{"source":416,"target":85},{"source":83,"target":0},{"source":83,"target":417},{"source":417,"target":18},{"source":417,"target":418},{"source":417,"target":83},{"source":418,"target":18},{"source":84,"target":0},{"source":84,"target":419},{"source":419,"target":85},{"source":419,"target":420},{"source":419,"target":84},{"source":420,"target":85},{"source":85,"target":0},{"source":85,"target":421},{"source":421,"target":69},{"source":421,"target":422},{"source":421,"target":85},{"source":422,"target":69},{"source":86,"target":0},{"source":86,"target":70},{"source":86,"target":423},{"source":86,"target":424},{"source":86,"target":425},{"source":423,"target":18},{"source":423,"target":426},{"source":423,"target":86},{"source":426,"target":18},{"source":424,"target":65},{"source":424,"target":427},{"source":424,"target":86},{"source":427,"target":65},{"source":425,"target":70},{"source":87,"target":0},{"source":87,"target":70},{"source":87,"target":428},{"source":87,"target":429},{"source":87,"target":430},{"source":428,"target":65},{"source":428,"target":431},{"source":428,"target":87},{"source":431,"target":65},{"source":429,"target":18},{"source":429,"target":432},{"source":429,"target":87},{"source":432,"target":18},{"source":430,"target":70},{"source":88,"target":0},{"source":88,"target":70},{"source":88,"target":433},{"source":88,"target":434},{"source":88,"target":435},{"source":433,"target":89},{"source":433,"target":436},{"source":433,"target":88},{"source":436,"target":89},{"source":434,"target":65},{"source":434,"target":437},{"source":434,"target":88},{"source":437,"target":65},{"source":435,"target":70},{"source":89,"target":0},{"source":89,"target":438},{"source":438,"target":90},{"source":438,"target":439},{"source":438,"target":89},{"source":439,"target":90},{"source":90,"target":0},{"source":90,"target":440},{"source":90,"target":441},{"source":90,"target":442},{"source":90,"target":443},{"source":90,"target":444},{"source":440,"target":445},{"source":440,"target":90},{"source":441,"target":18},{"source":441,"target":446},{"source":441,"target":90},{"source":446,"target":18},{"source":442,"target":18},{"source":442,"target":447},{"source":442,"target":90},{"source":447,"target":18},{"source":443,"target":15},{"source":443,"target":448},{"source":443,"target":90},{"source":448,"target":15},{"source":444,"target":18},{"source":444,"target":449},{"source":444,"target":90},{"source":449,"target":18},{"source":91,"target":0},{"source":91,"target":70},{"source":91,"target":450},{"source":450,"target":70},{"source":92,"target":0},{"source":92,"target":70},{"source":92,"target":451},{"source":92,"target":452},{"source":451,"target":18},{"source":451,"target":453},{"source":451,"target":92},{"source":453,"target":18},{"source":452,"target":70},{"source":93,"target":0},{"source":93,"target":70},{"source":93,"target":454},{"source":93,"target":455},{"source":93,"target":456},{"source":93,"target":457},{"source":454,"target":97},{"source":454,"target":458},{"source":454,"target":93},{"source":458,"target":97},{"source":455,"target":94},{"source":455,"target":459},{"source":455,"target":93},{"source":459,"target":94},{"source":456,"target":95},{"source":456,"target":460},{"source":456,"target":93},{"source":460,"target":95},{"source":457,"target":70},{"source":94,"target":0},{"source":95,"target":0},{"source":95,"target":461},{"source":95,"target":462},{"source":461,"target":65},{"source":461,"target":463},{"source":461,"target":95},{"source":463,"target":65},{"source":462,"target":96},{"source":462,"target":464},{"source":462,"target":95},{"source":464,"target":96},{"source":96,"target":0},{"source":96,"target":465},{"source":96,"target":466},{"source":465,"target":97},{"source":465,"target":467},{"source":465,"target":96},{"source":467,"target":97},{"source":466,"target":65},{"source":466,"target":468},{"source":466,"target":96},{"source":468,"target":65},{"source":97,"target":0},{"source":97,"target":469},{"source":97,"target":470},{"source":469,"target":471},{"source":469,"target":97},{"source":470,"target":103},{"source":470,"target":472},{"source":470,"target":97},{"source":472,"target":103},{"source":98,"target":0},{"source":98,"target":70},{"source":98,"target":473},{"source":98,"target":474},{"source":98,"target":475},{"source":473,"target":18},{"source":473,"target":476},{"source":473,"target":98},{"source":476,"target":18},{"source":474,"target":99},{"source":474,"target":477},{"source":474,"target":98},{"source":477,"target":99},{"source":475,"target":70},{"source":99,"target":0},{"source":99,"target":478},{"source":99,"target":479},{"source":99,"target":480},{"source":478,"target":100},{"source":478,"target":481},{"source":478,"target":99},{"source":481,"target":100},{"source":479,"target":101},{"source":479,"target":482},{"source":479,"target":99},{"source":482,"target":101},{"source":480,"target":102},{"source":480,"target":483},{"source":480,"target":99},{"source":483,"target":102},{"source":100,"target":0},{"source":100,"target":484},{"source":484,"target":103},{"source":484,"target":485},{"source":484,"target":100},{"source":485,"target":103},{"source":101,"target":0},{"source":101,"target":486},{"source":486,"target":103},{"source":486,"target":487},{"source":486,"target":101},{"source":487,"target":103},{"source":102,"target":0},{"source":103,"target":0},{"source":103,"target":488},{"source":488,"target":15},{"source":488,"target":489},{"source":488,"target":103},{"source":489,"target":15},{"source":104,"target":0},{"source":104,"target":70},{"source":104,"target":490},{"source":104,"target":491},{"source":104,"target":492},{"source":104,"target":493},{"source":490,"target":10},{"source":490,"target":494},{"source":490,"target":104},{"source":494,"target":10},{"source":491,"target":108},{"source":491,"target":495},{"source":491,"target":104},{"source":495,"target":108},{"source":492,"target":109},{"source":492,"target":496},{"source":492,"target":104},{"source":496,"target":109},{"source":493,"target":70},{"source":105,"target":0},{"source":105,"target":70},{"source":105,"target":497},{"source":105,"target":498},{"source":497,"target":56},{"source":497,"target":499},{"source":497,"target":105},{"source":499,"target":56},{"source":498,"target":70},{"source":106,"target":0},{"source":106,"target":70},{"source":106,"target":500},{"source":106,"target":501},{"source":106,"target":502},{"source":500,"target":55},{"source":500,"target":503},{"source":500,"target":106},{"source":503,"target":55},{"source":501,"target":109},{"source":501,"target":504},{"source":501,"target":106},{"source":504,"target":109},{"source":502,"target":70},{"source":107,"target":0},{"source":107,"target":70},{"source":107,"target":505},{"source":107,"target":506},{"source":505,"target":57},{"source":505,"target":507},{"source":505,"target":107},{"source":507,"target":57},{"source":506,"target":70},{"source":108,"target":0},{"source":108,"target":508},{"source":108,"target":509},{"source":108,"target":510},{"source":508,"target":511},{"source":508,"target":108},{"source":509,"target":512},{"source":509,"target":108},{"source":510,"target":109},{"source":510,"target":513},{"source":510,"target":108},{"source":513,"target":109},{"source":109,"target":0},{"source":109,"target":514},{"source":109,"target":515},{"source":514,"target":110},{"source":514,"target":516},{"source":514,"target":109},{"source":516,"target":110},{"source":515,"target":18},{"source":515,"target":517},{"source":515,"target":109},{"source":517,"target":18},{"source":110,"target":0},{"source":110,"target":518},{"source":110,"target":519},{"source":110,"target":520},{"source":110,"target":521},{"source":110,"target":522},{"source":110,"target":523},{"source":110,"target":524},{"source":110,"target":525},{"source":110,"target":526},{"source":110,"target":527},{"source":110,"target":528},{"source":110,"target":529},{"source":518,"target":110},{"source":519,"target":110},{"source":520,"target":110},{"source":521,"target":110},{"source":522,"target":110},{"source":523,"target":110},{"source":524,"target":110},{"source":525,"target":110},{"source":526,"target":110},{"source":527,"target":110},{"source":528,"target":110},{"source":529,"target":110}],"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="sql" nsURI="http://www.com.jaspersoft.studio.data.Sql" nsPrefix="sql">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="wq" eType="#//WithQuery"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="query" eType="#//SelectQuery"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WithQuery">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="w" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="withCols" eType="#//WithColumns"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="query" eType="#//SelectQuery"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WithColumns"/>
<eClassifiers xsi:type="ecore:EClass" name="FetchFirst">
<eStructuralFeatures xsi:type="ecore:EReference" name="fetchFirst" eType="#//UnsignedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="row" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Offset">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Limit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="l1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="l2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectQuery"/>
<eClassifiers xsi:type="ecore:EClass" name="SelectSubSet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="query" eType="#//Select"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Select" eSuperTypes="#//SelectQuery">
<eStructuralFeatures xsi:type="ecore:EReference" name="op" upperBound="-1" eType="#//SelectSubSet"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="select" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cols" eType="#//OrColumn"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tbl" eType="#//OrTable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="whereExpression" eType="#//OrExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="groupByEntry" eType="#//OrGroupByColumn"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="havingEntry" eType="#//OrExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orderByEntry" eType="#//OrOrderByColumn"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lim" eType="#//Limit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="offset" eType="#//Offset"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fetchFirst" eType="#//FetchFirst"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrColumn" eSuperTypes="#//PivotForClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//ColumnOrAlias" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnOrAlias" eSuperTypes="#//OrColumn">
<eStructuralFeatures xsi:type="ecore:EReference" name="ce" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="colAlias" eType="#//DbObjectName"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="allCols" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dbAllCols" eType="#//DbObjectNameAll"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnFull" eSuperTypes="#//PivotForClause"/>
<eClassifiers xsi:type="ecore:EClass" name="OrTable">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//FromTable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FromTable" eSuperTypes="#//OrTable">
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//TableOrAlias"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fjoin" upperBound="-1"
eType="#//FromTableJoin" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FromTableJoin">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="join" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="onTable" eType="#//TableOrAlias"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="joinExpr" eType="#//OrExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="joinCond" eType="#//JoinCondition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JoinCondition">
<eStructuralFeatures xsi:type="ecore:EReference" name="useCols" eType="#//UsingCols"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UsingCols" eSuperTypes="#//WithColumns">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//DbObjectName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableOrAlias">
<eStructuralFeatures xsi:type="ecore:EReference" name="tfull" eType="#//TableFull"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sq" eType="#//SubQueryOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" eType="#//FromValues"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pivot" eType="#//PivotTable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unpivot" eType="#//UnpivotTable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tblAlias" eType="#//DbObjectName"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FromValues">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" eType="#//Values"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="c" eType="#//FromValuesColumns"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FromValuesColumns">
<eStructuralFeatures xsi:type="ecore:EReference" name="fvCols" eType="#//FromValuesColumnNames"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FromValuesColumnNames"/>
<eClassifiers xsi:type="ecore:EClass" name="ColumnNames" eSuperTypes="#//FromValuesColumnNames">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="colName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Values">
<eStructuralFeatures xsi:type="ecore:EReference" name="rows" eType="#//Rows" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rows">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//Row" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Row" eSuperTypes="#//Rows">
<eStructuralFeatures xsi:type="ecore:EReference" name="rowValues" eType="#//RowValues"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RowValues">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//RowValue" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RowValue" eSuperTypes="#//RowValues">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="null" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PivotTable">
<eStructuralFeatures xsi:type="ecore:EReference" name="pfun" eType="#//PivotFunctions"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pfor" eType="#//PivotForClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pin" eType="#//PivotInClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PivotFunctions">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PivotFunction"/>
<eClassifiers xsi:type="ecore:EClass" name="PivotInClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="sq" eType="#//SubQueryOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//UnpivotInClauseArgs"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pinany" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnpivotTable">
<eStructuralFeatures xsi:type="ecore:EReference" name="pcols" eType="#//PivotColumns"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pfor" eType="#//PivotForClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inop" eType="#//UnpivotInClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnpivotInClause"/>
<eClassifiers xsi:type="ecore:EClass" name="UnpivotInClauseArgs"/>
<eClassifiers xsi:type="ecore:EClass" name="UnpivotInClauseArg" eSuperTypes="#//UnpivotInClauseArgs">
<eStructuralFeatures xsi:type="ecore:EReference" name="pcols" eType="#//PivotColumns"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cfuls" eType="#//PivotColumns"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PivotForClause"/>
<eClassifiers xsi:type="ecore:EClass" name="PivotColumns"/>
<eClassifiers xsi:type="ecore:EClass" name="Pivots" eSuperTypes="#//PivotColumns"/>
<eClassifiers xsi:type="ecore:EClass" name="PivotCol" eSuperTypes="#//PivotFunction #//PivotColumns #//Pivots"/>
<eClassifiers xsi:type="ecore:EClass" name="TableFull"/>
<eClassifiers xsi:type="ecore:EClass" name="DbObjectNameAll">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dbname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DbObjectName" eSuperTypes="#//ColumnFull #//UsingCols #//PivotCol #//TableFull">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dbname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrOrderByColumn">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//OrderByColumnFull" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrderByColumnFull" eSuperTypes="#//OrOrderByColumn">
<eStructuralFeatures xsi:type="ecore:EReference" name="colOrder" eType="#//ColumnFull"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="colOrderInt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrGroupByColumn">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//GroupByColumnFull" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupByColumnFull" eSuperTypes="#//OrGroupByColumn">
<eStructuralFeatures xsi:type="ecore:EReference" name="colGrBy" eType="#//ColumnFull"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="gbFunction" eType="#//OpFunction"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="grByInt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//FullExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FullExpression" eSuperTypes="#//OrExpr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="c" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="efrag" eType="#//FullExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="notPrm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expgroup" eType="#//ExprGroup"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//FullExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="xexp" eType="#//XExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in" eType="#//InOper" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exists" eType="#//ExistsOper"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op1" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isnull" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="between" eType="#//Between"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="like" eType="#//Like" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comp" eType="#//Comparison"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprGroup">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isnot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//OrExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XExpr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xf" eType="#//XFunction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="col" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="prm" eType="#//Prms" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XFunction">
<eLiterals name="xin" literal="{IN"/>
<eLiterals name="xnotin" value="1" literal="{NOTIN"/>
<eLiterals name="xeq" value="2" literal="{EQUAL"/>
<eLiterals name="xnoteq" value="3" literal="{NOTEQUAL"/>
<eLiterals name="xls" value="4" literal="{LESS"/>
<eLiterals name="xlsr" value="5" literal="{LESS]"/>
<eLiterals name="xgtl" value="6" literal="{[GREATER"/>
<eLiterals name="xgt" value="7" literal="{GREATER"/>
<eLiterals name="xbwn" value="8" literal="{BETWEEN"/>
<eLiterals name="xbwnc" value="9" literal="{[BETWEEN]"/>
<eLiterals name="xbwnl" value="10" literal="{[BETWEEN"/>
<eLiterals name="xbwnr" value="11" literal="{BETWEEN]"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Prms">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//JRParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JRParameter" eSuperTypes="#//Prms">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="jrprm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comparison">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subOperator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//Operands"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Like">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opLike" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//LikeOperand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LikeOperand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fop2" eType="#//OpFunction"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fcast" eType="#//OpFunctionCast"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fparam" eType="#//POperand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Between">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opBetween" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op3" eType="#//Operands"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InOper">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subquery" eType="#//SubQueryOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opList" eType="#//OperandListGroup"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExistsOper">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subquery" eType="#//SubQueryOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opList" eType="#//OperandListGroup"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperandListGroup">
<eStructuralFeatures xsi:type="ecore:EReference" name="opGroup" eType="#//OperandList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperandList"/>
<eClassifiers xsi:type="ecore:EClass" name="Operands" eSuperTypes="#//OpFunctionArgAgregate">
<eStructuralFeatures xsi:type="ecore:EReference" name="op1" eType="#//Operand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Operand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operand">
<eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="#//ColumnOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="xop" eType="#//Operand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subq" eType="#//SubQueryOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fcast" eType="#//OpFunctionCast"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fext" eType="#//FunctionExtract"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="func" eType="#//OpFunction"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sqlcase" eType="#//SQLCaseOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="param" eType="#//POperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eparam" eType="#//ExpOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scalar" eType="#//ScalarOperand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpFunction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="star" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//OpFunctionArg"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fan" eType="#//FunctionAnalytical"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionExtract">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="v" eType="#//EXTRACT_VALUES"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//Operands"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionAnalytical">
<eStructuralFeatures xsi:type="ecore:EReference" name="anClause" eType="#//AnalyticClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnalyticClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="abc" eType="#//QueryPartitionClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="obc" eType="#//OrderByClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="winc" eType="#//WindowingClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WindowingClause"/>
<eClassifiers xsi:type="ecore:EClass" name="WindowingClauseBetween" eSuperTypes="#//WindowingClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="wcoP" eType="#//WindowingClauseOperandPreceding"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="wcoF" eType="#//WindowingClauseOperandFollowing"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WindowingClauseOperandFollowing">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//AnalyticExprArg"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WindowingClauseOperandPreceding" eSuperTypes="#//WindowingClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//AnalyticExprArg"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrderByClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//OrderByClauseArgs"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrderByClauseArgs"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderByClauseArg" eSuperTypes="#//OrderByClauseArgs">
<eStructuralFeatures xsi:type="ecore:EReference" name="col" eType="#//AnalyticExprArg"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QueryPartitionClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//AnalyticExprArgs"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnalyticExprArgs" eSuperTypes="#//QueryPartitionClause"/>
<eClassifiers xsi:type="ecore:EClass" name="AnalyticExprArg" eSuperTypes="#//AnalyticExprArgs">
<eStructuralFeatures xsi:type="ecore:EReference" name="ce" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="colAlias" eType="#//DbObjectName"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpFunctionArg"/>
<eClassifiers xsi:type="ecore:EClass" name="OpFunctionArgOperand" eSuperTypes="#//OpFunctionArg">
<eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//OpFunctionArgAgregate"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpFunctionCast">
<eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="p" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="p2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpFunctionArgAgregate"/>
<eClassifiers xsi:type="ecore:EClass" name="POperand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpOperand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnOperand">
<eStructuralFeatures xsi:type="ecore:EReference" name="cfull" eType="#//ColumnFull"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ora" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubQueryOperand">
<eStructuralFeatures xsi:type="ecore:EReference" name="sel" eType="#//SelectQuery"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScalarOperand" eSuperTypes="#//RowValue #//OperandList">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sostr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sodbl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sodate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sotime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sodt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="soUInt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="soint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SQLCaseOperand">
<eStructuralFeatures xsi:type="ecore:EReference" name="wop" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//OrExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="when" eType="#//SQLCaseWhens"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SQLCaseWhens"/>
<eClassifiers xsi:type="ecore:EClass" name="SqlCaseWhen" eSuperTypes="#//SQLCaseWhens">
<eStructuralFeatures xsi:type="ecore:EReference" name="wop" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//OrExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="texp" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eexp" eType="#//Operands"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EXTRACT_VALUES">
<eLiterals name="ms" literal="MICROSECOND"/>
<eLiterals name="s" value="1" literal="SECOND"/>
<eLiterals name="m" value="2" literal="MINUTE"/>
<eLiterals name="h" value="3" literal="HOUR"/>
<eLiterals name="day" value="4" literal="DAY"/>
<eLiterals name="week" value="5" literal="WEEK"/>
<eLiterals name="month" value="6" literal="MONTH"/>
<eLiterals name="quart" value="7" literal="QUARTER"/>
<eLiterals name="year" value="8" literal="YEAR"/>
<eLiterals name="micros" value="9" literal="SECOND_MICROSECOND"/>
<eLiterals name="minMicro" value="10" literal="MINUTE_MICROSECOND"/>
<eLiterals name="minSec" value="11" literal="MINUTE_SECOND"/>
<eLiterals name="hms" value="12" literal="HOUR_MICROSECOND"/>
<eLiterals name="hs" value="13" literal="HOUR_SECOND"/>
<eLiterals name="hmin" value="14" literal="HOUR_MINUTE"/>
<eLiterals name="dms" value="15" literal="DAY_MICROSECOND"/>
<eLiterals name="ds" value="16" literal="DAY_SECOND"/>
<eLiterals name="daymin" value="17" literal="DAY_MINUTE"/>
<eLiterals name="dayh" value="18" literal="DAY_HOUR"/>
<eLiterals name="yearMonth" value="19" literal="YEAR_MONTH"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnsignedValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Col" eSuperTypes="#//ColumnFull">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//DbObjectName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="abc" eSuperTypes="#//FromValuesColumnNames">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//ColumnNames" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnipivotInClause" eSuperTypes="#//UnpivotInClause">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//UnpivotInClauseArgs"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="uicargs" eSuperTypes="#//UnpivotInClauseArgs">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//UnpivotInClauseArg" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="pvcs" eSuperTypes="#//Pivots">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//PivotCol" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="pcols" eSuperTypes="#//PivotCol">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//DbObjectName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="tbls" eSuperTypes="#//TableFull">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//DbObjectName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpList" eSuperTypes="#//OperandList">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//ScalarOperand" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//Operands"/>
<eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//Operands"/>
<eClassifiers xsi:type="ecore:EClass" name="Concat" eSuperTypes="#//Operands"/>
<eClassifiers xsi:type="ecore:EClass" name="Multiply" eSuperTypes="#//Operands"/>
<eClassifiers xsi:type="ecore:EClass" name="Division" eSuperTypes="#//Operands"/>
<eClassifiers xsi:type="ecore:EClass" name="OBCArgs" eSuperTypes="#//OrderByClauseArgs">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//OrderByClauseArg" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AExpArgs" eSuperTypes="#//AnalyticExprArgs">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//AnalyticExprArg" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpFList" eSuperTypes="#//OpFunctionArg">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//OpFunctionArgOperand" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhenList" eSuperTypes="#//SQLCaseWhens">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//SqlCaseWhen" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/TIBCOSoftware/jaspersoft-studio-ce/com.jaspersoft.studio.data.sql/src-gen/com/jaspersoft/studio/data/Sql.ecore | ecore | sql
Model
wq
query
WithQuery
w
wname
withCols
query
WithColumns
FetchFirst
fetchFirst
row
Offset
offset
Limit
l1
l2
SelectQuery
SelectSubSet
op
all
query
Select
op
select
cols
tbl
whereExpression
groupByEntry
havingEntry
orderByEntry
lim
offset
fetchFirst
OrColumn
entries
ColumnOrAlias
ce
alias
colAlias
allCols
dbAllCols
ColumnFull
OrTable
entries
FromTable
table
fjoin
FromTableJoin
join
onTable
joinExpr
joinCond
JoinCondition
useCols
UsingCols
entries
TableOrAlias
tfull
sq
values
pivot
unpivot
alias
tblAlias
FromValues
values
c
FromValuesColumns
fvCols
FromValuesColumnNames
ColumnNames
colName
Values
rows
Rows
entries
Row
rowValues
RowValues
entries
RowValue
null
PivotTable
pfun
pfor
pin
PivotFunctions
abc
PivotFunction
PivotInClause
sq
args
pinany
UnpivotTable
pcols
pfor
inop
UnpivotInClause
UnpivotInClauseArgs
UnpivotInClauseArg
pcols
cfuls
PivotForClause
PivotColumns
Pivots
PivotCol
TableFull
DbObjectNameAll
dbname
DbObjectName
dbname
OrOrderByColumn
entries
OrderByColumnFull
colOrder
colOrderInt
direction
OrGroupByColumn
entries
GroupByColumnFull
colGrBy
gbFunction
grByInt
OrExpr
entries
FullExpression
c
efrag
notPrm
expgroup
exp
xexp
in
exists
op1
isnull
between
like
comp
ExprGroup
isnot
expr
XExpr
xf
col
prm
XFunction
xin
{IN
xnotin
{NOTIN
xeq
{EQUAL
xnoteq
{NOTEQUAL
xls
{LESS
xlsr
{LESS]
xgtl
{[GREATER
xgt
{GREATER
xbwn
{BETWEEN
xbwnc
{[BETWEEN]
xbwnl
{[BETWEEN
xbwnr
{BETWEEN]
Prms
entries
JRParameter
jrprm
Comparison
operator
subOperator
op2
Like
opLike
op2
LikeOperand
op2
fop2
fcast
fparam
Between
opBetween
op2
op3
InOper
op
subquery
opList
ExistsOper
op
subquery
opList
OperandListGroup
opGroup
OperandList
Operands
op1
left
right
Operand
column
xop
subq
fcast
fext
func
sqlcase
param
eparam
scalar
OpFunction
fname
star
args
fan
FunctionExtract
v
operand
FunctionAnalytical
anClause
AnalyticClause
abc
obc
winc
WindowingClause
WindowingClauseBetween
wcoP
wcoF
WindowingClauseOperandFollowing
exp
WindowingClauseOperandPreceding
expr
OrderByClause
args
OrderByClauseArgs
OrderByClauseArg
col
QueryPartitionClause
args
AnalyticExprArgs
AnalyticExprArg
ce
colAlias
OpFunctionArg
OpFunctionArgOperand
op
OpFunctionCast
op
type
p
p2
OpFunctionArgAgregate
POperand
prm
ExpOperand
prm
ColumnOperand
cfull
ora
SubQueryOperand
sel
ScalarOperand
sostr
sodbl
sodate
sotime
sodt
soUInt
soint
SQLCaseOperand
wop
expr
when
SQLCaseWhens
SqlCaseWhen
wop
expr
texp
eexp
EXTRACT_VALUES
ms
MICROSECOND
s
SECOND
m
MINUTE
h
HOUR
day
DAY
week
WEEK
month
MONTH
quart
QUARTER
year
YEAR
micros
SECOND_MICROSECOND
minMicro
MINUTE_MICROSECOND
minSec
MINUTE_SECOND
hms
HOUR_MICROSECOND
hs
HOUR_SECOND
hmin
HOUR_MINUTE
dms
DAY_MICROSECOND
ds
DAY_SECOND
daymin
DAY_MINUTE
dayh
DAY_HOUR
yearMonth
YEAR_MONTH
IntegerValue
integer
UnsignedValue
integer
Col
entries
abc
entries
UnipivotInClause
op
args
uicargs
entries
pvcs
entries
pcols
entries
tbls
entries
OpList
entries
Plus
Minus
Concat
Multiply
Division
OBCArgs
entries
AExpArgs
entries
OpFList
entries
WhenList
entries | null | {"directed":true,"nodes":[{"nsPrefix":"sql","nsURI":"http://www.com.jaspersoft.studio.data.Sql","name":"sql","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":"WithQuery","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WithColumns","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FetchFirst","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Offset","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Limit","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectQuery","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectSubSet","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Select","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrColumn","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnOrAlias","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnFull","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrTable","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromTable","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromTableJoin","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinCondition","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsingCols","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableOrAlias","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromValues","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromValuesColumns","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromValuesColumnNames","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnNames","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Values","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rows","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Row","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RowValues","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RowValue","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotTable","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotFunctions","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotFunction","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotInClause","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnpivotTable","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnpivotInClause","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnpivotInClauseArgs","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnpivotInClauseArg","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotForClause","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotColumns","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pivots","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotCol","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableFull","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DbObjectNameAll","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DbObjectName","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrOrderByColumn","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderByColumnFull","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrGroupByColumn","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupByColumnFull","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrExpr","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FullExpression","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprGroup","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XExpr","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"XFunction","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prms","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JRParameter","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comparison","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Like","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LikeOperand","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Between","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InOper","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistsOper","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperandListGroup","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperandList","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operands","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operand","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFunction","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionExtract","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionAnalytical","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalyticClause","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WindowingClause","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WindowingClauseBetween","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WindowingClauseOperandFollowing","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WindowingClauseOperandPreceding","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderByClause","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderByClauseArgs","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderByClauseArg","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryPartitionClause","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalyticExprArgs","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalyticExprArg","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFunctionArg","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFunctionArgOperand","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFunctionCast","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFunctionArgAgregate","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"POperand","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpOperand","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnOperand","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubQueryOperand","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalarOperand","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SQLCaseOperand","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SQLCaseWhens","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SqlCaseWhen","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EXTRACT_VALUES","instanceClass":null,"id":90,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnsignedValue","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Col","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"abc","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnipivotInClause","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"uicargs","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"pvcs","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"pcols","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tbls","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpList","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concat","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiply","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OBCArgs","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AExpArgs","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFList","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhenList","instanceClass":null,"abstract":false,"id":109,"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":"wq","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"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":"w","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":"wname","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"withCols","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":"query","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fetchFirst","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"row","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"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":"offset","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"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":"l1","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"l2","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":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":"all","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":"query","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","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":"select","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":"cols","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":"tbl","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":"whereExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groupByEntry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"havingEntry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orderByEntry","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":"lim","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":"offset","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":"fetchFirst","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"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","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":"ce","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":"alias","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"colAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allCols","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dbAllCols","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"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"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":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fjoin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"join","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onTable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"joinExpr","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":"joinCond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"useCols","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tfull","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sq","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pivot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unpivot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tblAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"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":"values","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":"c","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fvCols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"colName","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rowValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"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":"null","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pfun","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":true,"unsettable":false,"transient":false,"unique":true,"name":"pfor","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":true,"unsettable":false,"transient":false,"unique":true,"name":"pin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abc","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sq","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pinany","changeable":true,"lowerBound":0,"iD":false,"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":"pcols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pfor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pcols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cfuls","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dbname","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dbname","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"colOrder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"colOrderInt","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"colGrBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"gbFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"grByInt","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"lowerBound":0,"iD":false,"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":"efrag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"notPrm","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expgroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","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":"xexp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exists","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","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":"isnull","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"between","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"like","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isnot","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xf","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"col","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"prm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"name":"xin","id":325,"value":0,"literal":"{IN","eClass":"EEnumLiteral"},{"name":"xnotin","id":326,"value":1,"literal":"{NOTIN","eClass":"EEnumLiteral"},{"name":"xeq","id":327,"value":2,"literal":"{EQUAL","eClass":"EEnumLiteral"},{"name":"xnoteq","id":328,"value":3,"literal":"{NOTEQUAL","eClass":"EEnumLiteral"},{"name":"xls","id":329,"value":4,"literal":"{LESS","eClass":"EEnumLiteral"},{"name":"xlsr","id":330,"value":5,"literal":"{LESS]","eClass":"EEnumLiteral"},{"name":"xgtl","id":331,"value":6,"literal":"{[GREATER","eClass":"EEnumLiteral"},{"name":"xgt","id":332,"value":7,"literal":"{GREATER","eClass":"EEnumLiteral"},{"name":"xbwn","id":333,"value":8,"literal":"{BETWEEN","eClass":"EEnumLiteral"},{"name":"xbwnc","id":334,"value":9,"literal":"{[BETWEEN]","eClass":"EEnumLiteral"},{"name":"xbwnl","id":335,"value":10,"literal":"{[BETWEEN","eClass":"EEnumLiteral"},{"name":"xbwnr","id":336,"value":11,"literal":"{BETWEEN]","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jrprm","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":342,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subOperator","changeable":true,"lowerBound":0,"iD":false,"id":343,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opLike","changeable":true,"lowerBound":0,"iD":false,"id":348,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fop2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fcast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fparam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opBetween","changeable":true,"lowerBound":0,"iD":false,"id":360,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":366,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subquery","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":true,"unsettable":false,"transient":false,"unique":true,"name":"opList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subquery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subq","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fcast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"func","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sqlcase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"param","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":true,"unsettable":false,"transient":false,"unique":true,"name":"eparam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scalar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fname","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":"star","changeable":true,"lowerBound":0,"iD":false,"id":408,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"v","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"abc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"obc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"winc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wcoP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wcoF","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"container":false,"ordered":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":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":437,"derived":false},{"id":438,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"col","changeable":true,"resolveProxies":true,"lowerBound":0,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ce","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"colAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":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":454,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"lowerBound":0,"iD":false,"id":455,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"p2","changeable":true,"lowerBound":0,"iD":false,"id":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prm","changeable":true,"lowerBound":0,"iD":false,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prm","changeable":true,"lowerBound":0,"iD":false,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cfull","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ora","changeable":true,"lowerBound":0,"iD":false,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"id":470,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sostr","changeable":true,"lowerBound":0,"iD":false,"id":471,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sodbl","changeable":true,"lowerBound":0,"iD":false,"id":472,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sodate","changeable":true,"lowerBound":0,"iD":false,"id":473,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sotime","changeable":true,"lowerBound":0,"iD":false,"id":474,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sodt","changeable":true,"lowerBound":0,"iD":false,"id":475,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"soUInt","changeable":true,"lowerBound":0,"iD":false,"id":476,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"soint","changeable":true,"lowerBound":0,"iD":false,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"when","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":493,"derived":false},{"container":false,"ordered":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":494,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"texp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":495,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eexp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"name":"ms","id":502,"value":0,"literal":"MICROSECOND","eClass":"EEnumLiteral"},{"name":"s","id":503,"value":1,"literal":"SECOND","eClass":"EEnumLiteral"},{"name":"m","id":504,"value":2,"literal":"MINUTE","eClass":"EEnumLiteral"},{"name":"h","id":505,"value":3,"literal":"HOUR","eClass":"EEnumLiteral"},{"name":"day","id":506,"value":4,"literal":"DAY","eClass":"EEnumLiteral"},{"name":"week","id":507,"value":5,"literal":"WEEK","eClass":"EEnumLiteral"},{"name":"month","id":508,"value":6,"literal":"MONTH","eClass":"EEnumLiteral"},{"name":"quart","id":509,"value":7,"literal":"QUARTER","eClass":"EEnumLiteral"},{"name":"year","id":510,"value":8,"literal":"YEAR","eClass":"EEnumLiteral"},{"name":"micros","id":511,"value":9,"literal":"SECOND_MICROSECOND","eClass":"EEnumLiteral"},{"name":"minMicro","id":512,"value":10,"literal":"MINUTE_MICROSECOND","eClass":"EEnumLiteral"},{"name":"minSec","id":513,"value":11,"literal":"MINUTE_SECOND","eClass":"EEnumLiteral"},{"name":"hms","id":514,"value":12,"literal":"HOUR_MICROSECOND","eClass":"EEnumLiteral"},{"name":"hs","id":515,"value":13,"literal":"HOUR_SECOND","eClass":"EEnumLiteral"},{"name":"hmin","id":516,"value":14,"literal":"HOUR_MINUTE","eClass":"EEnumLiteral"},{"name":"dms","id":517,"value":15,"literal":"DAY_MICROSECOND","eClass":"EEnumLiteral"},{"name":"ds","id":518,"value":16,"literal":"DAY_SECOND","eClass":"EEnumLiteral"},{"name":"daymin","id":519,"value":17,"literal":"DAY_MINUTE","eClass":"EEnumLiteral"},{"name":"dayh","id":520,"value":18,"literal":"DAY_HOUR","eClass":"EEnumLiteral"},{"name":"yearMonth","id":521,"value":19,"literal":"YEAR_MONTH","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":"integer","changeable":true,"lowerBound":0,"iD":false,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integer","changeable":true,"lowerBound":0,"iD":false,"id":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":526,"derived":false},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":529,"derived":false},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":532,"derived":false},{"container":false,"ordered":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":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":537,"derived":false},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":540,"derived":false},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":543,"derived":false},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":549,"derived":false},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":560,"derived":false},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":563,"derived":false},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":566,"derived":false},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":1,"target":0},{"source":1,"target":110},{"source":1,"target":111},{"source":110,"target":2},{"source":110,"target":112},{"source":110,"target":1},{"source":112,"target":2},{"source":111,"target":7},{"source":111,"target":113},{"source":111,"target":1},{"source":113,"target":7},{"source":2,"target":0},{"source":2,"target":114},{"source":2,"target":115},{"source":2,"target":116},{"source":2,"target":117},{"source":114,"target":118},{"source":114,"target":2},{"source":115,"target":119},{"source":115,"target":2},{"source":116,"target":3},{"source":116,"target":120},{"source":116,"target":2},{"source":120,"target":3},{"source":117,"target":7},{"source":117,"target":121},{"source":117,"target":2},{"source":121,"target":7},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":122},{"source":4,"target":123},{"source":122,"target":92},{"source":122,"target":124},{"source":122,"target":4},{"source":124,"target":92},{"source":123,"target":125},{"source":123,"target":4},{"source":5,"target":0},{"source":5,"target":126},{"source":126,"target":127},{"source":126,"target":5},{"source":6,"target":0},{"source":6,"target":128},{"source":6,"target":129},{"source":128,"target":130},{"source":128,"target":6},{"source":129,"target":131},{"source":129,"target":6},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":132},{"source":8,"target":133},{"source":8,"target":134},{"source":132,"target":135},{"source":132,"target":8},{"source":133,"target":136},{"source":133,"target":8},{"source":134,"target":9},{"source":134,"target":137},{"source":134,"target":8},{"source":137,"target":9},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":138},{"source":9,"target":139},{"source":9,"target":140},{"source":9,"target":141},{"source":9,"target":142},{"source":9,"target":143},{"source":9,"target":144},{"source":9,"target":145},{"source":9,"target":146},{"source":9,"target":147},{"source":9,"target":148},{"source":9,"target":149},{"source":138,"target":8},{"source":138,"target":150},{"source":138,"target":9},{"source":150,"target":8},{"source":139,"target":151},{"source":139,"target":9},{"source":140,"target":10},{"source":140,"target":152},{"source":140,"target":9},{"source":152,"target":10},{"source":141,"target":13},{"source":141,"target":153},{"source":141,"target":9},{"source":153,"target":13},{"source":142,"target":47},{"source":142,"target":154},{"source":142,"target":9},{"source":154,"target":47},{"source":143,"target":45},{"source":143,"target":155},{"source":143,"target":9},{"source":155,"target":45},{"source":144,"target":47},{"source":144,"target":156},{"source":144,"target":9},{"source":156,"target":47},{"source":145,"target":43},{"source":145,"target":157},{"source":145,"target":9},{"source":157,"target":43},{"source":146,"target":6},{"source":146,"target":158},{"source":146,"target":9},{"source":158,"target":6},{"source":147,"target":5},{"source":147,"target":159},{"source":147,"target":9},{"source":159,"target":5},{"source":148,"target":4},{"source":148,"target":160},{"source":148,"target":9},{"source":160,"target":4},{"source":149,"target":7},{"source":10,"target":0},{"source":10,"target":36},{"source":10,"target":161},{"source":10,"target":162},{"source":161,"target":11},{"source":161,"target":163},{"source":161,"target":10},{"source":163,"target":11},{"source":162,"target":36},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":164},{"source":11,"target":165},{"source":11,"target":166},{"source":11,"target":167},{"source":11,"target":168},{"source":11,"target":169},{"source":164,"target":62},{"source":164,"target":170},{"source":164,"target":11},{"source":170,"target":62},{"source":165,"target":171},{"source":165,"target":11},{"source":166,"target":42},{"source":166,"target":172},{"source":166,"target":11},{"source":172,"target":42},{"source":167,"target":173},{"source":167,"target":11},{"source":168,"target":41},{"source":168,"target":174},{"source":168,"target":11},{"source":174,"target":41},{"source":169,"target":10},{"source":12,"target":0},{"source":12,"target":36},{"source":12,"target":175},{"source":175,"target":36},{"source":13,"target":0},{"source":13,"target":176},{"source":176,"target":14},{"source":176,"target":177},{"source":176,"target":13},{"source":177,"target":14},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":178},{"source":14,"target":179},{"source":14,"target":180},{"source":178,"target":18},{"source":178,"target":181},{"source":178,"target":14},{"source":181,"target":18},{"source":179,"target":15},{"source":179,"target":182},{"source":179,"target":14},{"source":182,"target":15},{"source":180,"target":13},{"source":15,"target":0},{"source":15,"target":183},{"source":15,"target":184},{"source":15,"target":185},{"source":15,"target":186},{"source":183,"target":187},{"source":183,"target":15},{"source":184,"target":18},{"source":184,"target":188},{"source":184,"target":15},{"source":188,"target":18},{"source":185,"target":47},{"source":185,"target":189},{"source":185,"target":15},{"source":189,"target":47},{"source":186,"target":16},{"source":186,"target":190},{"source":186,"target":15},{"source":190,"target":16},{"source":16,"target":0},{"source":16,"target":191},{"source":191,"target":17},{"source":191,"target":192},{"source":191,"target":16},{"source":192,"target":17},{"source":17,"target":0},{"source":17,"target":3},{"source":17,"target":193},{"source":17,"target":194},{"source":193,"target":42},{"source":193,"target":195},{"source":193,"target":17},{"source":195,"target":42},{"source":194,"target":3},{"source":18,"target":0},{"source":18,"target":196},{"source":18,"target":197},{"source":18,"target":198},{"source":18,"target":199},{"source":18,"target":200},{"source":18,"target":201},{"source":18,"target":202},{"source":196,"target":40},{"source":196,"target":203},{"source":196,"target":18},{"source":203,"target":40},{"source":197,"target":85},{"source":197,"target":204},{"source":197,"target":18},{"source":204,"target":85},{"source":198,"target":19},{"source":198,"target":205},{"source":198,"target":18},{"source":205,"target":19},{"source":199,"target":28},{"source":199,"target":206},{"source":199,"target":18},{"source":206,"target":28},{"source":200,"target":32},{"source":200,"target":207},{"source":200,"target":18},{"source":207,"target":32},{"source":201,"target":208},{"source":201,"target":18},{"source":202,"target":42},{"source":202,"target":209},{"source":202,"target":18},{"source":209,"target":42},{"source":19,"target":0},{"source":19,"target":210},{"source":19,"target":211},{"source":210,"target":23},{"source":210,"target":212},{"source":210,"target":19},{"source":212,"target":23},{"source":211,"target":20},{"source":211,"target":213},{"source":211,"target":19},{"source":213,"target":20},{"source":20,"target":0},{"source":20,"target":214},{"source":214,"target":21},{"source":214,"target":215},{"source":214,"target":20},{"source":215,"target":21},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":216},{"source":22,"target":217},{"source":216,"target":218},{"source":216,"target":22},{"source":217,"target":21},{"source":23,"target":0},{"source":23,"target":219},{"source":219,"target":24},{"source":219,"target":220},{"source":219,"target":23},{"source":220,"target":24},{"source":24,"target":0},{"source":24,"target":221},{"source":221,"target":25},{"source":221,"target":222},{"source":221,"target":24},{"source":222,"target":25},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":223},{"source":25,"target":224},{"source":223,"target":26},{"source":223,"target":225},{"source":223,"target":25},{"source":225,"target":26},{"source":224,"target":24},{"source":26,"target":0},{"source":26,"target":226},{"source":226,"target":27},{"source":226,"target":227},{"source":226,"target":26},{"source":227,"target":27},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":228},{"source":27,"target":229},{"source":228,"target":230},{"source":228,"target":27},{"source":229,"target":26},{"source":28,"target":0},{"source":28,"target":231},{"source":28,"target":232},{"source":28,"target":233},{"source":231,"target":29},{"source":231,"target":234},{"source":231,"target":28},{"source":234,"target":29},{"source":232,"target":36},{"source":232,"target":235},{"source":232,"target":28},{"source":235,"target":36},{"source":233,"target":31},{"source":233,"target":236},{"source":233,"target":28},{"source":236,"target":31},{"source":29,"target":0},{"source":29,"target":237},{"source":237,"target":238},{"source":237,"target":29},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":239},{"source":31,"target":240},{"source":31,"target":241},{"source":239,"target":85},{"source":239,"target":242},{"source":239,"target":31},{"source":242,"target":85},{"source":240,"target":34},{"source":240,"target":243},{"source":240,"target":31},{"source":243,"target":34},{"source":241,"target":244},{"source":241,"target":31},{"source":32,"target":0},{"source":32,"target":245},{"source":32,"target":246},{"source":32,"target":247},{"source":245,"target":37},{"source":245,"target":248},{"source":245,"target":32},{"source":248,"target":37},{"source":246,"target":36},{"source":246,"target":249},{"source":246,"target":32},{"source":249,"target":36},{"source":247,"target":33},{"source":247,"target":250},{"source":247,"target":32},{"source":250,"target":33},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":35,"target":34},{"source":35,"target":251},{"source":35,"target":252},{"source":35,"target":253},{"source":251,"target":37},{"source":251,"target":254},{"source":251,"target":35},{"source":254,"target":37},{"source":252,"target":37},{"source":252,"target":255},{"source":252,"target":35},{"source":255,"target":37},{"source":253,"target":34},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":256},{"source":256,"target":37},{"source":39,"target":0},{"source":39,"target":30},{"source":39,"target":37},{"source":39,"target":38},{"source":39,"target":257},{"source":39,"target":258},{"source":39,"target":259},{"source":257,"target":30},{"source":258,"target":37},{"source":259,"target":38},{"source":40,"target":0},{"source":41,"target":0},{"source":41,"target":260},{"source":260,"target":261},{"source":260,"target":41},{"source":42,"target":0},{"source":42,"target":12},{"source":42,"target":17},{"source":42,"target":39},{"source":42,"target":40},{"source":42,"target":262},{"source":42,"target":263},{"source":42,"target":264},{"source":42,"target":265},{"source":42,"target":266},{"source":262,"target":267},{"source":262,"target":42},{"source":263,"target":12},{"source":264,"target":17},{"source":265,"target":39},{"source":266,"target":40},{"source":43,"target":0},{"source":43,"target":268},{"source":268,"target":44},{"source":268,"target":269},{"source":268,"target":43},{"source":269,"target":44},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":270},{"source":44,"target":271},{"source":44,"target":272},{"source":44,"target":273},{"source":270,"target":12},{"source":270,"target":274},{"source":270,"target":44},{"source":274,"target":12},{"source":271,"target":275},{"source":271,"target":44},{"source":272,"target":276},{"source":272,"target":44},{"source":273,"target":43},{"source":45,"target":0},{"source":45,"target":277},{"source":277,"target":46},{"source":277,"target":278},{"source":277,"target":45},{"source":278,"target":46},{"source":46,"target":0},{"source":46,"target":45},{"source":46,"target":279},{"source":46,"target":280},{"source":46,"target":281},{"source":46,"target":282},{"source":279,"target":12},{"source":279,"target":283},{"source":279,"target":46},{"source":283,"target":12},{"source":280,"target":64},{"source":280,"target":284},{"source":280,"target":46},{"source":284,"target":64},{"source":281,"target":285},{"source":281,"target":46},{"source":282,"target":45},{"source":47,"target":0},{"source":47,"target":286},{"source":286,"target":48},{"source":286,"target":287},{"source":286,"target":47},{"source":287,"target":48},{"source":48,"target":0},{"source":48,"target":47},{"source":48,"target":288},{"source":48,"target":289},{"source":48,"target":290},{"source":48,"target":291},{"source":48,"target":292},{"source":48,"target":293},{"source":48,"target":294},{"source":48,"target":295},{"source":48,"target":296},{"source":48,"target":297},{"source":48,"target":298},{"source":48,"target":299},{"source":48,"target":300},{"source":48,"target":301},{"source":288,"target":302},{"source":288,"target":48},{"source":289,"target":48},{"source":289,"target":303},{"source":289,"target":48},{"source":303,"target":48},{"source":290,"target":304},{"source":290,"target":48},{"source":291,"target":49},{"source":291,"target":305},{"source":291,"target":48},{"source":305,"target":49},{"source":292,"target":48},{"source":292,"target":306},{"source":292,"target":48},{"source":306,"target":48},{"source":293,"target":50},{"source":293,"target":307},{"source":293,"target":48},{"source":307,"target":50},{"source":294,"target":58},{"source":294,"target":308},{"source":294,"target":48},{"source":308,"target":58},{"source":295,"target":59},{"source":295,"target":309},{"source":295,"target":48},{"source":309,"target":59},{"source":296,"target":62},{"source":296,"target":310},{"source":296,"target":48},{"source":310,"target":62},{"source":297,"target":311},{"source":297,"target":48},{"source":298,"target":57},{"source":298,"target":312},{"source":298,"target":48},{"source":312,"target":57},{"source":299,"target":55},{"source":299,"target":313},{"source":299,"target":48},{"source":313,"target":55},{"source":300,"target":54},{"source":300,"target":314},{"source":300,"target":48},{"source":314,"target":54},{"source":301,"target":47},{"source":49,"target":0},{"source":49,"target":315},{"source":49,"target":316},{"source":315,"target":317},{"source":315,"target":49},{"source":316,"target":47},{"source":316,"target":318},{"source":316,"target":49},{"source":318,"target":47},{"source":50,"target":0},{"source":50,"target":319},{"source":50,"target":320},{"source":50,"target":321},{"source":319,"target":51},{"source":319,"target":322},{"source":319,"target":50},{"source":322,"target":51},{"source":320,"target":62},{"source":320,"target":323},{"source":320,"target":50},{"source":323,"target":62},{"source":321,"target":52},{"source":321,"target":324},{"source":321,"target":50},{"source":324,"target":52},{"source":51,"target":0},{"source":51,"target":325},{"source":51,"target":326},{"source":51,"target":327},{"source":51,"target":328},{"source":51,"target":329},{"source":51,"target":330},{"source":51,"target":331},{"source":51,"target":332},{"source":51,"target":333},{"source":51,"target":334},{"source":51,"target":335},{"source":51,"target":336},{"source":325,"target":51},{"source":326,"target":51},{"source":327,"target":51},{"source":328,"target":51},{"source":329,"target":51},{"source":330,"target":51},{"source":331,"target":51},{"source":332,"target":51},{"source":333,"target":51},{"source":334,"target":51},{"source":335,"target":51},{"source":336,"target":51},{"source":52,"target":0},{"source":52,"target":337},{"source":337,"target":53},{"source":337,"target":338},{"source":337,"target":52},{"source":338,"target":53},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":339},{"source":53,"target":340},{"source":339,"target":341},{"source":339,"target":53},{"source":340,"target":52},{"source":54,"target":0},{"source":54,"target":342},{"source":54,"target":343},{"source":54,"target":344},{"source":342,"target":345},{"source":342,"target":54},{"source":343,"target":346},{"source":343,"target":54},{"source":344,"target":62},{"source":344,"target":347},{"source":344,"target":54},{"source":347,"target":62},{"source":55,"target":0},{"source":55,"target":348},{"source":55,"target":349},{"source":348,"target":350},{"source":348,"target":55},{"source":349,"target":56},{"source":349,"target":351},{"source":349,"target":55},{"source":351,"target":56},{"source":56,"target":0},{"source":56,"target":352},{"source":56,"target":353},{"source":56,"target":354},{"source":56,"target":355},{"source":352,"target":356},{"source":352,"target":56},{"source":353,"target":64},{"source":353,"target":357},{"source":353,"target":56},{"source":357,"target":64},{"source":354,"target":80},{"source":354,"target":358},{"source":354,"target":56},{"source":358,"target":80},{"source":355,"target":82},{"source":355,"target":359},{"source":355,"target":56},{"source":359,"target":82},{"source":57,"target":0},{"source":57,"target":360},{"source":57,"target":361},{"source":57,"target":362},{"source":360,"target":363},{"source":360,"target":57},{"source":361,"target":62},{"source":361,"target":364},{"source":361,"target":57},{"source":364,"target":62},{"source":362,"target":62},{"source":362,"target":365},{"source":362,"target":57},{"source":365,"target":62},{"source":58,"target":0},{"source":58,"target":366},{"source":58,"target":367},{"source":58,"target":368},{"source":366,"target":369},{"source":366,"target":58},{"source":367,"target":85},{"source":367,"target":370},{"source":367,"target":58},{"source":370,"target":85},{"source":368,"target":60},{"source":368,"target":371},{"source":368,"target":58},{"source":371,"target":60},{"source":59,"target":0},{"source":59,"target":372},{"source":59,"target":373},{"source":59,"target":374},{"source":372,"target":375},{"source":372,"target":59},{"source":373,"target":85},{"source":373,"target":376},{"source":373,"target":59},{"source":376,"target":85},{"source":374,"target":60},{"source":374,"target":377},{"source":374,"target":59},{"source":377,"target":60},{"source":60,"target":0},{"source":60,"target":378},{"source":378,"target":61},{"source":378,"target":379},{"source":378,"target":60},{"source":379,"target":61},{"source":61,"target":0},{"source":62,"target":0},{"source":62,"target":81},{"source":62,"target":380},{"source":62,"target":381},{"source":62,"target":382},{"source":62,"target":383},{"source":380,"target":63},{"source":380,"target":384},{"source":380,"target":62},{"source":384,"target":63},{"source":381,"target":62},{"source":381,"target":385},{"source":381,"target":62},{"source":385,"target":62},{"source":382,"target":63},{"source":382,"target":386},{"source":382,"target":62},{"source":386,"target":63},{"source":383,"target":81},{"source":63,"target":0},{"source":63,"target":387},{"source":63,"target":388},{"source":63,"target":389},{"source":63,"target":390},{"source":63,"target":391},{"source":63,"target":392},{"source":63,"target":393},{"source":63,"target":394},{"source":63,"target":395},{"source":63,"target":396},{"source":387,"target":84},{"source":387,"target":397},{"source":387,"target":63},{"source":397,"target":84},{"source":388,"target":63},{"source":388,"target":398},{"source":388,"target":63},{"source":398,"target":63},{"source":389,"target":85},{"source":389,"target":399},{"source":389,"target":63},{"source":399,"target":85},{"source":390,"target":80},{"source":390,"target":400},{"source":390,"target":63},{"source":400,"target":80},{"source":391,"target":65},{"source":391,"target":401},{"source":391,"target":63},{"source":401,"target":65},{"source":392,"target":64},{"source":392,"target":402},{"source":392,"target":63},{"source":402,"target":64},{"source":393,"target":87},{"source":393,"target":403},{"source":393,"target":63},{"source":403,"target":87},{"source":394,"target":82},{"source":394,"target":404},{"source":394,"target":63},{"source":404,"target":82},{"source":395,"target":83},{"source":395,"target":405},{"source":395,"target":63},{"source":405,"target":83},{"source":396,"target":86},{"source":396,"target":406},{"source":396,"target":63},{"source":406,"target":86},{"source":64,"target":0},{"source":64,"target":407},{"source":64,"target":408},{"source":64,"target":409},{"source":64,"target":410},{"source":407,"target":411},{"source":407,"target":64},{"source":408,"target":412},{"source":408,"target":64},{"source":409,"target":78},{"source":409,"target":413},{"source":409,"target":64},{"source":413,"target":78},{"source":410,"target":66},{"source":410,"target":414},{"source":410,"target":64},{"source":414,"target":66},{"source":65,"target":0},{"source":65,"target":415},{"source":65,"target":416},{"source":415,"target":90},{"source":415,"target":417},{"source":415,"target":65},{"source":417,"target":90},{"source":416,"target":62},{"source":416,"target":418},{"source":416,"target":65},{"source":418,"target":62},{"source":66,"target":0},{"source":66,"target":419},{"source":419,"target":67},{"source":419,"target":420},{"source":419,"target":66},{"source":420,"target":67},{"source":67,"target":0},{"source":67,"target":421},{"source":67,"target":422},{"source":67,"target":423},{"source":421,"target":75},{"source":421,"target":424},{"source":421,"target":67},{"source":424,"target":75},{"source":422,"target":72},{"source":422,"target":425},{"source":422,"target":67},{"source":425,"target":72},{"source":423,"target":68},{"source":423,"target":426},{"source":423,"target":67},{"source":426,"target":68},{"source":68,"target":0},{"source":69,"target":0},{"source":69,"target":68},{"source":69,"target":427},{"source":69,"target":428},{"source":69,"target":429},{"source":427,"target":71},{"source":427,"target":430},{"source":427,"target":69},{"source":430,"target":71},{"source":428,"target":70},{"source":428,"target":431},{"source":428,"target":69},{"source":431,"target":70},{"source":429,"target":68},{"source":70,"target":0},{"source":70,"target":432},{"source":432,"target":77},{"source":432,"target":433},{"source":432,"target":70},{"source":433,"target":77},{"source":71,"target":0},{"source":71,"target":68},{"source":71,"target":434},{"source":71,"target":435},{"source":434,"target":77},{"source":434,"target":436},{"source":434,"target":71},{"source":436,"target":77},{"source":435,"target":68},{"source":72,"target":0},{"source":72,"target":437},{"source":437,"target":73},{"source":437,"target":438},{"source":437,"target":72},{"source":438,"target":73},{"source":73,"target":0},{"source":74,"target":0},{"source":74,"target":73},{"source":74,"target":439},{"source":74,"target":440},{"source":439,"target":77},{"source":439,"target":441},{"source":439,"target":74},{"source":441,"target":77},{"source":440,"target":73},{"source":75,"target":0},{"source":75,"target":442},{"source":442,"target":76},{"source":442,"target":443},{"source":442,"target":75},{"source":443,"target":76},{"source":76,"target":0},{"source":76,"target":75},{"source":76,"target":444},{"source":444,"target":75},{"source":77,"target":0},{"source":77,"target":76},{"source":77,"target":445},{"source":77,"target":446},{"source":77,"target":447},{"source":445,"target":62},{"source":445,"target":448},{"source":445,"target":77},{"source":448,"target":62},{"source":446,"target":42},{"source":446,"target":449},{"source":446,"target":77},{"source":449,"target":42},{"source":447,"target":76},{"source":78,"target":0},{"source":79,"target":0},{"source":79,"target":78},{"source":79,"target":450},{"source":79,"target":451},{"source":450,"target":81},{"source":450,"target":452},{"source":450,"target":79},{"source":452,"target":81},{"source":451,"target":78},{"source":80,"target":0},{"source":80,"target":453},{"source":80,"target":454},{"source":80,"target":455},{"source":80,"target":456},{"source":453,"target":62},{"source":453,"target":457},{"source":453,"target":80},{"source":457,"target":62},{"source":454,"target":458},{"source":454,"target":80},{"source":455,"target":459},{"source":455,"target":80},{"source":456,"target":460},{"source":456,"target":80},{"source":81,"target":0},{"source":82,"target":0},{"source":82,"target":461},{"source":461,"target":462},{"source":461,"target":82},{"source":83,"target":0},{"source":83,"target":463},{"source":463,"target":464},{"source":463,"target":83},{"source":84,"target":0},{"source":84,"target":465},{"source":84,"target":466},{"source":465,"target":12},{"source":465,"target":467},{"source":465,"target":84},{"source":467,"target":12},{"source":466,"target":468},{"source":466,"target":84},{"source":85,"target":0},{"source":85,"target":469},{"source":469,"target":7},{"source":469,"target":470},{"source":469,"target":85},{"source":470,"target":7},{"source":86,"target":0},{"source":86,"target":27},{"source":86,"target":61},{"source":86,"target":471},{"source":86,"target":472},{"source":86,"target":473},{"source":86,"target":474},{"source":86,"target":475},{"source":86,"target":476},{"source":86,"target":477},{"source":86,"target":478},{"source":86,"target":479},{"source":471,"target":480},{"source":471,"target":86},{"source":472,"target":481},{"source":472,"target":86},{"source":473,"target":482},{"source":473,"target":86},{"source":474,"target":483},{"source":474,"target":86},{"source":475,"target":484},{"source":475,"target":86},{"source":476,"target":485},{"source":476,"target":86},{"source":477,"target":486},{"source":477,"target":86},{"source":478,"target":27},{"source":479,"target":61},{"source":87,"target":0},{"source":87,"target":487},{"source":87,"target":488},{"source":87,"target":489},{"source":487,"target":62},{"source":487,"target":490},{"source":487,"target":87},{"source":490,"target":62},{"source":488,"target":47},{"source":488,"target":491},{"source":488,"target":87},{"source":491,"target":47},{"source":489,"target":88},{"source":489,"target":492},{"source":489,"target":87},{"source":492,"target":88},{"source":88,"target":0},{"source":89,"target":0},{"source":89,"target":88},{"source":89,"target":493},{"source":89,"target":494},{"source":89,"target":495},{"source":89,"target":496},{"source":89,"target":497},{"source":493,"target":62},{"source":493,"target":498},{"source":493,"target":89},{"source":498,"target":62},{"source":494,"target":47},{"source":494,"target":499},{"source":494,"target":89},{"source":499,"target":47},{"source":495,"target":62},{"source":495,"target":500},{"source":495,"target":89},{"source":500,"target":62},{"source":496,"target":62},{"source":496,"target":501},{"source":496,"target":89},{"source":501,"target":62},{"source":497,"target":88},{"source":90,"target":0},{"source":90,"target":502},{"source":90,"target":503},{"source":90,"target":504},{"source":90,"target":505},{"source":90,"target":506},{"source":90,"target":507},{"source":90,"target":508},{"source":90,"target":509},{"source":90,"target":510},{"source":90,"target":511},{"source":90,"target":512},{"source":90,"target":513},{"source":90,"target":514},{"source":90,"target":515},{"source":90,"target":516},{"source":90,"target":517},{"source":90,"target":518},{"source":90,"target":519},{"source":90,"target":520},{"source":90,"target":521},{"source":502,"target":90},{"source":503,"target":90},{"source":504,"target":90},{"source":505,"target":90},{"source":506,"target":90},{"source":507,"target":90},{"source":508,"target":90},{"source":509,"target":90},{"source":510,"target":90},{"source":511,"target":90},{"source":512,"target":90},{"source":513,"target":90},{"source":514,"target":90},{"source":515,"target":90},{"source":516,"target":90},{"source":517,"target":90},{"source":518,"target":90},{"source":519,"target":90},{"source":520,"target":90},{"source":521,"target":90},{"source":91,"target":0},{"source":91,"target":522},{"source":522,"target":523},{"source":522,"target":91},{"source":92,"target":0},{"source":92,"target":524},{"source":524,"target":525},{"source":524,"target":92},{"source":93,"target":0},{"source":93,"target":12},{"source":93,"target":526},{"source":93,"target":527},{"source":526,"target":42},{"source":526,"target":528},{"source":526,"target":93},{"source":528,"target":42},{"source":527,"target":12},{"source":94,"target":0},{"source":94,"target":21},{"source":94,"target":529},{"source":94,"target":530},{"source":529,"target":22},{"source":529,"target":531},{"source":529,"target":94},{"source":531,"target":22},{"source":530,"target":21},{"source":95,"target":0},{"source":95,"target":33},{"source":95,"target":532},{"source":95,"target":533},{"source":95,"target":534},{"source":532,"target":535},{"source":532,"target":95},{"source":533,"target":34},{"source":533,"target":536},{"source":533,"target":95},{"source":536,"target":34},{"source":534,"target":33},{"source":96,"target":0},{"source":96,"target":34},{"source":96,"target":537},{"source":96,"target":538},{"source":537,"target":35},{"source":537,"target":539},{"source":537,"target":96},{"source":539,"target":35},{"source":538,"target":34},{"source":97,"target":0},{"source":97,"target":38},{"source":97,"target":540},{"source":97,"target":541},{"source":540,"target":39},{"source":540,"target":542},{"source":540,"target":97},{"source":542,"target":39},{"source":541,"target":38},{"source":98,"target":0},{"source":98,"target":39},{"source":98,"target":543},{"source":98,"target":544},{"source":543,"target":42},{"source":543,"target":545},{"source":543,"target":98},{"source":545,"target":42},{"source":544,"target":39},{"source":99,"target":0},{"source":99,"target":40},{"source":99,"target":546},{"source":99,"target":547},{"source":546,"target":42},{"source":546,"target":548},{"source":546,"target":99},{"source":548,"target":42},{"source":547,"target":40},{"source":100,"target":0},{"source":100,"target":61},{"source":100,"target":549},{"source":100,"target":550},{"source":549,"target":86},{"source":549,"target":551},{"source":549,"target":100},{"source":551,"target":86},{"source":550,"target":61},{"source":101,"target":0},{"source":101,"target":62},{"source":101,"target":552},{"source":552,"target":62},{"source":102,"target":0},{"source":102,"target":62},{"source":102,"target":553},{"source":553,"target":62},{"source":103,"target":0},{"source":103,"target":62},{"source":103,"target":554},{"source":554,"target":62},{"source":104,"target":0},{"source":104,"target":62},{"source":104,"target":555},{"source":555,"target":62},{"source":105,"target":0},{"source":105,"target":62},{"source":105,"target":556},{"source":556,"target":62},{"source":106,"target":0},{"source":106,"target":73},{"source":106,"target":557},{"source":106,"target":558},{"source":557,"target":74},{"source":557,"target":559},{"source":557,"target":106},{"source":559,"target":74},{"source":558,"target":73},{"source":107,"target":0},{"source":107,"target":76},{"source":107,"target":560},{"source":107,"target":561},{"source":560,"target":77},{"source":560,"target":562},{"source":560,"target":107},{"source":562,"target":77},{"source":561,"target":76},{"source":108,"target":0},{"source":108,"target":78},{"source":108,"target":563},{"source":108,"target":564},{"source":563,"target":79},{"source":563,"target":565},{"source":563,"target":108},{"source":565,"target":79},{"source":564,"target":78},{"source":109,"target":0},{"source":109,"target":88},{"source":109,"target":566},{"source":109,"target":567},{"source":566,"target":89},{"source":566,"target":568},{"source":566,"target":109},{"source":568,"target":89},{"source":567,"target":88}],"multigraph":true} |
false | <?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EPackage name="UIML">
<eClassifiers xsi:type="ecore:EClass" name="UIML">
<eStructuralFeatures xsi:type="ecore:EReference" name="head" ordered="false" eType="/0/Header" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="templates" ordered="false" upperBound="-1" eType="/4/Template" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" ordered="false" upperBound="-1" eType="/2/Interface" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="peers" ordered="false" upperBound="-1" eType="/1/Peer" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Header">
<eStructuralFeatures xsi:type="ecore:EReference" name="metas" ordered="false" upperBound="-1" eType="/0/MetaData" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetaData">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="Peer">
<eClassifiers xsi:type="ecore:EClass" name="Peer" eSuperTypes="/2/ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="how" ordered="false" unique="false" eType="/2/HowKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="export" ordered="false" unique="false" eType="/2/ExportKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="/2/Source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="presentations" ordered="false" upperBound="-1" eType="/1/Presentation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logics" ordered="false" upperBound="-1" eType="/1/Logic" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Presentation" eSuperTypes="/2/ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="how" ordered="false" unique="false" eType="/2/HowKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="export" ordered="false" unique="false" eType="/2/ExportKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="base" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="/2/Source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dClasses" ordered="false" upperBound="-1" eType="/1/DClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Logic" eSuperTypes="/2/ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="how" ordered="false" unique="false" eType="/2/HowKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="export" ordered="false" unique="false" eType="/2/ExportKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="/2/Source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dComponents" ordered="false" upperBound="-1" eType="/1/DComponent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DComponent" eSuperTypes="/2/ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="how" ordered="false" unique="false" eType="/2/HowKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="export" ordered="false" unique="false" eType="/2/ExportKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mapsTo" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="/2/Source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dMethods" ordered="false" upperBound="-1" eType="/1/DMethod" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DClass" eSuperTypes="/2/ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="how" ordered="false" unique="false" eType="/2/HowKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="export" ordered="false" unique="false" eType="/2/ExportKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mapsTo" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mapsType" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="/2/Source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dMethods" ordered="false" upperBound="-1" eType="/1/DMethod" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dProperties" ordered="false" upperBound="-1" eType="/1/DProperty" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="events" ordered="false" upperBound="-1" eType="/2/Event" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listeners" ordered="false" upperBound="-1" eType="/1/Listener" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mapsType" ordered="false" unique="false" lowerBound="1" eType="/1/MapsTypeKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mapsTo" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dMethods" ordered="false" upperBound="-1" eType="/1/DMethod" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dParams" ordered="false" upperBound="-1" eType="/1/DParam" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DMethod" eSuperTypes="/2/ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="how" ordered="false" unique="false" eType="/2/HowKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="export" ordered="false" unique="false" eType="/2/ExportKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mapsTo" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="/2/Source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dParams" upperBound="-1" eType="/1/DParam" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="script" ordered="false" eType="/1/Script" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DParam">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Script" eSuperTypes="/2/ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="how" ordered="false" unique="false" eType="/2/HowKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="export" ordered="false" unique="false" eType="/2/ExportKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" ordered="false" unique="false" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Listener">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attacher" ordered="false" unique="false" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="UsedInTagKind">
<eLiterals name="event" value="1"/>
<eLiterals name="listener" value="2"/>
<eLiterals name="part" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MapsTypeKind">
<eLiterals name="attribute" value="1"/>
<eLiterals name="getMethod" value="2"/>
<eLiterals name="setMethod" value="3"/>
<eLiterals name="method" value="4"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="Interface">
<eClassifiers xsi:type="ecore:EClass" name="ExtensibleElement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Source" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="LocalSource" eSuperTypes="/2/Source">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="/2/ExtensibleElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemoteSource" eSuperTypes="/2/Source">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="/2/ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="how" ordered="false" unique="false" eType="/2/HowKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="export" ordered="false" unique="false" eType="/2/ExportKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="/2/Source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="structure" ordered="false" upperBound="-1" eType="/2/Structure" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" ordered="false" upperBound="-1" eType="/2/Style" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" ordered="false" upperBound="-1" eType="/2/Content" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="behavior" ordered="false" upperBound="-1" eType="/2/Behavior" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Structure" eSuperTypes="/2/ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="how" ordered="false" unique="false" eType="/2/HowKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="export" ordered="false" unique="false" eType="/2/ExportKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="/2/Source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="/2/Part" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Part" eSuperTypes="/2/ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="how" ordered="false" unique="false" eType="/2/HowKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="export" ordered="false" unique="false" eType="/2/ExportKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wherePart" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="/2/Source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" ordered="false" eType="/2/Style" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" ordered="false" eType="/2/Content" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="behavior" ordered="false" eType="/2/Behavior" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parts" ordered="false" upperBound="-1" eType="/2/Part" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="repeats" ordered="false" upperBound="-1" eType="/2/Repeat" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Style" eSuperTypes="/2/ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="how" ordered="false" unique="false" eType="/2/HowKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="export" ordered="false" unique="false" eType="/2/ExportKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="/2/Source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" ordered="false" upperBound="-1" eType="/2/Property" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="/2/ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="how" ordered="false" unique="false" eType="/2/HowKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="export" ordered="false" unique="false" eType="/2/ExportKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" ordered="false" unique="false" upperBound="-1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parts" ordered="false" upperBound="-1" eType="/2/Part"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="events" ordered="false" upperBound="-1" eType="/2/Event"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="/2/Source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constants" ordered="false" upperBound="-1" eType="/2/Constant" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" ordered="false" upperBound="-1" eType="/2/Property" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="references" ordered="false" upperBound="-1" eType="/2/Reference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="calls" ordered="false" upperBound="-1" eType="/2/Call" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false" upperBound="-1" eType="/2/Iterator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Content" eSuperTypes="/2/ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="how" ordered="false" unique="false" eType="/2/HowKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="export" ordered="false" unique="false" eType="/2/ExportKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="/2/Source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1" eType="/2/Constant" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="/2/ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="how" ordered="false" unique="false" eType="/2/HowKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="export" ordered="false" unique="false" eType="/2/ExportKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="/2/Source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="/2/Rule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Repeat">
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="/2/Iterator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parts" ordered="false" lowerBound="1" upperBound="-1" eType="/2/Part" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="/2/ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="how" ordered="false" unique="false" eType="/2/HowKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="export" ordered="false" unique="false" eType="/2/ExportKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="model" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="/2/Source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1" eType="/2/Constant" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reference">
<eStructuralFeatures xsi:type="ecore:EReference" name="constant" ordered="false" eType="/2/Constant"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule" eSuperTypes="/2/ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="how" ordered="false" unique="false" eType="/2/HowKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="export" ordered="false" unique="false" eType="/2/ExportKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="/2/Source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="/2/Condition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="action" ordered="false" lowerBound="1" eType="/2/Action" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Condition" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="EventCondition" eSuperTypes="/2/Condition">
<eStructuralFeatures xsi:type="ecore:EReference" name="event" ordered="false" lowerBound="1" eType="/2/Event" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EqualCondition" eSuperTypes="/2/Condition">
<eStructuralFeatures xsi:type="ecore:EReference" name="equal" ordered="false" lowerBound="1" eType="/2/Equal" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpCondition" eSuperTypes="/2/Condition">
<eStructuralFeatures xsi:type="ecore:EReference" name="op" ordered="false" lowerBound="1" eType="/2/Operation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Action_1" eSuperTypes="/2/Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="event" ordered="false" eType="/2/Event"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" ordered="false" upperBound="-1" eType="/2/Property" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="calls" ordered="false" upperBound="-1" eType="/2/Call" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="restructures" ordered="false" upperBound="-1" eType="/2/Restructure" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action_2" eSuperTypes="/2/Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="whenTrue" ordered="false" eType="/2/WhenTrue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="whenFalse" ordered="false" eType="/2/WhenFalse"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="byDefault" ordered="false" eType="/2/ByDefault"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Call">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="/2/Parameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyParameter" eSuperTypes="/2/Parameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false" lowerBound="1" eType="/2/Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceParameter" eSuperTypes="/2/Parameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" ordered="false" lowerBound="1" eType="/2/Reference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CallParameter" eSuperTypes="/2/Parameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="call" ordered="false" lowerBound="1" eType="/2/Call"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationParameter" eSuperTypes="/2/Parameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="op" ordered="false" lowerBound="1" eType="/2/Operation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventParameter" eSuperTypes="/2/Parameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="event" ordered="false" lowerBound="1" eType="/2/Event"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantParameter" eSuperTypes="/2/Parameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="constant" ordered="false" lowerBound="1" eType="/2/Constant"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IteratorParameter" eSuperTypes="/2/Parameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="/2/Iterator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iterator" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantIterator" eSuperTypes="/2/Iterator">
<eStructuralFeatures xsi:type="ecore:EReference" name="constant" ordered="false" lowerBound="1" eType="/2/Constant" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyIterator" eSuperTypes="/2/Iterator">
<eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false" lowerBound="1" eType="/2/Property" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CallIterator" eSuperTypes="/2/Iterator">
<eStructuralFeatures xsi:type="ecore:EReference" name="call" ordered="false" lowerBound="1" eType="/2/Call" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextIterator" eSuperTypes="/2/Iterator">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/3/Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" ordered="false" unique="false" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parts" ordered="false" upperBound="-1" eType="/2/Part"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Equal" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="event" ordered="false" lowerBound="1" eType="/2/Event"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EqualToConstant" eSuperTypes="/2/Equal">
<eStructuralFeatures xsi:type="ecore:EReference" name="constant" ordered="false" lowerBound="1" eType="/2/Constant"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EqualToProperty" eSuperTypes="/2/Equal">
<eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false" lowerBound="1" eType="/2/Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EqualToReference" eSuperTypes="/2/Equal">
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" ordered="false" lowerBound="1" eType="/2/Reference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EqualToOperation" eSuperTypes="/2/Equal">
<eStructuralFeatures xsi:type="ecore:EReference" name="op" ordered="false" lowerBound="1" eType="/2/Operation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constants" ordered="false" upperBound="-1" eType="/2/Constant" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" ordered="false" upperBound="-1" eType="/2/Property" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="references" ordered="false" upperBound="-1" eType="/2/Reference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="calls" ordered="false" upperBound="-1" eType="/2/Call" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ops" ordered="false" upperBound="-1" eType="/2/Operation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="events" ordered="false" upperBound="-1" eType="/2/Event" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Restructure" eSuperTypes="/2/ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="how" ordered="false" unique="false" eType="/2/HowKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="atPart" ordered="false" eType="/2/Part"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="wherePart" ordered="false" eType="/2/Part"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="/2/Source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="template" ordered="false" eType="/4/Template" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Branch">
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" ordered="false" upperBound="-1" eType="/2/Property" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="calls" ordered="false" upperBound="-1" eType="/2/Call" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="restructure" ordered="false" eType="/2/Restructure" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op" ordered="false" eType="/2/Operation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="equal" ordered="false" eType="/2/Equal" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="event" ordered="false" eType="/2/Event" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhenTrue" eSuperTypes="/2/Branch"/>
<eClassifiers xsi:type="ecore:EClass" name="WhenFalse" eSuperTypes="/2/Branch"/>
<eClassifiers xsi:type="ecore:EClass" name="ByDefault" eSuperTypes="/2/Branch"/>
<eClassifiers xsi:type="ecore:EEnum" name="HowKind">
<eLiterals name="append" value="1"/>
<eLiterals name="cascade" value="2"/>
<eLiterals name="replace" value="3"/>
<eLiterals name="union" value="4"/>
<eLiterals name="delete" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ExportKind">
<eLiterals name="hidden" value="1"/>
<eLiterals name="optional" value="2"/>
<eLiterals name="required" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="WhereKind">
<eLiterals name="first" value="1"/>
<eLiterals name="last" value="2"/>
<eLiterals name="before" value="3"/>
<eLiterals name="after" value="4"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer"/>
</ecore:EPackage>
<ecore:EPackage name="Template">
<eClassifiers xsi:type="ecore:EClass" name="Template" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorTemplate" eSuperTypes="/4/Template">
<eStructuralFeatures xsi:type="ecore:EReference" name="behavior" ordered="false" lowerBound="1" eType="/2/Behavior" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DClassTemplate" eSuperTypes="/4/Template">
<eStructuralFeatures xsi:type="ecore:EReference" name="dClass" ordered="false" lowerBound="1" eType="/1/DClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DComponentTemplate" eSuperTypes="/4/Template">
<eStructuralFeatures xsi:type="ecore:EReference" name="dComponent" ordered="false" lowerBound="1" eType="/1/DComponent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantTemplate" eSuperTypes="/4/Template">
<eStructuralFeatures xsi:type="ecore:EReference" name="constant" ordered="false" lowerBound="1" eType="/2/Constant" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContentTemplate" eSuperTypes="/4/Template">
<eStructuralFeatures xsi:type="ecore:EReference" name="content" ordered="false" lowerBound="1" eType="/2/Content" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceTemplate" eSuperTypes="/4/Template">
<eStructuralFeatures xsi:type="ecore:EReference" name="interface" ordered="false" lowerBound="1" eType="/2/Interface" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LogicTemplate" eSuperTypes="/4/Template">
<eStructuralFeatures xsi:type="ecore:EReference" name="logic" ordered="false" lowerBound="1" eType="/1/Logic" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PartTemplate" eSuperTypes="/4/Template">
<eStructuralFeatures xsi:type="ecore:EReference" name="part" ordered="false" lowerBound="1" eType="/2/Part" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PeerTemplate" eSuperTypes="/4/Template">
<eStructuralFeatures xsi:type="ecore:EReference" name="peer" ordered="false" lowerBound="1" eType="/1/Peer" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PresentationTemplate" eSuperTypes="/4/Template">
<eStructuralFeatures xsi:type="ecore:EReference" name="presentation" ordered="false" lowerBound="1" eType="/1/Presentation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyTemplate" eSuperTypes="/4/Template">
<eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false" lowerBound="1" eType="/2/Property" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RestructureTemplate" eSuperTypes="/4/Template">
<eStructuralFeatures xsi:type="ecore:EReference" name="restructure" ordered="false" lowerBound="1" eType="/2/Restructure" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleTemplate" eSuperTypes="/4/Template">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="/2/Rule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScriptTemplate" eSuperTypes="/4/Template">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" ordered="false" lowerBound="1" eType="/1/Script" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructureTemplate" eSuperTypes="/4/Template">
<eStructuralFeatures xsi:type="ecore:EReference" name="structure" ordered="false" lowerBound="1" eType="/2/Structure" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StyleTemplate" eSuperTypes="/4/Template">
<eStructuralFeatures xsi:type="ecore:EReference" name="style" ordered="false" lowerBound="1" eType="/2/Style" containment="true"/>
</eClassifiers>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/UIML-3.0.ecore | ecore | UIML
UIML
head
templates
interfaces
peers
Header
metas
MetaData
name
content
Peer
Peer
id
how
export
source
presentations
logics
Presentation
id
how
export
base
source
dClasses
Logic
id
how
export
source
dComponents
DComponent
id
how
export
mapsTo
location
source
dMethods
DClass
id
how
export
mapsTo
mapsType
source
dMethods
dProperties
events
listeners
DProperty
id
mapsType
mapsTo
returnType
dMethods
dParams
DMethod
id
how
export
mapsTo
returnType
source
dParams
script
DParam
id
type
value
Script
id
type
how
export
value
source
Listener
class
attacher
UsedInTagKind
event
event
listener
listener
part
part
MapsTypeKind
attribute
attribute
getMethod
getMethod
setMethod
setMethod
method
method
Interface
ExtensibleElement
Source
LocalSource
source
RemoteSource
location
Interface
id
how
export
source
structure
style
content
behavior
Structure
id
how
export
source
parts
Part
id
how
export
class
wherePart
source
style
content
behavior
parts
repeats
Style
id
how
export
source
properties
Property
name
how
export
values
parts
events
source
constants
properties
references
calls
iterators
Content
id
how
export
source
constants
Behavior
id
how
export
source
rules
Repeat
iterator
parts
Constant
id
how
export
model
value
source
constants
Reference
constant
Rule
id
how
export
source
condition
action
Condition
EventCondition
event
EqualCondition
equal
OpCondition
op
Action
Action_1
event
properties
calls
restructures
Action_2
whenTrue
whenFalse
byDefault
Call
name
params
Parameter
name
PropertyParameter
property
ReferenceParameter
reference
CallParameter
call
OperationParameter
op
EventParameter
event
ConstantParameter
constant
IteratorParameter
iterator
Iterator
id
ConstantIterator
constant
PropertyIterator
property
CallIterator
call
TextIterator
value
Event
class
parts
Equal
event
EqualToConstant
constant
EqualToProperty
property
EqualToReference
reference
EqualToOperation
op
Operation
name
constants
properties
references
calls
ops
events
Restructure
how
atPart
wherePart
source
template
Branch
properties
calls
restructure
op
equal
event
WhenTrue
WhenFalse
ByDefault
HowKind
append
append
cascade
cascade
replace
replace
union
union
delete
delete
ExportKind
hidden
hidden
optional
optional
required
required
WhereKind
first
first
last
last
before
before
after
after
PrimitiveTypes
String
Integer
Template
Template
id
BehaviorTemplate
behavior
DClassTemplate
dClass
DComponentTemplate
dComponent
ConstantTemplate
constant
ContentTemplate
content
InterfaceTemplate
interface
LogicTemplate
logic
PartTemplate
part
PeerTemplate
peer
PresentationTemplate
presentation
PropertyTemplate
property
RestructureTemplate
restructure
RuleTemplate
rule
ScriptTemplate
script
StructureTemplate
structure
StyleTemplate
style | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"UIML","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIML","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Header","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaData","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"head","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"peers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"id":10,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"id":12,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Peer","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":17,"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":"content","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":19,"serializable":true,"eClass":"EDataType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"Peer","id":22,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Presentation","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Logic","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DComponent","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DClass","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DProperty","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DMethod","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DParam","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Script","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Listener","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UsedInTagKind","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MapsTypeKind","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensibleElement","instanceClass":null,"abstract":true,"id":34,"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"how","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"export","changeable":true,"lowerBound":0,"iD":false,"id":37,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"presentations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"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":"logics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"HowKind","instanceClass":null,"id":43,"serializable":true,"eClass":"EEnum"},{"id":44,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExportKind","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"id":46,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"how","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"export","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"base","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"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":"dClasses","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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"how","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"export","changeable":true,"lowerBound":0,"iD":false,"id":66,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":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":75,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"how","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"export","changeable":true,"lowerBound":0,"iD":false,"id":77,"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":"mapsTo","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":79,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dMethods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"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":"id","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"how","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"export","changeable":true,"lowerBound":0,"iD":false,"id":92,"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":"mapsTo","changeable":true,"lowerBound":1,"iD":false,"id":93,"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":"mapsType","changeable":true,"lowerBound":1,"iD":false,"id":94,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"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":"dMethods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"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":"dProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"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":"listeners","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"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":false,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":112,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mapsType","changeable":true,"lowerBound":1,"iD":false,"id":113,"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":"mapsTo","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"returnType","changeable":true,"lowerBound":0,"iD":false,"id":115,"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":"dMethods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"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":124,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"how","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"export","changeable":true,"lowerBound":0,"iD":false,"id":126,"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":"mapsTo","changeable":true,"lowerBound":1,"iD":false,"id":127,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"returnType","changeable":true,"lowerBound":0,"iD":false,"id":128,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"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":"script","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":141,"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":142,"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":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":147,"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"how","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"export","changeable":true,"lowerBound":0,"iD":false,"id":150,"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":151,"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":"source","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":160,"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":"attacher","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"name":"event","id":164,"value":1,"literal":"event","eClass":"EEnumLiteral"},{"name":"listener","id":165,"value":2,"literal":"listener","eClass":"EEnumLiteral"},{"name":"part","id":166,"value":3,"literal":"part","eClass":"EEnumLiteral"},{"name":"attribute","id":167,"value":1,"literal":"attribute","eClass":"EEnumLiteral"},{"name":"getMethod","id":168,"value":2,"literal":"getMethod","eClass":"EEnumLiteral"},{"name":"setMethod","id":169,"value":3,"literal":"setMethod","eClass":"EEnumLiteral"},{"name":"method","id":170,"value":4,"literal":"method","eClass":"EEnumLiteral"},{"nsPrefix":null,"nsURI":null,"name":"Interface","id":171,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalSource","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoteSource","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Structure","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Part","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Style","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Content","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repeat","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":true,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventCondition","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualCondition","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpCondition","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action_1","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action_2","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":true,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyParameter","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceParameter","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallParameter","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationParameter","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventParameter","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantParameter","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorParameter","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":true,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantIterator","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyIterator","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallIterator","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextIterator","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":true,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualToConstant","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualToProperty","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualToReference","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualToOperation","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Restructure","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Branch","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhenTrue","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhenFalse","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByDefault","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"WhereKind","instanceClass":null,"id":216,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"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":"location","changeable":true,"lowerBound":1,"iD":false,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"how","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"export","changeable":true,"lowerBound":0,"iD":false,"id":225,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"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":"structure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"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":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"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":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"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":"behavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"how","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"export","changeable":true,"lowerBound":0,"iD":false,"id":242,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"how","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"export","changeable":true,"lowerBound":0,"iD":false,"id":253,"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":"class","changeable":true,"lowerBound":0,"iD":false,"id":254,"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":"wherePart","changeable":true,"lowerBound":0,"iD":false,"id":255,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"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":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"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":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"repeats","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"},{"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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"how","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"export","changeable":true,"lowerBound":0,"iD":false,"id":276,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"how","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"export","changeable":true,"lowerBound":0,"iD":false,"id":287,"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":"values","changeable":true,"lowerBound":0,"iD":false,"id":288,"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":"parts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"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":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"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":"constants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"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":"iterators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":310,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"how","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"export","changeable":true,"lowerBound":0,"iD":false,"id":312,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"how","changeable":true,"lowerBound":0,"iD":false,"id":322,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"export","changeable":true,"lowerBound":0,"iD":false,"id":323,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"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":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":332,"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":"parts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"how","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"export","changeable":true,"lowerBound":0,"iD":false,"id":338,"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":"model","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":340,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constants","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"},{"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":"constant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":353,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"how","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"export","changeable":true,"lowerBound":0,"iD":false,"id":355,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":357,"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":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"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":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"equal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"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":"op","changeable":true,"resolveProxies":true,"lowerBound":1,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"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":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"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":"calls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"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":"restructures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"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":"whenTrue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"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":"whenFalse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"byDefault","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":391,"derived":false},{"container":false,"ordered":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":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":395,"derived":false},{"id":396,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"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":"reference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"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":"call","changeable":true,"resolveProxies":true,"lowerBound":1,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"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":"op","changeable":true,"resolveProxies":true,"lowerBound":1,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"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":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"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":"constant","changeable":true,"resolveProxies":true,"lowerBound":1,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"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":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":415,"derived":false},{"id":416,"eClass":"EGenericType"},{"id":417,"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":"id","changeable":true,"lowerBound":1,"iD":false,"id":418,"derived":false},{"id":419,"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":"constant","changeable":true,"resolveProxies":true,"lowerBound":1,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"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":"call","changeable":true,"resolveProxies":true,"lowerBound":1,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":431,"serializable":true,"eClass":"EDataType"},{"id":432,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":433,"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":"parts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"id":437,"derived":false},{"id":438,"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":"constant","changeable":true,"resolveProxies":true,"lowerBound":1,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"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":"reference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"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":"op","changeable":true,"resolveProxies":true,"lowerBound":1,"id":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":451,"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":"constants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"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":"calls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"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":"ops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"how","changeable":true,"lowerBound":0,"iD":false,"id":465,"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":"atPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"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":"wherePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"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":"template","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":476,"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":"calls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":477,"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":"restructure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"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":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":479,"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":"equal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":480,"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":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"name":"append","id":491,"value":1,"literal":"append","eClass":"EEnumLiteral"},{"name":"cascade","id":492,"value":2,"literal":"cascade","eClass":"EEnumLiteral"},{"name":"replace","id":493,"value":3,"literal":"replace","eClass":"EEnumLiteral"},{"name":"union","id":494,"value":4,"literal":"union","eClass":"EEnumLiteral"},{"name":"delete","id":495,"value":5,"literal":"delete","eClass":"EEnumLiteral"},{"name":"hidden","id":496,"value":1,"literal":"hidden","eClass":"EEnumLiteral"},{"name":"optional","id":497,"value":2,"literal":"optional","eClass":"EEnumLiteral"},{"name":"required","id":498,"value":3,"literal":"required","eClass":"EEnumLiteral"},{"name":"first","id":499,"value":1,"literal":"first","eClass":"EEnumLiteral"},{"name":"last","id":500,"value":2,"literal":"last","eClass":"EEnumLiteral"},{"name":"before","id":501,"value":3,"literal":"before","eClass":"EEnumLiteral"},{"name":"after","id":502,"value":4,"literal":"after","eClass":"EEnumLiteral"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":503,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Template","id":504,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorTemplate","instanceClass":null,"abstract":false,"id":505,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DClassTemplate","instanceClass":null,"abstract":false,"id":506,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DComponentTemplate","instanceClass":null,"abstract":false,"id":507,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantTemplate","instanceClass":null,"abstract":false,"id":508,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentTemplate","instanceClass":null,"abstract":false,"id":509,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceTemplate","instanceClass":null,"abstract":false,"id":510,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicTemplate","instanceClass":null,"abstract":false,"id":511,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartTemplate","instanceClass":null,"abstract":false,"id":512,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PeerTemplate","instanceClass":null,"abstract":false,"id":513,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PresentationTemplate","instanceClass":null,"abstract":false,"id":514,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyTemplate","instanceClass":null,"abstract":false,"id":515,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RestructureTemplate","instanceClass":null,"abstract":false,"id":516,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleTemplate","instanceClass":null,"abstract":false,"id":517,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptTemplate","instanceClass":null,"abstract":false,"id":518,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureTemplate","instanceClass":null,"abstract":false,"id":519,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleTemplate","instanceClass":null,"abstract":false,"id":520,"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":521,"derived":false},{"id":522,"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":"behavior","changeable":true,"resolveProxies":true,"lowerBound":1,"id":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"id":525,"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":"dClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":526,"derived":false},{"id":527,"eClass":"EGenericType"},{"id":528,"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":"dComponent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":529,"derived":false},{"id":530,"eClass":"EGenericType"},{"id":531,"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":"constant","changeable":true,"resolveProxies":true,"lowerBound":1,"id":532,"derived":false},{"id":533,"eClass":"EGenericType"},{"id":534,"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":"content","changeable":true,"resolveProxies":true,"lowerBound":1,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"resolveProxies":true,"lowerBound":1,"id":538,"derived":false},{"id":539,"eClass":"EGenericType"},{"id":540,"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":"logic","changeable":true,"resolveProxies":true,"lowerBound":1,"id":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"id":543,"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":"part","changeable":true,"resolveProxies":true,"lowerBound":1,"id":544,"derived":false},{"id":545,"eClass":"EGenericType"},{"id":546,"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":"peer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":547,"derived":false},{"id":548,"eClass":"EGenericType"},{"id":549,"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":"presentation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"id":555,"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":"restructure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":556,"derived":false},{"id":557,"eClass":"EGenericType"},{"id":558,"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":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":559,"derived":false},{"id":560,"eClass":"EGenericType"},{"id":561,"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":"script","changeable":true,"resolveProxies":true,"lowerBound":1,"id":562,"derived":false},{"id":563,"eClass":"EGenericType"},{"id":564,"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":"structure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":565,"derived":false},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":1,"id":568,"derived":false},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":4,"target":2},{"source":4,"target":8},{"source":4,"target":1},{"source":8,"target":2},{"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":2,"target":0},{"source":2,"target":15},{"source":15,"target":3},{"source":15,"target":16},{"source":15,"target":2},{"source":16,"target":3},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":18},{"source":17,"target":19},{"source":17,"target":20},{"source":17,"target":3},{"source":20,"target":19},{"source":18,"target":19},{"source":18,"target":21},{"source":18,"target":3},{"source":21,"target":19},{"source":22,"target":13},{"source":22,"target":23},{"source":22,"target":24},{"source":22,"target":25},{"source":22,"target":26},{"source":22,"target":27},{"source":22,"target":28},{"source":22,"target":29},{"source":22,"target":30},{"source":22,"target":31},{"source":22,"target":32},{"source":22,"target":33},{"source":13,"target":22},{"source":13,"target":34},{"source":13,"target":35},{"source":13,"target":36},{"source":13,"target":37},{"source":13,"target":38},{"source":13,"target":39},{"source":13,"target":40},{"source":13,"target":41},{"source":35,"target":19},{"source":35,"target":42},{"source":35,"target":13},{"source":42,"target":19},{"source":36,"target":43},{"source":36,"target":44},{"source":36,"target":13},{"source":44,"target":43},{"source":37,"target":45},{"source":37,"target":46},{"source":37,"target":13},{"source":46,"target":45},{"source":38,"target":47},{"source":38,"target":48},{"source":38,"target":13},{"source":48,"target":47},{"source":39,"target":23},{"source":39,"target":49},{"source":39,"target":13},{"source":49,"target":23},{"source":40,"target":24},{"source":40,"target":50},{"source":40,"target":13},{"source":50,"target":24},{"source":41,"target":34},{"source":23,"target":22},{"source":23,"target":34},{"source":23,"target":51},{"source":23,"target":52},{"source":23,"target":53},{"source":23,"target":54},{"source":23,"target":55},{"source":23,"target":56},{"source":23,"target":57},{"source":51,"target":19},{"source":51,"target":58},{"source":51,"target":23},{"source":58,"target":19},{"source":52,"target":43},{"source":52,"target":59},{"source":52,"target":23},{"source":59,"target":43},{"source":53,"target":45},{"source":53,"target":60},{"source":53,"target":23},{"source":60,"target":45},{"source":54,"target":19},{"source":54,"target":61},{"source":54,"target":23},{"source":61,"target":19},{"source":55,"target":47},{"source":55,"target":62},{"source":55,"target":23},{"source":62,"target":47},{"source":56,"target":26},{"source":56,"target":63},{"source":56,"target":23},{"source":63,"target":26},{"source":57,"target":34},{"source":24,"target":22},{"source":24,"target":34},{"source":24,"target":64},{"source":24,"target":65},{"source":24,"target":66},{"source":24,"target":67},{"source":24,"target":68},{"source":24,"target":69},{"source":64,"target":19},{"source":64,"target":70},{"source":64,"target":24},{"source":70,"target":19},{"source":65,"target":43},{"source":65,"target":71},{"source":65,"target":24},{"source":71,"target":43},{"source":66,"target":45},{"source":66,"target":72},{"source":66,"target":24},{"source":72,"target":45},{"source":67,"target":47},{"source":67,"target":73},{"source":67,"target":24},{"source":73,"target":47},{"source":68,"target":25},{"source":68,"target":74},{"source":68,"target":24},{"source":74,"target":25},{"source":69,"target":34},{"source":25,"target":22},{"source":25,"target":34},{"source":25,"target":75},{"source":25,"target":76},{"source":25,"target":77},{"source":25,"target":78},{"source":25,"target":79},{"source":25,"target":80},{"source":25,"target":81},{"source":25,"target":82},{"source":75,"target":19},{"source":75,"target":83},{"source":75,"target":25},{"source":83,"target":19},{"source":76,"target":43},{"source":76,"target":84},{"source":76,"target":25},{"source":84,"target":43},{"source":77,"target":45},{"source":77,"target":85},{"source":77,"target":25},{"source":85,"target":45},{"source":78,"target":19},{"source":78,"target":86},{"source":78,"target":25},{"source":86,"target":19},{"source":79,"target":19},{"source":79,"target":87},{"source":79,"target":25},{"source":87,"target":19},{"source":80,"target":47},{"source":80,"target":88},{"source":80,"target":25},{"source":88,"target":47},{"source":81,"target":28},{"source":81,"target":89},{"source":81,"target":25},{"source":89,"target":28},{"source":82,"target":34},{"source":26,"target":22},{"source":26,"target":34},{"source":26,"target":90},{"source":26,"target":91},{"source":26,"target":92},{"source":26,"target":93},{"source":26,"target":94},{"source":26,"target":95},{"source":26,"target":96},{"source":26,"target":97},{"source":26,"target":98},{"source":26,"target":99},{"source":26,"target":100},{"source":90,"target":19},{"source":90,"target":101},{"source":90,"target":26},{"source":101,"target":19},{"source":91,"target":43},{"source":91,"target":102},{"source":91,"target":26},{"source":102,"target":43},{"source":92,"target":45},{"source":92,"target":103},{"source":92,"target":26},{"source":103,"target":45},{"source":93,"target":19},{"source":93,"target":104},{"source":93,"target":26},{"source":104,"target":19},{"source":94,"target":19},{"source":94,"target":105},{"source":94,"target":26},{"source":105,"target":19},{"source":95,"target":47},{"source":95,"target":106},{"source":95,"target":26},{"source":106,"target":47},{"source":96,"target":28},{"source":96,"target":107},{"source":96,"target":26},{"source":107,"target":28},{"source":97,"target":27},{"source":97,"target":108},{"source":97,"target":26},{"source":108,"target":27},{"source":98,"target":109},{"source":98,"target":110},{"source":98,"target":26},{"source":110,"target":109},{"source":99,"target":31},{"source":99,"target":111},{"source":99,"target":26},{"source":111,"target":31},{"source":100,"target":34},{"source":27,"target":22},{"source":27,"target":112},{"source":27,"target":113},{"source":27,"target":114},{"source":27,"target":115},{"source":27,"target":116},{"source":27,"target":117},{"source":112,"target":19},{"source":112,"target":118},{"source":112,"target":27},{"source":118,"target":19},{"source":113,"target":33},{"source":113,"target":119},{"source":113,"target":27},{"source":119,"target":33},{"source":114,"target":19},{"source":114,"target":120},{"source":114,"target":27},{"source":120,"target":19},{"source":115,"target":19},{"source":115,"target":121},{"source":115,"target":27},{"source":121,"target":19},{"source":116,"target":28},{"source":116,"target":122},{"source":116,"target":27},{"source":122,"target":28},{"source":117,"target":29},{"source":117,"target":123},{"source":117,"target":27},{"source":123,"target":29},{"source":28,"target":22},{"source":28,"target":34},{"source":28,"target":124},{"source":28,"target":125},{"source":28,"target":126},{"source":28,"target":127},{"source":28,"target":128},{"source":28,"target":129},{"source":28,"target":130},{"source":28,"target":131},{"source":28,"target":132},{"source":124,"target":19},{"source":124,"target":133},{"source":124,"target":28},{"source":133,"target":19},{"source":125,"target":43},{"source":125,"target":134},{"source":125,"target":28},{"source":134,"target":43},{"source":126,"target":45},{"source":126,"target":135},{"source":126,"target":28},{"source":135,"target":45},{"source":127,"target":19},{"source":127,"target":136},{"source":127,"target":28},{"source":136,"target":19},{"source":128,"target":19},{"source":128,"target":137},{"source":128,"target":28},{"source":137,"target":19},{"source":129,"target":47},{"source":129,"target":138},{"source":129,"target":28},{"source":138,"target":47},{"source":130,"target":29},{"source":130,"target":139},{"source":130,"target":28},{"source":139,"target":29},{"source":131,"target":30},{"source":131,"target":140},{"source":131,"target":28},{"source":140,"target":30},{"source":132,"target":34},{"source":29,"target":22},{"source":29,"target":141},{"source":29,"target":142},{"source":29,"target":143},{"source":141,"target":19},{"source":141,"target":144},{"source":141,"target":29},{"source":144,"target":19},{"source":142,"target":19},{"source":142,"target":145},{"source":142,"target":29},{"source":145,"target":19},{"source":143,"target":19},{"source":143,"target":146},{"source":143,"target":29},{"source":146,"target":19},{"source":30,"target":22},{"source":30,"target":34},{"source":30,"target":147},{"source":30,"target":148},{"source":30,"target":149},{"source":30,"target":150},{"source":30,"target":151},{"source":30,"target":152},{"source":30,"target":153},{"source":147,"target":19},{"source":147,"target":154},{"source":147,"target":30},{"source":154,"target":19},{"source":148,"target":19},{"source":148,"target":155},{"source":148,"target":30},{"source":155,"target":19},{"source":149,"target":43},{"source":149,"target":156},{"source":149,"target":30},{"source":156,"target":43},{"source":150,"target":45},{"source":150,"target":157},{"source":150,"target":30},{"source":157,"target":45},{"source":151,"target":19},{"source":151,"target":158},{"source":151,"target":30},{"source":158,"target":19},{"source":152,"target":19},{"source":152,"target":159},{"source":152,"target":30},{"source":159,"target":19},{"source":153,"target":34},{"source":31,"target":22},{"source":31,"target":160},{"source":31,"target":161},{"source":160,"target":19},{"source":160,"target":162},{"source":160,"target":31},{"source":162,"target":19},{"source":161,"target":19},{"source":161,"target":163},{"source":161,"target":31},{"source":163,"target":19},{"source":32,"target":22},{"source":32,"target":164},{"source":32,"target":165},{"source":32,"target":166},{"source":164,"target":32},{"source":165,"target":32},{"source":166,"target":32},{"source":33,"target":22},{"source":33,"target":167},{"source":33,"target":168},{"source":33,"target":169},{"source":33,"target":170},{"source":167,"target":33},{"source":168,"target":33},{"source":169,"target":33},{"source":170,"target":33},{"source":171,"target":34},{"source":171,"target":47},{"source":171,"target":172},{"source":171,"target":173},{"source":171,"target":11},{"source":171,"target":174},{"source":171,"target":175},{"source":171,"target":176},{"source":171,"target":177},{"source":171,"target":178},{"source":171,"target":179},{"source":171,"target":180},{"source":171,"target":181},{"source":171,"target":182},{"source":171,"target":183},{"source":171,"target":184},{"source":171,"target":185},{"source":171,"target":186},{"source":171,"target":187},{"source":171,"target":188},{"source":171,"target":189},{"source":171,"target":190},{"source":171,"target":191},{"source":171,"target":192},{"source":171,"target":193},{"source":171,"target":194},{"source":171,"target":195},{"source":171,"target":196},{"source":171,"target":197},{"source":171,"target":198},{"source":171,"target":199},{"source":171,"target":200},{"source":171,"target":201},{"source":171,"target":202},{"source":171,"target":203},{"source":171,"target":204},{"source":171,"target":109},{"source":171,"target":205},{"source":171,"target":206},{"source":171,"target":207},{"source":171,"target":208},{"source":171,"target":209},{"source":171,"target":210},{"source":171,"target":211},{"source":171,"target":212},{"source":171,"target":213},{"source":171,"target":214},{"source":171,"target":215},{"source":171,"target":43},{"source":171,"target":45},{"source":171,"target":216},{"source":34,"target":171},{"source":47,"target":171},{"source":172,"target":171},{"source":172,"target":47},{"source":172,"target":217},{"source":172,"target":218},{"source":217,"target":34},{"source":217,"target":219},{"source":217,"target":172},{"source":219,"target":34},{"source":218,"target":47},{"source":173,"target":171},{"source":173,"target":47},{"source":173,"target":220},{"source":173,"target":221},{"source":220,"target":19},{"source":220,"target":222},{"source":220,"target":173},{"source":222,"target":19},{"source":221,"target":47},{"source":11,"target":171},{"source":11,"target":34},{"source":11,"target":223},{"source":11,"target":224},{"source":11,"target":225},{"source":11,"target":226},{"source":11,"target":227},{"source":11,"target":228},{"source":11,"target":229},{"source":11,"target":230},{"source":11,"target":231},{"source":223,"target":19},{"source":223,"target":232},{"source":223,"target":11},{"source":232,"target":19},{"source":224,"target":43},{"source":224,"target":233},{"source":224,"target":11},{"source":233,"target":43},{"source":225,"target":45},{"source":225,"target":234},{"source":225,"target":11},{"source":234,"target":45},{"source":226,"target":47},{"source":226,"target":235},{"source":226,"target":11},{"source":235,"target":47},{"source":227,"target":174},{"source":227,"target":236},{"source":227,"target":11},{"source":236,"target":174},{"source":228,"target":176},{"source":228,"target":237},{"source":228,"target":11},{"source":237,"target":176},{"source":229,"target":178},{"source":229,"target":238},{"source":229,"target":11},{"source":238,"target":178},{"source":230,"target":179},{"source":230,"target":239},{"source":230,"target":11},{"source":239,"target":179},{"source":231,"target":34},{"source":174,"target":171},{"source":174,"target":34},{"source":174,"target":240},{"source":174,"target":241},{"source":174,"target":242},{"source":174,"target":243},{"source":174,"target":244},{"source":174,"target":245},{"source":240,"target":19},{"source":240,"target":246},{"source":240,"target":174},{"source":246,"target":19},{"source":241,"target":43},{"source":241,"target":247},{"source":241,"target":174},{"source":247,"target":43},{"source":242,"target":45},{"source":242,"target":248},{"source":242,"target":174},{"source":248,"target":45},{"source":243,"target":47},{"source":243,"target":249},{"source":243,"target":174},{"source":249,"target":47},{"source":244,"target":175},{"source":244,"target":250},{"source":244,"target":174},{"source":250,"target":175},{"source":245,"target":34},{"source":175,"target":171},{"source":175,"target":34},{"source":175,"target":251},{"source":175,"target":252},{"source":175,"target":253},{"source":175,"target":254},{"source":175,"target":255},{"source":175,"target":256},{"source":175,"target":257},{"source":175,"target":258},{"source":175,"target":259},{"source":175,"target":260},{"source":175,"target":261},{"source":175,"target":262},{"source":251,"target":19},{"source":251,"target":263},{"source":251,"target":175},{"source":263,"target":19},{"source":252,"target":43},{"source":252,"target":264},{"source":252,"target":175},{"source":264,"target":43},{"source":253,"target":45},{"source":253,"target":265},{"source":253,"target":175},{"source":265,"target":45},{"source":254,"target":19},{"source":254,"target":266},{"source":254,"target":175},{"source":266,"target":19},{"source":255,"target":19},{"source":255,"target":267},{"source":255,"target":175},{"source":267,"target":19},{"source":256,"target":47},{"source":256,"target":268},{"source":256,"target":175},{"source":268,"target":47},{"source":257,"target":176},{"source":257,"target":269},{"source":257,"target":175},{"source":269,"target":176},{"source":258,"target":178},{"source":258,"target":270},{"source":258,"target":175},{"source":270,"target":178},{"source":259,"target":179},{"source":259,"target":271},{"source":259,"target":175},{"source":271,"target":179},{"source":260,"target":175},{"source":260,"target":272},{"source":260,"target":175},{"source":272,"target":175},{"source":261,"target":180},{"source":261,"target":273},{"source":261,"target":175},{"source":273,"target":180},{"source":262,"target":34},{"source":176,"target":171},{"source":176,"target":34},{"source":176,"target":274},{"source":176,"target":275},{"source":176,"target":276},{"source":176,"target":277},{"source":176,"target":278},{"source":176,"target":279},{"source":274,"target":19},{"source":274,"target":280},{"source":274,"target":176},{"source":280,"target":19},{"source":275,"target":43},{"source":275,"target":281},{"source":275,"target":176},{"source":281,"target":43},{"source":276,"target":45},{"source":276,"target":282},{"source":276,"target":176},{"source":282,"target":45},{"source":277,"target":47},{"source":277,"target":283},{"source":277,"target":176},{"source":283,"target":47},{"source":278,"target":177},{"source":278,"target":284},{"source":278,"target":176},{"source":284,"target":177},{"source":279,"target":34},{"source":177,"target":171},{"source":177,"target":34},{"source":177,"target":285},{"source":177,"target":286},{"source":177,"target":287},{"source":177,"target":288},{"source":177,"target":289},{"source":177,"target":290},{"source":177,"target":291},{"source":177,"target":292},{"source":177,"target":293},{"source":177,"target":294},{"source":177,"target":295},{"source":177,"target":296},{"source":177,"target":297},{"source":285,"target":19},{"source":285,"target":298},{"source":285,"target":177},{"source":298,"target":19},{"source":286,"target":43},{"source":286,"target":299},{"source":286,"target":177},{"source":299,"target":43},{"source":287,"target":45},{"source":287,"target":300},{"source":287,"target":177},{"source":300,"target":45},{"source":288,"target":19},{"source":288,"target":301},{"source":288,"target":177},{"source":301,"target":19},{"source":289,"target":175},{"source":289,"target":302},{"source":289,"target":177},{"source":302,"target":175},{"source":290,"target":109},{"source":290,"target":303},{"source":290,"target":177},{"source":303,"target":109},{"source":291,"target":47},{"source":291,"target":304},{"source":291,"target":177},{"source":304,"target":47},{"source":292,"target":181},{"source":292,"target":305},{"source":292,"target":177},{"source":305,"target":181},{"source":293,"target":177},{"source":293,"target":306},{"source":293,"target":177},{"source":306,"target":177},{"source":294,"target":182},{"source":294,"target":307},{"source":294,"target":177},{"source":307,"target":182},{"source":295,"target":191},{"source":295,"target":308},{"source":295,"target":177},{"source":308,"target":191},{"source":296,"target":200},{"source":296,"target":309},{"source":296,"target":177},{"source":309,"target":200},{"source":297,"target":34},{"source":178,"target":171},{"source":178,"target":34},{"source":178,"target":310},{"source":178,"target":311},{"source":178,"target":312},{"source":178,"target":313},{"source":178,"target":314},{"source":178,"target":315},{"source":310,"target":19},{"source":310,"target":316},{"source":310,"target":178},{"source":316,"target":19},{"source":311,"target":43},{"source":311,"target":317},{"source":311,"target":178},{"source":317,"target":43},{"source":312,"target":45},{"source":312,"target":318},{"source":312,"target":178},{"source":318,"target":45},{"source":313,"target":47},{"source":313,"target":319},{"source":313,"target":178},{"source":319,"target":47},{"source":314,"target":181},{"source":314,"target":320},{"source":314,"target":178},{"source":320,"target":181},{"source":315,"target":34},{"source":179,"target":171},{"source":179,"target":34},{"source":179,"target":321},{"source":179,"target":322},{"source":179,"target":323},{"source":179,"target":324},{"source":179,"target":325},{"source":179,"target":326},{"source":321,"target":19},{"source":321,"target":327},{"source":321,"target":179},{"source":327,"target":19},{"source":322,"target":43},{"source":322,"target":328},{"source":322,"target":179},{"source":328,"target":43},{"source":323,"target":45},{"source":323,"target":329},{"source":323,"target":179},{"source":329,"target":45},{"source":324,"target":47},{"source":324,"target":330},{"source":324,"target":179},{"source":330,"target":47},{"source":325,"target":183},{"source":325,"target":331},{"source":325,"target":179},{"source":331,"target":183},{"source":326,"target":34},{"source":180,"target":171},{"source":180,"target":332},{"source":180,"target":333},{"source":332,"target":200},{"source":332,"target":334},{"source":332,"target":180},{"source":334,"target":200},{"source":333,"target":175},{"source":333,"target":335},{"source":333,"target":180},{"source":335,"target":175},{"source":181,"target":171},{"source":181,"target":34},{"source":181,"target":336},{"source":181,"target":337},{"source":181,"target":338},{"source":181,"target":339},{"source":181,"target":340},{"source":181,"target":341},{"source":181,"target":342},{"source":181,"target":343},{"source":336,"target":19},{"source":336,"target":344},{"source":336,"target":181},{"source":344,"target":19},{"source":337,"target":43},{"source":337,"target":345},{"source":337,"target":181},{"source":345,"target":43},{"source":338,"target":45},{"source":338,"target":346},{"source":338,"target":181},{"source":346,"target":45},{"source":339,"target":19},{"source":339,"target":347},{"source":339,"target":181},{"source":347,"target":19},{"source":340,"target":19},{"source":340,"target":348},{"source":340,"target":181},{"source":348,"target":19},{"source":341,"target":47},{"source":341,"target":349},{"source":341,"target":181},{"source":349,"target":47},{"source":342,"target":181},{"source":342,"target":350},{"source":342,"target":181},{"source":350,"target":181},{"source":343,"target":34},{"source":182,"target":171},{"source":182,"target":351},{"source":351,"target":181},{"source":351,"target":352},{"source":351,"target":182},{"source":352,"target":181},{"source":183,"target":171},{"source":183,"target":34},{"source":183,"target":353},{"source":183,"target":354},{"source":183,"target":355},{"source":183,"target":356},{"source":183,"target":357},{"source":183,"target":358},{"source":183,"target":359},{"source":353,"target":19},{"source":353,"target":360},{"source":353,"target":183},{"source":360,"target":19},{"source":354,"target":43},{"source":354,"target":361},{"source":354,"target":183},{"source":361,"target":43},{"source":355,"target":45},{"source":355,"target":362},{"source":355,"target":183},{"source":362,"target":45},{"source":356,"target":47},{"source":356,"target":363},{"source":356,"target":183},{"source":363,"target":47},{"source":357,"target":184},{"source":357,"target":364},{"source":357,"target":183},{"source":364,"target":184},{"source":358,"target":188},{"source":358,"target":365},{"source":358,"target":183},{"source":365,"target":188},{"source":359,"target":34},{"source":184,"target":171},{"source":185,"target":171},{"source":185,"target":184},{"source":185,"target":366},{"source":185,"target":367},{"source":366,"target":109},{"source":366,"target":368},{"source":366,"target":185},{"source":368,"target":109},{"source":367,"target":184},{"source":186,"target":171},{"source":186,"target":184},{"source":186,"target":369},{"source":186,"target":370},{"source":369,"target":205},{"source":369,"target":371},{"source":369,"target":186},{"source":371,"target":205},{"source":370,"target":184},{"source":187,"target":171},{"source":187,"target":184},{"source":187,"target":372},{"source":187,"target":373},{"source":372,"target":210},{"source":372,"target":374},{"source":372,"target":187},{"source":374,"target":210},{"source":373,"target":184},{"source":188,"target":171},{"source":189,"target":171},{"source":189,"target":188},{"source":189,"target":375},{"source":189,"target":376},{"source":189,"target":377},{"source":189,"target":378},{"source":189,"target":379},{"source":375,"target":109},{"source":375,"target":380},{"source":375,"target":189},{"source":380,"target":109},{"source":376,"target":177},{"source":376,"target":381},{"source":376,"target":189},{"source":381,"target":177},{"source":377,"target":191},{"source":377,"target":382},{"source":377,"target":189},{"source":382,"target":191},{"source":378,"target":211},{"source":378,"target":383},{"source":378,"target":189},{"source":383,"target":211},{"source":379,"target":188},{"source":190,"target":171},{"source":190,"target":188},{"source":190,"target":384},{"source":190,"target":385},{"source":190,"target":386},{"source":190,"target":387},{"source":384,"target":213},{"source":384,"target":388},{"source":384,"target":190},{"source":388,"target":213},{"source":385,"target":214},{"source":385,"target":389},{"source":385,"target":190},{"source":389,"target":214},{"source":386,"target":215},{"source":386,"target":390},{"source":386,"target":190},{"source":390,"target":215},{"source":387,"target":188},{"source":191,"target":171},{"source":191,"target":391},{"source":191,"target":392},{"source":391,"target":19},{"source":391,"target":393},{"source":391,"target":191},{"source":393,"target":19},{"source":392,"target":192},{"source":392,"target":394},{"source":392,"target":191},{"source":394,"target":192},{"source":192,"target":171},{"source":192,"target":395},{"source":395,"target":19},{"source":395,"target":396},{"source":395,"target":192},{"source":396,"target":19},{"source":193,"target":171},{"source":193,"target":192},{"source":193,"target":397},{"source":193,"target":398},{"source":397,"target":177},{"source":397,"target":399},{"source":397,"target":193},{"source":399,"target":177},{"source":398,"target":192},{"source":194,"target":171},{"source":194,"target":192},{"source":194,"target":400},{"source":194,"target":401},{"source":400,"target":182},{"source":400,"target":402},{"source":400,"target":194},{"source":402,"target":182},{"source":401,"target":192},{"source":195,"target":171},{"source":195,"target":192},{"source":195,"target":403},{"source":195,"target":404},{"source":403,"target":191},{"source":403,"target":405},{"source":403,"target":195},{"source":405,"target":191},{"source":404,"target":192},{"source":196,"target":171},{"source":196,"target":192},{"source":196,"target":406},{"source":196,"target":407},{"source":406,"target":210},{"source":406,"target":408},{"source":406,"target":196},{"source":408,"target":210},{"source":407,"target":192},{"source":197,"target":171},{"source":197,"target":192},{"source":197,"target":409},{"source":197,"target":410},{"source":409,"target":109},{"source":409,"target":411},{"source":409,"target":197},{"source":411,"target":109},{"source":410,"target":192},{"source":198,"target":171},{"source":198,"target":192},{"source":198,"target":412},{"source":198,"target":413},{"source":412,"target":181},{"source":412,"target":414},{"source":412,"target":198},{"source":414,"target":181},{"source":413,"target":192},{"source":199,"target":171},{"source":199,"target":192},{"source":199,"target":415},{"source":199,"target":416},{"source":415,"target":200},{"source":415,"target":417},{"source":415,"target":199},{"source":417,"target":200},{"source":416,"target":192},{"source":200,"target":171},{"source":200,"target":418},{"source":418,"target":19},{"source":418,"target":419},{"source":418,"target":200},{"source":419,"target":19},{"source":201,"target":171},{"source":201,"target":200},{"source":201,"target":420},{"source":201,"target":421},{"source":420,"target":181},{"source":420,"target":422},{"source":420,"target":201},{"source":422,"target":181},{"source":421,"target":200},{"source":202,"target":171},{"source":202,"target":200},{"source":202,"target":423},{"source":202,"target":424},{"source":423,"target":177},{"source":423,"target":425},{"source":423,"target":202},{"source":425,"target":177},{"source":424,"target":200},{"source":203,"target":171},{"source":203,"target":200},{"source":203,"target":426},{"source":203,"target":427},{"source":426,"target":191},{"source":426,"target":428},{"source":426,"target":203},{"source":428,"target":191},{"source":427,"target":200},{"source":204,"target":171},{"source":204,"target":200},{"source":204,"target":429},{"source":204,"target":430},{"source":429,"target":431},{"source":429,"target":432},{"source":429,"target":204},{"source":432,"target":431},{"source":430,"target":200},{"source":109,"target":171},{"source":109,"target":433},{"source":109,"target":434},{"source":433,"target":19},{"source":433,"target":435},{"source":433,"target":109},{"source":435,"target":19},{"source":434,"target":175},{"source":434,"target":436},{"source":434,"target":109},{"source":436,"target":175},{"source":205,"target":171},{"source":205,"target":437},{"source":437,"target":109},{"source":437,"target":438},{"source":437,"target":205},{"source":438,"target":109},{"source":206,"target":171},{"source":206,"target":205},{"source":206,"target":439},{"source":206,"target":440},{"source":439,"target":181},{"source":439,"target":441},{"source":439,"target":206},{"source":441,"target":181},{"source":440,"target":205},{"source":207,"target":171},{"source":207,"target":205},{"source":207,"target":442},{"source":207,"target":443},{"source":442,"target":177},{"source":442,"target":444},{"source":442,"target":207},{"source":444,"target":177},{"source":443,"target":205},{"source":208,"target":171},{"source":208,"target":205},{"source":208,"target":445},{"source":208,"target":446},{"source":445,"target":182},{"source":445,"target":447},{"source":445,"target":208},{"source":447,"target":182},{"source":446,"target":205},{"source":209,"target":171},{"source":209,"target":205},{"source":209,"target":448},{"source":209,"target":449},{"source":448,"target":210},{"source":448,"target":450},{"source":448,"target":209},{"source":450,"target":210},{"source":449,"target":205},{"source":210,"target":171},{"source":210,"target":451},{"source":210,"target":452},{"source":210,"target":453},{"source":210,"target":454},{"source":210,"target":455},{"source":210,"target":456},{"source":210,"target":457},{"source":451,"target":19},{"source":451,"target":458},{"source":451,"target":210},{"source":458,"target":19},{"source":452,"target":181},{"source":452,"target":459},{"source":452,"target":210},{"source":459,"target":181},{"source":453,"target":177},{"source":453,"target":460},{"source":453,"target":210},{"source":460,"target":177},{"source":454,"target":182},{"source":454,"target":461},{"source":454,"target":210},{"source":461,"target":182},{"source":455,"target":191},{"source":455,"target":462},{"source":455,"target":210},{"source":462,"target":191},{"source":456,"target":210},{"source":456,"target":463},{"source":456,"target":210},{"source":463,"target":210},{"source":457,"target":109},{"source":457,"target":464},{"source":457,"target":210},{"source":464,"target":109},{"source":211,"target":171},{"source":211,"target":34},{"source":211,"target":465},{"source":211,"target":466},{"source":211,"target":467},{"source":211,"target":468},{"source":211,"target":469},{"source":211,"target":470},{"source":465,"target":43},{"source":465,"target":471},{"source":465,"target":211},{"source":471,"target":43},{"source":466,"target":175},{"source":466,"target":472},{"source":466,"target":211},{"source":472,"target":175},{"source":467,"target":175},{"source":467,"target":473},{"source":467,"target":211},{"source":473,"target":175},{"source":468,"target":47},{"source":468,"target":474},{"source":468,"target":211},{"source":474,"target":47},{"source":469,"target":9},{"source":469,"target":475},{"source":469,"target":211},{"source":475,"target":9},{"source":470,"target":34},{"source":212,"target":171},{"source":212,"target":476},{"source":212,"target":477},{"source":212,"target":478},{"source":212,"target":479},{"source":212,"target":480},{"source":212,"target":481},{"source":476,"target":177},{"source":476,"target":482},{"source":476,"target":212},{"source":482,"target":177},{"source":477,"target":191},{"source":477,"target":483},{"source":477,"target":212},{"source":483,"target":191},{"source":478,"target":211},{"source":478,"target":484},{"source":478,"target":212},{"source":484,"target":211},{"source":479,"target":210},{"source":479,"target":485},{"source":479,"target":212},{"source":485,"target":210},{"source":480,"target":205},{"source":480,"target":486},{"source":480,"target":212},{"source":486,"target":205},{"source":481,"target":109},{"source":481,"target":487},{"source":481,"target":212},{"source":487,"target":109},{"source":213,"target":171},{"source":213,"target":212},{"source":213,"target":488},{"source":488,"target":212},{"source":214,"target":171},{"source":214,"target":212},{"source":214,"target":489},{"source":489,"target":212},{"source":215,"target":171},{"source":215,"target":212},{"source":215,"target":490},{"source":490,"target":212},{"source":43,"target":171},{"source":43,"target":491},{"source":43,"target":492},{"source":43,"target":493},{"source":43,"target":494},{"source":43,"target":495},{"source":491,"target":43},{"source":492,"target":43},{"source":493,"target":43},{"source":494,"target":43},{"source":495,"target":43},{"source":45,"target":171},{"source":45,"target":496},{"source":45,"target":497},{"source":45,"target":498},{"source":496,"target":45},{"source":497,"target":45},{"source":498,"target":45},{"source":216,"target":171},{"source":216,"target":499},{"source":216,"target":500},{"source":216,"target":501},{"source":216,"target":502},{"source":499,"target":216},{"source":500,"target":216},{"source":501,"target":216},{"source":502,"target":216},{"source":503,"target":19},{"source":503,"target":431},{"source":19,"target":503},{"source":431,"target":503},{"source":504,"target":9},{"source":504,"target":505},{"source":504,"target":506},{"source":504,"target":507},{"source":504,"target":508},{"source":504,"target":509},{"source":504,"target":510},{"source":504,"target":511},{"source":504,"target":512},{"source":504,"target":513},{"source":504,"target":514},{"source":504,"target":515},{"source":504,"target":516},{"source":504,"target":517},{"source":504,"target":518},{"source":504,"target":519},{"source":504,"target":520},{"source":9,"target":504},{"source":9,"target":521},{"source":521,"target":19},{"source":521,"target":522},{"source":521,"target":9},{"source":522,"target":19},{"source":505,"target":504},{"source":505,"target":9},{"source":505,"target":523},{"source":505,"target":524},{"source":523,"target":179},{"source":523,"target":525},{"source":523,"target":505},{"source":525,"target":179},{"source":524,"target":9},{"source":506,"target":504},{"source":506,"target":9},{"source":506,"target":526},{"source":506,"target":527},{"source":526,"target":26},{"source":526,"target":528},{"source":526,"target":506},{"source":528,"target":26},{"source":527,"target":9},{"source":507,"target":504},{"source":507,"target":9},{"source":507,"target":529},{"source":507,"target":530},{"source":529,"target":25},{"source":529,"target":531},{"source":529,"target":507},{"source":531,"target":25},{"source":530,"target":9},{"source":508,"target":504},{"source":508,"target":9},{"source":508,"target":532},{"source":508,"target":533},{"source":532,"target":181},{"source":532,"target":534},{"source":532,"target":508},{"source":534,"target":181},{"source":533,"target":9},{"source":509,"target":504},{"source":509,"target":9},{"source":509,"target":535},{"source":509,"target":536},{"source":535,"target":178},{"source":535,"target":537},{"source":535,"target":509},{"source":537,"target":178},{"source":536,"target":9},{"source":510,"target":504},{"source":510,"target":9},{"source":510,"target":538},{"source":510,"target":539},{"source":538,"target":11},{"source":538,"target":540},{"source":538,"target":510},{"source":540,"target":11},{"source":539,"target":9},{"source":511,"target":504},{"source":511,"target":9},{"source":511,"target":541},{"source":511,"target":542},{"source":541,"target":24},{"source":541,"target":543},{"source":541,"target":511},{"source":543,"target":24},{"source":542,"target":9},{"source":512,"target":504},{"source":512,"target":9},{"source":512,"target":544},{"source":512,"target":545},{"source":544,"target":175},{"source":544,"target":546},{"source":544,"target":512},{"source":546,"target":175},{"source":545,"target":9},{"source":513,"target":504},{"source":513,"target":9},{"source":513,"target":547},{"source":513,"target":548},{"source":547,"target":13},{"source":547,"target":549},{"source":547,"target":513},{"source":549,"target":13},{"source":548,"target":9},{"source":514,"target":504},{"source":514,"target":9},{"source":514,"target":550},{"source":514,"target":551},{"source":550,"target":23},{"source":550,"target":552},{"source":550,"target":514},{"source":552,"target":23},{"source":551,"target":9},{"source":515,"target":504},{"source":515,"target":9},{"source":515,"target":553},{"source":515,"target":554},{"source":553,"target":177},{"source":553,"target":555},{"source":553,"target":515},{"source":555,"target":177},{"source":554,"target":9},{"source":516,"target":504},{"source":516,"target":9},{"source":516,"target":556},{"source":516,"target":557},{"source":556,"target":211},{"source":556,"target":558},{"source":556,"target":516},{"source":558,"target":211},{"source":557,"target":9},{"source":517,"target":504},{"source":517,"target":9},{"source":517,"target":559},{"source":517,"target":560},{"source":559,"target":183},{"source":559,"target":561},{"source":559,"target":517},{"source":561,"target":183},{"source":560,"target":9},{"source":518,"target":504},{"source":518,"target":9},{"source":518,"target":562},{"source":518,"target":563},{"source":562,"target":30},{"source":562,"target":564},{"source":562,"target":518},{"source":564,"target":30},{"source":563,"target":9},{"source":519,"target":504},{"source":519,"target":9},{"source":519,"target":565},{"source":519,"target":566},{"source":565,"target":174},{"source":565,"target":567},{"source":565,"target":519},{"source":567,"target":174},{"source":566,"target":9},{"source":520,"target":504},{"source":520,"target":9},{"source":520,"target":568},{"source":520,"target":569},{"source":568,"target":176},{"source":568,"target":570},{"source":568,"target":520},{"source":570,"target":176},{"source":569,"target":9}],"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="loadcurve"
nsURI="http://www.example.org/loadcurve" nsPrefix="loadcurve">
<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="loadCurve" upperBound="-2"
eType="#//LoadCurve" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="LoadCurve"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoadCurve">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="LoadCurve"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Name"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Description"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="CreationDate"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startTime" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="StartTime"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="measurement" lowerBound="1"
upperBound="-1" eType="#//Measurement" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Measurement"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Measurement">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Measurement"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Time"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Float"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/kthoms/org.eclipse.xpand/examples/org.eclipse.xpand.examples.xsd.m2t.genmodel/src/xsd/m2t/genmodel/loadcurve.ecore | ecore | loadcurve
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
loadCurve
LoadCurve
name
description
creationDate
startTime
measurement
Measurement
time
value | null | {"directed":true,"nodes":[{"nsPrefix":"loadcurve","nsURI":"http://www.example.org/loadcurve","name":"loadcurve","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoadCurve","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Measurement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":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":true,"unique":true,"name":"xMLNSPrefixMap","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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":6,"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":"loadCurve","changeable":true,"resolveProxies":false,"lowerBound":0,"id":7,"derived":true},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationDate","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":"startTime","changeable":true,"lowerBound":1,"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":"measurement","changeable":true,"resolveProxies":false,"lowerBound":1,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":4,"target":8},{"source":4,"target":1},{"source":5,"target":9},{"source":5,"target":1},{"source":6,"target":10},{"source":6,"target":1},{"source":7,"target":2},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":2},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":12,"target":17},{"source":12,"target":2},{"source":13,"target":18},{"source":13,"target":2},{"source":14,"target":19},{"source":14,"target":2},{"source":15,"target":20},{"source":15,"target":2},{"source":16,"target":3},{"source":16,"target":21},{"source":16,"target":2},{"source":21,"target":3},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":22,"target":24},{"source":22,"target":3},{"source":23,"target":25},{"source":23,"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="pptp" nsURI="http://www.puppetlabs.com/geppetto/1.0.0/PPTP"
nsPrefix="pptp">
<eClassifiers xsi:type="ecore:EClass" name="TargetEntry" abstract="true" eSuperTypes="#//ITargetElementContainer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1"
eType="#//Function" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeFragments" upperBound="-1"
eType="#//TypeFragment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metaType" eType="#//MetaType"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A meta type is a definition that applies to all defined types."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metaVariables" upperBound="-1"
eType="#//MetaVariable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PuppetDistribution" eSuperTypes="#//TargetEntry"/>
<eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//IDocumented #//TargetElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractType" abstract="true" eSuperTypes="#//TargetElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="EReference0" eType="#//IDocumented"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//Property" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IDocumented" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="INamed" abstract="true" interface="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="TargetElement" abstract="true" eSuperTypes="#//INamed #//IDocumented">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deprecated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//TypeArgument"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//TypeArgument"/>
<eClassifiers xsi:type="ecore:EDataType" name="File" instanceClassName="java.io.File"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeFragment" eSuperTypes="#//AbstractType"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//AbstractType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="superType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetaType" eSuperTypes="#//AbstractType"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeArgument" abstract="true" eSuperTypes="#//TargetElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namevar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NameSpace" eSuperTypes="#//TargetElement #//ITargetElementContainer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reserved" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TPVariable" eSuperTypes="#//TargetElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="assignable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="If not null, this a java regexp pattern for what may follow after the name, the name can be seen as the prefix."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ITargetElementContainer" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//TargetElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetaVariable" eSuperTypes="#//TargetElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A MetaVariable is a local variable available in every scope."/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/cloudsmith/geppetto/com.puppetlabs.geppetto.pp/model/PPTP.ecore | ecore | pptp
TargetEntry
description
functions
types
version
typeFragments
metaType
label
metaVariables
PuppetDistribution
Function
rValue
AbstractType
EReference0
properties
parameters
IDocumented
documentation
INamed
name
TargetElement
deprecated
Property
Parameter
File
java.io.File
java.io.File
TypeFragment
Type
superType
MetaType
TypeArgument
required
namevar
NameSpace
reserved
TPVariable
assignable
pattern
ITargetElementContainer
contents
MetaVariable | null | {"directed":true,"nodes":[{"nsPrefix":"pptp","nsURI":"http://www.puppetlabs.com/geppetto/1.0.0/PPTP","name":"pptp","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetEntry","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PuppetDistribution","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractType","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IDocumented","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"INamed","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.io.File","defaultValue":null,"instanceClassName":"java.io.File","name":"File","instanceClass":"java.io.File","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeFragment","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":"MetaType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeArgument","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameSpace","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TPVariable","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ITargetElementContainer","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaVariable","instanceClass":null,"abstract":false,"id":18,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functions","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":"types","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":"version","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeFragments","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":"metaType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaVariables","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"},{"id":36,"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":"rValue","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"EReference0","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deprecated","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"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":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":"namevar","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"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":"reserved","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assignable","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":"pattern","changeable":true,"lowerBound":0,"iD":false,"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":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":19,"target":28},{"source":19,"target":1},{"source":20,"target":3},{"source":20,"target":29},{"source":20,"target":1},{"source":29,"target":3},{"source":21,"target":12},{"source":21,"target":30},{"source":21,"target":1},{"source":30,"target":12},{"source":22,"target":31},{"source":22,"target":1},{"source":23,"target":11},{"source":23,"target":32},{"source":23,"target":1},{"source":32,"target":11},{"source":24,"target":13},{"source":24,"target":33},{"source":24,"target":1},{"source":33,"target":13},{"source":25,"target":34},{"source":25,"target":1},{"source":26,"target":18},{"source":26,"target":35},{"source":26,"target":1},{"source":35,"target":18},{"source":27,"target":17},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":36},{"source":36,"target":1},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":7},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":37,"target":40},{"source":37,"target":3},{"source":38,"target":5},{"source":39,"target":7},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":41,"target":5},{"source":41,"target":45},{"source":41,"target":4},{"source":45,"target":5},{"source":42,"target":8},{"source":42,"target":46},{"source":42,"target":4},{"source":46,"target":8},{"source":43,"target":9},{"source":43,"target":47},{"source":43,"target":4},{"source":47,"target":9},{"source":44,"target":7},{"source":5,"target":0},{"source":5,"target":48},{"source":48,"target":49},{"source":48,"target":5},{"source":6,"target":0},{"source":6,"target":50},{"source":50,"target":51},{"source":50,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":5},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":52,"target":55},{"source":52,"target":7},{"source":53,"target":6},{"source":54,"target":5},{"source":8,"target":0},{"source":8,"target":14},{"source":8,"target":56},{"source":56,"target":14},{"source":9,"target":0},{"source":9,"target":14},{"source":9,"target":57},{"source":57,"target":14},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":58},{"source":58,"target":4},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":59},{"source":12,"target":60},{"source":59,"target":61},{"source":59,"target":12},{"source":60,"target":4},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":62},{"source":62,"target":4},{"source":14,"target":0},{"source":14,"target":7},{"source":14,"target":63},{"source":14,"target":64},{"source":14,"target":65},{"source":63,"target":66},{"source":63,"target":14},{"source":64,"target":67},{"source":64,"target":14},{"source":65,"target":7},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":17},{"source":15,"target":68},{"source":15,"target":69},{"source":15,"target":70},{"source":68,"target":71},{"source":68,"target":15},{"source":69,"target":7},{"source":70,"target":17},{"source":16,"target":0},{"source":16,"target":7},{"source":16,"target":72},{"source":16,"target":73},{"source":16,"target":74},{"source":72,"target":75},{"source":72,"target":16},{"source":73,"target":76},{"source":73,"target":16},{"source":74,"target":7},{"source":17,"target":0},{"source":17,"target":77},{"source":77,"target":7},{"source":77,"target":78},{"source":77,"target":17},{"source":78,"target":7},{"source":18,"target":0},{"source":18,"target":7},{"source":18,"target":79},{"source":79,"target":7}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Application" nsURI="http://www.alba2.mdserg.se.ui.ir" nsPrefix="www.alba2.mdserg.se.ui.ir">
<eClassifiers xsi:type="ecore:EClass" name="APP">
<eAnnotations source="gmf.diagram"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasConf" lowerBound="1"
eType="#//Config" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasMainActivity" lowerBound="1"
eType="#//MainActivity" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="appName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="appName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasTheme" eType="#//Theme"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MainActivity">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
<details key="tool.name" value="MainActivity"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasNav" eType="#//NavigationDrawer"
containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
<details key="collapsible" value="false"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasBar" eType="#//TabBar"
containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
<details key="collapsible" value="false"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="MyMainActivity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasFrag" upperBound="-1"
eType="#//Fragment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Config">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="com.yourDomain.appName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="icon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="ic_launcher"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minSdkVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="19"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetSdkVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="25"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="versionCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="versionName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="1.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="buildToolsVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="25.0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="compileSdkVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="25"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="myConfig"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NavigationDrawer">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasFragment" lowerBound="1"
upperBound="-1" eType="#//Fragment" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
<details key="collapsible" value="false"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="MyNav"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TabBar">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasFragment" lowerBound="1"
upperBound="-1" eType="#//Fragment" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
<details key="collapsible" value="false"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="MyTabBar"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Fragment">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasApi" eType="#//Api"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CategoryFragment" eSuperTypes="#//Fragment">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasCardView" eType="#//CardView"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="colNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocationsFragment" eSuperTypes="#//Fragment">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasMap" eType="#//Map"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasRecView" upperBound="2"
eType="#//LocationsRecyclerView" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasSubCatTabBar" eType="#//SubCategoryTabbar"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocationDetailsFragment" eSuperTypes="#//Fragment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="showRatingOption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="showCommentOption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="showCallOption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="showNavigationOption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="showAddCommentOption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="showAddToBookmarkOption"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Api">
<eAnnotations source="gmf.node">
<details key="label" value="BaseAddress"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="baseAddress" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="http://medvisit.ir/"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="linkAddress" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="/API_UINAV/hiIranApi/public/..."/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasResItem" lowerBound="1"
upperBound="-1" eType="#//ResponseItem" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasReqItem" lowerBound="1"
upperBound="-1" eType="#//RequestItem" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Theme">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="colorPrimaryDark" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="#8E24AA"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="colorPrimary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="#6A1B9A"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="colorAccent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="#C2185B"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="MyTheme"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResponseItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="responseKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="responseType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="notAvailable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Map">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="apiKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="AIzaSyCQ2IuVejeAjpoZA9w-d9IJ14xcoAy7Yd4"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mapType" eType="#//MapType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bindCardsToPins" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zoomLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="16"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="MyMap"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocationsRecyclerView">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasCV" lowerBound="1" eType="#//CardView"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isVertical" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<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="CardView">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="layoutFileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="?.xml"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasCardItem" lowerBound="1"
upperBound="-1" eType="#//CardItems" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkTo" eType="#//Fragment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CardItems">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//cardItemTypes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectTo" eType="#//ResponseItem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MapType">
<eLiterals name="googleMap"/>
<eLiterals name="bingMap"/>
<eLiterals name="openLayer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="loginFragment" eSuperTypes="#//Fragment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="generateEmailValidationCode"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="generatePhoneNumberValidationCode"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequestItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="requestKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="requestType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="cardItemTypes">
<eLiterals name="ImageView"/>
<eLiterals name="TextView"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubCategoryTabbar">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selectedTabColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultTabColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasTabs" lowerBound="1"
eType="#//Tab" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasAPi" eType="#//Api"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tab">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectsTo" eType="#//ResponseItem"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MohamadAli22/ALBA-framework/metaModels/metaModel.ecore | ecore | Application
APP
hasConf
hasMainActivity
appName
appName
hasTheme
MainActivity
hasNav
hasBar
name
MyMainActivity
hasFrag
Config
packageName
com.yourDomain.appName
icon
ic_launcher
minSdkVersion
19
targetSdkVersion
25
versionCode
1
versionName
1.0
buildToolsVersion
25.0.0
compileSdkVersion
25
name
myConfig
NavigationDrawer
hasFragment
name
MyNav
TabBar
hasFragment
name
MyTabBar
Fragment
name
hasApi
CategoryFragment
hasCardView
colNumber
2
LocationsFragment
hasMap
hasRecView
hasSubCatTabBar
LocationDetailsFragment
showRatingOption
showCommentOption
showCallOption
showNavigationOption
showAddCommentOption
showAddToBookmarkOption
Api
baseAddress
http://medvisit.ir/
linkAddress
/API_UINAV/hiIranApi/public/...
hasResItem
hasReqItem
Theme
colorPrimaryDark
#8E24AA
colorPrimary
#6A1B9A
colorAccent
#C2185B
name
MyTheme
ResponseItem
responseKey
responseType
defaultValue
notAvailable
Map
apiKey
AIzaSyCQ2IuVejeAjpoZA9w-d9IJ14xcoAy7Yd4
mapType
bindCardsToPins
zoomLevel
16
name
MyMap
LocationsRecyclerView
hasCV
isVertical
false
name
CardView
layoutFileName
?.xml
hasCardItem
linkTo
CardItems
type
id
connectTo
MapType
googleMap
googleMap
bingMap
bingMap
openLayer
openLayer
loginFragment
generateEmailValidationCode
generatePhoneNumberValidationCode
RequestItem
requestKey
requestType
cardItemTypes
ImageView
ImageView
TextView
TextView
SubCategoryTabbar
selectedTabColor
defaultTabColor
hasTabs
hasAPi
Tab
name
id
connectsTo | null | {"directed":true,"nodes":[{"nsPrefix":"www.alba2.mdserg.se.ui.ir","nsURI":"http://www.alba2.mdserg.se.ui.ir","name":"Application","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"APP","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MainActivity","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Config","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationDrawer","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TabBar","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fragment","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CategoryFragment","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocationsFragment","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocationDetailsFragment","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Api","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Theme","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResponseItem","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Map","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocationsRecyclerView","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CardView","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CardItems","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"loginFragment","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequestItem","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"cardItemTypes","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubCategoryTabbar","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tab","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasConf","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":"hasMainActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"appName","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"appName","unsettable":false,"transient":false,"unique":true,"name":"appName","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasTheme","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasNav","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasBar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"MyMainActivity","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"MyMainActivity","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasFrag","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"},{"ordered":true,"upperBound":1,"defaultValue":"com.yourDomain.appName","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"com.yourDomain.appName","unsettable":false,"transient":false,"unique":true,"name":"packageName","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"ic_launcher","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ic_launcher","unsettable":false,"transient":false,"unique":true,"name":"icon","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"19","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"19","unsettable":false,"transient":false,"unique":true,"name":"minSdkVersion","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"25","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"25","unsettable":false,"transient":false,"unique":true,"name":"targetSdkVersion","changeable":true,"lowerBound":0,"iD":false,"id":42,"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":"versionCode","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"1.0","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"versionName","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"25.0.0","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"25.0.0","unsettable":false,"transient":false,"unique":true,"name":"buildToolsVersion","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"25","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"25","unsettable":false,"transient":false,"unique":true,"name":"compileSdkVersion","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"myConfig","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"myConfig","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"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasFragment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"MyNav","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"MyNav","unsettable":false,"transient":false,"unique":true,"name":"name","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasFragment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"MyTabBar","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"MyTabBar","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasApi","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"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":"hasCardView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":2,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"2","unsettable":false,"transient":false,"unique":true,"name":"colNumber","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasRecView","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":"hasSubCatTabBar","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"showRatingOption","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"showCommentOption","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"showCallOption","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"showNavigationOption","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":"showAddCommentOption","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":"showAddToBookmarkOption","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"http://medvisit.ir/","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"http://medvisit.ir/","unsettable":false,"transient":false,"unique":true,"name":"baseAddress","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"/API_UINAV/hiIranApi/public/...","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"/API_UINAV/hiIranApi/public/...","unsettable":false,"transient":false,"unique":true,"name":"linkAddress","changeable":true,"lowerBound":1,"iD":false,"id":95,"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":"hasResItem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"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":"hasReqItem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"#8E24AA","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"#8E24AA","unsettable":false,"transient":false,"unique":true,"name":"colorPrimaryDark","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"#6A1B9A","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"#6A1B9A","unsettable":false,"transient":false,"unique":true,"name":"colorPrimary","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"#C2185B","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"#C2185B","unsettable":false,"transient":false,"unique":true,"name":"colorAccent","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"MyTheme","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"MyTheme","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"responseKey","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"responseType","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"notAvailable","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"notAvailable","unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"AIzaSyCQ2IuVejeAjpoZA9w-d9IJ14xcoAy7Yd4","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"AIzaSyCQ2IuVejeAjpoZA9w-d9IJ14xcoAy7Yd4","unsettable":false,"transient":false,"unique":true,"name":"apiKey","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mapType","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bindCardsToPins","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":16,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"16","unsettable":false,"transient":false,"unique":true,"name":"zoomLevel","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"MyMap","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"MyMap","unsettable":false,"transient":false,"unique":true,"name":"name","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasCV","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isVertical","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"?.xml","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"?.xml","unsettable":false,"transient":false,"unique":true,"name":"layoutFileName","changeable":true,"lowerBound":0,"iD":false,"id":132,"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":"hasCardItem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkTo","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,"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":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":"id","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"name":"googleMap","id":144,"value":0,"literal":"googleMap","eClass":"EEnumLiteral"},{"name":"bingMap","id":145,"value":0,"literal":"bingMap","eClass":"EEnumLiteral"},{"name":"openLayer","id":146,"value":0,"literal":"openLayer","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":"generateEmailValidationCode","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"generatePhoneNumberValidationCode","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requestKey","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":"requestType","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"name":"ImageView","id":156,"value":0,"literal":"ImageView","eClass":"EEnumLiteral"},{"name":"TextView","id":157,"value":0,"literal":"TextView","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":"selectedTabColor","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":"defaultTabColor","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasTabs","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"hasAPi","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"id","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"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":1,"target":0},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":23,"target":3},{"source":23,"target":27},{"source":23,"target":1},{"source":27,"target":3},{"source":24,"target":2},{"source":24,"target":28},{"source":24,"target":1},{"source":28,"target":2},{"source":25,"target":29},{"source":25,"target":1},{"source":26,"target":11},{"source":26,"target":30},{"source":26,"target":1},{"source":30,"target":11},{"source":2,"target":0},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":31,"target":4},{"source":31,"target":35},{"source":31,"target":2},{"source":35,"target":4},{"source":32,"target":5},{"source":32,"target":36},{"source":32,"target":2},{"source":36,"target":5},{"source":33,"target":37},{"source":33,"target":2},{"source":34,"target":6},{"source":34,"target":38},{"source":34,"target":2},{"source":38,"target":6},{"source":3,"target":0},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":39,"target":48},{"source":39,"target":3},{"source":40,"target":49},{"source":40,"target":3},{"source":41,"target":50},{"source":41,"target":3},{"source":42,"target":51},{"source":42,"target":3},{"source":43,"target":52},{"source":43,"target":3},{"source":44,"target":53},{"source":44,"target":3},{"source":45,"target":54},{"source":45,"target":3},{"source":46,"target":55},{"source":46,"target":3},{"source":47,"target":56},{"source":47,"target":3},{"source":4,"target":0},{"source":4,"target":57},{"source":4,"target":58},{"source":57,"target":6},{"source":57,"target":59},{"source":57,"target":4},{"source":59,"target":6},{"source":58,"target":60},{"source":58,"target":4},{"source":5,"target":0},{"source":5,"target":61},{"source":5,"target":62},{"source":61,"target":6},{"source":61,"target":63},{"source":61,"target":5},{"source":63,"target":6},{"source":62,"target":64},{"source":62,"target":5},{"source":6,"target":0},{"source":6,"target":65},{"source":6,"target":66},{"source":65,"target":67},{"source":65,"target":6},{"source":66,"target":10},{"source":66,"target":68},{"source":66,"target":6},{"source":68,"target":10},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":69},{"source":7,"target":70},{"source":7,"target":71},{"source":69,"target":15},{"source":69,"target":72},{"source":69,"target":7},{"source":72,"target":15},{"source":70,"target":73},{"source":70,"target":7},{"source":71,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":74,"target":13},{"source":74,"target":78},{"source":74,"target":8},{"source":78,"target":13},{"source":75,"target":14},{"source":75,"target":79},{"source":75,"target":8},{"source":79,"target":14},{"source":76,"target":21},{"source":76,"target":80},{"source":76,"target":8},{"source":80,"target":21},{"source":77,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":81},{"source":9,"target":82},{"source":9,"target":83},{"source":9,"target":84},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":81,"target":88},{"source":81,"target":9},{"source":82,"target":89},{"source":82,"target":9},{"source":83,"target":90},{"source":83,"target":9},{"source":84,"target":91},{"source":84,"target":9},{"source":85,"target":92},{"source":85,"target":9},{"source":86,"target":93},{"source":86,"target":9},{"source":87,"target":6},{"source":10,"target":0},{"source":10,"target":94},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":94,"target":98},{"source":94,"target":10},{"source":95,"target":99},{"source":95,"target":10},{"source":96,"target":12},{"source":96,"target":100},{"source":96,"target":10},{"source":100,"target":12},{"source":97,"target":19},{"source":97,"target":101},{"source":97,"target":10},{"source":101,"target":19},{"source":11,"target":0},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":102,"target":106},{"source":102,"target":11},{"source":103,"target":107},{"source":103,"target":11},{"source":104,"target":108},{"source":104,"target":11},{"source":105,"target":109},{"source":105,"target":11},{"source":12,"target":0},{"source":12,"target":110},{"source":12,"target":111},{"source":12,"target":112},{"source":110,"target":113},{"source":110,"target":12},{"source":111,"target":114},{"source":111,"target":12},{"source":112,"target":115},{"source":112,"target":12},{"source":13,"target":0},{"source":13,"target":116},{"source":13,"target":117},{"source":13,"target":118},{"source":13,"target":119},{"source":13,"target":120},{"source":116,"target":121},{"source":116,"target":13},{"source":117,"target":17},{"source":117,"target":122},{"source":117,"target":13},{"source":122,"target":17},{"source":118,"target":123},{"source":118,"target":13},{"source":119,"target":124},{"source":119,"target":13},{"source":120,"target":125},{"source":120,"target":13},{"source":14,"target":0},{"source":14,"target":126},{"source":14,"target":127},{"source":14,"target":128},{"source":126,"target":15},{"source":126,"target":129},{"source":126,"target":14},{"source":129,"target":15},{"source":127,"target":130},{"source":127,"target":14},{"source":128,"target":131},{"source":128,"target":14},{"source":15,"target":0},{"source":15,"target":132},{"source":15,"target":133},{"source":15,"target":134},{"source":132,"target":135},{"source":132,"target":15},{"source":133,"target":16},{"source":133,"target":136},{"source":133,"target":15},{"source":136,"target":16},{"source":134,"target":6},{"source":134,"target":137},{"source":134,"target":15},{"source":137,"target":6},{"source":16,"target":0},{"source":16,"target":138},{"source":16,"target":139},{"source":16,"target":140},{"source":138,"target":20},{"source":138,"target":141},{"source":138,"target":16},{"source":141,"target":20},{"source":139,"target":142},{"source":139,"target":16},{"source":140,"target":12},{"source":140,"target":143},{"source":140,"target":16},{"source":143,"target":12},{"source":17,"target":0},{"source":17,"target":144},{"source":17,"target":145},{"source":17,"target":146},{"source":144,"target":17},{"source":145,"target":17},{"source":146,"target":17},{"source":18,"target":0},{"source":18,"target":6},{"source":18,"target":147},{"source":18,"target":148},{"source":18,"target":149},{"source":147,"target":150},{"source":147,"target":18},{"source":148,"target":151},{"source":148,"target":18},{"source":149,"target":6},{"source":19,"target":0},{"source":19,"target":152},{"source":19,"target":153},{"source":152,"target":154},{"source":152,"target":19},{"source":153,"target":155},{"source":153,"target":19},{"source":20,"target":0},{"source":20,"target":156},{"source":20,"target":157},{"source":156,"target":20},{"source":157,"target":20},{"source":21,"target":0},{"source":21,"target":158},{"source":21,"target":159},{"source":21,"target":160},{"source":21,"target":161},{"source":158,"target":162},{"source":158,"target":21},{"source":159,"target":163},{"source":159,"target":21},{"source":160,"target":22},{"source":160,"target":164},{"source":160,"target":21},{"source":164,"target":22},{"source":161,"target":10},{"source":161,"target":165},{"source":161,"target":21},{"source":165,"target":10},{"source":22,"target":0},{"source":22,"target":166},{"source":22,"target":167},{"source":22,"target":168},{"source":166,"target":169},{"source":166,"target":22},{"source":167,"target":170},{"source":167,"target":22},{"source":168,"target":12},{"source":168,"target":171},{"source":168,"target":22},{"source":171,"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="modemo" nsURI="http://org.eclipse.cmf.occi.multicloud.modemo/ecore"
nsPrefix="modemo">
<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="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#/"/>
<details key="infrastructure" value="platform:/plugin/org.eclipse.cmf.occi.infrastructure/model/Infrastructure.ecore#/"/>
<details key="vmware" value="platform:/resource/org.eclipse.cmf.occi.multicloud.vmware/model/vmware.ecore#/"/>
<details key="accounts" value="platform:/resource/org.eclipse.cmf.occi.multicloud.accounts/model/accounts.ecore#/"/>
<details key="docker" value="platform:/resource/org.eclipse.cmf.occi.docker/model/docker.ecore#/"/>
<details key="modemoec2" value="platform:/resource/org.eclipse.cmf.occi.multicloud.modemoec2/model/modemoec2.ecore#/"/>
<details key="modemoazure" value="platform:/resource/org.eclipse.cmf.occi.multicloud.modemoazure/model/modemoazure.ecore#/"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EDataType" name="Float" instanceClassName="java.lang.Float"/>
<eClassifiers xsi:type="ecore:EEnum" name="OperatorType">
<eLiterals name="GreaterThan" literal="GreaterThan"/>
<eLiterals name="GreaterThanOrEqualTo" value="1" literal="GreaterThanOrEqualTo"/>
<eLiterals name="LessThan" value="2" literal="LessThan"/>
<eLiterals name="LessThanOrEqualTo" value="3" literal="LessThanOrEqualTo"/>
<eLiterals name="EqualTo" value="4" literal="EqualTo"/>
<eLiterals name="NotEqualTo" value="5" literal="NotEqualTo"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ActionOperation">
<eLiterals name="add" literal="add"/>
<eLiterals name="remove" value="1" literal="remove"/>
<eLiterals name="set_to" value="2" literal="set_to"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ActionType">
<eLiterals name="instanceCount" literal="instanceCount"/>
<eLiterals name="percent" value="1" literal="percent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MetricTargetTracking">
<eLiterals name="AverageCpuUtilisation" literal="AverageCpuUtilisation"/>
<eLiterals name="LBRequestCountperTarget" value="1" literal="LBRequestCountperTarget"/>
<eLiterals name="AverageNetworkIn" value="2" literal="AverageNetworkIn"/>
<eLiterals name="AverageNetworkOut" value="3" literal="AverageNetworkOut"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RecurrenceStep">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" lowerBound="1" eType="#//Unit">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Array"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Unit">
<eLiterals name="minute" literal="minute"/>
<eLiterals name="hour" value="1" literal="hour"/>
<eLiterals name="dayOfWeek" value="2" literal="dayOfWeek"/>
<eLiterals name="dayOfMonth" value="3" literal="dayOfMonth"/>
<eLiterals name="month" value="4" literal="month"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Array">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Date" instanceClassName="java.util.Date"/>
<eClassifiers xsi:type="ecore:EClass" name="ArrofRecStep">
<eStructuralFeatures xsi:type="ecore:EReference" name="arrofrecstepValues" upperBound="-1"
eType="#//RecurrenceStep" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Horizontalgroup" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Resource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalgroupName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalgroupGroupSize"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalgroupMaximum"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalgroupMinimum"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalgroupTemplateName"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalgroupLoadBalancer"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Loadbalancer" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Resource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eOperations name="addbackendserver">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
<eOperations name="removebackendserver">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="loadbalancerName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="loadbalancerInstanceIP"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="loadbalancerAddress" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Elasticitycontroller" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Resource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ElasticitycontrollerMinimumLimit"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ElasticitycontrollerMaximumLimit"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instancegrouplink" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Link">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="sourceConstraint targetConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="sourceConstraint" value="self.source.oclIsKindOf(modemo::Horizontalgroup)"/>
<details key="targetConstraint" value="self.target.oclIsKindOf(infrastructure::Compute)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Loadbalancerlink" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Link">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="sourceConstraint targetConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="sourceConstraint" value="self.source.oclIsKindOf(modemo::Horizontalgroup)"/>
<details key="targetConstraint" value="self.target.oclIsKindOf(modemo::Loadbalancer)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Elasticlink" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Link">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="sourceConstraint targetConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="sourceConstraint" value="self.source.oclIsKindOf(modemo::Elasticitycontroller)"/>
<details key="targetConstraint" value="self.target.oclIsKindOf(modemo::Horizontalgroup) or self.target.oclIsKindOf(infrastructure::Compute)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Link">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="sourceConstraint targetConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="sourceConstraint" value="self.source.oclIsKindOf(modemo::Elasticitycontroller)"/>
<details key="targetConstraint" value="self.target.oclIsKindOf(modemo::Actiontrigger)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleOperator" eType="#//OperatorType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleThreshold" eType="#//Float">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rulePeriod" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleConsecutive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Actiontrigger" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Resource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actiontriggerAction" eType="#//ActionOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actiontriggerActionType"
eType="#//ActionType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actiontriggerAmount" eType="#//Float">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Step" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Resource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stepLowerStepBound" eType="#//Float">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stepUpperStepBound" eType="#//Float">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stepSize" eType="#//Float">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Steplink" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Link">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="sourceConstraint targetConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="sourceConstraint" value="self.source.oclIsKindOf(modemo::Elasticitycontroller)"/>
<details key="targetConstraint" value="self.target.oclIsKindOf(modemo::Step)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Provider" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Resource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Providerlink" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Link">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="sourceConstraint targetConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="sourceConstraint" value="self.source.oclIsKindOf(modemo::Horizontalgroup)"/>
<details key="targetConstraint" value="self.target.oclIsKindOf(modemo::Provider)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Vmwareprovider" eSuperTypes="#//Provider">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Openstackprovider" eSuperTypes="#//Provider">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Amazonprovider" eSuperTypes="#//Provider">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Azureprovider" eSuperTypes="#//Provider">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Providerinstancelink" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Link">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="sourceConstraint targetConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="sourceConstraint" value="self.source.oclIsKindOf(modemo::Provider)"/>
<details key="targetConstraint" value="self.target.oclIsKindOf(infrastructure::Compute)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Creation" 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(infrastructure::Compute)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="occiComputeCreationDate"
eType="#//Date">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Schedulingpolicy" 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(modemo::Elasticitycontroller)"/>
</eAnnotations>
<eOperations name="start">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
<eOperations name="stop">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Uniqueschedulingpolicy" eSuperTypes="#//Schedulingpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueschedulingpolicyStartDate"
eType="#//Date">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueschedulingpolicyEndDate"
eType="#//Date">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Recurringschedulingpolicy" eSuperTypes="#//Schedulingpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="recurringschedulingpolicyRecurrence"
eType="#//ArrofRecStep" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="recurringschedulingpolicyStartDate"
eType="#//Date">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="recurringschedulingpolicyEndDate"
eType="#//Date">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="recurringschedulingpolicyInterval"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Scalingpolicy" 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(modemo::Elasticitycontroller)"/>
</eAnnotations>
<eOperations name="start">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
<eOperations name="stop">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dynamicscalingpolicy" eSuperTypes="#//Scalingpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamicscalingpolicyCoolDuration"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamicscalingpolicyIterationWaitTime"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dynamicadjustmentscalingpolicy" eSuperTypes="#//Dynamicscalingpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamicadjustmentscalingpolicyMetric"
eType="#//MetricTargetTracking">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamicadjustmentscalingpolicyDisableScaleIn"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamicadjustmentscalingpolicyTarget"
eType="#//Float">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Simpledynamicscalingpolicy" eSuperTypes="#//Dynamicscalingpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Stepdynamicscalingpolicy" eSuperTypes="#//Dynamicscalingpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Manualscalingpolicy" eSuperTypes="#//Scalingpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="manualscalingpolicyDesiredSize"
eType="#//Float">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="manualscalingpolicyComputeUnit"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metric" 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(modemo::Rule)"/>
</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=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cpuutilisation" eSuperTypes="#//Metric platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Memoryutilisation" eSuperTypes="#//Metric platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Allocationpolicy" 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(modemo::Horizontalgroup)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Roundrobin" eSuperTypes="#//Allocationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Responsetime" eSuperTypes="#//Allocationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Cost" eSuperTypes="#//Allocationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Swappingpolicy" 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(modemo::Elasticitycontroller)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sourcemigrationpolicy" 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(modemo::Elasticitycontroller)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Livemigration" eSuperTypes="#//Migrationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Nonlivemigration" eSuperTypes="#//Migrationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Migrationpolicy" 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(modemo::Elasticitycontroller)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dynamicmigrationpolicy" eSuperTypes="#//Sourcemigrationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Manualmigrationpolicy" eSuperTypes="#//Sourcemigrationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Loadvolume" eSuperTypes="#//Dynamicmigrationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Power" eSuperTypes="#//Dynamicmigrationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Targetmigrationpolicy" 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(modemo::Elasticitycontroller)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Availableresources" eSuperTypes="#//Allocationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Manualtargetselection" eSuperTypes="#//Targetmigrationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Availableresourcesorload" eSuperTypes="#//Targetmigrationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Targetresponsetime" eSuperTypes="#//Targetmigrationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Responsetimemetric" eSuperTypes="#//Metric platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Loadbalancerpolicy" 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(modemo::Loadbalancer)"/>
</eAnnotations>
<eOperations name="start">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
<eOperations name="stop">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Roundrobinalgo" eSuperTypes="#//Loadbalancerpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Leastconn" eSuperTypes="#//Loadbalancerpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Leasttraffic" eSuperTypes="#//Loadbalancerpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Wstaticrr" eSuperTypes="#//Loadbalancerpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Source" eSuperTypes="#//Loadbalancerpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="First" eSuperTypes="#//Loadbalancerpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Leastlatency" eSuperTypes="#//Loadbalancerpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
</ecore:EPackage>
| github:ecore:/data/occiware/MoDEMO/plugins/org.eclipse.cmf.occi.multicloud.modemo/model/modemo.ecore | ecore | modemo
Float
java.lang.Float
java.lang.Float
OperatorType
GreaterThan
GreaterThan
GreaterThanOrEqualTo
GreaterThanOrEqualTo
LessThan
LessThan
LessThanOrEqualTo
LessThanOrEqualTo
EqualTo
EqualTo
NotEqualTo
NotEqualTo
ActionOperation
add
add
remove
remove
set_to
set_to
ActionType
instanceCount
instanceCount
percent
percent
MetricTargetTracking
AverageCpuUtilisation
AverageCpuUtilisation
LBRequestCountperTarget
LBRequestCountperTarget
AverageNetworkIn
AverageNetworkIn
AverageNetworkOut
AverageNetworkOut
RecurrenceStep
unit
value
Unit
minute
minute
hour
hour
dayOfWeek
dayOfWeek
dayOfMonth
dayOfMonth
month
month
Array
values
Date
java.util.Date
java.util.Date
ArrofRecStep
arrofrecstepValues
Horizontalgroup
horizontalgroupName
horizontalgroupGroupSize
horizontalgroupMaximum
horizontalgroupMinimum
horizontalgroupTemplateName
horizontalgroupLoadBalancer
Loadbalancer
addbackendserver
removebackendserver
loadbalancerName
loadbalancerInstanceIP
loadbalancerAddress
Elasticitycontroller
ElasticitycontrollerMinimumLimit
ElasticitycontrollerMaximumLimit
Instancegrouplink
Loadbalancerlink
Elasticlink
Rule
ruleOperator
ruleThreshold
rulePeriod
ruleConsecutive
Actiontrigger
actiontriggerAction
actiontriggerActionType
actiontriggerAmount
Step
stepLowerStepBound
stepUpperStepBound
stepSize
Steplink
Provider
Providerlink
Vmwareprovider
Openstackprovider
Amazonprovider
Azureprovider
Providerinstancelink
Creation
occiComputeCreationDate
Schedulingpolicy
start
stop
Uniqueschedulingpolicy
uniqueschedulingpolicyStartDate
uniqueschedulingpolicyEndDate
Recurringschedulingpolicy
recurringschedulingpolicyRecurrence
recurringschedulingpolicyStartDate
recurringschedulingpolicyEndDate
recurringschedulingpolicyInterval
Scalingpolicy
start
stop
Dynamicscalingpolicy
dynamicscalingpolicyCoolDuration
dynamicscalingpolicyIterationWaitTime
Dynamicadjustmentscalingpolicy
dynamicadjustmentscalingpolicyMetric
dynamicadjustmentscalingpolicyDisableScaleIn
dynamicadjustmentscalingpolicyTarget
Simpledynamicscalingpolicy
Stepdynamicscalingpolicy
Manualscalingpolicy
manualscalingpolicyDesiredSize
manualscalingpolicyComputeUnit
Metric
name
Cpuutilisation
Memoryutilisation
Allocationpolicy
Roundrobin
Responsetime
Cost
Swappingpolicy
Sourcemigrationpolicy
Livemigration
Nonlivemigration
Migrationpolicy
Dynamicmigrationpolicy
Manualmigrationpolicy
Loadvolume
Power
Targetmigrationpolicy
Availableresources
Manualtargetselection
Availableresourcesorload
Targetresponsetime
Responsetimemetric
Loadbalancerpolicy
start
stop
Roundrobinalgo
Leastconn
Leasttraffic
Wstaticrr
Source
First
Leastlatency | null | {"directed":true,"nodes":[{"nsPrefix":"modemo","nsURI":"http://org.eclipse.cmf.occi.multicloud.modemo/ecore","name":"modemo","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"Float","instanceClass":"java.lang.Float","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperatorType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActionOperation","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActionType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MetricTargetTracking","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecurrenceStep","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Array","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"Date","instanceClass":"java.util.Date","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrofRecStep","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Horizontalgroup","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loadbalancer","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Elasticitycontroller","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instancegrouplink","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loadbalancerlink","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Elasticlink","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actiontrigger","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Step","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Steplink","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Provider","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Providerlink","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vmwareprovider","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Openstackprovider","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Amazonprovider","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Azureprovider","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Providerinstancelink","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Creation","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schedulingpolicy","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Uniqueschedulingpolicy","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Recurringschedulingpolicy","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scalingpolicy","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dynamicscalingpolicy","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dynamicadjustmentscalingpolicy","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Simpledynamicscalingpolicy","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stepdynamicscalingpolicy","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manualscalingpolicy","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metric","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cpuutilisation","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Memoryutilisation","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Allocationpolicy","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Roundrobin","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Responsetime","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cost","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Swappingpolicy","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sourcemigrationpolicy","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Livemigration","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nonlivemigration","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Migrationpolicy","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dynamicmigrationpolicy","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manualmigrationpolicy","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loadvolume","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Power","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Targetmigrationpolicy","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Availableresources","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manualtargetselection","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Availableresourcesorload","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Targetresponsetime","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Responsetimemetric","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loadbalancerpolicy","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Roundrobinalgo","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Leastconn","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Leasttraffic","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wstaticrr","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"First","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Leastlatency","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"name":"GreaterThan","id":68,"value":0,"literal":"GreaterThan","eClass":"EEnumLiteral"},{"name":"GreaterThanOrEqualTo","id":69,"value":1,"literal":"GreaterThanOrEqualTo","eClass":"EEnumLiteral"},{"name":"LessThan","id":70,"value":2,"literal":"LessThan","eClass":"EEnumLiteral"},{"name":"LessThanOrEqualTo","id":71,"value":3,"literal":"LessThanOrEqualTo","eClass":"EEnumLiteral"},{"name":"EqualTo","id":72,"value":4,"literal":"EqualTo","eClass":"EEnumLiteral"},{"name":"NotEqualTo","id":73,"value":5,"literal":"NotEqualTo","eClass":"EEnumLiteral"},{"name":"add","id":74,"value":0,"literal":"add","eClass":"EEnumLiteral"},{"name":"remove","id":75,"value":1,"literal":"remove","eClass":"EEnumLiteral"},{"name":"set_to","id":76,"value":2,"literal":"set_to","eClass":"EEnumLiteral"},{"name":"instanceCount","id":77,"value":0,"literal":"instanceCount","eClass":"EEnumLiteral"},{"name":"percent","id":78,"value":1,"literal":"percent","eClass":"EEnumLiteral"},{"name":"AverageCpuUtilisation","id":79,"value":0,"literal":"AverageCpuUtilisation","eClass":"EEnumLiteral"},{"name":"LBRequestCountperTarget","id":80,"value":1,"literal":"LBRequestCountperTarget","eClass":"EEnumLiteral"},{"name":"AverageNetworkIn","id":81,"value":2,"literal":"AverageNetworkIn","eClass":"EEnumLiteral"},{"name":"AverageNetworkOut","id":82,"value":3,"literal":"AverageNetworkOut","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":1,"iD":false,"id":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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"name":"minute","id":87,"value":0,"literal":"minute","eClass":"EEnumLiteral"},{"name":"hour","id":88,"value":1,"literal":"hour","eClass":"EEnumLiteral"},{"name":"dayOfWeek","id":89,"value":2,"literal":"dayOfWeek","eClass":"EEnumLiteral"},{"name":"dayOfMonth","id":90,"value":3,"literal":"dayOfMonth","eClass":"EEnumLiteral"},{"name":"month","id":91,"value":4,"literal":"month","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":"values","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrofrecstepValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"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":"horizontalgroupName","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"horizontalgroupGroupSize","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"horizontalgroupMaximum","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"horizontalgroupMinimum","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"horizontalgroupTemplateName","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":"horizontalgroupLoadBalancer","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"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addbackendserver","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removebackendserver","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":"loadbalancerName","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":"loadbalancerInstanceIP","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"loadbalancerAddress","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ElasticitycontrollerMinimumLimit","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ElasticitycontrollerMaximumLimit","changeable":true,"lowerBound":0,"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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ruleOperator","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ruleThreshold","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rulePeriod","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ruleConsecutive","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actiontriggerAction","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actiontriggerActionType","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":"actiontriggerAmount","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stepLowerStepBound","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":"stepUpperStepBound","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":"stepSize","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"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"occiComputeCreationDate","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"start","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stop","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EOperation"},{"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":"uniqueschedulingpolicyStartDate","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":"uniqueschedulingpolicyEndDate","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recurringschedulingpolicyRecurrence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"recurringschedulingpolicyStartDate","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"recurringschedulingpolicyEndDate","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"recurringschedulingpolicyInterval","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"start","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stop","lowerBound":0,"id":180,"many":false,"required":false,"eClass":"EOperation"},{"id":181,"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":"dynamicscalingpolicyCoolDuration","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dynamicscalingpolicyIterationWaitTime","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dynamicadjustmentscalingpolicyMetric","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dynamicadjustmentscalingpolicyDisableScaleIn","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":"dynamicadjustmentscalingpolicyTarget","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"manualscalingpolicyDesiredSize","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"manualscalingpolicyComputeUnit","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"start","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stop","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EOperation"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":1,"target":0},{"source":2,"target":0},{"source":2,"target":68},{"source":2,"target":69},{"source":2,"target":70},{"source":2,"target":71},{"source":2,"target":72},{"source":2,"target":73},{"source":68,"target":2},{"source":69,"target":2},{"source":70,"target":2},{"source":71,"target":2},{"source":72,"target":2},{"source":73,"target":2},{"source":3,"target":0},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":74,"target":3},{"source":75,"target":3},{"source":76,"target":3},{"source":4,"target":0},{"source":4,"target":77},{"source":4,"target":78},{"source":77,"target":4},{"source":78,"target":4},{"source":5,"target":0},{"source":5,"target":79},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":79,"target":5},{"source":80,"target":5},{"source":81,"target":5},{"source":82,"target":5},{"source":6,"target":0},{"source":6,"target":83},{"source":6,"target":84},{"source":83,"target":7},{"source":83,"target":85},{"source":83,"target":6},{"source":85,"target":7},{"source":84,"target":8},{"source":84,"target":86},{"source":84,"target":6},{"source":86,"target":8},{"source":7,"target":0},{"source":7,"target":87},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":87,"target":7},{"source":88,"target":7},{"source":89,"target":7},{"source":90,"target":7},{"source":91,"target":7},{"source":8,"target":0},{"source":8,"target":92},{"source":92,"target":93},{"source":92,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":94},{"source":94,"target":6},{"source":94,"target":95},{"source":94,"target":10},{"source":95,"target":6},{"source":11,"target":0},{"source":11,"target":96},{"source":11,"target":97},{"source":11,"target":98},{"source":11,"target":99},{"source":11,"target":100},{"source":11,"target":101},{"source":11,"target":102},{"source":96,"target":103},{"source":96,"target":11},{"source":97,"target":104},{"source":97,"target":11},{"source":98,"target":105},{"source":98,"target":11},{"source":99,"target":106},{"source":99,"target":11},{"source":100,"target":107},{"source":100,"target":11},{"source":101,"target":108},{"source":101,"target":11},{"source":12,"target":0},{"source":12,"target":109},{"source":12,"target":110},{"source":12,"target":111},{"source":12,"target":112},{"source":12,"target":113},{"source":12,"target":114},{"source":109,"target":12},{"source":110,"target":12},{"source":111,"target":115},{"source":111,"target":12},{"source":112,"target":116},{"source":112,"target":12},{"source":113,"target":117},{"source":113,"target":12},{"source":13,"target":0},{"source":13,"target":118},{"source":13,"target":119},{"source":13,"target":120},{"source":118,"target":121},{"source":118,"target":13},{"source":119,"target":122},{"source":119,"target":13},{"source":14,"target":0},{"source":14,"target":123},{"source":15,"target":0},{"source":15,"target":124},{"source":16,"target":0},{"source":16,"target":125},{"source":17,"target":0},{"source":17,"target":126},{"source":17,"target":127},{"source":17,"target":128},{"source":17,"target":129},{"source":17,"target":130},{"source":126,"target":2},{"source":126,"target":131},{"source":126,"target":17},{"source":131,"target":2},{"source":127,"target":1},{"source":127,"target":132},{"source":127,"target":17},{"source":132,"target":1},{"source":128,"target":133},{"source":128,"target":17},{"source":129,"target":134},{"source":129,"target":17},{"source":18,"target":0},{"source":18,"target":135},{"source":18,"target":136},{"source":18,"target":137},{"source":18,"target":138},{"source":135,"target":3},{"source":135,"target":139},{"source":135,"target":18},{"source":139,"target":3},{"source":136,"target":4},{"source":136,"target":140},{"source":136,"target":18},{"source":140,"target":4},{"source":137,"target":1},{"source":137,"target":141},{"source":137,"target":18},{"source":141,"target":1},{"source":19,"target":0},{"source":19,"target":142},{"source":19,"target":143},{"source":19,"target":144},{"source":19,"target":145},{"source":142,"target":1},{"source":142,"target":146},{"source":142,"target":19},{"source":146,"target":1},{"source":143,"target":1},{"source":143,"target":147},{"source":143,"target":19},{"source":147,"target":1},{"source":144,"target":1},{"source":144,"target":148},{"source":144,"target":19},{"source":148,"target":1},{"source":20,"target":0},{"source":20,"target":149},{"source":21,"target":0},{"source":21,"target":150},{"source":22,"target":0},{"source":22,"target":151},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":152},{"source":152,"target":21},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":153},{"source":153,"target":21},{"source":25,"target":0},{"source":25,"target":21},{"source":25,"target":154},{"source":154,"target":21},{"source":26,"target":0},{"source":26,"target":21},{"source":26,"target":155},{"source":155,"target":21},{"source":27,"target":0},{"source":27,"target":156},{"source":28,"target":0},{"source":28,"target":157},{"source":28,"target":158},{"source":157,"target":9},{"source":157,"target":159},{"source":157,"target":28},{"source":159,"target":9},{"source":29,"target":0},{"source":29,"target":160},{"source":29,"target":161},{"source":29,"target":162},{"source":160,"target":29},{"source":161,"target":29},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":163},{"source":30,"target":164},{"source":30,"target":165},{"source":30,"target":166},{"source":163,"target":9},{"source":163,"target":167},{"source":163,"target":30},{"source":167,"target":9},{"source":164,"target":9},{"source":164,"target":168},{"source":164,"target":30},{"source":168,"target":9},{"source":165,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":169},{"source":31,"target":170},{"source":31,"target":171},{"source":31,"target":172},{"source":31,"target":173},{"source":31,"target":174},{"source":169,"target":10},{"source":169,"target":175},{"source":169,"target":31},{"source":175,"target":10},{"source":170,"target":9},{"source":170,"target":176},{"source":170,"target":31},{"source":176,"target":9},{"source":171,"target":9},{"source":171,"target":177},{"source":171,"target":31},{"source":177,"target":9},{"source":172,"target":178},{"source":172,"target":31},{"source":173,"target":29},{"source":32,"target":0},{"source":32,"target":179},{"source":32,"target":180},{"source":32,"target":181},{"source":179,"target":32},{"source":180,"target":32},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":182},{"source":33,"target":183},{"source":33,"target":184},{"source":33,"target":185},{"source":182,"target":186},{"source":182,"target":33},{"source":183,"target":187},{"source":183,"target":33},{"source":184,"target":32},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":188},{"source":34,"target":189},{"source":34,"target":190},{"source":34,"target":191},{"source":34,"target":192},{"source":188,"target":5},{"source":188,"target":193},{"source":188,"target":34},{"source":193,"target":5},{"source":189,"target":194},{"source":189,"target":34},{"source":190,"target":1},{"source":190,"target":195},{"source":190,"target":34},{"source":195,"target":1},{"source":191,"target":33},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":196},{"source":35,"target":197},{"source":196,"target":33},{"source":36,"target":0},{"source":36,"target":33},{"source":36,"target":198},{"source":36,"target":199},{"source":198,"target":33},{"source":37,"target":0},{"source":37,"target":32},{"source":37,"target":200},{"source":37,"target":201},{"source":37,"target":202},{"source":37,"target":203},{"source":200,"target":1},{"source":200,"target":204},{"source":200,"target":37},{"source":204,"target":1},{"source":201,"target":205},{"source":201,"target":37},{"source":202,"target":32},{"source":38,"target":0},{"source":38,"target":206},{"source":38,"target":207},{"source":206,"target":208},{"source":206,"target":38},{"source":39,"target":0},{"source":39,"target":38},{"source":39,"target":209},{"source":39,"target":210},{"source":209,"target":38},{"source":40,"target":0},{"source":40,"target":38},{"source":40,"target":211},{"source":40,"target":212},{"source":211,"target":38},{"source":41,"target":0},{"source":41,"target":213},{"source":42,"target":0},{"source":42,"target":41},{"source":42,"target":214},{"source":42,"target":215},{"source":214,"target":41},{"source":43,"target":0},{"source":43,"target":41},{"source":43,"target":216},{"source":43,"target":217},{"source":216,"target":41},{"source":44,"target":0},{"source":44,"target":41},{"source":44,"target":218},{"source":44,"target":219},{"source":218,"target":41},{"source":45,"target":0},{"source":45,"target":220},{"source":46,"target":0},{"source":46,"target":221},{"source":47,"target":0},{"source":47,"target":49},{"source":47,"target":222},{"source":47,"target":223},{"source":222,"target":49},{"source":48,"target":0},{"source":48,"target":49},{"source":48,"target":224},{"source":48,"target":225},{"source":224,"target":49},{"source":49,"target":0},{"source":49,"target":226},{"source":50,"target":0},{"source":50,"target":46},{"source":50,"target":227},{"source":50,"target":228},{"source":227,"target":46},{"source":51,"target":0},{"source":51,"target":46},{"source":51,"target":229},{"source":51,"target":230},{"source":229,"target":46},{"source":52,"target":0},{"source":52,"target":50},{"source":52,"target":231},{"source":52,"target":232},{"source":231,"target":50},{"source":53,"target":0},{"source":53,"target":50},{"source":53,"target":233},{"source":53,"target":234},{"source":233,"target":50},{"source":54,"target":0},{"source":54,"target":235},{"source":55,"target":0},{"source":55,"target":41},{"source":55,"target":236},{"source":55,"target":237},{"source":236,"target":41},{"source":56,"target":0},{"source":56,"target":54},{"source":56,"target":238},{"source":56,"target":239},{"source":238,"target":54},{"source":57,"target":0},{"source":57,"target":54},{"source":57,"target":240},{"source":57,"target":241},{"source":240,"target":54},{"source":58,"target":0},{"source":58,"target":54},{"source":58,"target":242},{"source":58,"target":243},{"source":242,"target":54},{"source":59,"target":0},{"source":59,"target":38},{"source":59,"target":244},{"source":59,"target":245},{"source":244,"target":38},{"source":60,"target":0},{"source":60,"target":246},{"source":60,"target":247},{"source":60,"target":248},{"source":246,"target":60},{"source":247,"target":60},{"source":61,"target":0},{"source":61,"target":60},{"source":61,"target":249},{"source":61,"target":250},{"source":249,"target":60},{"source":62,"target":0},{"source":62,"target":60},{"source":62,"target":251},{"source":62,"target":252},{"source":251,"target":60},{"source":63,"target":0},{"source":63,"target":60},{"source":63,"target":253},{"source":63,"target":254},{"source":253,"target":60},{"source":64,"target":0},{"source":64,"target":60},{"source":64,"target":255},{"source":64,"target":256},{"source":255,"target":60},{"source":65,"target":0},{"source":65,"target":60},{"source":65,"target":257},{"source":65,"target":258},{"source":257,"target":60},{"source":66,"target":0},{"source":66,"target":60},{"source":66,"target":259},{"source":66,"target":260},{"source":259,"target":60},{"source":67,"target":0},{"source":67,"target":60},{"source":67,"target":261},{"source":67,"target":262},{"source":261,"target":60}],"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="DECENT" nsURI="http://decent/2.0" nsPrefix="DECENT">
<eAnnotations source="http://www.eclipse.org/OCL/Import">
<details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore#/"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1"
eType="#//Project" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="artifactTypeHierarchy"
eType="#//ArtifactTypeHierarchy" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="agentPool" lowerBound="1"
eType="#//AgentPool" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributePool" lowerBound="1"
eType="#//AttributePool" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AgentPool">
<eStructuralFeatures xsi:type="ecore:EReference" name="agents" upperBound="-1"
eType="#//Agent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributePool">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArtifactTypeHierarchy">
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//ArtifactType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArtifactType" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="containerTypes" upperBound="-1"
eType="#//ArtifactType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="agents" upperBound="-1"
eType="#//Agent" eOpposite="#//Agent/projects"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="location" upperBound="-1"
eType="#//Location" containment="true" eOpposite="#//Location/project"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Agent" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eMail" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="projects" lowerBound="1"
eType="#//Project" eOpposite="#//Project/agents"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="activities" upperBound="-1"
eType="#//Activity" containment="true" eOpposite="#//Activity/agent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Location" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ArtifactType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="project" lowerBound="1"
eType="#//Project" eOpposite="#//Project/location"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootArtifact" lowerBound="1"
eType="#//Artifact" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="typeHierarchy allowedAttributes"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="typeHierarchy" value="type.containerTypes->includes(parent.type) or parent = null"/>
<details key="allowedAttributes" value="attributes->forAll(a : Attribute | a.artifactTypes->includes(self.type)) or type = null"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ArtifactType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Artifact"
eOpposite="#//Artifact/children"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Artifact" containment="true" eOpposite="#//Artifact/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//State" containment="true" eOpposite="#//State/artifact"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="stateSequence allowedAttributeValues uniqueAttributeValues"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="stateSequence" value="(next->excludes(self) or next->size() = 0) and (previous->excludes(self) or previous->size() = 0)"/>
<details key="allowedAttributeValues" value="values->forAll(v : Value | artifact.attributes->includes(v.ofAttribute))"/>
<details key="uniqueAttributeValues" value="artifact.attributes->forAll(a : Attribute | values->select(v : Value | (v.ofAttribute = a))->size() <= 1)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="artifact" lowerBound="1"
eType="#//Artifact" eOpposite="#//Artifact/states"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="activity" ordered="false"
upperBound="-1" eType="#//Activity" eOpposite="#//Activity/state"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fromActivity" ordered="false"
upperBound="-1" eType="#//Activity" eOpposite="#//Activity/targetState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="next" upperBound="-1" eType="#//State"
eOpposite="#//State/previous"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="previous" upperBound="-1"
eType="#//State" eOpposite="#//State/next"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//Value" containment="true" eOpposite="#//Value/inState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="derivedNext" upperBound="-1"
eType="#//State" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="
 if (activity->isEmpty()) 
 then OrderedSet{} 
 else self->collect(s : State | self.activity.targetState) 
 endif"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="derivedPrevious" upperBound="-1"
eType="#//State" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="
 if (fromActivity->isEmpty()) 
 then OrderedSet{} 
 else self->collect(s : State | self.fromActivity.state) 
 endif"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="derivedDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="
 if (fromActivity->isEmpty())
 then null
 else null
 endif"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="activityStates allowedValueDeltas uniqueValueDeltas"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="activityStates" value="state <> targetState"/>
<details key="allowedValueDeltas" value="deltas->forAll(d : Delta | state.artifact.attributes->includes(d.value.ofAttribute))"/>
<details key="uniqueValueDeltas" value="state.artifact.attributes->forAll(a : Attribute | deltas->select(d : Delta | (d.value.ofAttribute = a))->size() <= 1)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="agent" lowerBound="1" eType="#//Agent"
eOpposite="#//Agent/activities"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" lowerBound="1" eType="#//State"
eOpposite="#//State/activity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetState" lowerBound="1"
eType="#//State" eOpposite="#//State/fromActivity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="deltas" upperBound="-1"
eType="#//Delta" containment="true" eOpposite="#//Delta/activity"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//ActivityValue" containment="true" eOpposite="#//ActivityValue/activity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="artifactTypes" ordered="false"
upperBound="-1" eType="#//ArtifactType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="ofAttribute.name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringContent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ofAttribute" lowerBound="1"
eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inState" lowerBound="1"
eType="#//State" eOpposite="#//State/values"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Delta">
<eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1"
eType="#//Activity" eOpposite="#//Activity/deltas"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="onAttribute" lowerBound="1"
eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetValue" lowerBound="1"
eType="#//Value" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="activity.targetState.values->select(v : Value | v.ofAttribute = self.onAttribute)->last()"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Value"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="activity.state.values->select(v : Value | v.ofAttribute = self.onAttribute)->last()"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="change" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="if targetValue.oclIsUndefined() or value.oclIsUndefined() then 0 else targetValue.content - value.content endif"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivityValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="ofAttribute.name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringContent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ofAttribute" lowerBound="1"
eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1"
eType="#//Activity" eOpposite="#//Activity/values"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivityType" eSuperTypes="#//Element"/>
</ecore:EPackage>
| github:ecore:/data/tue-mdse/ocl-dataset/dataset/repos/DECENTSoftwareAssessment/DECENT.Meta/model/DECENTv2.ecore | ecore | DECENT
Model
name
projects
artifactTypeHierarchy
agentPool
attributePool
Element
name
ID
-1
AgentPool
agents
AttributePool
attributes
ArtifactTypeHierarchy
types
ArtifactType
containerTypes
Project
agents
location
Agent
eMail
projects
activities
Location
type
project
rootArtifact
Artifact
type
parent
children
states
attributes
State
artifact
activity
fromActivity
next
previous
values
derivedNext
derivedPrevious
derivedDate
Activity
type
description
agent
state
targetState
deltas
date
values
Attribute
artifactTypes
type
Value
name
content
stringContent
ofAttribute
inState
Delta
activity
onAttribute
targetValue
value
change
ActivityValue
name
content
stringContent
ofAttribute
activity
ActivityType | null | {"directed":true,"nodes":[{"nsPrefix":"DECENT","nsURI":"http://decent/2.0","name":"DECENT","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":"Element","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AgentPool","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributePool","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtifactTypeHierarchy","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtifactType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Agent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Location","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","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":"Value","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delta","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityValue","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"projects","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":"artifactTypeHierarchy","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":"agentPool","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributePool","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"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":28,"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":"ID","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"agents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":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},{"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":"types","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"agents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"projects","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eMail","changeable":true,"lowerBound":1,"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":"activities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"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":"agent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rootArtifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"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":"artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"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":"fromActivity","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":"next","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":"previous","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","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":"derivedNext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"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":"derivedPrevious","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"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":"derivedDate","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":true},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"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":"inState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"deltas","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"date","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","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"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"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":"artifactTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":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":"stringContent","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ofAttribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"onAttribute","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"targetValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"change","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":true},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":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":"stringContent","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ofAttribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":18,"target":23},{"source":18,"target":1},{"source":19,"target":7},{"source":19,"target":24},{"source":19,"target":1},{"source":24,"target":7},{"source":20,"target":5},{"source":20,"target":25},{"source":20,"target":1},{"source":25,"target":5},{"source":21,"target":3},{"source":21,"target":26},{"source":21,"target":1},{"source":26,"target":3},{"source":22,"target":4},{"source":22,"target":27},{"source":22,"target":1},{"source":27,"target":4},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":28,"target":30},{"source":28,"target":2},{"source":29,"target":31},{"source":29,"target":2},{"source":3,"target":0},{"source":3,"target":32},{"source":32,"target":8},{"source":32,"target":33},{"source":32,"target":3},{"source":33,"target":8},{"source":4,"target":0},{"source":4,"target":34},{"source":34,"target":13},{"source":34,"target":35},{"source":34,"target":4},{"source":35,"target":13},{"source":5,"target":0},{"source":5,"target":36},{"source":36,"target":6},{"source":36,"target":37},{"source":36,"target":5},{"source":37,"target":6},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":38},{"source":6,"target":39},{"source":38,"target":6},{"source":38,"target":40},{"source":38,"target":6},{"source":40,"target":6},{"source":39,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":41,"target":8},{"source":41,"target":44},{"source":41,"target":7},{"source":41,"target":45},{"source":44,"target":8},{"source":42,"target":9},{"source":42,"target":46},{"source":42,"target":7},{"source":42,"target":47},{"source":46,"target":9},{"source":43,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":48},{"source":8,"target":45},{"source":8,"target":49},{"source":8,"target":50},{"source":48,"target":51},{"source":48,"target":8},{"source":45,"target":7},{"source":45,"target":52},{"source":45,"target":8},{"source":45,"target":41},{"source":52,"target":7},{"source":49,"target":12},{"source":49,"target":53},{"source":49,"target":8},{"source":49,"target":54},{"source":53,"target":12},{"source":50,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":55},{"source":9,"target":47},{"source":9,"target":56},{"source":9,"target":57},{"source":55,"target":6},{"source":55,"target":58},{"source":55,"target":9},{"source":58,"target":6},{"source":47,"target":7},{"source":47,"target":59},{"source":47,"target":9},{"source":47,"target":42},{"source":59,"target":7},{"source":56,"target":10},{"source":56,"target":60},{"source":56,"target":9},{"source":60,"target":10},{"source":57,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":61},{"source":10,"target":62},{"source":10,"target":63},{"source":10,"target":64},{"source":10,"target":65},{"source":10,"target":66},{"source":61,"target":6},{"source":61,"target":67},{"source":61,"target":10},{"source":67,"target":6},{"source":62,"target":10},{"source":62,"target":68},{"source":62,"target":10},{"source":62,"target":63},{"source":68,"target":10},{"source":63,"target":10},{"source":63,"target":69},{"source":63,"target":10},{"source":63,"target":62},{"source":69,"target":10},{"source":64,"target":11},{"source":64,"target":70},{"source":64,"target":10},{"source":64,"target":71},{"source":70,"target":11},{"source":65,"target":13},{"source":65,"target":72},{"source":65,"target":10},{"source":72,"target":13},{"source":66,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":71},{"source":11,"target":73},{"source":11,"target":74},{"source":11,"target":75},{"source":11,"target":76},{"source":11,"target":77},{"source":11,"target":78},{"source":11,"target":79},{"source":11,"target":80},{"source":11,"target":81},{"source":71,"target":10},{"source":71,"target":82},{"source":71,"target":11},{"source":71,"target":64},{"source":82,"target":10},{"source":73,"target":12},{"source":73,"target":83},{"source":73,"target":11},{"source":73,"target":84},{"source":83,"target":12},{"source":74,"target":12},{"source":74,"target":85},{"source":74,"target":11},{"source":74,"target":86},{"source":85,"target":12},{"source":75,"target":11},{"source":75,"target":87},{"source":75,"target":11},{"source":75,"target":76},{"source":87,"target":11},{"source":76,"target":11},{"source":76,"target":88},{"source":76,"target":11},{"source":76,"target":75},{"source":88,"target":11},{"source":77,"target":14},{"source":77,"target":89},{"source":77,"target":11},{"source":77,"target":90},{"source":89,"target":14},{"source":78,"target":11},{"source":78,"target":91},{"source":78,"target":11},{"source":91,"target":11},{"source":79,"target":11},{"source":79,"target":92},{"source":79,"target":11},{"source":92,"target":11},{"source":80,"target":93},{"source":80,"target":11},{"source":81,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":94},{"source":12,"target":95},{"source":12,"target":54},{"source":12,"target":84},{"source":12,"target":86},{"source":12,"target":96},{"source":12,"target":97},{"source":12,"target":98},{"source":12,"target":99},{"source":94,"target":100},{"source":94,"target":12},{"source":95,"target":101},{"source":95,"target":12},{"source":54,"target":8},{"source":54,"target":102},{"source":54,"target":12},{"source":54,"target":49},{"source":102,"target":8},{"source":84,"target":11},{"source":84,"target":103},{"source":84,"target":12},{"source":84,"target":73},{"source":103,"target":11},{"source":86,"target":11},{"source":86,"target":104},{"source":86,"target":12},{"source":86,"target":74},{"source":104,"target":11},{"source":96,"target":15},{"source":96,"target":105},{"source":96,"target":12},{"source":96,"target":106},{"source":105,"target":15},{"source":97,"target":107},{"source":97,"target":12},{"source":98,"target":16},{"source":98,"target":108},{"source":98,"target":12},{"source":98,"target":109},{"source":108,"target":16},{"source":99,"target":2},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":110},{"source":13,"target":111},{"source":13,"target":112},{"source":110,"target":6},{"source":110,"target":113},{"source":110,"target":13},{"source":113,"target":6},{"source":111,"target":114},{"source":111,"target":13},{"source":112,"target":2},{"source":14,"target":0},{"source":14,"target":115},{"source":14,"target":116},{"source":14,"target":117},{"source":14,"target":118},{"source":14,"target":90},{"source":115,"target":119},{"source":115,"target":14},{"source":116,"target":120},{"source":116,"target":14},{"source":117,"target":121},{"source":117,"target":14},{"source":118,"target":13},{"source":118,"target":122},{"source":118,"target":14},{"source":122,"target":13},{"source":90,"target":11},{"source":90,"target":123},{"source":90,"target":14},{"source":90,"target":77},{"source":123,"target":11},{"source":15,"target":0},{"source":15,"target":106},{"source":15,"target":124},{"source":15,"target":125},{"source":15,"target":126},{"source":15,"target":127},{"source":106,"target":12},{"source":106,"target":128},{"source":106,"target":15},{"source":106,"target":96},{"source":128,"target":12},{"source":124,"target":13},{"source":124,"target":129},{"source":124,"target":15},{"source":129,"target":13},{"source":125,"target":14},{"source":125,"target":130},{"source":125,"target":15},{"source":130,"target":14},{"source":126,"target":14},{"source":126,"target":131},{"source":126,"target":15},{"source":131,"target":14},{"source":127,"target":132},{"source":127,"target":15},{"source":16,"target":0},{"source":16,"target":133},{"source":16,"target":134},{"source":16,"target":135},{"source":16,"target":136},{"source":16,"target":109},{"source":133,"target":137},{"source":133,"target":16},{"source":134,"target":138},{"source":134,"target":16},{"source":135,"target":139},{"source":135,"target":16},{"source":136,"target":13},{"source":136,"target":140},{"source":136,"target":16},{"source":140,"target":13},{"source":109,"target":12},{"source":109,"target":141},{"source":109,"target":16},{"source":109,"target":98},{"source":141,"target":12},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":142},{"source":142,"target":2}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="as3"
nsURI="http://axdt.org/uri/As3" nsPrefix="as3">
<eClassifiers xsi:type="ecore:EClass" name="IDirective" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="IPackageDirective" abstract="true" interface="true"
eSuperTypes="#//IDirective"/>
<eClassifiers xsi:type="ecore:EClass" name="ITypeDirective" abstract="true" interface="true"
eSuperTypes="#//IPackageDirective"/>
<eClassifiers xsi:type="ecore:EClass" name="IBlockDirective" abstract="true" interface="true"
eSuperTypes="#//ITypeDirective #//ICaseElement"/>
<eClassifiers xsi:type="ecore:EClass" name="IStatement" abstract="true" interface="true"
eSuperTypes="#//IBlockDirective"/>
<eClassifiers xsi:type="ecore:EClass" name="IExpression" abstract="true">
<eOperations name="resolveType" eType="#//AvmTypeAccess"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IAssignmentExpression" abstract="true"
interface="true" eSuperTypes="#//IExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="IConditionalExpression" abstract="true"
interface="true" eSuperTypes="#//IAssignmentExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="ILogicalExpression" abstract="true"
interface="true" eSuperTypes="#//IConditionalExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="IBitwiseExpression" abstract="true"
interface="true" eSuperTypes="#//ILogicalExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="IEqualityExpression" abstract="true"
interface="true" eSuperTypes="#//IBitwiseExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="IRelationalExpression" abstract="true"
interface="true" eSuperTypes="#//IEqualityExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="IArithmeticExpression" abstract="true"
interface="true" eSuperTypes="#//IRelationalExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="IUnaryExpression" abstract="true" interface="true"
eSuperTypes="#//IArithmeticExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="IPostfixExpression" abstract="true"
interface="true" eSuperTypes="#//IUnaryExpression #//IForInInit"/>
<eClassifiers xsi:type="ecore:EClass" name="IPrimaryExpression" abstract="true"
interface="true" eSuperTypes="#//IPostfixExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="IIdentifier" abstract="true" interface="true"
eSuperTypes="#//IPrimaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="ILiteral" abstract="true" interface="true"
eSuperTypes="#//IPrimaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="ILiteralFieldName" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ICaseElement" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="INonAttributeIdentifier" abstract="true"
interface="true" eSuperTypes="#//IIdentifier"/>
<eClassifiers xsi:type="ecore:EClass" name="IAttribute" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="IForInit"/>
<eClassifiers xsi:type="ecore:EClass" name="IForInInit"/>
<eClassifiers xsi:type="ecore:EClass" name="As3Element" abstract="true" eSuperTypes="../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmElement"/>
<eClassifiers xsi:type="ecore:EClass" name="As3Identifiable" abstract="true" eSuperTypes="#//As3Element ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmIdentifiable"/>
<eClassifiers xsi:type="ecore:EClass" name="As3Definition" abstract="true" eSuperTypes="#//As3Identifiable ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" eType="#//As3Attributes"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3Member" abstract="true" eSuperTypes="#//As3Definition ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmMember #//ITypeDirective"/>
<eClassifiers xsi:type="ecore:EClass" name="As3Executable" abstract="true" interface="true"
eSuperTypes="../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmExecutable">
<eOperations name="getDeclarations">
<eGenericType eClassifier="#//Iterable">
<eTypeArguments eClassifier="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmReferable"/>
</eGenericType>
</eOperations>
<eOperations name="getDirectives">
<eGenericType eClassifier="#//Iterable">
<eTypeArguments eClassifier="#//IDirective"/>
</eGenericType>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//As3Parameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3Program" eSuperTypes="#//As3Element ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmDefinitionContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="#//As3Package"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="directives" upperBound="-1"
eType="#//IDirective" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3Import" eSuperTypes="#//IDirective ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3ImportList" eSuperTypes="#//IBlockDirective">
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//As3Import" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3Include" eSuperTypes="#//IBlockDirective">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="target" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3Use" eSuperTypes="#//IBlockDirective">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//As3ExpressionList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3Package" eSuperTypes="#//As3Identifiable ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmPackage">
<eStructuralFeatures xsi:type="ecore:EReference" name="directives" upperBound="-1"
eType="#//IDirective" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="canonicalName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3Type" abstract="true" eSuperTypes="#//As3Definition ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmDeclaredType #//IPackageDirective">
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedInterfaces" upperBound="-1"
eType="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmTypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="directives" upperBound="-1"
eType="#//IDirective" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3Class" eSuperTypes="#//As3Type ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmClass">
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedClass" eType="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmTypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3Interface" eSuperTypes="#//As3Type ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmInterface"/>
<eClassifiers xsi:type="ecore:EClass" name="As3Namespace" eSuperTypes="#//As3Member ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmNamespace #//IBlockDirective">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//IExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3Variable" eSuperTypes="#//As3Identifiable ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmVariable">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmTypeReference"
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="As3VariableAssign" eSuperTypes="#//As3Variable">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//IExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3VariableDefinition" eSuperTypes="#//IStatement #//IForInit #//IForInInit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#//As3Variable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3Parameter" abstract="true" eSuperTypes="#//As3Variable ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmParameter"/>
<eClassifiers xsi:type="ecore:EClass" name="As3ParameterAssign" eSuperTypes="#//As3Parameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//IExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3ParameterRest" eSuperTypes="#//As3Parameter"/>
<eClassifiers xsi:type="ecore:EClass" name="As3FieldBinding" eSuperTypes="#//As3Member ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmField">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmTypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//IExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3FieldDefinition" eSuperTypes="#//ITypeDirective">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#//As3FieldBinding" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" eType="#//As3Attributes"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3Operation" eSuperTypes="#//As3Member #//As3Executable ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="getter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="setter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmTypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//As3Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3Constructor" eSuperTypes="#//As3Member #//As3Executable ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmConstructor">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//As3Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3MetadataTag" eSuperTypes="#//IAttribute">
<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="#//As3MetadataParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3MetadataParameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ILiteral"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3AttributeExpression" abstract="true"
eSuperTypes="#//IAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="As3SimpleAttributeExpression" eSuperTypes="#//As3AttributeExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="ident" eType="#//IIdentifier"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3QualifiedAttributeExpression" eSuperTypes="#//As3AttributeExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//As3AttributeExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="identifier" eType="#//IIdentifier"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3DefaultXmlNamespaceStatement" eSuperTypes="#//IStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//IExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3TryStatement" eSuperTypes="#//IStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//As3Block"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="catches" upperBound="-1"
eType="#//As3CatchClause" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="finalBlock" eType="#//As3Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3CatchClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="error" eType="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//As3Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3ThrowStatement" eSuperTypes="#//IStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//As3ExpressionList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3ReturnStatement" eSuperTypes="#//IStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//As3ExpressionList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3WithStatement" eSuperTypes="#//IStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//As3ExpressionList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//IStatement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3BreakStatement" eSuperTypes="#//IStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//As3LabeledStatement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3ContinueStatement" eSuperTypes="#//IStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//As3LabeledStatement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3IterationStatement" abstract="true"
eSuperTypes="#//IStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//IStatement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3ConditionalIterationStatement" abstract="true"
eSuperTypes="#//As3IterationStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="conditions" eType="#//As3ExpressionList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3DoStatement" eSuperTypes="#//As3ConditionalIterationStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="As3WhileStatement" eSuperTypes="#//As3ConditionalIterationStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="As3ForStatement" eSuperTypes="#//As3ConditionalIterationStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//IForInit"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iter" eType="#//As3ExpressionList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3ForInStatement" eSuperTypes="#//As3IterationStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//As3ExpressionList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//IForInInit"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="forEach" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3ConditionalStatement" abstract="true"
eSuperTypes="#//IStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="conditions" eType="#//As3ExpressionList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3SwitchStatement" eSuperTypes="#//As3ConditionalStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1"
eType="#//ICaseElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3CaseLabel" abstract="true" eSuperTypes="#//ICaseElement"/>
<eClassifiers xsi:type="ecore:EClass" name="As3DefaultCase" eSuperTypes="#//As3CaseLabel"/>
<eClassifiers xsi:type="ecore:EClass" name="As3ExpressionCase" eSuperTypes="#//As3CaseLabel">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" eType="#//As3ExpressionList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3IfStatement" eSuperTypes="#//As3ConditionalStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//IStatement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" eType="#//IStatement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3LabeledStatement" eSuperTypes="#//IStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//IStatement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3Block" eSuperTypes="#//IStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="directives" upperBound="-1"
eType="#//IDirective" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3SuperStatement" eSuperTypes="#//IStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" eType="#//As3ExpressionList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3ExpressionStatement" eSuperTypes="#//IStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//IExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3EmptyStatement" eSuperTypes="#//IStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="As3ExpressionList" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//IExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3ListExpression" eSuperTypes="#//As3ExpressionList #//IForInit"/>
<eClassifiers xsi:type="ecore:EClass" name="As3Arguments" eSuperTypes="#//As3ExpressionList"/>
<eClassifiers xsi:type="ecore:EClass" name="As3AssignmentExpression" eSuperTypes="#//As3BinaryExpression #//IAssignmentExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3ConditionalExpression" eSuperTypes="#//IConditionalExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//ILogicalExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//IExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" eType="#//IExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3BinaryExpression" abstract="true"
eSuperTypes="#//IExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//IExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//IExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3LogicalExpression" eSuperTypes="#//As3BinaryExpression #//ILogicalExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3BitwiseExpression" eSuperTypes="#//As3BinaryExpression #//IBitwiseExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3EqualityExpression" eSuperTypes="#//As3BinaryExpression #//IEqualityExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3RelationalExpression" eSuperTypes="#//As3BinaryExpression #//IRelationalExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3ShiftExpression" eSuperTypes="#//As3BinaryExpression #//IArithmeticExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3AdditiveExpression" eSuperTypes="#//As3BinaryExpression #//IArithmeticExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3MultiplicativeExpression" eSuperTypes="#//As3BinaryExpression #//IArithmeticExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3UnaryExpression" abstract="true"
eSuperTypes="#//IUnaryExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//IUnaryExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3DeleteExpression" eSuperTypes="#//As3UnaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3VoidExpression" eSuperTypes="#//As3UnaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3TypeOfExpression" eSuperTypes="#//As3UnaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3PreIncrementExpression" eSuperTypes="#//As3UnaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3PreDecrementExpression" eSuperTypes="#//As3UnaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3UnaryPlusExpression" eSuperTypes="#//As3UnaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3UnaryMinusExpression" eSuperTypes="#//As3UnaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3BitwiseNotExpression" eSuperTypes="#//As3UnaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3LogicalNotExpression" eSuperTypes="#//As3UnaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3PostfixExpression" abstract="true"
eSuperTypes="#//IPostfixExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//IPostfixExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3PostIncrementExpression" eSuperTypes="#//As3PostfixExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3PostDecrementExpression" eSuperTypes="#//As3PostfixExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3InvocationExpression" eSuperTypes="#//As3PostfixExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" eType="#//As3ExpressionList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3AccessExpression" eSuperTypes="#//As3PostfixExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//As3PropertyOperator"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3QueryExpression" eSuperTypes="#//As3PostfixExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//As3QueryOperator"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3PostfixOperator" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="identifier" eType="#//IIdentifier"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" eType="#//As3ExpressionList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3PropertyOperator" eSuperTypes="#//As3PostfixOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="As3QueryOperator" eSuperTypes="#//As3PostfixOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="As3SimpleIdentifier" abstract="true"
eSuperTypes="#//INonAttributeIdentifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmReferable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3PropertyIdentifier" eSuperTypes="#//As3SimpleIdentifier #//ILiteralFieldName"/>
<eClassifiers xsi:type="ecore:EClass" name="As3QualifiedIdentifier" abstract="true"
eSuperTypes="#//IIdentifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" eType="#//As3ExpressionList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="identifier" eType="#//IIdentifier"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3AttributeQualifiedIdentifier" eSuperTypes="#//As3QualifiedIdentifier"/>
<eClassifiers xsi:type="ecore:EClass" name="As3NonAttributeQualifiedIdentifier"
abstract="true" eSuperTypes="#//As3QualifiedIdentifier #//INonAttributeIdentifier"/>
<eClassifiers xsi:type="ecore:EClass" name="As3SimpleQualifiedIdentifier" eSuperTypes="#//As3NonAttributeQualifiedIdentifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//IExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3ExpressionQualifiedIdentifier" eSuperTypes="#//As3NonAttributeQualifiedIdentifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//IExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3ThisExpression" eSuperTypes="#//IPrimaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3SuperExpression" eSuperTypes="#//IPrimaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3ParenListExpression" eSuperTypes="#//As3ExpressionList #//IPrimaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="As3FunctionExpression" eSuperTypes="#//IPrimaryExpression #//As3Executable">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmTypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//As3Block"
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="As3NewExpression" eSuperTypes="#//IPrimaryExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//IPostfixExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3ArrayInitializer" eSuperTypes="#//IPrimaryExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//As3ArrayElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3ArrayElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//IExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3ObjectInitializer" eSuperTypes="#//IPrimaryExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//As3LiteralField" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3LiteralField">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//ILiteralFieldName"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//IExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3XmlInitializer" eSuperTypes="#//IPrimaryExpression">
<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="As3NullLiteral" eSuperTypes="#//ILiteral"/>
<eClassifiers xsi:type="ecore:EClass" name="As3BooleanLiteral" eSuperTypes="#//ILiteral">
<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="As3NumberLiteral" eSuperTypes="#//ILiteral #//ILiteralFieldName">
<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="As3StringLiteral" eSuperTypes="#//ILiteral #//ILiteralFieldName">
<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="As3RegexLiteral" eSuperTypes="#//ILiteral">
<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="Iterable" instanceClassName="java.lang.Iterable">
<eTypeParameters name="E"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3ConditionalBlock" eSuperTypes="#//IStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//IIdentifier"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//As3Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3ReservedAttribute" eSuperTypes="#//IAttribute">
<eOperations name="isVisibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EEnum ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmVisibility"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="override" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="final" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="native" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3Attributes">
<eOperations name="isDynamic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isFinal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="getVisibility" eType="ecore:EEnum ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmVisibility"/>
<eOperations name="isStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isNative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isOverride" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//IAttribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="AvmTypeAccess" instanceClassName="org.axdt.as3.util.AvmTypeAccess"/>
<eClassifiers xsi:type="ecore:EClass" name="As3NewVectorExpression" eSuperTypes="#//IPrimaryExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="data" eType="#//As3ArrayInitializer"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="As3TypeParameter" eSuperTypes="#//As3PostfixExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmType"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/As3.ecore | ecore | as3
IDirective
IPackageDirective
ITypeDirective
IBlockDirective
IStatement
IExpression
resolveType
IAssignmentExpression
IConditionalExpression
ILogicalExpression
IBitwiseExpression
IEqualityExpression
IRelationalExpression
IArithmeticExpression
IUnaryExpression
IPostfixExpression
IPrimaryExpression
IIdentifier
ILiteral
ILiteralFieldName
ICaseElement
INonAttributeIdentifier
IAttribute
IForInit
IForInInit
As3Element
As3Identifiable
As3Definition
name
attributes
As3Member
As3Executable
getDeclarations
getDirectives
parameters
As3Program
package
directives
As3Import
qualifiedName
As3ImportList
imports
As3Include
target
As3Use
target
As3Package
directives
canonicalName
As3Type
extendedInterfaces
directives
As3Class
extendedClass
As3Interface
As3Namespace
expression
As3Variable
type
name
As3VariableAssign
expression
As3VariableDefinition
constant
bindings
As3Parameter
As3ParameterAssign
expression
As3ParameterRest
As3FieldBinding
type
expression
As3FieldDefinition
constant
bindings
attributes
As3Operation
getter
setter
returnType
body
As3Constructor
body
As3MetadataTag
name
parameters
As3MetadataParameter
name
value
As3AttributeExpression
As3SimpleAttributeExpression
ident
As3QualifiedAttributeExpression
qualifier
identifier
As3DefaultXmlNamespaceStatement
expression
As3TryStatement
block
catches
finalBlock
As3CatchClause
error
block
As3ThrowStatement
expression
As3ReturnStatement
expression
As3WithStatement
target
statement
As3BreakStatement
labelName
label
As3ContinueStatement
labelName
label
As3IterationStatement
statement
As3ConditionalIterationStatement
conditions
As3DoStatement
As3WhileStatement
As3ForStatement
init
iter
As3ForInStatement
target
init
forEach
As3ConditionalStatement
conditions
As3SwitchStatement
cases
As3CaseLabel
As3DefaultCase
As3ExpressionCase
expressions
As3IfStatement
statement
elseStatement
As3LabeledStatement
name
statement
As3Block
directives
As3SuperStatement
arguments
As3ExpressionStatement
expressions
As3EmptyStatement
As3ExpressionList
expressions
As3ListExpression
As3Arguments
As3AssignmentExpression
As3ConditionalExpression
condition
statement
elseStatement
As3BinaryExpression
left
operation
right
As3LogicalExpression
As3BitwiseExpression
As3EqualityExpression
As3RelationalExpression
As3ShiftExpression
As3AdditiveExpression
As3MultiplicativeExpression
As3UnaryExpression
expression
As3DeleteExpression
As3VoidExpression
As3TypeOfExpression
As3PreIncrementExpression
As3PreDecrementExpression
As3UnaryPlusExpression
As3UnaryMinusExpression
As3BitwiseNotExpression
As3LogicalNotExpression
As3PostfixExpression
expression
As3PostIncrementExpression
As3PostDecrementExpression
As3InvocationExpression
arguments
As3AccessExpression
operator
As3QueryExpression
operator
As3PostfixOperator
identifier
expressions
As3PropertyOperator
As3QueryOperator
As3SimpleIdentifier
name
reference
As3PropertyIdentifier
As3QualifiedIdentifier
expressions
identifier
As3AttributeQualifiedIdentifier
As3NonAttributeQualifiedIdentifier
As3SimpleQualifiedIdentifier
qualifier
As3ExpressionQualifiedIdentifier
qualifier
As3ThisExpression
As3SuperExpression
As3ParenListExpression
As3FunctionExpression
returnType
body
name
As3NewExpression
target
As3ArrayInitializer
elements
As3ArrayElement
expression
As3ObjectInitializer
fields
As3LiteralField
name
expression
As3XmlInitializer
value
As3NullLiteral
As3BooleanLiteral
value
As3NumberLiteral
value
As3StringLiteral
value
As3RegexLiteral
value
Iterable
java.lang.Iterable
java.lang.Iterable
E
As3ConditionalBlock
condition
body
As3ReservedAttribute
isVisibility
visibility
static
override
dynamic
final
native
As3Attributes
isDynamic
isFinal
getVisibility
isStatic
isNative
isOverride
attributes
AvmTypeAccess
org.axdt.as3.util.AvmTypeAccess
org.axdt.as3.util.AvmTypeAccess
As3NewVectorExpression
parameter
data
As3TypeParameter
parameter | null | {"directed":true,"nodes":[{"nsPrefix":"as3","nsURI":"http://axdt.org/uri/As3","name":"as3","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IDirective","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPackageDirective","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ITypeDirective","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBlockDirective","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IStatement","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IExpression","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IAssignmentExpression","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IConditionalExpression","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ILogicalExpression","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBitwiseExpression","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IEqualityExpression","instanceClass":null,"abstract":true,"id":11,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IRelationalExpression","instanceClass":null,"abstract":true,"id":12,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IArithmeticExpression","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IUnaryExpression","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPostfixExpression","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPrimaryExpression","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IIdentifier","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ILiteral","instanceClass":null,"abstract":true,"id":18,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ILiteralFieldName","instanceClass":null,"abstract":true,"id":19,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICaseElement","instanceClass":null,"abstract":true,"id":20,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"INonAttributeIdentifier","instanceClass":null,"abstract":true,"id":21,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IAttribute","instanceClass":null,"abstract":true,"id":22,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IForInit","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IForInInit","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Element","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Identifiable","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Definition","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Member","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Executable","instanceClass":null,"abstract":true,"id":29,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Program","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Import","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ImportList","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Include","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Use","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Package","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Type","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Class","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Interface","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Namespace","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Variable","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3VariableAssign","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3VariableDefinition","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Parameter","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ParameterAssign","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ParameterRest","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3FieldBinding","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3FieldDefinition","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Operation","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Constructor","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3MetadataTag","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3MetadataParameter","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3AttributeExpression","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3SimpleAttributeExpression","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3QualifiedAttributeExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3DefaultXmlNamespaceStatement","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3TryStatement","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3CatchClause","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ThrowStatement","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ReturnStatement","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3WithStatement","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3BreakStatement","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ContinueStatement","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3IterationStatement","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ConditionalIterationStatement","instanceClass":null,"abstract":true,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3DoStatement","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3WhileStatement","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ForStatement","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ForInStatement","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ConditionalStatement","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3SwitchStatement","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3CaseLabel","instanceClass":null,"abstract":true,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3DefaultCase","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ExpressionCase","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3IfStatement","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3LabeledStatement","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Block","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3SuperStatement","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ExpressionStatement","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3EmptyStatement","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ExpressionList","instanceClass":null,"abstract":true,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ListExpression","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Arguments","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3AssignmentExpression","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ConditionalExpression","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3BinaryExpression","instanceClass":null,"abstract":true,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3LogicalExpression","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3BitwiseExpression","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3EqualityExpression","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3RelationalExpression","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ShiftExpression","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3AdditiveExpression","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3MultiplicativeExpression","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3UnaryExpression","instanceClass":null,"abstract":true,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3DeleteExpression","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3VoidExpression","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3TypeOfExpression","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3PreIncrementExpression","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3PreDecrementExpression","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3UnaryPlusExpression","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3UnaryMinusExpression","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3BitwiseNotExpression","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3LogicalNotExpression","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3PostfixExpression","instanceClass":null,"abstract":true,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3PostIncrementExpression","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3PostDecrementExpression","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3InvocationExpression","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3AccessExpression","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3QueryExpression","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3PostfixOperator","instanceClass":null,"abstract":true,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3PropertyOperator","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3QueryOperator","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3SimpleIdentifier","instanceClass":null,"abstract":true,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3PropertyIdentifier","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3QualifiedIdentifier","instanceClass":null,"abstract":true,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3AttributeQualifiedIdentifier","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3NonAttributeQualifiedIdentifier","instanceClass":null,"abstract":true,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3SimpleQualifiedIdentifier","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ExpressionQualifiedIdentifier","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ThisExpression","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3SuperExpression","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ParenListExpression","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3FunctionExpression","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3NewExpression","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ArrayInitializer","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ArrayElement","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ObjectInitializer","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3LiteralField","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3XmlInitializer","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3NullLiteral","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3BooleanLiteral","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3NumberLiteral","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3StringLiteral","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3RegexLiteral","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Iterable","defaultValue":null,"instanceClassName":"java.lang.Iterable","name":"Iterable","instanceClass":"java.lang.Iterable","id":134,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ConditionalBlock","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ReservedAttribute","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Attributes","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.axdt.as3.util.AvmTypeAccess","defaultValue":null,"instanceClassName":"org.axdt.as3.util.AvmTypeAccess","name":"AvmTypeAccess","instanceClass":null,"id":138,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3NewVectorExpression","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3TypeParameter","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveType","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EOperation"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDeclarations","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDirectives","lowerBound":0,"id":175,"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":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedName","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"canonicalName","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"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":"extendedClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":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":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":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":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constant","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"container":false,"ordered":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":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"container":false,"ordered":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":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constant","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"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":"getter","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"setter","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"container":false,"ordered":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":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"container":false,"ordered":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":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ident","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finalBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"error","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelName","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelName","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"label","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":"statement","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"forEach","changeable":true,"lowerBound":0,"iD":false,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":366,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"container":false,"ordered":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":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"container":false,"ordered":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":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"},{"container":false,"ordered":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":388,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"container":false,"ordered":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":395,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"container":false,"ordered":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":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":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":416,"derived":false},{"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"},{"container":false,"ordered":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":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":false},{"container":false,"ordered":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":449,"derived":false},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":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":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"container":false,"ordered":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":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":492,"derived":false},{"container":false,"ordered":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":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"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":500,"derived":false},{"id":501,"eClass":"EGenericType"},{"id":502,"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":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"name":"E","id":514,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":515,"derived":false},{"container":false,"ordered":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":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isVisibility","lowerBound":0,"id":520,"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":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":521,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"lowerBound":0,"iD":false,"id":522,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"override","changeable":true,"lowerBound":0,"iD":false,"id":523,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dynamic","changeable":true,"lowerBound":0,"iD":false,"id":524,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"final","changeable":true,"lowerBound":0,"iD":false,"id":525,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"native","changeable":true,"lowerBound":0,"iD":false,"id":526,"derived":false},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isDynamic","lowerBound":0,"id":535,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isFinal","lowerBound":0,"id":536,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getVisibility","lowerBound":0,"id":537,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isStatic","lowerBound":0,"id":538,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isNative","lowerBound":0,"id":539,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOverride","lowerBound":0,"id":540,"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":549,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":554,"derived":false},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":141},{"source":141,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":142},{"source":142,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":20},{"source":4,"target":143},{"source":4,"target":144},{"source":143,"target":3},{"source":144,"target":20},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":145},{"source":145,"target":4},{"source":6,"target":0},{"source":6,"target":146},{"source":146,"target":138},{"source":146,"target":147},{"source":146,"target":6},{"source":147,"target":138},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":148},{"source":148,"target":6},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":149},{"source":149,"target":7},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":150},{"source":150,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":151},{"source":151,"target":9},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":152},{"source":152,"target":10},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":153},{"source":153,"target":11},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":154},{"source":154,"target":12},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":155},{"source":155,"target":13},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":24},{"source":15,"target":156},{"source":15,"target":157},{"source":156,"target":14},{"source":157,"target":24},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":158},{"source":158,"target":15},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":159},{"source":159,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":160},{"source":160,"target":16},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":161},{"source":161,"target":17},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":162},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":163},{"source":26,"target":164},{"source":163,"target":25},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":165},{"source":27,"target":166},{"source":27,"target":167},{"source":27,"target":168},{"source":165,"target":169},{"source":165,"target":27},{"source":166,"target":137},{"source":166,"target":170},{"source":166,"target":27},{"source":170,"target":137},{"source":167,"target":26},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":3},{"source":28,"target":171},{"source":28,"target":172},{"source":28,"target":173},{"source":171,"target":27},{"source":173,"target":3},{"source":29,"target":0},{"source":29,"target":174},{"source":29,"target":175},{"source":29,"target":176},{"source":29,"target":177},{"source":174,"target":134},{"source":174,"target":178},{"source":174,"target":29},{"source":178,"target":179},{"source":178,"target":134},{"source":175,"target":134},{"source":175,"target":180},{"source":175,"target":29},{"source":180,"target":181},{"source":180,"target":134},{"source":181,"target":1},{"source":176,"target":43},{"source":176,"target":182},{"source":176,"target":29},{"source":182,"target":43},{"source":30,"target":0},{"source":30,"target":25},{"source":30,"target":183},{"source":30,"target":184},{"source":30,"target":185},{"source":30,"target":186},{"source":183,"target":35},{"source":183,"target":187},{"source":183,"target":30},{"source":187,"target":35},{"source":184,"target":1},{"source":184,"target":188},{"source":184,"target":30},{"source":188,"target":1},{"source":185,"target":25},{"source":31,"target":0},{"source":31,"target":1},{"source":31,"target":189},{"source":31,"target":190},{"source":31,"target":191},{"source":189,"target":192},{"source":189,"target":31},{"source":190,"target":1},{"source":32,"target":0},{"source":32,"target":4},{"source":32,"target":193},{"source":32,"target":194},{"source":193,"target":31},{"source":193,"target":195},{"source":193,"target":32},{"source":195,"target":31},{"source":194,"target":4},{"source":33,"target":0},{"source":33,"target":4},{"source":33,"target":196},{"source":33,"target":197},{"source":196,"target":198},{"source":196,"target":33},{"source":197,"target":4},{"source":34,"target":0},{"source":34,"target":4},{"source":34,"target":199},{"source":34,"target":200},{"source":199,"target":80},{"source":199,"target":201},{"source":199,"target":34},{"source":201,"target":80},{"source":200,"target":4},{"source":35,"target":0},{"source":35,"target":26},{"source":35,"target":202},{"source":35,"target":203},{"source":35,"target":204},{"source":35,"target":205},{"source":202,"target":1},{"source":202,"target":206},{"source":202,"target":35},{"source":206,"target":1},{"source":203,"target":207},{"source":203,"target":35},{"source":204,"target":26},{"source":36,"target":0},{"source":36,"target":27},{"source":36,"target":2},{"source":36,"target":208},{"source":36,"target":209},{"source":36,"target":210},{"source":36,"target":211},{"source":36,"target":212},{"source":208,"target":213},{"source":208,"target":36},{"source":209,"target":1},{"source":209,"target":214},{"source":209,"target":36},{"source":214,"target":1},{"source":210,"target":27},{"source":212,"target":2},{"source":37,"target":0},{"source":37,"target":36},{"source":37,"target":215},{"source":37,"target":216},{"source":37,"target":217},{"source":215,"target":218},{"source":215,"target":37},{"source":216,"target":36},{"source":38,"target":0},{"source":38,"target":36},{"source":38,"target":219},{"source":38,"target":220},{"source":219,"target":36},{"source":39,"target":0},{"source":39,"target":28},{"source":39,"target":4},{"source":39,"target":221},{"source":39,"target":222},{"source":39,"target":223},{"source":39,"target":224},{"source":221,"target":6},{"source":221,"target":225},{"source":221,"target":39},{"source":225,"target":6},{"source":222,"target":28},{"source":224,"target":4},{"source":40,"target":0},{"source":40,"target":26},{"source":40,"target":226},{"source":40,"target":227},{"source":40,"target":228},{"source":40,"target":229},{"source":226,"target":230},{"source":226,"target":40},{"source":227,"target":231},{"source":227,"target":40},{"source":228,"target":26},{"source":41,"target":0},{"source":41,"target":40},{"source":41,"target":232},{"source":41,"target":233},{"source":232,"target":6},{"source":232,"target":234},{"source":232,"target":41},{"source":234,"target":6},{"source":233,"target":40},{"source":42,"target":0},{"source":42,"target":5},{"source":42,"target":23},{"source":42,"target":24},{"source":42,"target":235},{"source":42,"target":236},{"source":42,"target":237},{"source":42,"target":238},{"source":42,"target":239},{"source":235,"target":240},{"source":235,"target":42},{"source":236,"target":40},{"source":236,"target":241},{"source":236,"target":42},{"source":241,"target":40},{"source":237,"target":5},{"source":238,"target":23},{"source":239,"target":24},{"source":43,"target":0},{"source":43,"target":40},{"source":43,"target":242},{"source":43,"target":243},{"source":242,"target":40},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":244},{"source":44,"target":245},{"source":244,"target":6},{"source":244,"target":246},{"source":244,"target":44},{"source":246,"target":6},{"source":245,"target":43},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":247},{"source":247,"target":43},{"source":46,"target":0},{"source":46,"target":28},{"source":46,"target":248},{"source":46,"target":249},{"source":46,"target":250},{"source":46,"target":251},{"source":248,"target":252},{"source":248,"target":46},{"source":249,"target":6},{"source":249,"target":253},{"source":249,"target":46},{"source":253,"target":6},{"source":250,"target":28},{"source":47,"target":0},{"source":47,"target":3},{"source":47,"target":254},{"source":47,"target":255},{"source":47,"target":256},{"source":47,"target":257},{"source":254,"target":258},{"source":254,"target":47},{"source":255,"target":46},{"source":255,"target":259},{"source":255,"target":47},{"source":259,"target":46},{"source":256,"target":137},{"source":256,"target":260},{"source":256,"target":47},{"source":260,"target":137},{"source":257,"target":3},{"source":48,"target":0},{"source":48,"target":28},{"source":48,"target":29},{"source":48,"target":261},{"source":48,"target":262},{"source":48,"target":263},{"source":48,"target":264},{"source":48,"target":265},{"source":48,"target":266},{"source":48,"target":267},{"source":261,"target":268},{"source":261,"target":48},{"source":262,"target":269},{"source":262,"target":48},{"source":263,"target":270},{"source":263,"target":48},{"source":264,"target":76},{"source":264,"target":271},{"source":264,"target":48},{"source":271,"target":76},{"source":265,"target":28},{"source":266,"target":29},{"source":49,"target":0},{"source":49,"target":28},{"source":49,"target":29},{"source":49,"target":272},{"source":49,"target":273},{"source":49,"target":274},{"source":49,"target":275},{"source":272,"target":76},{"source":272,"target":276},{"source":272,"target":49},{"source":276,"target":76},{"source":273,"target":28},{"source":274,"target":29},{"source":50,"target":0},{"source":50,"target":22},{"source":50,"target":277},{"source":50,"target":278},{"source":50,"target":279},{"source":277,"target":280},{"source":277,"target":50},{"source":278,"target":51},{"source":278,"target":281},{"source":278,"target":50},{"source":281,"target":51},{"source":279,"target":22},{"source":51,"target":0},{"source":51,"target":282},{"source":51,"target":283},{"source":282,"target":284},{"source":282,"target":51},{"source":283,"target":18},{"source":283,"target":285},{"source":283,"target":51},{"source":285,"target":18},{"source":52,"target":0},{"source":52,"target":22},{"source":52,"target":286},{"source":286,"target":22},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":287},{"source":53,"target":288},{"source":287,"target":17},{"source":287,"target":289},{"source":287,"target":53},{"source":289,"target":17},{"source":288,"target":52},{"source":54,"target":0},{"source":54,"target":52},{"source":54,"target":290},{"source":54,"target":291},{"source":54,"target":292},{"source":290,"target":52},{"source":290,"target":293},{"source":290,"target":54},{"source":293,"target":52},{"source":291,"target":17},{"source":291,"target":294},{"source":291,"target":54},{"source":294,"target":17},{"source":292,"target":52},{"source":55,"target":0},{"source":55,"target":5},{"source":55,"target":295},{"source":55,"target":296},{"source":295,"target":6},{"source":295,"target":297},{"source":295,"target":55},{"source":297,"target":6},{"source":296,"target":5},{"source":56,"target":0},{"source":56,"target":5},{"source":56,"target":298},{"source":56,"target":299},{"source":56,"target":300},{"source":56,"target":301},{"source":298,"target":76},{"source":298,"target":302},{"source":298,"target":56},{"source":302,"target":76},{"source":299,"target":57},{"source":299,"target":303},{"source":299,"target":56},{"source":303,"target":57},{"source":300,"target":76},{"source":300,"target":304},{"source":300,"target":56},{"source":304,"target":76},{"source":301,"target":5},{"source":57,"target":0},{"source":57,"target":305},{"source":57,"target":306},{"source":305,"target":307},{"source":305,"target":57},{"source":306,"target":76},{"source":306,"target":308},{"source":306,"target":57},{"source":308,"target":76},{"source":58,"target":0},{"source":58,"target":5},{"source":58,"target":309},{"source":58,"target":310},{"source":309,"target":80},{"source":309,"target":311},{"source":309,"target":58},{"source":311,"target":80},{"source":310,"target":5},{"source":59,"target":0},{"source":59,"target":5},{"source":59,"target":312},{"source":59,"target":313},{"source":312,"target":80},{"source":312,"target":314},{"source":312,"target":59},{"source":314,"target":80},{"source":313,"target":5},{"source":60,"target":0},{"source":60,"target":5},{"source":60,"target":315},{"source":60,"target":316},{"source":60,"target":317},{"source":315,"target":80},{"source":315,"target":318},{"source":315,"target":60},{"source":318,"target":80},{"source":316,"target":5},{"source":316,"target":319},{"source":316,"target":60},{"source":319,"target":5},{"source":317,"target":5},{"source":61,"target":0},{"source":61,"target":5},{"source":61,"target":320},{"source":61,"target":321},{"source":61,"target":322},{"source":320,"target":323},{"source":320,"target":61},{"source":321,"target":75},{"source":321,"target":324},{"source":321,"target":61},{"source":324,"target":75},{"source":322,"target":5},{"source":62,"target":0},{"source":62,"target":5},{"source":62,"target":325},{"source":62,"target":326},{"source":62,"target":327},{"source":325,"target":328},{"source":325,"target":62},{"source":326,"target":75},{"source":326,"target":329},{"source":326,"target":62},{"source":329,"target":75},{"source":327,"target":5},{"source":63,"target":0},{"source":63,"target":5},{"source":63,"target":330},{"source":63,"target":331},{"source":330,"target":5},{"source":330,"target":332},{"source":330,"target":63},{"source":332,"target":5},{"source":331,"target":5},{"source":64,"target":0},{"source":64,"target":63},{"source":64,"target":333},{"source":64,"target":334},{"source":333,"target":80},{"source":333,"target":335},{"source":333,"target":64},{"source":335,"target":80},{"source":334,"target":63},{"source":65,"target":0},{"source":65,"target":64},{"source":65,"target":336},{"source":336,"target":64},{"source":66,"target":0},{"source":66,"target":64},{"source":66,"target":337},{"source":337,"target":64},{"source":67,"target":0},{"source":67,"target":64},{"source":67,"target":338},{"source":67,"target":339},{"source":67,"target":340},{"source":338,"target":23},{"source":338,"target":341},{"source":338,"target":67},{"source":341,"target":23},{"source":339,"target":80},{"source":339,"target":342},{"source":339,"target":67},{"source":342,"target":80},{"source":340,"target":64},{"source":68,"target":0},{"source":68,"target":63},{"source":68,"target":343},{"source":68,"target":344},{"source":68,"target":345},{"source":68,"target":346},{"source":343,"target":80},{"source":343,"target":347},{"source":343,"target":68},{"source":347,"target":80},{"source":344,"target":24},{"source":344,"target":348},{"source":344,"target":68},{"source":348,"target":24},{"source":345,"target":349},{"source":345,"target":68},{"source":346,"target":63},{"source":69,"target":0},{"source":69,"target":5},{"source":69,"target":350},{"source":69,"target":351},{"source":350,"target":80},{"source":350,"target":352},{"source":350,"target":69},{"source":352,"target":80},{"source":351,"target":5},{"source":70,"target":0},{"source":70,"target":69},{"source":70,"target":353},{"source":70,"target":354},{"source":353,"target":20},{"source":353,"target":355},{"source":353,"target":70},{"source":355,"target":20},{"source":354,"target":69},{"source":71,"target":0},{"source":71,"target":20},{"source":71,"target":356},{"source":356,"target":20},{"source":72,"target":0},{"source":72,"target":71},{"source":72,"target":357},{"source":357,"target":71},{"source":73,"target":0},{"source":73,"target":71},{"source":73,"target":358},{"source":73,"target":359},{"source":358,"target":80},{"source":358,"target":360},{"source":358,"target":73},{"source":360,"target":80},{"source":359,"target":71},{"source":74,"target":0},{"source":74,"target":69},{"source":74,"target":361},{"source":74,"target":362},{"source":74,"target":363},{"source":361,"target":5},{"source":361,"target":364},{"source":361,"target":74},{"source":364,"target":5},{"source":362,"target":5},{"source":362,"target":365},{"source":362,"target":74},{"source":365,"target":5},{"source":363,"target":69},{"source":75,"target":0},{"source":75,"target":5},{"source":75,"target":366},{"source":75,"target":367},{"source":75,"target":368},{"source":366,"target":369},{"source":366,"target":75},{"source":367,"target":5},{"source":367,"target":370},{"source":367,"target":75},{"source":370,"target":5},{"source":368,"target":5},{"source":76,"target":0},{"source":76,"target":5},{"source":76,"target":371},{"source":76,"target":372},{"source":371,"target":1},{"source":371,"target":373},{"source":371,"target":76},{"source":373,"target":1},{"source":372,"target":5},{"source":77,"target":0},{"source":77,"target":5},{"source":77,"target":374},{"source":77,"target":375},{"source":374,"target":80},{"source":374,"target":376},{"source":374,"target":77},{"source":376,"target":80},{"source":375,"target":5},{"source":78,"target":0},{"source":78,"target":5},{"source":78,"target":377},{"source":78,"target":378},{"source":377,"target":6},{"source":377,"target":379},{"source":377,"target":78},{"source":379,"target":6},{"source":378,"target":5},{"source":79,"target":0},{"source":79,"target":5},{"source":79,"target":380},{"source":380,"target":5},{"source":80,"target":0},{"source":80,"target":381},{"source":381,"target":6},{"source":381,"target":382},{"source":381,"target":80},{"source":382,"target":6},{"source":81,"target":0},{"source":81,"target":80},{"source":81,"target":23},{"source":81,"target":383},{"source":81,"target":384},{"source":383,"target":80},{"source":384,"target":23},{"source":82,"target":0},{"source":82,"target":80},{"source":82,"target":385},{"source":385,"target":80},{"source":83,"target":0},{"source":83,"target":85},{"source":83,"target":7},{"source":83,"target":386},{"source":83,"target":387},{"source":386,"target":85},{"source":387,"target":7},{"source":84,"target":0},{"source":84,"target":8},{"source":84,"target":388},{"source":84,"target":389},{"source":84,"target":390},{"source":84,"target":391},{"source":388,"target":9},{"source":388,"target":392},{"source":388,"target":84},{"source":392,"target":9},{"source":389,"target":6},{"source":389,"target":393},{"source":389,"target":84},{"source":393,"target":6},{"source":390,"target":6},{"source":390,"target":394},{"source":390,"target":84},{"source":394,"target":6},{"source":391,"target":8},{"source":85,"target":0},{"source":85,"target":6},{"source":85,"target":395},{"source":85,"target":396},{"source":85,"target":397},{"source":85,"target":398},{"source":395,"target":6},{"source":395,"target":399},{"source":395,"target":85},{"source":399,"target":6},{"source":396,"target":400},{"source":396,"target":85},{"source":397,"target":6},{"source":397,"target":401},{"source":397,"target":85},{"source":401,"target":6},{"source":398,"target":6},{"source":86,"target":0},{"source":86,"target":85},{"source":86,"target":9},{"source":86,"target":402},{"source":86,"target":403},{"source":402,"target":85},{"source":403,"target":9},{"source":87,"target":0},{"source":87,"target":85},{"source":87,"target":10},{"source":87,"target":404},{"source":87,"target":405},{"source":404,"target":85},{"source":405,"target":10},{"source":88,"target":0},{"source":88,"target":85},{"source":88,"target":11},{"source":88,"target":406},{"source":88,"target":407},{"source":406,"target":85},{"source":407,"target":11},{"source":89,"target":0},{"source":89,"target":85},{"source":89,"target":12},{"source":89,"target":408},{"source":89,"target":409},{"source":408,"target":85},{"source":409,"target":12},{"source":90,"target":0},{"source":90,"target":85},{"source":90,"target":13},{"source":90,"target":410},{"source":90,"target":411},{"source":410,"target":85},{"source":411,"target":13},{"source":91,"target":0},{"source":91,"target":85},{"source":91,"target":13},{"source":91,"target":412},{"source":91,"target":413},{"source":412,"target":85},{"source":413,"target":13},{"source":92,"target":0},{"source":92,"target":85},{"source":92,"target":13},{"source":92,"target":414},{"source":92,"target":415},{"source":414,"target":85},{"source":415,"target":13},{"source":93,"target":0},{"source":93,"target":14},{"source":93,"target":416},{"source":93,"target":417},{"source":416,"target":14},{"source":416,"target":418},{"source":416,"target":93},{"source":418,"target":14},{"source":417,"target":14},{"source":94,"target":0},{"source":94,"target":93},{"source":94,"target":419},{"source":419,"target":93},{"source":95,"target":0},{"source":95,"target":93},{"source":95,"target":420},{"source":420,"target":93},{"source":96,"target":0},{"source":96,"target":93},{"source":96,"target":421},{"source":421,"target":93},{"source":97,"target":0},{"source":97,"target":93},{"source":97,"target":422},{"source":422,"target":93},{"source":98,"target":0},{"source":98,"target":93},{"source":98,"target":423},{"source":423,"target":93},{"source":99,"target":0},{"source":99,"target":93},{"source":99,"target":424},{"source":424,"target":93},{"source":100,"target":0},{"source":100,"target":93},{"source":100,"target":425},{"source":425,"target":93},{"source":101,"target":0},{"source":101,"target":93},{"source":101,"target":426},{"source":426,"target":93},{"source":102,"target":0},{"source":102,"target":93},{"source":102,"target":427},{"source":427,"target":93},{"source":103,"target":0},{"source":103,"target":15},{"source":103,"target":428},{"source":103,"target":429},{"source":428,"target":15},{"source":428,"target":430},{"source":428,"target":103},{"source":430,"target":15},{"source":429,"target":15},{"source":104,"target":0},{"source":104,"target":103},{"source":104,"target":431},{"source":431,"target":103},{"source":105,"target":0},{"source":105,"target":103},{"source":105,"target":432},{"source":432,"target":103},{"source":106,"target":0},{"source":106,"target":103},{"source":106,"target":433},{"source":106,"target":434},{"source":433,"target":80},{"source":433,"target":435},{"source":433,"target":106},{"source":435,"target":80},{"source":434,"target":103},{"source":107,"target":0},{"source":107,"target":103},{"source":107,"target":436},{"source":107,"target":437},{"source":436,"target":110},{"source":436,"target":438},{"source":436,"target":107},{"source":438,"target":110},{"source":437,"target":103},{"source":108,"target":0},{"source":108,"target":103},{"source":108,"target":439},{"source":108,"target":440},{"source":439,"target":111},{"source":439,"target":441},{"source":439,"target":108},{"source":441,"target":111},{"source":440,"target":103},{"source":109,"target":0},{"source":109,"target":442},{"source":109,"target":443},{"source":442,"target":17},{"source":442,"target":444},{"source":442,"target":109},{"source":444,"target":17},{"source":443,"target":80},{"source":443,"target":445},{"source":443,"target":109},{"source":445,"target":80},{"source":110,"target":0},{"source":110,"target":109},{"source":110,"target":446},{"source":446,"target":109},{"source":111,"target":0},{"source":111,"target":109},{"source":111,"target":447},{"source":447,"target":109},{"source":112,"target":0},{"source":112,"target":21},{"source":112,"target":448},{"source":112,"target":449},{"source":112,"target":450},{"source":448,"target":451},{"source":448,"target":112},{"source":449,"target":452},{"source":449,"target":112},{"source":450,"target":21},{"source":113,"target":0},{"source":113,"target":112},{"source":113,"target":19},{"source":113,"target":453},{"source":113,"target":454},{"source":453,"target":112},{"source":454,"target":19},{"source":114,"target":0},{"source":114,"target":17},{"source":114,"target":455},{"source":114,"target":456},{"source":114,"target":457},{"source":455,"target":80},{"source":455,"target":458},{"source":455,"target":114},{"source":458,"target":80},{"source":456,"target":17},{"source":456,"target":459},{"source":456,"target":114},{"source":459,"target":17},{"source":457,"target":17},{"source":115,"target":0},{"source":115,"target":114},{"source":115,"target":460},{"source":460,"target":114},{"source":116,"target":0},{"source":116,"target":114},{"source":116,"target":21},{"source":116,"target":461},{"source":116,"target":462},{"source":461,"target":114},{"source":462,"target":21},{"source":117,"target":0},{"source":117,"target":116},{"source":117,"target":463},{"source":117,"target":464},{"source":463,"target":6},{"source":463,"target":465},{"source":463,"target":117},{"source":465,"target":6},{"source":464,"target":116},{"source":118,"target":0},{"source":118,"target":116},{"source":118,"target":466},{"source":118,"target":467},{"source":466,"target":6},{"source":466,"target":468},{"source":466,"target":118},{"source":468,"target":6},{"source":467,"target":116},{"source":119,"target":0},{"source":119,"target":16},{"source":119,"target":469},{"source":469,"target":16},{"source":120,"target":0},{"source":120,"target":16},{"source":120,"target":470},{"source":470,"target":16},{"source":121,"target":0},{"source":121,"target":80},{"source":121,"target":16},{"source":121,"target":471},{"source":121,"target":472},{"source":471,"target":80},{"source":472,"target":16},{"source":122,"target":0},{"source":122,"target":16},{"source":122,"target":29},{"source":122,"target":473},{"source":122,"target":474},{"source":122,"target":475},{"source":122,"target":476},{"source":122,"target":477},{"source":473,"target":478},{"source":473,"target":122},{"source":474,"target":76},{"source":474,"target":479},{"source":474,"target":122},{"source":479,"target":76},{"source":475,"target":480},{"source":475,"target":122},{"source":476,"target":16},{"source":477,"target":29},{"source":123,"target":0},{"source":123,"target":16},{"source":123,"target":481},{"source":123,"target":482},{"source":481,"target":15},{"source":481,"target":483},{"source":481,"target":123},{"source":483,"target":15},{"source":482,"target":16},{"source":124,"target":0},{"source":124,"target":16},{"source":124,"target":484},{"source":124,"target":485},{"source":484,"target":125},{"source":484,"target":486},{"source":484,"target":124},{"source":486,"target":125},{"source":485,"target":16},{"source":125,"target":0},{"source":125,"target":487},{"source":487,"target":6},{"source":487,"target":488},{"source":487,"target":125},{"source":488,"target":6},{"source":126,"target":0},{"source":126,"target":16},{"source":126,"target":489},{"source":126,"target":490},{"source":489,"target":127},{"source":489,"target":491},{"source":489,"target":126},{"source":491,"target":127},{"source":490,"target":16},{"source":127,"target":0},{"source":127,"target":492},{"source":127,"target":493},{"source":492,"target":19},{"source":492,"target":494},{"source":492,"target":127},{"source":494,"target":19},{"source":493,"target":6},{"source":493,"target":495},{"source":493,"target":127},{"source":495,"target":6},{"source":128,"target":0},{"source":128,"target":16},{"source":128,"target":496},{"source":128,"target":497},{"source":496,"target":498},{"source":496,"target":128},{"source":497,"target":16},{"source":129,"target":0},{"source":129,"target":18},{"source":129,"target":499},{"source":499,"target":18},{"source":130,"target":0},{"source":130,"target":18},{"source":130,"target":500},{"source":130,"target":501},{"source":500,"target":502},{"source":500,"target":130},{"source":501,"target":18},{"source":131,"target":0},{"source":131,"target":18},{"source":131,"target":19},{"source":131,"target":503},{"source":131,"target":504},{"source":131,"target":505},{"source":503,"target":506},{"source":503,"target":131},{"source":504,"target":18},{"source":505,"target":19},{"source":132,"target":0},{"source":132,"target":18},{"source":132,"target":19},{"source":132,"target":507},{"source":132,"target":508},{"source":132,"target":509},{"source":507,"target":510},{"source":507,"target":132},{"source":508,"target":18},{"source":509,"target":19},{"source":133,"target":0},{"source":133,"target":18},{"source":133,"target":511},{"source":133,"target":512},{"source":511,"target":513},{"source":511,"target":133},{"source":512,"target":18},{"source":134,"target":0},{"source":134,"target":514},{"source":135,"target":0},{"source":135,"target":5},{"source":135,"target":515},{"source":135,"target":516},{"source":135,"target":517},{"source":515,"target":17},{"source":515,"target":518},{"source":515,"target":135},{"source":518,"target":17},{"source":516,"target":76},{"source":516,"target":519},{"source":516,"target":135},{"source":519,"target":76},{"source":517,"target":5},{"source":136,"target":0},{"source":136,"target":22},{"source":136,"target":520},{"source":136,"target":521},{"source":136,"target":522},{"source":136,"target":523},{"source":136,"target":524},{"source":136,"target":525},{"source":136,"target":526},{"source":136,"target":527},{"source":520,"target":528},{"source":520,"target":136},{"source":521,"target":529},{"source":521,"target":136},{"source":522,"target":530},{"source":522,"target":136},{"source":523,"target":531},{"source":523,"target":136},{"source":524,"target":532},{"source":524,"target":136},{"source":525,"target":533},{"source":525,"target":136},{"source":526,"target":534},{"source":526,"target":136},{"source":527,"target":22},{"source":137,"target":0},{"source":137,"target":535},{"source":137,"target":536},{"source":137,"target":537},{"source":137,"target":538},{"source":137,"target":539},{"source":137,"target":540},{"source":137,"target":541},{"source":535,"target":542},{"source":535,"target":137},{"source":536,"target":543},{"source":536,"target":137},{"source":537,"target":544},{"source":537,"target":137},{"source":538,"target":545},{"source":538,"target":137},{"source":539,"target":546},{"source":539,"target":137},{"source":540,"target":547},{"source":540,"target":137},{"source":541,"target":22},{"source":541,"target":548},{"source":541,"target":137},{"source":548,"target":22},{"source":138,"target":0},{"source":139,"target":0},{"source":139,"target":16},{"source":139,"target":549},{"source":139,"target":550},{"source":139,"target":551},{"source":549,"target":552},{"source":549,"target":139},{"source":550,"target":124},{"source":550,"target":553},{"source":550,"target":139},{"source":553,"target":124},{"source":551,"target":16},{"source":140,"target":0},{"source":140,"target":103},{"source":140,"target":554},{"source":140,"target":555},{"source":554,"target":556},{"source":554,"target":140},{"source":555,"target":103}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright or © or Copr. IETR/INSA - Rennes (2013 - 2017) :
Antoine Morvan <antoine.morvan@insa-rennes.fr> (2017)
Julien Hascoet <jhascoet@kalray.eu> (2016)
Karol Desnos <karol.desnos@insa-rennes.fr> (2013 - 2017)
This software is a computer program whose purpose is to help prototyping
parallel applications using dataflow formalism.
This software is governed by the CeCILL license under French law and
abiding by the rules of distribution of free software. You can use,
modify and/ or redistribute the software under the terms of the CeCILL
license as circulated by CEA, CNRS and INRIA at the following URL
"http://www.cecill.info".
As a counterpart to the access to the source code and rights to copy,
modify and redistribute granted by the license, users are provided only
with a limited warranty and the software's author, the holder of the
economic rights, and the successive licensors have only limited
liability.
In this respect, the user's attention is drawn to the risks associated
with loading, using, modifying and/or developing or reproducing the
software by the user in light of its specific status of free software,
that may mean that it is complicated to manipulate, and that also
therefore means that it is reserved for developers and experienced
professionals having in-depth computer knowledge. Users are therefore
encouraged to load and test the software's suitability as regards their
requirements in conditions enabling the security of their systems and/or
data to be ensured and, more generally, to use and operate it in the
same conditions as regards security.
The fact that you are presently reading this means that you have had
knowledge of the CeCILL license and that you accept its terms.
-->
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="codegen" nsURI="http://codegen/1.0" nsPrefix="codegen">
<eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//CodeElt">
<eStructuralFeatures xsi:type="ecore:EReference" name="codeElts" upperBound="-1"
eType="#//CodeElt" changeable="false" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1"
eType="#//Variable" changeable="false" eOpposite="#//Variable/users"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" upperBound="-1"
eType="#//Variable" containment="true" eOpposite="#//Variable/creator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CodeElt" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Call" abstract="true" eSuperTypes="#//CodeElt">
<eOperations name="addParameter">
<eParameters name="variable" eType="#//Variable"/>
<eParameters name="direction" eType="#//PortDirection"/>
</eOperations>
<eOperations name="removeParameter">
<eParameters name="variable" eType="#//Variable"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Variable" changeable="false"/>
<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="EReference0" eType="#//Call"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterDirections" unique="false"
upperBound="-1" eType="#//PortDirection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" abstract="true" eSuperTypes="#//Commentable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="creator" eType="#//Block"
eOpposite="#//Block/definitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="users" lowerBound="1" upperBound="-1"
eType="#//Block" changeable="false" eOpposite="#//Block/declarations"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Buffer" eSuperTypes="#//Variable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childrens" upperBound="-1"
eType="#//SubBuffer" eOpposite="#//SubBuffer/container"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeSize" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mergedRange" transient="true">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="#//range"/>
</eGenericType>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="local" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubBuffer" eSuperTypes="#//Buffer">
<eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1"
eType="#//Buffer" eOpposite="#//Buffer/childrens"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="#//Variable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionCall" eSuperTypes="#//Call">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actorName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Communication" eSuperTypes="#//Call">
<eOperations name="getCoreContainer" lowerBound="1" eType="#//CoreBlock"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" lowerBound="1"
eType="#//Direction"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="delimiter" lowerBound="1"
eType="#//Delimiter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="data" lowerBound="1" eType="#//Buffer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sendStart" eType="#//Communication"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sendEnd" eType="#//Communication"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="receiveStart" eType="#//Communication"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="receiveEnd" eType="#//Communication"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" lowerBound="1" upperBound="-1"
eType="#//CommunicationNode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="receiveRelease" eType="#//Communication"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sendReserve" eType="#//Communication"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Direction">
<eLiterals name="SEND"/>
<eLiterals name="RECEIVE" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Delimiter">
<eLiterals name="START"/>
<eLiterals name="END" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CoreBlock" eSuperTypes="#//Block">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopBlock" lowerBound="1"
eType="#//LoopBlock"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initBlock" lowerBound="1"
eType="#//CallBlock"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="coreType" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="coreID" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActorBlock" eSuperTypes="#//Block">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopBlock" lowerBound="1"
eType="#//LoopBlock"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initBlock" lowerBound="1"
eType="#//CallBlock"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopBlock" eSuperTypes="#//Block"/>
<eClassifiers xsi:type="ecore:EClass" name="ActorCall" eSuperTypes="#//Call"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBlock" eSuperTypes="#//Block"/>
<eClassifiers xsi:type="ecore:EClass" name="SpecialCall" eSuperTypes="#//Call">
<eOperations name="isFork" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isJoin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isBroadcast" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isRoundBuffer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="addInputBuffer">
<eParameters name="buffer" eType="#//Buffer"/>
</eOperations>
<eOperations name="addOutputBuffer">
<eParameters name="buffer" eType="#//Buffer"/>
</eOperations>
<eOperations name="removeInputBuffer">
<eParameters name="buffer" eType="#//Buffer"/>
</eOperations>
<eOperations name="removeOutputBuffer">
<eParameters name="buffer" eType="#//Buffer"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//SpecialType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputBuffers" lowerBound="1"
upperBound="-1" eType="#//Buffer" changeable="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputBuffers" lowerBound="1"
upperBound="-1" eType="#//Buffer" changeable="false" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SpecialType">
<eLiterals name="FORK"/>
<eLiterals name="JOIN" value="1"/>
<eLiterals name="BROADCAST" value="2"/>
<eLiterals name="ROUND_BUFFER" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FifoCall" eSuperTypes="#//Call">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" lowerBound="1"
eType="#//FifoOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fifoHead" eType="#//FifoCall"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fifoTail" eType="#//FifoCall"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="headBuffer" eType="#//Buffer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bodyBuffer" eType="#//Buffer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FifoOperation">
<eLiterals name="PUSH"/>
<eLiterals name="POP" value="1"/>
<eLiterals name="INIT" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Commentable" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SharedMemoryCommunication" eSuperTypes="#//Communication"/>
<eClassifiers xsi:type="ecore:EEnum" name="PortDirection">
<eLiterals name="INPUT"/>
<eLiterals name="OUTPUT" value="1"/>
<eLiterals name="NONE" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantString" eSuperTypes="#//Variable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NullBuffer" eSuperTypes="#//SubBuffer"/>
<eClassifiers xsi:type="ecore:EDataType" name="range" instanceClassName="org.ietr.preesm.memory.script.Range"/>
<eClassifiers xsi:type="ecore:EClass" name="FiniteLoopBlock" eSuperTypes="#//LoopBlock">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nbIter" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iter" eType="#//IntVar"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inBuffers" upperBound="-1"
eType="#//BufferIterator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outBuffers" upperBound="-1"
eType="#//BufferIterator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntVar" eSuperTypes="#//Variable"/>
<eClassifiers xsi:type="ecore:EClass" name="BufferIterator" eSuperTypes="#//SubBuffer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iterSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iter" eType="#//IntVar"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/skanur/preesm/plugins/org.ietr.preesm.codegen.xtend/model/codegen.ecore | ecore | codegen
Block
codeElts
declarations
name
definitions
CodeElt
Call
addParameter
variable
direction
removeParameter
variable
parameters
name
EReference0
parameterDirections
Variable
name
type
creator
users
Buffer
size
childrens
typeSize
mergedRange
local
false
SubBuffer
container
offset
Constant
value
FunctionCall
actorName
Communication
getCoreContainer
direction
delimiter
data
sendStart
sendEnd
receiveStart
receiveEnd
id
nodes
receiveRelease
sendReserve
Direction
SEND
SEND
RECEIVE
RECEIVE
Delimiter
START
START
END
END
CoreBlock
loopBlock
initBlock
coreType
coreID
ActorBlock
loopBlock
initBlock
LoopBlock
ActorCall
CallBlock
SpecialCall
isFork
isJoin
isBroadcast
isRoundBuffer
addInputBuffer
buffer
addOutputBuffer
buffer
removeInputBuffer
buffer
removeOutputBuffer
buffer
type
inputBuffers
outputBuffers
SpecialType
FORK
FORK
JOIN
JOIN
BROADCAST
BROADCAST
ROUND_BUFFER
ROUND_BUFFER
FifoCall
operation
fifoHead
fifoTail
headBuffer
bodyBuffer
FifoOperation
PUSH
PUSH
POP
POP
INIT
INIT
Commentable
comment
CommunicationNode
name
type
SharedMemoryCommunication
PortDirection
INPUT
INPUT
OUTPUT
OUTPUT
NONE
NONE
ConstantString
value
NullBuffer
range
org.ietr.preesm.memory.script.Range
org.ietr.preesm.memory.script.Range
FiniteLoopBlock
nbIter
iter
inBuffers
outBuffers
IntVar
BufferIterator
iterSize
iter | null | {"directed":true,"nodes":[{"nsPrefix":"codegen","nsURI":"http://codegen/1.0","name":"codegen","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeElt","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Buffer","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubBuffer","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Communication","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Direction","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Delimiter","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoreBlock","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorBlock","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopBlock","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorCall","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBlock","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecialCall","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SpecialType","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FifoCall","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FifoOperation","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Commentable","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationNode","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SharedMemoryCommunication","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PortDirection","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantString","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullBuffer","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.ietr.preesm.memory.script.Range","defaultValue":null,"instanceClassName":"org.ietr.preesm.memory.script.Range","name":"range","instanceClass":null,"id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FiniteLoopBlock","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntVar","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BufferIterator","instanceClass":null,"abstract":false,"id":30,"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":"codeElts","changeable":false,"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":"declarations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"users","changeable":false,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"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":"creator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"addParameter","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeParameter","lowerBound":0,"id":43,"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":"parameters","changeable":false,"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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"EReference0","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"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":"parameterDirections","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"variable","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"direction","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EParameter"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"variable","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EParameter"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":59,"derived":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":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":1,"iD":false,"id":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":"childrens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeSize","changeable":true,"lowerBound":1,"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":true,"unique":true,"name":"mergedRange","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":"false","unsettable":false,"transient":false,"unique":true,"name":"local","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actorName","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCoreContainer","lowerBound":1,"id":89,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"delimiter","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":"data","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sendStart","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":true,"unique":true,"name":"sendEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"receiveStart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"receiveEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":97,"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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"unique":true,"name":"receiveRelease","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sendReserve","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"name":"SEND","id":114,"value":0,"literal":"SEND","eClass":"EEnumLiteral"},{"name":"RECEIVE","id":115,"value":1,"literal":"RECEIVE","eClass":"EEnumLiteral"},{"name":"START","id":116,"value":0,"literal":"START","eClass":"EEnumLiteral"},{"name":"END","id":117,"value":1,"literal":"END","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":"loopBlock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initBlock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"coreType","changeable":true,"lowerBound":1,"iD":false,"id":120,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"coreID","changeable":true,"lowerBound":1,"iD":true,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopBlock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initBlock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isFork","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isJoin","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isBroadcast","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isRoundBuffer","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addInputBuffer","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addOutputBuffer","lowerBound":0,"id":140,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeInputBuffer","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeOutputBuffer","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":143,"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":"inputBuffers","changeable":false,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputBuffers","changeable":false,"resolveProxies":false,"lowerBound":1,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"buffer","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EParameter"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"buffer","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EParameter"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"buffer","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EParameter"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"buffer","lowerBound":0,"id":157,"many":false,"required":false,"eClass":"EParameter"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"name":"FORK","id":162,"value":0,"literal":"FORK","eClass":"EEnumLiteral"},{"name":"JOIN","id":163,"value":1,"literal":"JOIN","eClass":"EEnumLiteral"},{"name":"BROADCAST","id":164,"value":2,"literal":"BROADCAST","eClass":"EEnumLiteral"},{"name":"ROUND_BUFFER","id":165,"value":3,"literal":"ROUND_BUFFER","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":1,"iD":false,"id":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":true,"unique":true,"name":"fifoHead","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"fifoTail","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"headBuffer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bodyBuffer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"name":"PUSH","id":177,"value":0,"literal":"PUSH","eClass":"EEnumLiteral"},{"name":"POP","id":178,"value":1,"literal":"POP","eClass":"EEnumLiteral"},{"name":"INIT","id":179,"value":2,"literal":"INIT","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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"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":182,"derived":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":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"name":"INPUT","id":187,"value":0,"literal":"INPUT","eClass":"EEnumLiteral"},{"name":"OUTPUT","id":188,"value":1,"literal":"OUTPUT","eClass":"EEnumLiteral"},{"name":"NONE","id":189,"value":2,"literal":"NONE","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":"value","changeable":true,"lowerBound":1,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"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":"nbIter","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"iter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inBuffers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outBuffers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iterSize","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"iter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":31,"target":2},{"source":31,"target":36},{"source":31,"target":1},{"source":36,"target":2},{"source":32,"target":4},{"source":32,"target":37},{"source":32,"target":1},{"source":32,"target":38},{"source":37,"target":4},{"source":33,"target":39},{"source":33,"target":1},{"source":34,"target":4},{"source":34,"target":40},{"source":34,"target":1},{"source":34,"target":41},{"source":40,"target":4},{"source":35,"target":2},{"source":2,"target":0},{"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":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":42,"target":3},{"source":42,"target":49},{"source":42,"target":50},{"source":49,"target":4},{"source":49,"target":51},{"source":49,"target":42},{"source":51,"target":4},{"source":50,"target":24},{"source":50,"target":52},{"source":50,"target":42},{"source":52,"target":24},{"source":43,"target":3},{"source":43,"target":53},{"source":53,"target":4},{"source":53,"target":54},{"source":53,"target":43},{"source":54,"target":4},{"source":44,"target":4},{"source":44,"target":55},{"source":44,"target":3},{"source":55,"target":4},{"source":45,"target":56},{"source":45,"target":3},{"source":46,"target":3},{"source":46,"target":57},{"source":46,"target":3},{"source":57,"target":3},{"source":47,"target":24},{"source":47,"target":58},{"source":47,"target":3},{"source":58,"target":24},{"source":48,"target":2},{"source":4,"target":0},{"source":4,"target":21},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":41},{"source":4,"target":38},{"source":4,"target":61},{"source":59,"target":62},{"source":59,"target":4},{"source":60,"target":63},{"source":60,"target":4},{"source":41,"target":1},{"source":41,"target":64},{"source":41,"target":4},{"source":41,"target":34},{"source":64,"target":1},{"source":38,"target":1},{"source":38,"target":65},{"source":38,"target":4},{"source":38,"target":32},{"source":65,"target":1},{"source":61,"target":21},{"source":5,"target":0},{"source":5,"target":4},{"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":66,"target":72},{"source":66,"target":5},{"source":67,"target":6},{"source":67,"target":73},{"source":67,"target":5},{"source":67,"target":74},{"source":73,"target":6},{"source":68,"target":75},{"source":68,"target":5},{"source":69,"target":76},{"source":69,"target":5},{"source":76,"target":77},{"source":77,"target":27},{"source":70,"target":78},{"source":70,"target":5},{"source":71,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":74},{"source":6,"target":79},{"source":6,"target":80},{"source":74,"target":5},{"source":74,"target":81},{"source":74,"target":6},{"source":74,"target":67},{"source":81,"target":5},{"source":79,"target":82},{"source":79,"target":6},{"source":80,"target":5},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":83},{"source":7,"target":84},{"source":83,"target":85},{"source":83,"target":7},{"source":84,"target":4},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":86},{"source":8,"target":87},{"source":86,"target":88},{"source":86,"target":8},{"source":87,"target":3},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":89},{"source":9,"target":90},{"source":9,"target":91},{"source":9,"target":92},{"source":9,"target":93},{"source":9,"target":94},{"source":9,"target":95},{"source":9,"target":96},{"source":9,"target":97},{"source":9,"target":98},{"source":9,"target":99},{"source":9,"target":100},{"source":9,"target":101},{"source":89,"target":12},{"source":89,"target":102},{"source":89,"target":9},{"source":102,"target":12},{"source":90,"target":10},{"source":90,"target":103},{"source":90,"target":9},{"source":103,"target":10},{"source":91,"target":11},{"source":91,"target":104},{"source":91,"target":9},{"source":104,"target":11},{"source":92,"target":5},{"source":92,"target":105},{"source":92,"target":9},{"source":105,"target":5},{"source":93,"target":9},{"source":93,"target":106},{"source":93,"target":9},{"source":106,"target":9},{"source":94,"target":9},{"source":94,"target":107},{"source":94,"target":9},{"source":107,"target":9},{"source":95,"target":9},{"source":95,"target":108},{"source":95,"target":9},{"source":108,"target":9},{"source":96,"target":9},{"source":96,"target":109},{"source":96,"target":9},{"source":109,"target":9},{"source":97,"target":110},{"source":97,"target":9},{"source":98,"target":22},{"source":98,"target":111},{"source":98,"target":9},{"source":111,"target":22},{"source":99,"target":9},{"source":99,"target":112},{"source":99,"target":9},{"source":112,"target":9},{"source":100,"target":9},{"source":100,"target":113},{"source":100,"target":9},{"source":113,"target":9},{"source":101,"target":3},{"source":10,"target":0},{"source":10,"target":114},{"source":10,"target":115},{"source":114,"target":10},{"source":115,"target":10},{"source":11,"target":0},{"source":11,"target":116},{"source":11,"target":117},{"source":116,"target":11},{"source":117,"target":11},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":118},{"source":12,"target":119},{"source":12,"target":120},{"source":12,"target":121},{"source":12,"target":122},{"source":118,"target":14},{"source":118,"target":123},{"source":118,"target":12},{"source":123,"target":14},{"source":119,"target":16},{"source":119,"target":124},{"source":119,"target":12},{"source":124,"target":16},{"source":120,"target":125},{"source":120,"target":12},{"source":121,"target":126},{"source":121,"target":12},{"source":122,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":127},{"source":13,"target":128},{"source":13,"target":129},{"source":127,"target":14},{"source":127,"target":130},{"source":127,"target":13},{"source":130,"target":14},{"source":128,"target":16},{"source":128,"target":131},{"source":128,"target":13},{"source":131,"target":16},{"source":129,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":132},{"source":132,"target":1},{"source":15,"target":0},{"source":15,"target":3},{"source":15,"target":133},{"source":133,"target":3},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":134},{"source":134,"target":1},{"source":17,"target":0},{"source":17,"target":3},{"source":17,"target":135},{"source":17,"target":136},{"source":17,"target":137},{"source":17,"target":138},{"source":17,"target":139},{"source":17,"target":140},{"source":17,"target":141},{"source":17,"target":142},{"source":17,"target":143},{"source":17,"target":144},{"source":17,"target":145},{"source":17,"target":146},{"source":135,"target":147},{"source":135,"target":17},{"source":136,"target":148},{"source":136,"target":17},{"source":137,"target":149},{"source":137,"target":17},{"source":138,"target":150},{"source":138,"target":17},{"source":139,"target":17},{"source":139,"target":151},{"source":151,"target":5},{"source":151,"target":152},{"source":151,"target":139},{"source":152,"target":5},{"source":140,"target":17},{"source":140,"target":153},{"source":153,"target":5},{"source":153,"target":154},{"source":153,"target":140},{"source":154,"target":5},{"source":141,"target":17},{"source":141,"target":155},{"source":155,"target":5},{"source":155,"target":156},{"source":155,"target":141},{"source":156,"target":5},{"source":142,"target":17},{"source":142,"target":157},{"source":157,"target":5},{"source":157,"target":158},{"source":157,"target":142},{"source":158,"target":5},{"source":143,"target":18},{"source":143,"target":159},{"source":143,"target":17},{"source":159,"target":18},{"source":144,"target":5},{"source":144,"target":160},{"source":144,"target":17},{"source":160,"target":5},{"source":145,"target":5},{"source":145,"target":161},{"source":145,"target":17},{"source":161,"target":5},{"source":146,"target":3},{"source":18,"target":0},{"source":18,"target":162},{"source":18,"target":163},{"source":18,"target":164},{"source":18,"target":165},{"source":162,"target":18},{"source":163,"target":18},{"source":164,"target":18},{"source":165,"target":18},{"source":19,"target":0},{"source":19,"target":3},{"source":19,"target":166},{"source":19,"target":167},{"source":19,"target":168},{"source":19,"target":169},{"source":19,"target":170},{"source":19,"target":171},{"source":166,"target":20},{"source":166,"target":172},{"source":166,"target":19},{"source":172,"target":20},{"source":167,"target":19},{"source":167,"target":173},{"source":167,"target":19},{"source":173,"target":19},{"source":168,"target":19},{"source":168,"target":174},{"source":168,"target":19},{"source":174,"target":19},{"source":169,"target":5},{"source":169,"target":175},{"source":169,"target":19},{"source":175,"target":5},{"source":170,"target":5},{"source":170,"target":176},{"source":170,"target":19},{"source":176,"target":5},{"source":171,"target":3},{"source":20,"target":0},{"source":20,"target":177},{"source":20,"target":178},{"source":20,"target":179},{"source":177,"target":20},{"source":178,"target":20},{"source":179,"target":20},{"source":21,"target":0},{"source":21,"target":180},{"source":180,"target":181},{"source":180,"target":21},{"source":22,"target":0},{"source":22,"target":182},{"source":22,"target":183},{"source":182,"target":184},{"source":182,"target":22},{"source":183,"target":185},{"source":183,"target":22},{"source":23,"target":0},{"source":23,"target":9},{"source":23,"target":186},{"source":186,"target":9},{"source":24,"target":0},{"source":24,"target":187},{"source":24,"target":188},{"source":24,"target":189},{"source":187,"target":24},{"source":188,"target":24},{"source":189,"target":24},{"source":25,"target":0},{"source":25,"target":4},{"source":25,"target":190},{"source":25,"target":191},{"source":190,"target":192},{"source":190,"target":25},{"source":191,"target":4},{"source":26,"target":0},{"source":26,"target":6},{"source":26,"target":193},{"source":193,"target":6},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":14},{"source":28,"target":194},{"source":28,"target":195},{"source":28,"target":196},{"source":28,"target":197},{"source":28,"target":198},{"source":194,"target":199},{"source":194,"target":28},{"source":195,"target":29},{"source":195,"target":200},{"source":195,"target":28},{"source":200,"target":29},{"source":196,"target":30},{"source":196,"target":201},{"source":196,"target":28},{"source":201,"target":30},{"source":197,"target":30},{"source":197,"target":202},{"source":197,"target":28},{"source":202,"target":30},{"source":198,"target":14},{"source":29,"target":0},{"source":29,"target":4},{"source":29,"target":203},{"source":203,"target":4},{"source":30,"target":0},{"source":30,"target":6},{"source":30,"target":204},{"source":30,"target":205},{"source":30,"target":206},{"source":204,"target":207},{"source":204,"target":30},{"source":205,"target":29},{"source":205,"target":208},{"source":205,"target":30},{"source":208,"target":29},{"source":206,"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="occi" nsURI="http://schemas.ogf.org/occi" nsPrefix="occi">
<eAnnotations source="http://www.eclipse.org/OCL/Import">
<details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore" references="#//Category/scheme">
<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.modelversioning.org/ecoremutator">
<details key="_lHQyMB-3EemLPb0tOlvc8g" value="_lHQyMR-3EemLPb0tOlvc8g"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Category" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="IdentityUnique SchemeEndsWithSharp AttributesNameUnique"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="IdentityUnique" value="Category.allInstances()->isUnique(scheme + term)"/>
<details key="SchemeEndsWithSharp" value="scheme.substring(scheme.size(),scheme.size()) = '#'"/>
<details key="AttributesNameUnique" value="attributes->isUnique(name)"/>
</eAnnotations>
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_lHI2YB-3EemLPb0tOlvc8g" value="_lHI2YR-3EemLPb0tOlvc8g"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="term" lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scheme" lowerBound="1"
eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mutable" eType="#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="#//Boolean">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_lHNu4B-3EemLPb0tOlvc8g" value="_lHNu4R-3EemLPb0tOlvc8g"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiple_values" eType="#//Boolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Kind" eSuperTypes="#//Category">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_lHRZQB-3EemLPb0tOlvc8g" value="_lHRZQR-3EemLPb0tOlvc8g"/>
</eAnnotations>
<details key="constraints" value="ActionTermUnicity CorrectScheme NoCyclicInheritance EntityKindIsRootParent AttributesNameNotAlreadyDefinedInParent"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Kind">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_lHNH0B-3EemLPb0tOlvc8g" value="_lHNH0R-3EemLPb0tOlvc8g"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//Action" containment="true">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_lHVqsB-3EemLPb0tOlvc8g" value="_lHVqsR-3EemLPb0tOlvc8g"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1"
eType="#//Entity" changeable="false" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="Entity.allInstances()->select(kind = self)"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//Category">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="CorrectScheme"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="CorrectScheme" value="let category = oclContainer().oclAsType(Category) in scheme = category.scheme.substring(1,category.scheme.size()-1) + '/' + category.term + '/action#'"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mixin" eSuperTypes="#//Category">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ActionTermUnicity CorrectScheme NoCyclicInheritance AttributesNameNotAlreadyDefinedInDepends"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_lHQLIB-3EemLPb0tOlvc8g" value="_lHQLIR-3EemLPb0tOlvc8g"/>
</eAnnotations>
<details key="ActionTermUnicity" value="actions->isUnique(term)"/>
<details key="CorrectScheme" value="let ownerScheme = self.oclContainer().oclAsType(Extension).scheme in scheme.substring(1,ownerScheme.size()-1) = ownerScheme.substring(1,ownerScheme.size()-1)"/>
<details key="NoCyclicInheritance" value="depends->closure(depends)->excludes(self)"/>
<details key="AttributesNameNotAlreadyDefinedInDepends" value="attributes.name->excludesAll(depends->closure(depends).attributes.name)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//Action" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="depends" upperBound="-1"
eType="#//Mixin"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applies" upperBound="-1"
eType="#//Kind">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_lHTOcB-3EemLPb0tOlvc8g" value="_lHTOcR-3EemLPb0tOlvc8g"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entity" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="IdUnique AttributesNameUnique KindCompatibleWithOneAppliesOfEachMixin"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="IdUnique" value="Entity.allInstances()->isUnique(id)"/>
<details key="AttributesNameUnique" value="attributes->isUnique(name)"/>
<details key="KindCompatibleWithOneAppliesOfEachMixin" value="mixins->forAll(m | m.applies->notEmpty() implies m.applies->exists(k | kind->closure(parent)->includes(k)))"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="#//URI"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" lowerBound="1" eType="#//Kind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mixins" upperBound="-1"
eType="#//Mixin"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" eType="#//AttributeState"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeState">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//String">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_lHTOch-3EemLPb0tOlvc8g" value="_lHTOcx-3EemLPb0tOlvc8g"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ResourceKindIsInParent"/>
</eAnnotations>
<eAnnotations>
<details key="ResourceKindIsInParent" value="kind->closure(parent)->exists(k | k.term = 'resource' and k.scheme = 'http://schemas.ogf.org/occi/core#')"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1"
eType="#//Link" containment="true" eOpposite="#//Link/source"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="LinkKindIsInParent"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="LinkKindIsInParent" value="kind->closure(parent)->exists(k | k.term = 'link' and k.scheme = 'http://schemas.ogf.org/occi/core#')"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Resource" eOpposite="#//Resource/links"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Resource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Extension">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="SchemeUnique KindsSchemeValid MixinsSchemeValid TermUnicity KindParentLocalOrImported MixinDependsLocalOrImported MixinAppliesLocalOrImported"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="SchemeUnique" value="Extension.allInstances()->isUnique(scheme)"/>
<details key="KindsSchemeValid" value="kinds->forAll(k | k.scheme = self.scheme)"/>
<details key="MixinsSchemeValid" value="mixins->forAll(m | m.scheme.substring(1,scheme.size()-1) = scheme.substring(1,scheme.size()-1))"/>
<details key="TermUnicity" value="kinds.term->intersection(mixins.term)->isEmpty()"/>
<details key="KindParentLocalOrImported" value="kinds->forAll(parent <> null implies let parentExtension = parent.oclContainer() in parentExtension = self or import->includes(parentExtension))"/>
<details key="MixinDependsLocalOrImported" value="mixins.depends->forAll(let extension = oclContainer() in extension = self or import->includes(extension))"/>
<details key="MixinAppliesLocalOrImported" value="mixins.applies->forAll(let extension = oclContainer() in extension = self or import->includes(extension))"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scheme" lowerBound="1"
eType="#//String">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_lHNu4h-3EemLPb0tOlvc8g" value="_lHNu4x-3EemLPb0tOlvc8g"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="import" upperBound="-1"
eType="#//Extension"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mixins" upperBound="-1"
eType="#//Mixin" containment="true" eKeys="#//Category/term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Configuration">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="AllResourcesKindsInUse AllResourcesMixinsInUse AllResourcesLinksKindsInUse AllResourcesLinksMixinsInUse AllResourcesLinksTargetsInConfiguration"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="AllResourcesKindsInUse" value="use->includesAll(resources.kind.oclContainer())"/>
<details key="AllResourcesMixinsInUse" value="use->includesAll(resources.mixins.oclContainer())"/>
<details key="AllResourcesLinksKindsInUse" value="use->includesAll(resources.links.kind.oclContainer())"/>
<details key="AllResourcesLinksMixinsInUse" value="use->includesAll(resources.links.mixins.oclContainer())"/>
<details key="AllResourcesLinksTargetsInConfiguration" value="resources.links.target->forAll(r | r.oclContainer() = self)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="use" upperBound="-1" eType="#//Extension">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_lHPkEB-3EemLPb0tOlvc8g" value="_lHPkER-3EemLPb0tOlvc8g"/>
</eAnnotations>
<details key="ActionTermUnicity" value="actions->isUnique(term)"/>
<details key="CorrectScheme" value="scheme = self.oclContainer().oclAsType(Extension).scheme"/>
<details key="NoCyclicInheritance" value="parent->closure(parent)->excludes(self)"/>
<details key="EntityKindIsRootParent" value="self->closure(parent)->exists(k | k.term = 'entity' and k.scheme = 'http://schemas.ogf.org/occi/core#' and k.parent = null)"/>
<details key="AttributesNameNotAlreadyDefinedInParent" value="attributes.name->excludesAll(parent->closure(parent).attributes.name)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1"
eType="#//Resource" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="java.lang.String"
serializable="false"/>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/bestWeight02/36_d5.ecore | ecore | occi
Category
term
scheme
title
attributes
Attribute
mutable
required
default
description
type
multiple_values
false
Kind
parent
actions
entities
Action
Mixin
actions
depends
applies
Entity
id
kind
mixins
attributes
AttributeState
name
value
Resource
links
Link
source
target
Extension
name
scheme
import
mixins
types
Configuration
use
resources
URI
java.lang.String
java.lang.String
String
java.lang.String
java.lang.String
Boolean
boolean
boolean | null | {"directed":true,"nodes":[{"nsPrefix":"occi","nsURI":"http://schemas.ogf.org/occi","name":"occi","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Kind","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mixin","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeState","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"URI","instanceClass":"java.lang.String","id":12,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":14,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheme","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":"title","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mutable","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","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":"default","changeable":true,"lowerBound":0,"iD":false,"id":25,"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":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"multiple_values","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entities","changeable":false,"resolveProxies":true,"lowerBound":0,"id":37,"derived":true},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"depends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applies","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mixins","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":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":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":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheme","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"import","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":"mixins","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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"use","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"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":1,"target":17},{"source":1,"target":18},{"source":15,"target":13},{"source":15,"target":19},{"source":15,"target":1},{"source":19,"target":13},{"source":16,"target":13},{"source":16,"target":20},{"source":16,"target":1},{"source":20,"target":13},{"source":17,"target":13},{"source":17,"target":21},{"source":17,"target":1},{"source":21,"target":13},{"source":18,"target":2},{"source":18,"target":22},{"source":18,"target":1},{"source":22,"target":2},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":23,"target":14},{"source":23,"target":29},{"source":23,"target":2},{"source":29,"target":14},{"source":24,"target":14},{"source":24,"target":30},{"source":24,"target":2},{"source":30,"target":14},{"source":25,"target":13},{"source":25,"target":31},{"source":25,"target":2},{"source":31,"target":13},{"source":26,"target":13},{"source":26,"target":32},{"source":26,"target":2},{"source":32,"target":13},{"source":27,"target":33},{"source":27,"target":2},{"source":28,"target":14},{"source":28,"target":34},{"source":28,"target":2},{"source":34,"target":14},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":35,"target":3},{"source":35,"target":39},{"source":35,"target":3},{"source":39,"target":3},{"source":36,"target":4},{"source":36,"target":40},{"source":36,"target":3},{"source":40,"target":4},{"source":37,"target":6},{"source":37,"target":41},{"source":37,"target":3},{"source":41,"target":6},{"source":38,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":42},{"source":42,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":43,"target":4},{"source":43,"target":47},{"source":43,"target":5},{"source":47,"target":4},{"source":44,"target":5},{"source":44,"target":48},{"source":44,"target":5},{"source":48,"target":5},{"source":45,"target":3},{"source":45,"target":49},{"source":45,"target":5},{"source":49,"target":3},{"source":46,"target":1},{"source":6,"target":0},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":50,"target":12},{"source":50,"target":54},{"source":50,"target":6},{"source":54,"target":12},{"source":51,"target":3},{"source":51,"target":55},{"source":51,"target":6},{"source":55,"target":3},{"source":52,"target":5},{"source":52,"target":56},{"source":52,"target":6},{"source":56,"target":5},{"source":53,"target":7},{"source":53,"target":57},{"source":53,"target":6},{"source":57,"target":7},{"source":7,"target":0},{"source":7,"target":58},{"source":7,"target":59},{"source":58,"target":13},{"source":58,"target":60},{"source":58,"target":7},{"source":60,"target":13},{"source":59,"target":13},{"source":59,"target":61},{"source":59,"target":7},{"source":61,"target":13},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":62},{"source":8,"target":63},{"source":62,"target":9},{"source":62,"target":64},{"source":62,"target":8},{"source":62,"target":65},{"source":64,"target":9},{"source":63,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":65},{"source":9,"target":66},{"source":9,"target":67},{"source":65,"target":8},{"source":65,"target":68},{"source":65,"target":9},{"source":65,"target":62},{"source":68,"target":8},{"source":66,"target":8},{"source":66,"target":69},{"source":66,"target":9},{"source":69,"target":8},{"source":67,"target":6},{"source":10,"target":0},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":72},{"source":10,"target":73},{"source":10,"target":74},{"source":70,"target":13},{"source":70,"target":75},{"source":70,"target":10},{"source":75,"target":13},{"source":71,"target":13},{"source":71,"target":76},{"source":71,"target":10},{"source":76,"target":13},{"source":72,"target":10},{"source":72,"target":77},{"source":72,"target":10},{"source":77,"target":10},{"source":73,"target":5},{"source":73,"target":78},{"source":73,"target":10},{"source":73,"target":15},{"source":78,"target":5},{"source":74,"target":79},{"source":74,"target":10},{"source":11,"target":0},{"source":11,"target":80},{"source":11,"target":81},{"source":80,"target":10},{"source":80,"target":82},{"source":80,"target":11},{"source":82,"target":10},{"source":81,"target":8},{"source":81,"target":83},{"source":81,"target":11},{"source":83,"target":8},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"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="project" nsURI="http://com.opcoach.project/1.0" nsPrefix="p">
<eClassifiers xsi:type="ecore:EClass" name="Person">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="taille" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="poids" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TypePerson"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Project">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="checkName checkChief"/>
</eAnnotations>
<eOperations name="findFirstTask" eType="#//Task">
<eParameters name="p" eType="#//Person"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tasks" upperBound="-1"
eType="#//Task" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="chief" eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainTask" eType="#//Task"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TypeProject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Task">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subTasks" upperBound="-1"
eType="#//Task" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="responsable" eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kijs" eType="#//IntToDoubleMap"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Company">
<eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1"
eType="#//Project" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1"
eType="#//Person" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Folder">
<eTypeParameters name="T"/>
<eOperations name="getFirst">
<eGenericType eTypeParameter="#//Folder/T"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1"
containment="true">
<eGenericType eTypeParameter="#//Folder/T"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaskFolder">
<eGenericSuperTypes eClassifier="#//Folder">
<eTypeArguments eClassifier="#//Task"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Store">
<eTypeParameters name="T"/>
<eTypeParameters name="U"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaskStore">
<eGenericSuperTypes eClassifier="#//Store">
<eTypeArguments eClassifier="#//Task"/>
<eTypeArguments eClassifier="#//Person"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassAsInterface" abstract="true" interface="true">
<eOperations name="operationListener"/>
<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="TypePerson">
<eLiterals name="Chief" literal="Chief"/>
<eLiterals name="Developer" value="1" literal="Developer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TypeProject">
<eLiterals name="Documentation" literal="Documentation"/>
<eLiterals name="Code" value="1" literal="Code"/>
<eLiterals name="Test" value="2" literal="Test"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntToDoubleMap" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectFolder">
<eTypeParameters name="T">
<eBounds eClassifier="#//Project"/>
</eTypeParameters>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eSubpackages name="documentation" nsURI="http://www.opcoach.com/project/documentation/1.0"
nsPrefix="doc">
<eClassifiers xsi:type="ecore:EClass" name="DocumentationProject" eSuperTypes="#//Project"/>
<eClassifiers xsi:type="ecore:EClass" name="DocumentationTask" eSuperTypes="#//Task"/>
</eSubpackages>
<eSubpackages name="emptyPackage" nsURI="http://com.opcoach.project/empty/1.0" nsPrefix="e"/>
<eSubpackages name="packageWithoutClasses" nsURI="http://com.opcoach.project/packageWithoutClasses/1.0"
nsPrefix="pwc">
<eSubpackages name="intermediate" nsURI="http://com.opcoach.project/empty/intermediate/1.0"
nsPrefix="int">
<eClassifiers xsi:type="ecore:EClass" name="EmptyClass"/>
</eSubpackages>
<eSubpackages name="intermediate2" nsURI="http://com.opcoach.project/empty/intermediate2/1.0"
nsPrefix="int">
<eClassifiers xsi:type="ecore:EClass" name="EmptyClass2"/>
</eSubpackages>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/opcoach/genModelAddon/com.opcoach.genmodeladdon.sample/model/project.ecore | ecore | project
Person
taille
poids
name
type
Project
findFirstTask
p
name
tasks
chief
mainTask
type
Task
name
subTasks
responsable
kijs
Company
projects
employees
Folder
T
getFirst
content
TaskFolder
Store
T
U
TaskStore
ClassAsInterface
operationListener
name
TypePerson
Chief
Chief
Developer
Developer
TypeProject
Documentation
Documentation
Code
Code
Test
Test
IntToDoubleMap
java.util.Map$Entry
java.util.Map$Entry
key
value
ProjectFolder
T
name
documentation
DocumentationProject
DocumentationTask
emptyPackage
packageWithoutClasses
intermediate
EmptyClass
intermediate2
EmptyClass2 | null | {"directed":true,"nodes":[{"nsPrefix":"p","nsURI":"http://com.opcoach.project/1.0","name":"project","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Company","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Folder","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskFolder","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Store","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskStore","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassAsInterface","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypePerson","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypeProject","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"IntToDoubleMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectFolder","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"nsPrefix":"doc","nsURI":"http://www.opcoach.com/project/documentation/1.0","name":"documentation","id":14,"eClass":"EPackage"},{"nsPrefix":"e","nsURI":"http://com.opcoach.project/empty/1.0","name":"emptyPackage","id":15,"eClass":"EPackage"},{"nsPrefix":"pwc","nsURI":"http://com.opcoach.project/packageWithoutClasses/1.0","name":"packageWithoutClasses","id":16,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"taille","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"poids","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":19,"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":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"findFirstTask","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":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":"tasks","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":"chief","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":true,"unsettable":false,"transient":false,"unique":true,"name":"mainTask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"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":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"p","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"},{"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":"name","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":"subTasks","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":"responsable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kijs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"employees","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"name":"T","id":51,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFirst","lowerBound":0,"id":52,"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":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"name":"T","id":58,"eClass":"ETypeParameter"},{"name":"U","id":59,"eClass":"ETypeParameter"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationListener","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"name":"Chief","id":66,"value":0,"literal":"Chief","eClass":"EEnumLiteral"},{"name":"Developer","id":67,"value":1,"literal":"Developer","eClass":"EEnumLiteral"},{"name":"Documentation","id":68,"value":0,"literal":"Documentation","eClass":"EEnumLiteral"},{"name":"Code","id":69,"value":1,"literal":"Code","eClass":"EEnumLiteral"},{"name":"Test","id":70,"value":2,"literal":"Test","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":"key","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"name":"T","id":75,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentationProject","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentationTask","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"nsPrefix":"int","nsURI":"http://com.opcoach.project/empty/intermediate/1.0","name":"intermediate","id":83,"eClass":"EPackage"},{"nsPrefix":"int","nsURI":"http://com.opcoach.project/empty/intermediate2/1.0","name":"intermediate2","id":84,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyClass","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyClass2","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":17,"target":21},{"source":17,"target":1},{"source":18,"target":22},{"source":18,"target":1},{"source":19,"target":23},{"source":19,"target":1},{"source":20,"target":10},{"source":20,"target":24},{"source":20,"target":1},{"source":24,"target":10},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":25,"target":3},{"source":25,"target":31},{"source":25,"target":2},{"source":25,"target":32},{"source":31,"target":3},{"source":32,"target":1},{"source":32,"target":33},{"source":32,"target":25},{"source":33,"target":1},{"source":26,"target":34},{"source":26,"target":2},{"source":27,"target":3},{"source":27,"target":35},{"source":27,"target":2},{"source":35,"target":3},{"source":28,"target":1},{"source":28,"target":36},{"source":28,"target":2},{"source":36,"target":1},{"source":29,"target":3},{"source":29,"target":37},{"source":29,"target":2},{"source":37,"target":3},{"source":30,"target":11},{"source":30,"target":38},{"source":30,"target":2},{"source":38,"target":11},{"source":3,"target":0},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":39,"target":43},{"source":39,"target":3},{"source":40,"target":3},{"source":40,"target":44},{"source":40,"target":3},{"source":44,"target":3},{"source":41,"target":1},{"source":41,"target":45},{"source":41,"target":3},{"source":45,"target":1},{"source":42,"target":12},{"source":42,"target":46},{"source":42,"target":3},{"source":46,"target":12},{"source":4,"target":0},{"source":4,"target":47},{"source":4,"target":48},{"source":47,"target":2},{"source":47,"target":49},{"source":47,"target":4},{"source":49,"target":2},{"source":48,"target":1},{"source":48,"target":50},{"source":48,"target":4},{"source":50,"target":1},{"source":5,"target":0},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":52,"target":54},{"source":52,"target":5},{"source":54,"target":51},{"source":53,"target":55},{"source":53,"target":5},{"source":55,"target":51},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":56},{"source":56,"target":57},{"source":56,"target":5},{"source":57,"target":3},{"source":7,"target":0},{"source":7,"target":58},{"source":7,"target":59},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":60},{"source":60,"target":61},{"source":60,"target":62},{"source":60,"target":7},{"source":61,"target":3},{"source":62,"target":1},{"source":9,"target":0},{"source":9,"target":63},{"source":9,"target":64},{"source":63,"target":9},{"source":64,"target":65},{"source":64,"target":9},{"source":10,"target":0},{"source":10,"target":66},{"source":10,"target":67},{"source":66,"target":10},{"source":67,"target":10},{"source":11,"target":0},{"source":11,"target":68},{"source":11,"target":69},{"source":11,"target":70},{"source":68,"target":11},{"source":69,"target":11},{"source":70,"target":11},{"source":12,"target":0},{"source":12,"target":71},{"source":12,"target":72},{"source":71,"target":73},{"source":71,"target":12},{"source":72,"target":74},{"source":72,"target":12},{"source":13,"target":0},{"source":13,"target":75},{"source":13,"target":76},{"source":75,"target":77},{"source":77,"target":2},{"source":76,"target":78},{"source":76,"target":13},{"source":14,"target":79},{"source":14,"target":80},{"source":14,"target":0},{"source":79,"target":14},{"source":79,"target":2},{"source":79,"target":81},{"source":81,"target":2},{"source":80,"target":14},{"source":80,"target":3},{"source":80,"target":82},{"source":82,"target":3},{"source":15,"target":0},{"source":16,"target":83},{"source":16,"target":84},{"source":16,"target":0},{"source":83,"target":85},{"source":83,"target":16},{"source":85,"target":83},{"source":84,"target":86},{"source":84,"target":16},{"source":86,"target":84}],"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="awsregions" nsURI="http://occiware.org/occi/infrastructure/locations/aws/ecore"
nsPrefix="awsregions">
<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="regions" value="http://occiware.org/occi/infrastructure/locations/ecore"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Awsregion" eSuperTypes="platform:/resource/org.eclipse.cmf.occi.multicloud.regions/model/regions.ecore#//Region">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Us_east_2" eSuperTypes="platform:/resource/org.eclipse.cmf.occi.multicloud.regions/model/regions.ecore#//Northamerica 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(awsregions::Awsregion)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionName" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="US East (Ohio)">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Region name give an intelligible name on this region"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="USA">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the country where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionId" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="us-east-2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="regionId is the id of this region given by the provider "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Columbus">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The city where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Us_east_1" eSuperTypes="platform:/resource/org.eclipse.cmf.occi.multicloud.regions/model/regions.ecore#//Northamerica 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(awsregions::Awsregion)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionName" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="US East (N. Virginia)">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Region name give an intelligible name on this region"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="USA">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the country where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionId" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="us-east-1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="regionId is the id of this region given by the provider "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Ashburn, Sterling, Charlottesville">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The city where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Eu_west_3" eSuperTypes="platform:/resource/org.eclipse.cmf.occi.multicloud.regions/model/regions.ecore#//Europe 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(awsregions::Awsregion)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionName" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="EU (Paris)">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Region name give an intelligible name on this region"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="France">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the country where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionId" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="eu-west-3">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="regionId is the id of this region given by the provider "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Paris">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The city where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Us_west_1" eSuperTypes="platform:/resource/org.eclipse.cmf.occi.multicloud.regions/model/regions.ecore#//Northamerica 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(awsregions::Awsregion)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionName" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="US West (N. California)">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Region name give an intelligible name on this region"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="USA">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the country where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionId" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="us-west-1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="regionId is the id of this region given by the provider "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Palo Alto">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The city where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Eu_west_1" eSuperTypes="platform:/resource/org.eclipse.cmf.occi.multicloud.regions/model/regions.ecore#//Europe 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(awsregions::Awsregion)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionName" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="EU (Ireland)">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Region name give an intelligible name on this region"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Ireland">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the country where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionId" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="eu-west-1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="regionId is the id of this region given by the provider "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Dublin">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The city where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ap_south_1" eSuperTypes="platform:/resource/org.eclipse.cmf.occi.multicloud.regions/model/regions.ecore#//Asiapacific 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(awsregions::Awsregion)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="India">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the country where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionName" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Asia Pacific (Mumbai)">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Region name give an intelligible name on this region"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionId" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="ap-south-1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="regionId is the id of this region given by the provider "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Bombay">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The city where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sa_east_1" eSuperTypes="platform:/resource/org.eclipse.cmf.occi.multicloud.regions/model/regions.ecore#//Southamerica 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(awsregions::Awsregion)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Brazil">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the country where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionName" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="South America (São Paulo)">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Region name give an intelligible name on this region"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionId" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="sa-east-1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="regionId is the id of this region given by the provider "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="São Paulo">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The city where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Us_west_2" eSuperTypes="platform:/resource/org.eclipse.cmf.occi.multicloud.regions/model/regions.ecore#//Northamerica 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(awsregions::Awsregion)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionName" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="US West (Oregon)">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Region name give an intelligible name on this region"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="USA">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the country where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionId" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="us-west-2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="regionId is the id of this region given by the provider "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Oregon">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The city where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Eu_west_2" eSuperTypes="platform:/resource/org.eclipse.cmf.occi.multicloud.regions/model/regions.ecore#//Europe 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(awsregions::Awsregion)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionName" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="EU (London)">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Region name give an intelligible name on this region"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="United Kingdom">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the country where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionId" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="eu-west-2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="regionId is the id of this region given by the provider "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="London">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The city where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ap_southeast_1" eSuperTypes="platform:/resource/org.eclipse.cmf.occi.multicloud.regions/model/regions.ecore#//Asiapacific 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(awsregions::Awsregion)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Singapore">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the country where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionName" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Asia Pacific (Singapore)">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Region name give an intelligible name on this region"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionId" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="ap-southeast-1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="regionId is the id of this region given by the provider "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Singapore">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The city where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ca_central_1" eSuperTypes="platform:/resource/org.eclipse.cmf.occi.multicloud.regions/model/regions.ecore#//Northamerica 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(awsregions::Awsregion)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionName" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Canada (Central)">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Region name give an intelligible name on this region"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Canada">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the country where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionId" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="ca-central-1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="regionId is the id of this region given by the provider "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Toronto">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The city where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ap_northeast_2" eSuperTypes="platform:/resource/org.eclipse.cmf.occi.multicloud.regions/model/regions.ecore#//Asiapacific 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(awsregions::Awsregion)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="South Korea">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the country where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionName" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Asia Pacific (Seoul)">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Region name give an intelligible name on this region"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionId" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="ap-northeast-2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="regionId is the id of this region given by the provider "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Seoul">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The city where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ap_south_east2" eSuperTypes="platform:/resource/org.eclipse.cmf.occi.multicloud.regions/model/regions.ecore#//Asiapacific 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(awsregions::Awsregion)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Australia">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the country where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionName" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Asia Pacific (Sydney)">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Region name give an intelligible name on this region"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionId" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="ap-southeast-2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="regionId is the id of this region given by the provider "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Sydney">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The city where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Eu_central_1" eSuperTypes="platform:/resource/org.eclipse.cmf.occi.multicloud.regions/model/regions.ecore#//Europe 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(awsregions::Awsregion)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Germany">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the country where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionId" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="eu-central-1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="regionId is the id of this region given by the provider "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Frankfurt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The city where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionName" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="EU (Frankfurt)">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ap_northeast_1" eSuperTypes="platform:/resource/org.eclipse.cmf.occi.multicloud.regions/model/regions.ecore#//Asiapacific 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(awsregions::Awsregion)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Japan">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the country where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionName" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Asia Pacific (Tokyo)">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Region name give an intelligible name on this region"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regionId" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="ap-northeast-1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="regionId is the id of this region given by the provider "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"
defaultValueLiteral="Tokyo">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The city where this resource or link is available"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/occiware/Multi-Cloud-Studio/plugins/org.eclipse.cmf.occi.multicloud.regions.aws/model/awsregions.ecore | ecore | awsregions
Awsregion
Us_east_2
regionName
US East (Ohio)
country
USA
regionId
us-east-2
city
Columbus
Us_east_1
regionName
US East (N. Virginia)
country
USA
regionId
us-east-1
city
Ashburn, Sterling, Charlottesville
Eu_west_3
regionName
EU (Paris)
country
France
regionId
eu-west-3
city
Paris
Us_west_1
regionName
US West (N. California)
country
USA
regionId
us-west-1
city
Palo Alto
Eu_west_1
regionName
EU (Ireland)
country
Ireland
regionId
eu-west-1
city
Dublin
Ap_south_1
country
India
regionName
Asia Pacific (Mumbai)
regionId
ap-south-1
city
Bombay
Sa_east_1
country
Brazil
regionName
South America (São Paulo)
regionId
sa-east-1
city
São Paulo
Us_west_2
regionName
US West (Oregon)
country
USA
regionId
us-west-2
city
Oregon
Eu_west_2
regionName
EU (London)
country
United Kingdom
regionId
eu-west-2
city
London
Ap_southeast_1
country
Singapore
regionName
Asia Pacific (Singapore)
regionId
ap-southeast-1
city
Singapore
Ca_central_1
regionName
Canada (Central)
country
Canada
regionId
ca-central-1
city
Toronto
Ap_northeast_2
country
South Korea
regionName
Asia Pacific (Seoul)
regionId
ap-northeast-2
city
Seoul
Ap_south_east2
country
Australia
regionName
Asia Pacific (Sydney)
regionId
ap-southeast-2
city
Sydney
Eu_central_1
country
Germany
regionId
eu-central-1
city
Frankfurt
regionName
EU (Frankfurt)
Ap_northeast_1
country
Japan
regionName
Asia Pacific (Tokyo)
regionId
ap-northeast-1
city
Tokyo | null | {"directed":true,"nodes":[{"nsPrefix":"awsregions","nsURI":"http://occiware.org/occi/infrastructure/locations/aws/ecore","name":"awsregions","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Awsregion","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Us_east_2","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Us_east_1","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Eu_west_3","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Us_west_1","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Eu_west_1","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ap_south_1","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sa_east_1","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Us_west_2","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Eu_west_2","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ap_southeast_1","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ca_central_1","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ap_northeast_2","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ap_south_east2","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Eu_central_1","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ap_northeast_1","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"US East (Ohio)","unsettable":false,"transient":false,"unique":true,"name":"regionName","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":"USA","unsettable":false,"transient":false,"unique":true,"name":"country","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":"us-east-2","unsettable":false,"transient":false,"unique":true,"name":"regionId","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":"Columbus","unsettable":false,"transient":false,"unique":true,"name":"city","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"US East (N. Virginia)","unsettable":false,"transient":false,"unique":true,"name":"regionName","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":"USA","unsettable":false,"transient":false,"unique":true,"name":"country","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"us-east-1","unsettable":false,"transient":false,"unique":true,"name":"regionId","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Ashburn, Sterling, Charlottesville","unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"EU (Paris)","unsettable":false,"transient":false,"unique":true,"name":"regionName","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":"France","unsettable":false,"transient":false,"unique":true,"name":"country","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":"eu-west-3","unsettable":false,"transient":false,"unique":true,"name":"regionId","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":"Paris","unsettable":false,"transient":false,"unique":true,"name":"city","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"US West (N. California)","unsettable":false,"transient":false,"unique":true,"name":"regionName","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":"USA","unsettable":false,"transient":false,"unique":true,"name":"country","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":"us-west-1","unsettable":false,"transient":false,"unique":true,"name":"regionId","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":"Palo Alto","unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"EU (Ireland)","unsettable":false,"transient":false,"unique":true,"name":"regionName","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":"Ireland","unsettable":false,"transient":false,"unique":true,"name":"country","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":"eu-west-1","unsettable":false,"transient":false,"unique":true,"name":"regionId","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":"Dublin","unsettable":false,"transient":false,"unique":true,"name":"city","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"India","unsettable":false,"transient":false,"unique":true,"name":"country","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":"Asia Pacific (Mumbai)","unsettable":false,"transient":false,"unique":true,"name":"regionName","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ap-south-1","unsettable":false,"transient":false,"unique":true,"name":"regionId","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":"Bombay","unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Brazil","unsettable":false,"transient":false,"unique":true,"name":"country","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":"South America (São Paulo)","unsettable":false,"transient":false,"unique":true,"name":"regionName","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":"sa-east-1","unsettable":false,"transient":false,"unique":true,"name":"regionId","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":"São Paulo","unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"US West (Oregon)","unsettable":false,"transient":false,"unique":true,"name":"regionName","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":"USA","unsettable":false,"transient":false,"unique":true,"name":"country","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":"us-west-2","unsettable":false,"transient":false,"unique":true,"name":"regionId","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Oregon","unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"EU (London)","unsettable":false,"transient":false,"unique":true,"name":"regionName","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"United Kingdom","unsettable":false,"transient":false,"unique":true,"name":"country","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"eu-west-2","unsettable":false,"transient":false,"unique":true,"name":"regionId","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":"London","unsettable":false,"transient":false,"unique":true,"name":"city","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"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Singapore","unsettable":false,"transient":false,"unique":true,"name":"country","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Asia Pacific (Singapore)","unsettable":false,"transient":false,"unique":true,"name":"regionName","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ap-southeast-1","unsettable":false,"transient":false,"unique":true,"name":"regionId","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Singapore","unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Canada (Central)","unsettable":false,"transient":false,"unique":true,"name":"regionName","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":"Canada","unsettable":false,"transient":false,"unique":true,"name":"country","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":"ca-central-1","unsettable":false,"transient":false,"unique":true,"name":"regionId","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":"Toronto","unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"South Korea","unsettable":false,"transient":false,"unique":true,"name":"country","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Asia Pacific (Seoul)","unsettable":false,"transient":false,"unique":true,"name":"regionName","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ap-northeast-2","unsettable":false,"transient":false,"unique":true,"name":"regionId","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":"Seoul","unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Australia","unsettable":false,"transient":false,"unique":true,"name":"country","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":"Asia Pacific (Sydney)","unsettable":false,"transient":false,"unique":true,"name":"regionName","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":"ap-southeast-2","unsettable":false,"transient":false,"unique":true,"name":"regionId","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":"Sydney","unsettable":false,"transient":false,"unique":true,"name":"city","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Germany","unsettable":false,"transient":false,"unique":true,"name":"country","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"eu-central-1","unsettable":false,"transient":false,"unique":true,"name":"regionId","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Frankfurt","unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"EU (Frankfurt)","unsettable":false,"transient":false,"unique":true,"name":"regionName","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Japan","unsettable":false,"transient":false,"unique":true,"name":"country","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":"Asia Pacific (Tokyo)","unsettable":false,"transient":false,"unique":true,"name":"regionName","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ap-northeast-1","unsettable":false,"transient":false,"unique":true,"name":"regionId","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Tokyo","unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":18,"target":24},{"source":18,"target":2},{"source":19,"target":25},{"source":19,"target":2},{"source":20,"target":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":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":28,"target":34},{"source":28,"target":3},{"source":29,"target":35},{"source":29,"target":3},{"source":30,"target":36},{"source":30,"target":3},{"source":31,"target":37},{"source":31,"target":3},{"source":4,"target":0},{"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":38,"target":44},{"source":38,"target":4},{"source":39,"target":45},{"source":39,"target":4},{"source":40,"target":46},{"source":40,"target":4},{"source":41,"target":47},{"source":41,"target":4},{"source":5,"target":0},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":48,"target":54},{"source":48,"target":5},{"source":49,"target":55},{"source":49,"target":5},{"source":50,"target":56},{"source":50,"target":5},{"source":51,"target":57},{"source":51,"target":5},{"source":6,"target":0},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":58,"target":64},{"source":58,"target":6},{"source":59,"target":65},{"source":59,"target":6},{"source":60,"target":66},{"source":60,"target":6},{"source":61,"target":67},{"source":61,"target":6},{"source":7,"target":0},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":70},{"source":7,"target":71},{"source":7,"target":72},{"source":7,"target":73},{"source":68,"target":74},{"source":68,"target":7},{"source":69,"target":75},{"source":69,"target":7},{"source":70,"target":76},{"source":70,"target":7},{"source":71,"target":77},{"source":71,"target":7},{"source":8,"target":0},{"source":8,"target":78},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"source":8,"target":82},{"source":8,"target":83},{"source":78,"target":84},{"source":78,"target":8},{"source":79,"target":85},{"source":79,"target":8},{"source":80,"target":86},{"source":80,"target":8},{"source":81,"target":87},{"source":81,"target":8},{"source":9,"target":0},{"source":9,"target":88},{"source":9,"target":89},{"source":9,"target":90},{"source":9,"target":91},{"source":9,"target":92},{"source":9,"target":93},{"source":88,"target":94},{"source":88,"target":9},{"source":89,"target":95},{"source":89,"target":9},{"source":90,"target":96},{"source":90,"target":9},{"source":91,"target":97},{"source":91,"target":9},{"source":10,"target":0},{"source":10,"target":98},{"source":10,"target":99},{"source":10,"target":100},{"source":10,"target":101},{"source":10,"target":102},{"source":10,"target":103},{"source":98,"target":104},{"source":98,"target":10},{"source":99,"target":105},{"source":99,"target":10},{"source":100,"target":106},{"source":100,"target":10},{"source":101,"target":107},{"source":101,"target":10},{"source":11,"target":0},{"source":11,"target":108},{"source":11,"target":109},{"source":11,"target":110},{"source":11,"target":111},{"source":11,"target":112},{"source":11,"target":113},{"source":108,"target":114},{"source":108,"target":11},{"source":109,"target":115},{"source":109,"target":11},{"source":110,"target":116},{"source":110,"target":11},{"source":111,"target":117},{"source":111,"target":11},{"source":12,"target":0},{"source":12,"target":118},{"source":12,"target":119},{"source":12,"target":120},{"source":12,"target":121},{"source":12,"target":122},{"source":12,"target":123},{"source":118,"target":124},{"source":118,"target":12},{"source":119,"target":125},{"source":119,"target":12},{"source":120,"target":126},{"source":120,"target":12},{"source":121,"target":127},{"source":121,"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":128,"target":134},{"source":128,"target":13},{"source":129,"target":135},{"source":129,"target":13},{"source":130,"target":136},{"source":130,"target":13},{"source":131,"target":137},{"source":131,"target":13},{"source":14,"target":0},{"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":138,"target":144},{"source":138,"target":14},{"source":139,"target":145},{"source":139,"target":14},{"source":140,"target":146},{"source":140,"target":14},{"source":141,"target":147},{"source":141,"target":14},{"source":15,"target":0},{"source":15,"target":148},{"source":15,"target":149},{"source":15,"target":150},{"source":15,"target":151},{"source":15,"target":152},{"source":15,"target":153},{"source":148,"target":154},{"source":148,"target":15},{"source":149,"target":155},{"source":149,"target":15},{"source":150,"target":156},{"source":150,"target":15},{"source":151,"target":157},{"source":151,"target":15},{"source":16,"target":0},{"source":16,"target":158},{"source":16,"target":159},{"source":16,"target":160},{"source":16,"target":161},{"source":16,"target":162},{"source":16,"target":163},{"source":158,"target":164},{"source":158,"target":16},{"source":159,"target":165},{"source":159,"target":16},{"source":160,"target":166},{"source":160,"target":16},{"source":161,"target":167},{"source":161,"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="modemo" nsURI="http://org.eclipse.cmf.occi.multicloud.modemo/ecore"
nsPrefix="modemo">
<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="infrastructure" value="http://schemas.ogf.org/occi/infrastructure/ecore"/>
<details key="vmware" value="http://occiware.org/occi/infrastructure/vmware/ecore"/>
<details key="docker" value="http://occiware.org/occi/docker/ecore"/>
<details key="accounts" value="http://occiware.org/occi/infrastructure/security/ecore"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EDataType" name="Float" instanceClassName="java.lang.Float"/>
<eClassifiers xsi:type="ecore:EEnum" name="OperatorType">
<eLiterals name="GreaterThan" literal="GreaterThan"/>
<eLiterals name="GreaterThanOrEqualTo" value="1" literal="GreaterThanOrEqualTo"/>
<eLiterals name="LessThan" value="2" literal="LessThan"/>
<eLiterals name="LessThanOrEqualTo" value="3" literal="LessThanOrEqualTo"/>
<eLiterals name="EqualTo" value="4" literal="EqualTo"/>
<eLiterals name="NotEqualTo" value="5" literal="NotEqualTo"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ActionOperation">
<eLiterals name="add" literal="add"/>
<eLiterals name="remove" value="1" literal="remove"/>
<eLiterals name="set_to" value="2" literal="set_to"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ActionType">
<eLiterals name="instanceCount" literal="instanceCount"/>
<eLiterals name="percent" value="1" literal="percent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MetricTargetTracking">
<eLiterals name="AverageCpuUtilisation" literal="AverageCpuUtilisation"/>
<eLiterals name="LBRequestCountperTarget" value="1" literal="LBRequestCountperTarget"/>
<eLiterals name="AverageNetworkIn" value="2" literal="AverageNetworkIn"/>
<eLiterals name="AverageNetworkOut" value="3" literal="AverageNetworkOut"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RecurrenceStep">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" lowerBound="1" eType="#//Unit">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Array"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Unit">
<eLiterals name="minute" literal="minute"/>
<eLiterals name="hour" value="1" literal="hour"/>
<eLiterals name="dayOfWeek" value="2" literal="dayOfWeek"/>
<eLiterals name="dayOfMonth" value="3" literal="dayOfMonth"/>
<eLiterals name="month" value="4" literal="month"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Array">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false"
upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Date" instanceClassName="java.util.Date"/>
<eClassifiers xsi:type="ecore:EClass" name="ArrofRecStep">
<eStructuralFeatures xsi:type="ecore:EReference" name="arrofrecstepValues" upperBound="-1"
eType="#//RecurrenceStep" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Horizontalgroup" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Resource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalgroupName" 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="horizontalgroupGroupSize"
eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalgroupMaximum"
eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalgroupMinimum"
eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalgroupTemplateName"
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="horizontalgroupLoadBalancer"
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>
<eClassifiers xsi:type="ecore:EClass" name="Loadbalancer" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Resource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eOperations name="addbackendserver">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
<eOperations name="removebackendserver">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="loadbalancerName" 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="loadbalancerInstanceIP"
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="loadbalancerAddress" 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>
<eClassifiers xsi:type="ecore:EClass" name="Elasticitycontroller" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Resource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ElasticitycontrollerMinimumLimit"
eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ElasticitycontrollerMaximumLimit"
eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instancegrouplink" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Link">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="sourceConstraint targetConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="sourceConstraint" value="self.source.oclIsKindOf(modemo::Horizontalgroup)"/>
<details key="targetConstraint" value="self.target.oclIsKindOf(infrastructure::Compute)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Loadbalancerlink" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Link">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="sourceConstraint targetConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="sourceConstraint" value="self.source.oclIsKindOf(modemo::Horizontalgroup)"/>
<details key="targetConstraint" value="self.target.oclIsKindOf(modemo::Loadbalancer)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Elasticlink" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Link">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="sourceConstraint targetConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="sourceConstraint" value="self.source.oclIsKindOf(modemo::Elasticitycontroller)"/>
<details key="targetConstraint" value="self.target.oclIsKindOf(modemo::Horizontalgroup) or self.target.oclIsKindOf(infrastructure::Compute)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Link">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="sourceConstraint targetConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="sourceConstraint" value="self.source.oclIsKindOf(modemo::Elasticitycontroller)"/>
<details key="targetConstraint" value="self.target.oclIsKindOf(modemo::Actiontrigger)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleOperator" eType="#//OperatorType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleThreshold" eType="#//Float">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rulePeriod" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleConsecutive" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Actiontrigger" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Resource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actiontriggerAction" eType="#//ActionOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actiontriggerActionType"
eType="#//ActionType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actiontriggerAmount" eType="#//Float">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Step" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Resource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stepLowerStepBound" eType="#//Float">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stepUpperStepBound" eType="#//Float">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stepSize" eType="#//Float">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Steplink" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Link">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="sourceConstraint targetConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="sourceConstraint" value="self.source.oclIsKindOf(modemo::Elasticitycontroller)"/>
<details key="targetConstraint" value="self.target.oclIsKindOf(modemo::Step)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Provider" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Resource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Providerlink" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Link">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="sourceConstraint targetConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="sourceConstraint" value="self.source.oclIsKindOf(modemo::Horizontalgroup)"/>
<details key="targetConstraint" value="self.target.oclIsKindOf(modemo::Provider)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Vmwareprovider" eSuperTypes="#//Provider">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Openstackprovider" eSuperTypes="#//Provider">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Amazonprovider" eSuperTypes="#//Provider">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Azureprovider" eSuperTypes="#//Provider">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Providerinstancelink" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Link">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="sourceConstraint targetConstraint"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="sourceConstraint" value="self.source.oclIsKindOf(modemo::Provider)"/>
<details key="targetConstraint" value="self.target.oclIsKindOf(infrastructure::Compute)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Creation" 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(infrastructure::Compute)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="occiComputeCreationDate"
eType="#//Date">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Schedulingpolicy" 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(modemo::Elasticitycontroller)"/>
</eAnnotations>
<eOperations name="start">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
<eOperations name="stop">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Uniqueschedulingpolicy" eSuperTypes="#//Schedulingpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueschedulingpolicyStartDate"
eType="#//Date">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueschedulingpolicyEndDate"
eType="#//Date">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Recurringschedulingpolicy" eSuperTypes="#//Schedulingpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="recurringschedulingpolicyRecurrence"
eType="#//ArrofRecStep" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="recurringschedulingpolicyStartDate"
eType="#//Date">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="recurringschedulingpolicyEndDate"
eType="#//Date">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="recurringschedulingpolicyInterval"
eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Scalingpolicy" 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(modemo::Elasticitycontroller)"/>
</eAnnotations>
<eOperations name="start">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
<eOperations name="stop">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dynamicscalingpolicy" eSuperTypes="#//Scalingpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamicscalingpolicyCoolDuration"
eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamicscalingpolicyIterationWaitTime"
eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dynamicadjustmentscalingpolicy" eSuperTypes="#//Dynamicscalingpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamicadjustmentscalingpolicyMetric"
eType="#//MetricTargetTracking">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamicadjustmentscalingpolicyDisableScaleIn"
eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamicadjustmentscalingpolicyTarget"
eType="#//Float">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Simpledynamicscalingpolicy" eSuperTypes="#//Dynamicscalingpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Stepdynamicscalingpolicy" eSuperTypes="#//Dynamicscalingpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Manualscalingpolicy" eSuperTypes="#//Scalingpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="manualscalingpolicyDesiredSize"
eType="#//Float">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="manualscalingpolicyComputeUnit"
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>
<eClassifiers xsi:type="ecore:EClass" name="Metric" 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(modemo::Rule)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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>
<eClassifiers xsi:type="ecore:EClass" name="Cpuutilisation" eSuperTypes="#//Metric platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Memoryutilisation" eSuperTypes="#//Metric platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Allocationpolicy" 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(modemo::Horizontalgroup)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Roundrobin" eSuperTypes="#//Allocationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Responsetime" eSuperTypes="#//Allocationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Cost" eSuperTypes="#//Allocationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Swappingpolicy" 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(modemo::Elasticitycontroller)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sourcemigrationpolicy" 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(modemo::Elasticitycontroller)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Livemigration" eSuperTypes="#//Migrationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Nonlivemigration" eSuperTypes="#//Migrationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Migrationpolicy" 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(modemo::Elasticitycontroller)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dynamicmigrationpolicy" eSuperTypes="#//Sourcemigrationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Manualmigrationpolicy" eSuperTypes="#//Sourcemigrationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Loadvolume" eSuperTypes="#//Dynamicmigrationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Power" eSuperTypes="#//Dynamicmigrationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Targetmigrationpolicy" 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(modemo::Elasticitycontroller)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Availableresources" eSuperTypes="#//Allocationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Manualtargetselection" eSuperTypes="#//Targetmigrationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Availableresourcesorload" eSuperTypes="#//Targetmigrationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Targetresponsetime" eSuperTypes="#//Targetmigrationpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Responsetimemetric" eSuperTypes="#//Metric platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Loadbalancerpolicy" 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(modemo::Loadbalancer)"/>
</eAnnotations>
<eOperations name="start">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
<eOperations name="stop">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Roundrobinalgo" eSuperTypes="#//Loadbalancerpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Leastconn" eSuperTypes="#//Loadbalancerpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Leasttraffic" eSuperTypes="#//Loadbalancerpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Wstaticrr" eSuperTypes="#//Loadbalancerpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Source" eSuperTypes="#//Loadbalancerpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="First" eSuperTypes="#//Loadbalancerpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Leastlatency" eSuperTypes="#//Loadbalancerpolicy platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/>
</ecore:EPackage>
| github:ecore:/data/occiware/Multi-Cloud-Studio/plugins/org.eclipse.cmf.occi.multicloud.modemo/model/modemo.ecore | ecore | modemo
Float
java.lang.Float
java.lang.Float
OperatorType
GreaterThan
GreaterThan
GreaterThanOrEqualTo
GreaterThanOrEqualTo
LessThan
LessThan
LessThanOrEqualTo
LessThanOrEqualTo
EqualTo
EqualTo
NotEqualTo
NotEqualTo
ActionOperation
add
add
remove
remove
set_to
set_to
ActionType
instanceCount
instanceCount
percent
percent
MetricTargetTracking
AverageCpuUtilisation
AverageCpuUtilisation
LBRequestCountperTarget
LBRequestCountperTarget
AverageNetworkIn
AverageNetworkIn
AverageNetworkOut
AverageNetworkOut
RecurrenceStep
unit
value
Unit
minute
minute
hour
hour
dayOfWeek
dayOfWeek
dayOfMonth
dayOfMonth
month
month
Array
values
Date
java.util.Date
java.util.Date
ArrofRecStep
arrofrecstepValues
Horizontalgroup
horizontalgroupName
horizontalgroupGroupSize
horizontalgroupMaximum
horizontalgroupMinimum
horizontalgroupTemplateName
horizontalgroupLoadBalancer
Loadbalancer
addbackendserver
removebackendserver
loadbalancerName
loadbalancerInstanceIP
loadbalancerAddress
Elasticitycontroller
ElasticitycontrollerMinimumLimit
ElasticitycontrollerMaximumLimit
Instancegrouplink
Loadbalancerlink
Elasticlink
Rule
ruleOperator
ruleThreshold
rulePeriod
ruleConsecutive
Actiontrigger
actiontriggerAction
actiontriggerActionType
actiontriggerAmount
Step
stepLowerStepBound
stepUpperStepBound
stepSize
Steplink
Provider
Providerlink
Vmwareprovider
Openstackprovider
Amazonprovider
Azureprovider
Providerinstancelink
Creation
occiComputeCreationDate
Schedulingpolicy
start
stop
Uniqueschedulingpolicy
uniqueschedulingpolicyStartDate
uniqueschedulingpolicyEndDate
Recurringschedulingpolicy
recurringschedulingpolicyRecurrence
recurringschedulingpolicyStartDate
recurringschedulingpolicyEndDate
recurringschedulingpolicyInterval
Scalingpolicy
start
stop
Dynamicscalingpolicy
dynamicscalingpolicyCoolDuration
dynamicscalingpolicyIterationWaitTime
Dynamicadjustmentscalingpolicy
dynamicadjustmentscalingpolicyMetric
dynamicadjustmentscalingpolicyDisableScaleIn
dynamicadjustmentscalingpolicyTarget
Simpledynamicscalingpolicy
Stepdynamicscalingpolicy
Manualscalingpolicy
manualscalingpolicyDesiredSize
manualscalingpolicyComputeUnit
Metric
name
Cpuutilisation
Memoryutilisation
Allocationpolicy
Roundrobin
Responsetime
Cost
Swappingpolicy
Sourcemigrationpolicy
Livemigration
Nonlivemigration
Migrationpolicy
Dynamicmigrationpolicy
Manualmigrationpolicy
Loadvolume
Power
Targetmigrationpolicy
Availableresources
Manualtargetselection
Availableresourcesorload
Targetresponsetime
Responsetimemetric
Loadbalancerpolicy
start
stop
Roundrobinalgo
Leastconn
Leasttraffic
Wstaticrr
Source
First
Leastlatency | null | {"directed":true,"nodes":[{"nsPrefix":"modemo","nsURI":"http://org.eclipse.cmf.occi.multicloud.modemo/ecore","name":"modemo","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"Float","instanceClass":"java.lang.Float","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperatorType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActionOperation","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActionType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MetricTargetTracking","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecurrenceStep","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Array","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"Date","instanceClass":"java.util.Date","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrofRecStep","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Horizontalgroup","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loadbalancer","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Elasticitycontroller","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instancegrouplink","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loadbalancerlink","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Elasticlink","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actiontrigger","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Step","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Steplink","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Provider","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Providerlink","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vmwareprovider","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Openstackprovider","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Amazonprovider","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Azureprovider","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Providerinstancelink","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Creation","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schedulingpolicy","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Uniqueschedulingpolicy","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Recurringschedulingpolicy","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scalingpolicy","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dynamicscalingpolicy","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dynamicadjustmentscalingpolicy","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Simpledynamicscalingpolicy","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stepdynamicscalingpolicy","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manualscalingpolicy","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metric","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cpuutilisation","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Memoryutilisation","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Allocationpolicy","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Roundrobin","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Responsetime","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cost","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Swappingpolicy","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sourcemigrationpolicy","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Livemigration","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nonlivemigration","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Migrationpolicy","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dynamicmigrationpolicy","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manualmigrationpolicy","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loadvolume","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Power","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Targetmigrationpolicy","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Availableresources","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manualtargetselection","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Availableresourcesorload","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Targetresponsetime","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Responsetimemetric","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loadbalancerpolicy","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Roundrobinalgo","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Leastconn","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Leasttraffic","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wstaticrr","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"First","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Leastlatency","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"name":"GreaterThan","id":68,"value":0,"literal":"GreaterThan","eClass":"EEnumLiteral"},{"name":"GreaterThanOrEqualTo","id":69,"value":1,"literal":"GreaterThanOrEqualTo","eClass":"EEnumLiteral"},{"name":"LessThan","id":70,"value":2,"literal":"LessThan","eClass":"EEnumLiteral"},{"name":"LessThanOrEqualTo","id":71,"value":3,"literal":"LessThanOrEqualTo","eClass":"EEnumLiteral"},{"name":"EqualTo","id":72,"value":4,"literal":"EqualTo","eClass":"EEnumLiteral"},{"name":"NotEqualTo","id":73,"value":5,"literal":"NotEqualTo","eClass":"EEnumLiteral"},{"name":"add","id":74,"value":0,"literal":"add","eClass":"EEnumLiteral"},{"name":"remove","id":75,"value":1,"literal":"remove","eClass":"EEnumLiteral"},{"name":"set_to","id":76,"value":2,"literal":"set_to","eClass":"EEnumLiteral"},{"name":"instanceCount","id":77,"value":0,"literal":"instanceCount","eClass":"EEnumLiteral"},{"name":"percent","id":78,"value":1,"literal":"percent","eClass":"EEnumLiteral"},{"name":"AverageCpuUtilisation","id":79,"value":0,"literal":"AverageCpuUtilisation","eClass":"EEnumLiteral"},{"name":"LBRequestCountperTarget","id":80,"value":1,"literal":"LBRequestCountperTarget","eClass":"EEnumLiteral"},{"name":"AverageNetworkIn","id":81,"value":2,"literal":"AverageNetworkIn","eClass":"EEnumLiteral"},{"name":"AverageNetworkOut","id":82,"value":3,"literal":"AverageNetworkOut","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":1,"iD":false,"id":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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"name":"minute","id":87,"value":0,"literal":"minute","eClass":"EEnumLiteral"},{"name":"hour","id":88,"value":1,"literal":"hour","eClass":"EEnumLiteral"},{"name":"dayOfWeek","id":89,"value":2,"literal":"dayOfWeek","eClass":"EEnumLiteral"},{"name":"dayOfMonth","id":90,"value":3,"literal":"dayOfMonth","eClass":"EEnumLiteral"},{"name":"month","id":91,"value":4,"literal":"month","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":"values","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrofrecstepValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"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":"horizontalgroupName","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":"horizontalgroupGroupSize","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":"horizontalgroupMaximum","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"horizontalgroupMinimum","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"horizontalgroupTemplateName","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":"horizontalgroupLoadBalancer","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"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addbackendserver","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removebackendserver","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":"loadbalancerName","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":"loadbalancerInstanceIP","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"loadbalancerAddress","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ElasticitycontrollerMinimumLimit","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":"ElasticitycontrollerMaximumLimit","changeable":true,"lowerBound":0,"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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ruleOperator","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ruleThreshold","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rulePeriod","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ruleConsecutive","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actiontriggerAction","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actiontriggerActionType","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":"actiontriggerAmount","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stepLowerStepBound","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":"stepUpperStepBound","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":"stepSize","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"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"occiComputeCreationDate","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"start","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stop","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EOperation"},{"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":"uniqueschedulingpolicyStartDate","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":"uniqueschedulingpolicyEndDate","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recurringschedulingpolicyRecurrence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"recurringschedulingpolicyStartDate","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"recurringschedulingpolicyEndDate","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"recurringschedulingpolicyInterval","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"start","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stop","lowerBound":0,"id":180,"many":false,"required":false,"eClass":"EOperation"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dynamicscalingpolicyCoolDuration","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dynamicscalingpolicyIterationWaitTime","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dynamicadjustmentscalingpolicyMetric","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":"dynamicadjustmentscalingpolicyDisableScaleIn","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":"dynamicadjustmentscalingpolicyTarget","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"manualscalingpolicyDesiredSize","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"manualscalingpolicyComputeUnit","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"start","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stop","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EOperation"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":1,"target":0},{"source":2,"target":0},{"source":2,"target":68},{"source":2,"target":69},{"source":2,"target":70},{"source":2,"target":71},{"source":2,"target":72},{"source":2,"target":73},{"source":68,"target":2},{"source":69,"target":2},{"source":70,"target":2},{"source":71,"target":2},{"source":72,"target":2},{"source":73,"target":2},{"source":3,"target":0},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":74,"target":3},{"source":75,"target":3},{"source":76,"target":3},{"source":4,"target":0},{"source":4,"target":77},{"source":4,"target":78},{"source":77,"target":4},{"source":78,"target":4},{"source":5,"target":0},{"source":5,"target":79},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":79,"target":5},{"source":80,"target":5},{"source":81,"target":5},{"source":82,"target":5},{"source":6,"target":0},{"source":6,"target":83},{"source":6,"target":84},{"source":83,"target":7},{"source":83,"target":85},{"source":83,"target":6},{"source":85,"target":7},{"source":84,"target":8},{"source":84,"target":86},{"source":84,"target":6},{"source":86,"target":8},{"source":7,"target":0},{"source":7,"target":87},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":87,"target":7},{"source":88,"target":7},{"source":89,"target":7},{"source":90,"target":7},{"source":91,"target":7},{"source":8,"target":0},{"source":8,"target":92},{"source":92,"target":93},{"source":92,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":94},{"source":94,"target":6},{"source":94,"target":95},{"source":94,"target":10},{"source":95,"target":6},{"source":11,"target":0},{"source":11,"target":96},{"source":11,"target":97},{"source":11,"target":98},{"source":11,"target":99},{"source":11,"target":100},{"source":11,"target":101},{"source":11,"target":102},{"source":96,"target":103},{"source":96,"target":11},{"source":97,"target":104},{"source":97,"target":11},{"source":98,"target":105},{"source":98,"target":11},{"source":99,"target":106},{"source":99,"target":11},{"source":100,"target":107},{"source":100,"target":11},{"source":101,"target":108},{"source":101,"target":11},{"source":12,"target":0},{"source":12,"target":109},{"source":12,"target":110},{"source":12,"target":111},{"source":12,"target":112},{"source":12,"target":113},{"source":12,"target":114},{"source":109,"target":12},{"source":110,"target":12},{"source":111,"target":115},{"source":111,"target":12},{"source":112,"target":116},{"source":112,"target":12},{"source":113,"target":117},{"source":113,"target":12},{"source":13,"target":0},{"source":13,"target":118},{"source":13,"target":119},{"source":13,"target":120},{"source":118,"target":121},{"source":118,"target":13},{"source":119,"target":122},{"source":119,"target":13},{"source":14,"target":0},{"source":14,"target":123},{"source":15,"target":0},{"source":15,"target":124},{"source":16,"target":0},{"source":16,"target":125},{"source":17,"target":0},{"source":17,"target":126},{"source":17,"target":127},{"source":17,"target":128},{"source":17,"target":129},{"source":17,"target":130},{"source":126,"target":2},{"source":126,"target":131},{"source":126,"target":17},{"source":131,"target":2},{"source":127,"target":1},{"source":127,"target":132},{"source":127,"target":17},{"source":132,"target":1},{"source":128,"target":133},{"source":128,"target":17},{"source":129,"target":134},{"source":129,"target":17},{"source":18,"target":0},{"source":18,"target":135},{"source":18,"target":136},{"source":18,"target":137},{"source":18,"target":138},{"source":135,"target":3},{"source":135,"target":139},{"source":135,"target":18},{"source":139,"target":3},{"source":136,"target":4},{"source":136,"target":140},{"source":136,"target":18},{"source":140,"target":4},{"source":137,"target":1},{"source":137,"target":141},{"source":137,"target":18},{"source":141,"target":1},{"source":19,"target":0},{"source":19,"target":142},{"source":19,"target":143},{"source":19,"target":144},{"source":19,"target":145},{"source":142,"target":1},{"source":142,"target":146},{"source":142,"target":19},{"source":146,"target":1},{"source":143,"target":1},{"source":143,"target":147},{"source":143,"target":19},{"source":147,"target":1},{"source":144,"target":1},{"source":144,"target":148},{"source":144,"target":19},{"source":148,"target":1},{"source":20,"target":0},{"source":20,"target":149},{"source":21,"target":0},{"source":21,"target":150},{"source":22,"target":0},{"source":22,"target":151},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":152},{"source":152,"target":21},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":153},{"source":153,"target":21},{"source":25,"target":0},{"source":25,"target":21},{"source":25,"target":154},{"source":154,"target":21},{"source":26,"target":0},{"source":26,"target":21},{"source":26,"target":155},{"source":155,"target":21},{"source":27,"target":0},{"source":27,"target":156},{"source":28,"target":0},{"source":28,"target":157},{"source":28,"target":158},{"source":157,"target":9},{"source":157,"target":159},{"source":157,"target":28},{"source":159,"target":9},{"source":29,"target":0},{"source":29,"target":160},{"source":29,"target":161},{"source":29,"target":162},{"source":160,"target":29},{"source":161,"target":29},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":163},{"source":30,"target":164},{"source":30,"target":165},{"source":30,"target":166},{"source":163,"target":9},{"source":163,"target":167},{"source":163,"target":30},{"source":167,"target":9},{"source":164,"target":9},{"source":164,"target":168},{"source":164,"target":30},{"source":168,"target":9},{"source":165,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":169},{"source":31,"target":170},{"source":31,"target":171},{"source":31,"target":172},{"source":31,"target":173},{"source":31,"target":174},{"source":169,"target":10},{"source":169,"target":175},{"source":169,"target":31},{"source":175,"target":10},{"source":170,"target":9},{"source":170,"target":176},{"source":170,"target":31},{"source":176,"target":9},{"source":171,"target":9},{"source":171,"target":177},{"source":171,"target":31},{"source":177,"target":9},{"source":172,"target":178},{"source":172,"target":31},{"source":173,"target":29},{"source":32,"target":0},{"source":32,"target":179},{"source":32,"target":180},{"source":32,"target":181},{"source":179,"target":32},{"source":180,"target":32},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":182},{"source":33,"target":183},{"source":33,"target":184},{"source":33,"target":185},{"source":182,"target":186},{"source":182,"target":33},{"source":183,"target":187},{"source":183,"target":33},{"source":184,"target":32},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":188},{"source":34,"target":189},{"source":34,"target":190},{"source":34,"target":191},{"source":34,"target":192},{"source":188,"target":5},{"source":188,"target":193},{"source":188,"target":34},{"source":193,"target":5},{"source":189,"target":194},{"source":189,"target":34},{"source":190,"target":1},{"source":190,"target":195},{"source":190,"target":34},{"source":195,"target":1},{"source":191,"target":33},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":196},{"source":35,"target":197},{"source":196,"target":33},{"source":36,"target":0},{"source":36,"target":33},{"source":36,"target":198},{"source":36,"target":199},{"source":198,"target":33},{"source":37,"target":0},{"source":37,"target":32},{"source":37,"target":200},{"source":37,"target":201},{"source":37,"target":202},{"source":37,"target":203},{"source":200,"target":1},{"source":200,"target":204},{"source":200,"target":37},{"source":204,"target":1},{"source":201,"target":205},{"source":201,"target":37},{"source":202,"target":32},{"source":38,"target":0},{"source":38,"target":206},{"source":38,"target":207},{"source":206,"target":208},{"source":206,"target":38},{"source":39,"target":0},{"source":39,"target":38},{"source":39,"target":209},{"source":39,"target":210},{"source":209,"target":38},{"source":40,"target":0},{"source":40,"target":38},{"source":40,"target":211},{"source":40,"target":212},{"source":211,"target":38},{"source":41,"target":0},{"source":41,"target":213},{"source":42,"target":0},{"source":42,"target":41},{"source":42,"target":214},{"source":42,"target":215},{"source":214,"target":41},{"source":43,"target":0},{"source":43,"target":41},{"source":43,"target":216},{"source":43,"target":217},{"source":216,"target":41},{"source":44,"target":0},{"source":44,"target":41},{"source":44,"target":218},{"source":44,"target":219},{"source":218,"target":41},{"source":45,"target":0},{"source":45,"target":220},{"source":46,"target":0},{"source":46,"target":221},{"source":47,"target":0},{"source":47,"target":49},{"source":47,"target":222},{"source":47,"target":223},{"source":222,"target":49},{"source":48,"target":0},{"source":48,"target":49},{"source":48,"target":224},{"source":48,"target":225},{"source":224,"target":49},{"source":49,"target":0},{"source":49,"target":226},{"source":50,"target":0},{"source":50,"target":46},{"source":50,"target":227},{"source":50,"target":228},{"source":227,"target":46},{"source":51,"target":0},{"source":51,"target":46},{"source":51,"target":229},{"source":51,"target":230},{"source":229,"target":46},{"source":52,"target":0},{"source":52,"target":50},{"source":52,"target":231},{"source":52,"target":232},{"source":231,"target":50},{"source":53,"target":0},{"source":53,"target":50},{"source":53,"target":233},{"source":53,"target":234},{"source":233,"target":50},{"source":54,"target":0},{"source":54,"target":235},{"source":55,"target":0},{"source":55,"target":41},{"source":55,"target":236},{"source":55,"target":237},{"source":236,"target":41},{"source":56,"target":0},{"source":56,"target":54},{"source":56,"target":238},{"source":56,"target":239},{"source":238,"target":54},{"source":57,"target":0},{"source":57,"target":54},{"source":57,"target":240},{"source":57,"target":241},{"source":240,"target":54},{"source":58,"target":0},{"source":58,"target":54},{"source":58,"target":242},{"source":58,"target":243},{"source":242,"target":54},{"source":59,"target":0},{"source":59,"target":38},{"source":59,"target":244},{"source":59,"target":245},{"source":244,"target":38},{"source":60,"target":0},{"source":60,"target":246},{"source":60,"target":247},{"source":60,"target":248},{"source":246,"target":60},{"source":247,"target":60},{"source":61,"target":0},{"source":61,"target":60},{"source":61,"target":249},{"source":61,"target":250},{"source":249,"target":60},{"source":62,"target":0},{"source":62,"target":60},{"source":62,"target":251},{"source":62,"target":252},{"source":251,"target":60},{"source":63,"target":0},{"source":63,"target":60},{"source":63,"target":253},{"source":63,"target":254},{"source":253,"target":60},{"source":64,"target":0},{"source":64,"target":60},{"source":64,"target":255},{"source":64,"target":256},{"source":255,"target":60},{"source":65,"target":0},{"source":65,"target":60},{"source":65,"target":257},{"source":65,"target":258},{"source":257,"target":60},{"source":66,"target":0},{"source":66,"target":60},{"source":66,"target":259},{"source":66,"target":260},{"source":259,"target":60},{"source":67,"target":0},{"source":67,"target":60},{"source":67,"target":261},{"source":67,"target":262},{"source":261,"target":60}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2007-2011 BlueXML - www.bluexml.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="common"
nsURI="http://www.kerblue.org/common/1.0/" nsPrefix="common">
<eClassifiers xsi:type="ecore:EClass" name="ModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: main elements of model inherits of ModelElement which allows to declare the description and the documentation attributes."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="stereotypes" upperBound="-1"
eType="#//Stereotype"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//Tag"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#//Comment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: the attribute documentation is associated to all the elements of a model to allow associating an explanation of the element; this explanation is used in the generation of the model documentation. 
It is highly recommended to fill up this attribute at each creation of an element to provide a good documentation and to avoid having to spend huge time lately. "/>
</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="Definition: the attribute description is associated to many elements of a model to allow a description of the element; this description is used in the generation of the model documentation. 
It is highly recommended to fill up this attribute at each creation of an element to provide a good documentation and to avoid having to spend huge time lately. "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="metainfo" upperBound="-1"
eType="#//MetaInfo" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedModelElement" eSuperTypes="#//ModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: main elements of model inherits of NameModelElement which allows to declare the name and which provides multiple OCL operations used by the modelers and the generators."/>
</eAnnotations>
<eOperations name="getFullName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="if self.getContainer().oclIsUndefined() then
	''
else
	if self.getContainer().oclIsKindOf(NamedModelElement) then
		let parent : String = self.getContainer().oclAsType(NamedModelElement).getFullName()
		in
			if ((not(parent.oclIsUndefined())) and (parent.size() > 0)) then
				parent.concat('.').concat(self.name)
			else
				self.name
			endif
	else
		''
	endif	
endif"/>
</eAnnotations>
</eOperations>
<eOperations name="getDocumentationOrName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="if self.documentation.oclIsUndefined() or self.documentation.size() <0 then
	self.name
else
	self.documentation
endif"/>
</eAnnotations>
</eOperations>
<eOperations name="getDescriptionOrName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="if self.description.oclIsUndefined() or self.description.size() <0 then
	self.name
else
	self.description
endif"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: the name of the concerned element; this name is used as leaf of the fully qualified name of an element: the other part of the fully qualified name are composed by the tree package names."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//ModelElement">
<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="Tag">
<eOperations name="equalsForMerge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="self.key = other.key"/>
</eAnnotations>
<eParameters name="other" eType="#//Tag"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//NamedModelElement">
<eOperations name="EqualsForMerge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="self.name = other.name"/>
</eAnnotations>
<eParameters name="other" eType="#//Stereotype"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//NamedModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: used to organize the objects inside a model under a tree similar to Java package organization. It is highly recommended to use the packages to organize the elements and to ensure that they have understandable fully qualified name."/>
</eAnnotations>
<eOperations name="equalsForMerge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="self.name = other.name"/>
</eAnnotations>
<eParameters name="other" eType="#//Package"/>
</eOperations>
<eOperations name="getRootPackage" eType="#//Package">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="if self.getContainer().oclIsUndefined() then
	self
else
	self.getContainer().oclAsType(Package).getRootPackage()
endif"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeSet" upperBound="-1"
eType="#//Stereotype" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="packageSet" upperBound="-1"
eType="#//Package" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//OperationComponent">
<eOperations name="equalsForMerge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="self.name = other.name and 

self.parameters->forAll(p:Parameter | 
 other.parameters->exists(z : Parameter | z.name = p.name and z.valueType = p.valueType ))"/>
</eAnnotations>
<eParameters name="other" eType="#//Operation"/>
</eOperations>
<eOperations name="getParameter" eType="#//Parameter">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="self.getParameters()->select(e:Parameter|e.name =pname)->first()"/>
</eAnnotations>
<eParameters name="pname" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" eType="#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//Visibility"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//NamedModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueType" eType="#//DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DataType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: this enumeration allows to set up a format to a data. The supported data types are:
- boolean: true or false,
- byte: 8-bits integer
- char: Single two-byte Unicode character
- Date: a calendar date 
- DateTime: calendar date and day time
- double: 8-bytes floating point number
- float: 4-bytes floating point number
- int: 4-bytes signed integer
- long: 8-bytes signed integer
- Object: other data types; for Alfresco, associated to the 'Any' data type.
- short: 2-bytes signed integer
- String: a sequence of plain-text characters
- Time : an instant of time that recurs every day
- void: pas de generation de l'attribut"/>
</eAnnotations>
<eLiterals name="boolean"/>
<eLiterals name="byte" value="1"/>
<eLiterals name="char" value="2"/>
<eLiterals name="double" value="3"/>
<eLiterals name="float" value="4"/>
<eLiterals name="int" value="5"/>
<eLiterals name="long" value="6" literal="long"/>
<eLiterals name="short" value="7"/>
<eLiterals name="String" value="8"/>
<eLiterals name="Date" value="10"/>
<eLiterals name="Object" value="11" literal="Object"/>
<eLiterals name="DateTime" value="12" literal="DateTime"/>
<eLiterals name="Time" value="13"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Visibility">
<eLiterals name="Public"/>
<eLiterals name="Private" value="1"/>
<eLiterals name="Protected" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationGroup" eSuperTypes="#//OperationComponent">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//OperationComponent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationComponent" abstract="true"
eSuperTypes="#//NamedModelElement">
<eOperations name="getOperations" upperBound="-1" eType="#//OperationComponent">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="if (self.oclIsKindOf(OperationGroup)) then
	self.oclAsType(OperationGroup).children->iterate(e:OperationComponent; result :Set(OperationComponent)=Set{}|result->union(e.getOperations()))->flatten()->asOrderedSet()
else
	self.oclAsType(OperationComponent)->asOrderedSet()
endif"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetaInfo" eSuperTypes="#//MetaData">
<eOperations name="equalsForMerge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="self.key = other.key"/>
</eAnnotations>
<eParameters name="other" eType="#//MetaInfo"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueType">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments/>
</eGenericType>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraintType" eType="#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueSet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetaInfoGroup" eSuperTypes="#//MetaData #//NamedModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//MetaData" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetaData" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Container" abstract="true"/>
</ecore:EPackage>
| github:ecore:/data/jck1307/SIDE-Labs/S-IDE/MetaModel/Common/trunk/com.bluexml.side.Common/model/Common.ecore | ecore | common
ModelElement
stereotypes
tags
comments
documentation
description
metainfo
NamedModelElement
getFullName
getDocumentationOrName
getDescriptionOrName
name
Comment
value
Tag
equalsForMerge
other
key
value
Stereotype
EqualsForMerge
other
Package
equalsForMerge
other
getRootPackage
stereotypeSet
packageSet
Operation
equalsForMerge
other
getParameter
pname
returnType
parameters
visibility
static
body
Parameter
valueType
DataType
boolean
boolean
byte
byte
char
char
double
double
float
float
int
int
long
long
short
short
String
String
Date
Date
Object
Object
DateTime
DateTime
Time
Time
Visibility
Public
Public
Private
Private
Protected
Protected
OperationGroup
children
OperationComponent
getOperations
MetaInfo
equalsForMerge
other
key
value
valueType
constraintType
valueSet
MetaInfoGroup
children
MetaData
Container | null | {"directed":true,"nodes":[{"nsPrefix":"common","nsURI":"http://www.kerblue.org/common/1.0/","name":"common","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedModelElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","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,"instanceClassName":null,"name":"DataType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Visibility","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationGroup","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationComponent","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaInfo","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaInfoGroup","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaData","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"stereotypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","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":"documentation","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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metainfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFullName","lowerBound":1,"id":29,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDocumentationOrName","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDescriptionOrName","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalsForMerge","lowerBound":0,"id":41,"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":"key","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"other","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EParameter"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"EqualsForMerge","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EOperation"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"other","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EParameter"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalsForMerge","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRootPackage","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":"stereotypeSet","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":"packageSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"other","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EParameter"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalsForMerge","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParameter","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returnType","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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"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":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":"static","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":"body","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"other","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EParameter"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"pname","lowerBound":1,"id":77,"many":false,"required":true,"eClass":"EParameter"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"name":"boolean","id":87,"value":0,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"byte","id":88,"value":1,"literal":"byte","eClass":"EEnumLiteral"},{"name":"char","id":89,"value":2,"literal":"char","eClass":"EEnumLiteral"},{"name":"double","id":90,"value":3,"literal":"double","eClass":"EEnumLiteral"},{"name":"float","id":91,"value":4,"literal":"float","eClass":"EEnumLiteral"},{"name":"int","id":92,"value":5,"literal":"int","eClass":"EEnumLiteral"},{"name":"long","id":93,"value":6,"literal":"long","eClass":"EEnumLiteral"},{"name":"short","id":94,"value":7,"literal":"short","eClass":"EEnumLiteral"},{"name":"String","id":95,"value":8,"literal":"String","eClass":"EEnumLiteral"},{"name":"Date","id":96,"value":10,"literal":"Date","eClass":"EEnumLiteral"},{"name":"Object","id":97,"value":11,"literal":"Object","eClass":"EEnumLiteral"},{"name":"DateTime","id":98,"value":12,"literal":"DateTime","eClass":"EEnumLiteral"},{"name":"Time","id":99,"value":13,"literal":"Time","eClass":"EEnumLiteral"},{"name":"Public","id":100,"value":0,"literal":"Public","eClass":"EEnumLiteral"},{"name":"Private","id":101,"value":1,"literal":"Private","eClass":"EEnumLiteral"},{"name":"Protected","id":102,"value":2,"literal":"Protected","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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getOperations","lowerBound":0,"id":106,"many":true,"required":false,"eClass":"EOperation"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalsForMerge","lowerBound":0,"id":109,"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":"key","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":"valueType","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraintType","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valueSet","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"other","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"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":17,"target":5},{"source":17,"target":23},{"source":17,"target":1},{"source":23,"target":5},{"source":18,"target":4},{"source":18,"target":24},{"source":18,"target":1},{"source":24,"target":4},{"source":19,"target":3},{"source":19,"target":25},{"source":19,"target":1},{"source":25,"target":3},{"source":20,"target":26},{"source":20,"target":1},{"source":21,"target":27},{"source":21,"target":1},{"source":22,"target":13},{"source":22,"target":28},{"source":22,"target":1},{"source":28,"target":13},{"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":29,"target":34},{"source":29,"target":2},{"source":30,"target":35},{"source":30,"target":2},{"source":31,"target":36},{"source":31,"target":2},{"source":32,"target":37},{"source":32,"target":2},{"source":33,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":38},{"source":3,"target":39},{"source":38,"target":40},{"source":38,"target":3},{"source":39,"target":1},{"source":4,"target":0},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":41,"target":44},{"source":41,"target":4},{"source":41,"target":45},{"source":45,"target":4},{"source":45,"target":46},{"source":45,"target":41},{"source":46,"target":4},{"source":42,"target":47},{"source":42,"target":4},{"source":43,"target":48},{"source":43,"target":4},{"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":49,"target":52},{"source":52,"target":5},{"source":52,"target":53},{"source":52,"target":49},{"source":53,"target":5},{"source":50,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":54,"target":59},{"source":54,"target":6},{"source":54,"target":60},{"source":60,"target":6},{"source":60,"target":61},{"source":60,"target":54},{"source":61,"target":6},{"source":55,"target":6},{"source":55,"target":62},{"source":55,"target":6},{"source":62,"target":6},{"source":56,"target":5},{"source":56,"target":63},{"source":56,"target":6},{"source":63,"target":5},{"source":57,"target":6},{"source":57,"target":64},{"source":57,"target":6},{"source":64,"target":6},{"source":58,"target":2},{"source":7,"target":0},{"source":7,"target":12},{"source":7,"target":65},{"source":7,"target":66},{"source":7,"target":67},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":70},{"source":7,"target":71},{"source":7,"target":72},{"source":65,"target":73},{"source":65,"target":7},{"source":65,"target":74},{"source":74,"target":7},{"source":74,"target":75},{"source":74,"target":65},{"source":75,"target":7},{"source":66,"target":8},{"source":66,"target":76},{"source":66,"target":7},{"source":66,"target":77},{"source":76,"target":8},{"source":77,"target":78},{"source":77,"target":66},{"source":67,"target":9},{"source":67,"target":79},{"source":67,"target":7},{"source":79,"target":9},{"source":68,"target":8},{"source":68,"target":80},{"source":68,"target":7},{"source":80,"target":8},{"source":69,"target":10},{"source":69,"target":81},{"source":69,"target":7},{"source":81,"target":10},{"source":70,"target":82},{"source":70,"target":7},{"source":71,"target":83},{"source":71,"target":7},{"source":72,"target":12},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":84},{"source":8,"target":85},{"source":84,"target":9},{"source":84,"target":86},{"source":84,"target":8},{"source":86,"target":9},{"source":85,"target":2},{"source":9,"target":0},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":9,"target":90},{"source":9,"target":91},{"source":9,"target":92},{"source":9,"target":93},{"source":9,"target":94},{"source":9,"target":95},{"source":9,"target":96},{"source":9,"target":97},{"source":9,"target":98},{"source":9,"target":99},{"source":87,"target":9},{"source":88,"target":9},{"source":89,"target":9},{"source":90,"target":9},{"source":91,"target":9},{"source":92,"target":9},{"source":93,"target":9},{"source":94,"target":9},{"source":95,"target":9},{"source":96,"target":9},{"source":97,"target":9},{"source":98,"target":9},{"source":99,"target":9},{"source":10,"target":0},{"source":10,"target":100},{"source":10,"target":101},{"source":10,"target":102},{"source":100,"target":10},{"source":101,"target":10},{"source":102,"target":10},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":103},{"source":11,"target":104},{"source":103,"target":12},{"source":103,"target":105},{"source":103,"target":11},{"source":105,"target":12},{"source":104,"target":12},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":106},{"source":12,"target":107},{"source":106,"target":12},{"source":106,"target":108},{"source":106,"target":12},{"source":108,"target":12},{"source":107,"target":2},{"source":13,"target":0},{"source":13,"target":15},{"source":13,"target":109},{"source":13,"target":110},{"source":13,"target":111},{"source":13,"target":112},{"source":13,"target":113},{"source":13,"target":114},{"source":13,"target":115},{"source":109,"target":116},{"source":109,"target":13},{"source":109,"target":117},{"source":117,"target":13},{"source":117,"target":118},{"source":117,"target":109},{"source":118,"target":13},{"source":110,"target":119},{"source":110,"target":13},{"source":111,"target":120},{"source":111,"target":13},{"source":112,"target":121},{"source":112,"target":13},{"source":121,"target":122},{"source":113,"target":9},{"source":113,"target":123},{"source":113,"target":13},{"source":123,"target":9},{"source":114,"target":124},{"source":114,"target":13},{"source":115,"target":15},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":2},{"source":14,"target":125},{"source":14,"target":126},{"source":14,"target":127},{"source":125,"target":15},{"source":125,"target":128},{"source":125,"target":14},{"source":128,"target":15},{"source":126,"target":15},{"source":127,"target":2},{"source":15,"target":0},{"source":16,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="licenses" nsURI="http://www.eclipse.org/passage/lic/licenses/1.0.0"
nsPrefix="org.eclipse.passage.lic">
<eClassifiers xsi:type="ecore:EClass" name="LicensePlanDescriptor" instanceClassName="org.eclipse.passage.lic.licenses.LicensePlanDescriptor"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="LicensePlanFeatureDescriptor" instanceClassName="org.eclipse.passage.lic.licenses.LicensePlanFeatureDescriptor"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="LicensePackDescriptor" instanceClassName="org.eclipse.passage.lic.licenses.LicensePackDescriptor"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="LicenseGrantDescriptor" instanceClassName="org.eclipse.passage.lic.licenses.LicenseGrantDescriptor"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="LicensePlan" eSuperTypes="#//LicensePlanDescriptor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="licensePlanFeatures" upperBound="-1"
eType="#//LicensePlanFeatureDescriptor" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LicensePlanFeature" eSuperTypes="#//LicensePlanFeatureDescriptor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureIdentifier" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="matchVersion" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="0.0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="matchRule" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="licensePlan" lowerBound="1"
eType="#//LicensePlan"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LicensePack" eSuperTypes="#//LicensePackDescriptor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="issueDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="userIdentifier" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="userFullName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="requestIdentifier" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="planIdentifier" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="productIdentifier" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="productVersion" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="licenseGrants" upperBound="-1"
eType="#//LicenseGrant" containment="true" eOpposite="#//LicenseGrant/licensePack"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LicenseGrant" eSuperTypes="#//LicenseGrantDescriptor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureIdentifier" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="matchVersion" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="0.0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="matchRule" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="validFrom" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="validUntil" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionType" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionExpression" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="capacity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="licensePack" lowerBound="1"
eType="#//LicensePack" eOpposite="#//LicensePack/licenseGrants"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/eclipse-passage/passage/bundles/org.eclipse.passage.lic.licenses.ecore/model/licenses.ecore | ecore | licenses
LicensePlanDescriptor
org.eclipse.passage.lic.licenses.LicensePlanDescriptor
org.eclipse.passage.lic.licenses.LicensePlanDescriptor
LicensePlanFeatureDescriptor
org.eclipse.passage.lic.licenses.LicensePlanFeatureDescriptor
org.eclipse.passage.lic.licenses.LicensePlanFeatureDescriptor
LicensePackDescriptor
org.eclipse.passage.lic.licenses.LicensePackDescriptor
org.eclipse.passage.lic.licenses.LicensePackDescriptor
LicenseGrantDescriptor
org.eclipse.passage.lic.licenses.LicenseGrantDescriptor
org.eclipse.passage.lic.licenses.LicenseGrantDescriptor
LicensePlan
identifier
name
description
licensePlanFeatures
LicensePlanFeature
featureIdentifier
matchVersion
0.0.0
matchRule
licensePlan
LicensePack
identifier
issueDate
userIdentifier
userFullName
requestIdentifier
planIdentifier
productIdentifier
productVersion
licenseGrants
LicenseGrant
identifier
featureIdentifier
matchVersion
0.0.0
matchRule
validFrom
validUntil
conditionType
conditionExpression
capacity
1
licensePack | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.passage.lic","nsURI":"http://www.eclipse.org/passage/lic/licenses/1.0.0","name":"licenses","id":0,"eClass":"EPackage"},{"instanceTypeName":"org.eclipse.passage.lic.licenses.LicensePlanDescriptor","defaultValue":null,"instanceClassName":"org.eclipse.passage.lic.licenses.LicensePlanDescriptor","name":"LicensePlanDescriptor","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.passage.lic.licenses.LicensePlanFeatureDescriptor","defaultValue":null,"instanceClassName":"org.eclipse.passage.lic.licenses.LicensePlanFeatureDescriptor","name":"LicensePlanFeatureDescriptor","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.passage.lic.licenses.LicensePackDescriptor","defaultValue":null,"instanceClassName":"org.eclipse.passage.lic.licenses.LicensePackDescriptor","name":"LicensePackDescriptor","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.passage.lic.licenses.LicenseGrantDescriptor","defaultValue":null,"instanceClassName":"org.eclipse.passage.lic.licenses.LicenseGrantDescriptor","name":"LicenseGrantDescriptor","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LicensePlan","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LicensePlanFeature","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LicensePack","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LicenseGrant","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":"identifier","changeable":true,"lowerBound":0,"iD":true,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"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":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":"licensePlanFeatures","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"},{"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":"featureIdentifier","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"0.0.0","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0.0","unsettable":false,"transient":false,"unique":true,"name":"matchVersion","changeable":true,"lowerBound":1,"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":"matchRule","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"licensePlan","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":true,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"issueDate","changeable":true,"lowerBound":0,"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":"userIdentifier","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":"userFullName","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":"requestIdentifier","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"planIdentifier","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"productIdentifier","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"productVersion","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"licenseGrants","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"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"licensePack","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"identifier","changeable":true,"lowerBound":0,"iD":true,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureIdentifier","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"0.0.0","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0.0","unsettable":false,"transient":false,"unique":true,"name":"matchVersion","changeable":true,"lowerBound":1,"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":"matchRule","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validFrom","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validUntil","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conditionType","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conditionExpression","changeable":true,"lowerBound":1,"iD":false,"id":54,"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":"capacity","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"},{"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":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":9},{"source":5,"target":10},{"source":5,"target":11},{"source":5,"target":12},{"source":5,"target":13},{"source":9,"target":14},{"source":9,"target":5},{"source":10,"target":15},{"source":10,"target":5},{"source":11,"target":16},{"source":11,"target":5},{"source":12,"target":2},{"source":12,"target":17},{"source":12,"target":5},{"source":17,"target":2},{"source":13,"target":1},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":18},{"source":6,"target":19},{"source":6,"target":20},{"source":6,"target":21},{"source":6,"target":22},{"source":18,"target":23},{"source":18,"target":6},{"source":19,"target":24},{"source":19,"target":6},{"source":20,"target":25},{"source":20,"target":6},{"source":21,"target":5},{"source":21,"target":26},{"source":21,"target":6},{"source":26,"target":5},{"source":22,"target":2},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":27},{"source":7,"target":28},{"source":7,"target":29},{"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":27,"target":37},{"source":27,"target":7},{"source":28,"target":38},{"source":28,"target":7},{"source":29,"target":39},{"source":29,"target":7},{"source":30,"target":40},{"source":30,"target":7},{"source":31,"target":41},{"source":31,"target":7},{"source":32,"target":42},{"source":32,"target":7},{"source":33,"target":43},{"source":33,"target":7},{"source":34,"target":44},{"source":34,"target":7},{"source":35,"target":8},{"source":35,"target":45},{"source":35,"target":7},{"source":35,"target":46},{"source":45,"target":8},{"source":36,"target":3},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":46},{"source":8,"target":56},{"source":47,"target":57},{"source":47,"target":8},{"source":48,"target":58},{"source":48,"target":8},{"source":49,"target":59},{"source":49,"target":8},{"source":50,"target":60},{"source":50,"target":8},{"source":51,"target":61},{"source":51,"target":8},{"source":52,"target":62},{"source":52,"target":8},{"source":53,"target":63},{"source":53,"target":8},{"source":54,"target":64},{"source":54,"target":8},{"source":55,"target":65},{"source":55,"target":8},{"source":46,"target":7},{"source":46,"target":66},{"source":46,"target":8},{"source":46,"target":35},{"source":66,"target":7},{"source":56,"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="dbl" nsURI="http://www.informatik.hu-berlin.de/sam/dbl" nsPrefix="dbl">
<eAnnotations source="http://www.eclipse.org/OCL/Import">
<details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Construct">
<eStructuralFeatures xsi:type="ecore:EReference" name="expandExpr" lowerBound="1"
eType="#//ExpandExpr" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtensibleElement" eSuperTypes="#//NamedElement #//Construct">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="concreteSyntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceOfExtensionDefinition"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//Import" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1"
eType="#//Module" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Import">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="file" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" eType="#//Model"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#//NamedElement #//ConstructiveExtensionAtContentExtensionPoint #//Construct">
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//Class" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extensions" upperBound="-1"
eType="#//Extension" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extensionSemantics" upperBound="-1"
eType="#//ExtensionSemantics" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1"
eType="#//Function" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//Variable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1"
eType="#//AnnotationItem" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotateableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//Annotation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstructiveExtension" eSuperTypes="#//ExtensibleElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ConstructiveExtensionAtContentExtensionPoint"
abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="contentExtensions" upperBound="-1"
eType="#//ConstructiveExtension" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleContentExtension" eSuperTypes="#//ConstructiveExtension"/>
<eClassifiers xsi:type="ecore:EClass" name="ClassContentExtension" eSuperTypes="#//ConstructiveExtension"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayDimensions" upperBound="-1"
eType="#//ArrayDimension" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="primitiveType" eType="#//PrimitiveType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArrayDimensions" upperBound="-1"
eType="#//ArrayDimension" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifierType" eType="#//IdExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayDimension">
<eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="VoidType" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="IntType" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="BoolType" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="DoubleType" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//NamedElement #//TypedElement #//LocalScope">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="SuperClassSpecification"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NativeBinding">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetLanguage" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="SuperClassSpecification"/>
<details key="unique" value="false"/>
<details key="upper" value="*"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetType" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="SuperClassSpecification"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperClassSpecification">
<eStructuralFeatures xsi:type="ecore:EReference" name="class" lowerBound="1" eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constructorArguments" ordered="false"
upperBound="-1" eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//NamedElement #//Type #//ConstructiveExtensionAtContentExtensionPoint #//Concept #//Construct #//AnnotateableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="Constructor"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#//NativeBinding" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superClasses" upperBound="-1"
eType="#//SuperClassSpecification" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constructors" upperBound="-1"
eType="#//Constructor" containment="true" eOpposite="#//Constructor/owningClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Variable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//Function" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionsBlock" eType="#//LocalScope"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constructor" eSuperTypes="#//LocalScope">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false"
upperBound="-1" eType="#//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningClass" lowerBound="1"
eType="#//Class" eOpposite="#//Class/constructors"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractVariable" abstract="true" eSuperTypes="#//NamedElement #//TypedElement #//AnnotateableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//AbstractVariable #//SimpleStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="control" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//AbstractVariable"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" eSuperTypes="#//ExtensibleElement #//AnnotateableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopStatement" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="SimpleStatement" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//SimpleStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
eType="#//VariableAccess" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionCall" eSuperTypes="#//SimpleStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="callIdExpr" lowerBound="1"
eType="#//IdExpr" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Return" eSuperTypes="#//SimpleStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WaitUntil" eSuperTypes="#//SimpleStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Terminate" eSuperTypes="#//SimpleStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="Yield" eSuperTypes="#//SimpleStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="Wait" eSuperTypes="#//SimpleStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="Reactivate" eSuperTypes="#//SimpleStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="objectAccess" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivateObject" eSuperTypes="#//SimpleStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="objectAccess" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Advance" eSuperTypes="#//SimpleStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="time" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Print" eSuperTypes="#//SimpleStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trueCase" lowerBound="1"
eType="#//Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="falseCase" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocalScope">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocalScopeStatement" eSuperTypes="#//SimpleStatement #//LocalScope"/>
<eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//LoopStatement #//LocalScope">
<eStructuralFeatures xsi:type="ecore:EReference" name="termination" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="increment" lowerBound="1"
eType="#//Assignment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//LoopStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//SimpleStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
eType="#//VariableAccess" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1"
eType="#//SwitchCase" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultCase" eType="#//SwitchCase"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchCase">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//SimpleStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//SimpleStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//TypedElement #//ExtensibleElement"/>
<eClassifiers xsi:type="ecore:EClass" name="L1Expr" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="L2Expr" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="L3Expr" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="L4Expr" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="L5Expr" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="L6Expr" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="L7Expr" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="L8Expr" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="L9Expr" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="BinaryOperator" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="op1" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op2" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryOperator" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="op" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//BinaryOperator #//L8Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//BinaryOperator #//L7Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="NotEqual" eSuperTypes="#//BinaryOperator #//L6Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="#//BinaryOperator #//L6Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="Greater" eSuperTypes="#//BinaryOperator #//L5Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="GreaterEqual" eSuperTypes="#//BinaryOperator #//L5Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="Less" eSuperTypes="#//BinaryOperator #//L5Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="LessEqual" eSuperTypes="#//BinaryOperator #//L5Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceOf" eSuperTypes="#//BinaryOperator #//L5Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//BinaryOperator #//L4Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//BinaryOperator #//L4Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="Mul" eSuperTypes="#//BinaryOperator #//L3Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="Mod" eSuperTypes="#//BinaryOperator #//L3Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//BinaryOperator #//L3Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="Neg" eSuperTypes="#//UnaryOperator #//L2Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//UnaryOperator #//L2Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="Cast" eSuperTypes="#//UnaryOperator #//TypedElement #//L2Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObject" eSuperTypes="#//L1Expr #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//L1Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeLiteral" eSuperTypes="#//L1Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="ActiveLiteral" eSuperTypes="#//L1Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//L1Expr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntLiteral" eSuperTypes="#//L1Expr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrueLiteral" eSuperTypes="#//L1Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="FalseLiteral" eSuperTypes="#//L1Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="DoubleLiteral" eSuperTypes="#//L1Expr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="ExpandExpr"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpandExpr" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParseExpr" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="astPart" lowerBound="1"
eType="#//Construct" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PredefinedId"/>
<eClassifiers xsi:type="ecore:EClass" name="MeLiteral" eSuperTypes="#//PredefinedId"/>
<eClassifiers xsi:type="ecore:EClass" name="SuperLiteral" eSuperTypes="#//PredefinedId"/>
<eClassifiers xsi:type="ecore:EClass" name="MetaLiteral" eSuperTypes="#//PredefinedId"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeLiteral" eSuperTypes="#//PredefinedId"/>
<eClassifiers xsi:type="ecore:EClass" name="SizeOfArray" eSuperTypes="#//PredefinedId"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationLiteral" eSuperTypes="#//PredefinedId #//Annotation"/>
<eClassifiers xsi:type="ecore:EClass" name="IdExpr" eSuperTypes="#//L1Expr">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentIdExpr" eType="#//IdExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedElement" eType="#//NamedElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="predefinedId" eType="#//PredefinedId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayIndex" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="callPart" eType="#//CallPart"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CallPart">
<eStructuralFeatures xsi:type="ecore:EReference" name="callArguments" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementAccess" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="idExpr" eType="#//IdExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableAccess" eSuperTypes="#//ElementAccess"/>
<eClassifiers xsi:type="ecore:EClass" name="MetaAccess" eSuperTypes="#//VariableAccess"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeAccess" eSuperTypes="#//ElementAccess"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Concept #//ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="extensionPoint" lowerBound="1"
eType="#//Concept"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="syntaxDefinition" lowerBound="1"
eType="#//SyntaxDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionSemantics" eSuperTypes="#//ExtensibleElement #//LocalScope">
<eStructuralFeatures xsi:type="ecore:EReference" name="syntaxDefinition" lowerBound="1"
eType="#//Extension"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SyntaxDefinition" eSuperTypes="#//ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="startSymbol" lowerBound="1"
eType="#//MetaSymbol"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="symbols" upperBound="-1"
eType="#//MetaSymbol" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SyntaxSymbolClassifier" eSuperTypes="#//NamedElement #//ExtensibleElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ComplexSymbol" eSuperTypes="#//SyntaxSymbolClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Concept" eSuperTypes="#//ComplexSymbol"/>
<eClassifiers xsi:type="ecore:EClass" name="MetaSymbol" eSuperTypes="#//NamedElement #//ComplexSymbol">
<eStructuralFeatures xsi:type="ecore:EReference" name="possibleSyntax" lowerBound="1"
eType="#//SyntaxExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SyntaxExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="L3SyntaxExpression" eSuperTypes="#//SyntaxExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="L2SyntaxExpression" eSuperTypes="#//SyntaxExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="SymbolSequence" eSuperTypes="#//L2SyntaxExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="sequence" upperBound="-1"
eType="#//SyntaxExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="L1SyntaxExpression" eSuperTypes="#//SyntaxExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralSymbolReference" eSuperTypes="#//NamedElement #//PlainSymbolReference">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="list" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="PlainSymbolReference"/>
<details key="unique" value="false"/>
<details key="upper" value="*"/>
</eAnnotations>
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="PlainSymbolReference"/>
<details key="unique" value="false"/>
<details key="upper" value="*"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="composite" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true" transient="true" derived="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="PlainSymbolReference"/>
</eAnnotations>
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="PlainSymbolReference"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="not localScopedReference and not globalScopedReference"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localScopedReference" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="PlainSymbolReference"/>
<details key="unique" value="false"/>
<details key="upper" value="*"/>
</eAnnotations>
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="PlainSymbolReference"/>
<details key="unique" value="false"/>
<details key="upper" value="*"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="globalScopedReference"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlainSymbolReference" eSuperTypes="#//L1SyntaxExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" lowerBound="1"
eType="#//SyntaxSymbolClassifier" changeable="false" volatile="true" transient="true"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedClassifier" eType="#//SyntaxSymbolClassifier"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedClassifier" eType="#//SyntaxSymbolClassifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementarySymbol" abstract="true" eSuperTypes="#//SyntaxSymbolClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="IdSymbol" eSuperTypes="#//ElementarySymbol"/>
<eClassifiers xsi:type="ecore:EClass" name="IntSymbol" eSuperTypes="#//ElementarySymbol"/>
<eClassifiers xsi:type="ecore:EClass" name="StringSymbol" eSuperTypes="#//ElementarySymbol"/>
<eClassifiers xsi:type="ecore:EClass" name="Keyword" eSuperTypes="#//ElementarySymbol">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keyword" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="MetaExpr"/>
</eAnnotations>
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="MetaExpr"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetaExpr" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TargetStatement" eSuperTypes="#//SimpleStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateIdStatement" eSuperTypes="#//Variable"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionStatement" eSuperTypes="#//SimpleStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="classContext" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="functionContext" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variableContext" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="differingContext" eType="#//IdExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1"
eType="#//ExpansionPart" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionPart" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpandTextPart" eSuperTypes="#//ExpansionPart">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpandVariablePart" eSuperTypes="#//ExpansionPart">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpandExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="metaObject" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpandStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="metaObject" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="location" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CodeQuoteExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="quotedCode" lowerBound="1"
eType="#//QuotedCode" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QuotedCode"/>
<eClassifiers xsi:type="ecore:EClass" name="QuotedExpression" eSuperTypes="#//QuotedCode">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QuotedStatements" eSuperTypes="#//QuotedCode">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" ordered="false"
upperBound="-1" eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QuotedClassContent" eSuperTypes="#//QuotedCode #//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="QuotedModuleContent" eSuperTypes="#//QuotedCode #//Module"/>
<eClassifiers xsi:type="ecore:EClass" name="Pattern" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="top" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="QuotedStatements"/>
</eAnnotations>
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="QuotedStatements"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" lowerBound="1"
eType="#//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TestStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/tue-mdse/ocl-dataset/dataset/repos/ablunk/dmx/dev-plugins/hub.sam.dmx/resources/dbl.ecore | ecore | dbl
Construct
expandExpr
ExtensibleElement
concreteSyntax
instanceOfExtensionDefinition
false
Model
imports
modules
Import
file
model
Module
classes
extensions
extensionSemantics
functions
variables
Annotation
items
AnnotationItem
key
value
AnnotateableElement
annotations
ConstructiveExtension
ConstructiveExtensionAtContentExtensionPoint
contentExtensions
ModuleContentExtension
ClassContentExtension
Type
arrayDimensions
TypedElement
primitiveType
typeArrayDimensions
classifierType
ArrayDimension
size
PrimitiveType
VoidType
IntType
BoolType
DoubleType
StringType
Function
parameters
class
false
abstract
false
NativeBinding
targetLanguage
targetType
SuperClassSpecification
class
constructorArguments
Class
active
false
bindings
superClasses
constructors
attributes
methods
actionsBlock
Constructor
parameters
owningClass
AbstractVariable
Variable
control
false
class
false
initialValue
Parameter
NamedElement
name
Statement
LoopStatement
SimpleStatement
Assignment
variable
value
FunctionCall
callIdExpr
Return
value
WaitUntil
condition
Terminate
Yield
Wait
Reactivate
objectAccess
ActivateObject
objectAccess
priority
0
Advance
time
Print
outputs
IfStatement
condition
trueCase
falseCase
LocalScope
statements
LocalScopeStatement
ForStatement
termination
increment
body
WhileStatement
condition
body
SwitchStatement
variable
cases
defaultCase
SwitchCase
value
body
BreakStatement
ContinueStatement
Expression
L1Expr
L2Expr
L3Expr
L4Expr
L5Expr
L6Expr
L7Expr
L8Expr
L9Expr
BinaryOperator
op1
op2
UnaryOperator
op
Or
And
NotEqual
Equal
Greater
GreaterEqual
Less
LessEqual
InstanceOf
Plus
Minus
Mul
Mod
Div
Neg
Not
Cast
CreateObject
NullLiteral
TimeLiteral
ActiveLiteral
StringLiteral
value
IntLiteral
value
TrueLiteral
FalseLiteral
DoubleLiteral
value
ExpandExpr
expr
ParseExpr
astPart
PredefinedId
MeLiteral
SuperLiteral
MetaLiteral
TypeLiteral
SizeOfArray
AnnotationLiteral
IdExpr
parentIdExpr
referencedElement
predefinedId
arrayIndex
callPart
CallPart
callArguments
ElementAccess
idExpr
VariableAccess
MetaAccess
TypeAccess
Extension
extensionPoint
syntaxDefinition
ExtensionSemantics
syntaxDefinition
SyntaxDefinition
startSymbol
symbols
SyntaxSymbolClassifier
ComplexSymbol
Concept
MetaSymbol
possibleSyntax
SyntaxExpression
L3SyntaxExpression
L2SyntaxExpression
SymbolSequence
sequence
L1SyntaxExpression
StructuralSymbolReference
list
false
composite
localScopedReference
false
globalScopedReference
false
PlainSymbolReference
classifier
ownedClassifier
referencedClassifier
ElementarySymbol
IdSymbol
IntSymbol
StringSymbol
Keyword
keyword
MetaExpr
expr
TargetStatement
body
CreateIdStatement
ExpansionStatement
classContext
false
functionContext
false
variableContext
false
differingContext
parts
exprs
ExpansionPart
ExpandTextPart
text
ExpandVariablePart
expr
ExpandExpression
metaObject
ExpandStatement
metaObject
location
CodeQuoteExpression
quotedCode
QuotedCode
QuotedExpression
expression
QuotedStatements
statements
QuotedClassContent
QuotedModuleContent
Pattern
top
false
context
body
TestStatement
value | null | {"directed":true,"nodes":[{"nsPrefix":"dbl","nsURI":"http://www.informatik.hu-berlin.de/sam/dbl","name":"dbl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Construct","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensibleElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationItem","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotateableElement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructiveExtension","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructiveExtensionAtContentExtensionPoint","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleContentExtension","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassContentExtension","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayDimension","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleType","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NativeBinding","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperClassSpecification","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constructor","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractVariable","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopStatement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleStatement","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaitUntil","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Terminate","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Yield","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wait","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reactivate","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivateObject","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Advance","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Print","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalScope","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalScopeStatement","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L1Expr","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L2Expr","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L3Expr","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L4Expr","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L5Expr","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L6Expr","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L7Expr","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L8Expr","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L9Expr","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"abstract":true,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"abstract":true,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqual","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterEqual","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Less","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessEqual","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOf","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mul","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mod","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Neg","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cast","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObject","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeLiteral","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActiveLiteral","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntLiteral","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrueLiteral","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FalseLiteral","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleLiteral","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandExpr","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParseExpr","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredefinedId","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeLiteral","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperLiteral","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaLiteral","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteral","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SizeOfArray","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationLiteral","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdExpr","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallPart","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementAccess","instanceClass":null,"abstract":true,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAccess","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaAccess","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeAccess","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionSemantics","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SyntaxDefinition","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SyntaxSymbolClassifier","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexSymbol","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concept","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaSymbol","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SyntaxExpression","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L3SyntaxExpression","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L2SyntaxExpression","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolSequence","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L1SyntaxExpression","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralSymbolReference","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlainSymbolReference","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementarySymbol","instanceClass":null,"abstract":true,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdSymbol","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntSymbol","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringSymbol","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Keyword","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaExpr","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetStatement","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateIdStatement","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionStatement","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionPart","instanceClass":null,"abstract":true,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandTextPart","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandVariablePart","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandExpression","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandStatement","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeQuoteExpression","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuotedCode","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuotedExpression","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuotedStatements","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuotedClassContent","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuotedModuleContent","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestStatement","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expandExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"concreteSyntax","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"instanceOfExtensionDefinition","changeable":true,"lowerBound":1,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"lowerBound":1,"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":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extensionSemantics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"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":175,"derived":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":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contentExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayDimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"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":"primitiveType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArrayDimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifierType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","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"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"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":"class","changeable":true,"lowerBound":1,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetLanguage","changeable":true,"lowerBound":1,"iD":false,"id":211,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetType","changeable":true,"lowerBound":1,"iD":false,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":215,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constructorArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":1,"iD":false,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constructors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionsBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"control","changeable":true,"lowerBound":1,"iD":false,"id":247,"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":"class","changeable":true,"lowerBound":1,"iD":false,"id":248,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callIdExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectAccess","changeable":true,"resolveProxies":true,"lowerBound":1,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectAccess","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":1,"iD":false,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"resolveProxies":true,"lowerBound":1,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":293,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trueCase","changeable":true,"resolveProxies":true,"lowerBound":1,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"falseCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"container":false,"ordered":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":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"termination","changeable":true,"resolveProxies":true,"lowerBound":1,"id":304,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"increment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":317,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","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":"defaultCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":324,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":341,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":1,"id":346,"derived":false},{"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"},{"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":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"astPart","changeable":true,"resolveProxies":true,"lowerBound":1,"id":403,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parentIdExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":413,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predefinedId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayIndex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extensionPoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":432,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"syntaxDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"syntaxDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"startSymbol","changeable":true,"resolveProxies":true,"lowerBound":1,"id":442,"derived":false},{"container":false,"ordered":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":443,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"possibleSyntax","changeable":true,"resolveProxies":true,"lowerBound":1,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"list","changeable":true,"lowerBound":1,"iD":false,"id":461,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"composite","changeable":false,"lowerBound":1,"iD":false,"id":462,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"localScopedReference","changeable":true,"lowerBound":1,"iD":false,"id":463,"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":"globalScopedReference","changeable":true,"lowerBound":1,"iD":false,"id":464,"derived":false},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"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":"classifier","changeable":false,"resolveProxies":true,"lowerBound":1,"id":471,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keyword","changeable":true,"lowerBound":1,"iD":false,"id":482,"derived":false},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"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":"classContext","changeable":true,"lowerBound":1,"iD":false,"id":492,"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":"functionContext","changeable":true,"lowerBound":1,"iD":false,"id":493,"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":"variableContext","changeable":true,"lowerBound":1,"iD":false,"id":494,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"differingContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":495,"derived":false},{"container":false,"ordered":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":496,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":514,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":true,"lowerBound":0,"id":515,"derived":false},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"quotedCode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":519,"derived":false},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":525,"derived":false},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"top","changeable":true,"lowerBound":1,"iD":false,"id":532,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":533,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":539,"derived":false},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":1,"target":0},{"source":1,"target":143},{"source":143,"target":92},{"source":143,"target":144},{"source":143,"target":1},{"source":144,"target":92},{"source":2,"target":0},{"source":2,"target":30},{"source":2,"target":1},{"source":2,"target":145},{"source":2,"target":146},{"source":2,"target":147},{"source":2,"target":148},{"source":145,"target":149},{"source":145,"target":2},{"source":146,"target":150},{"source":146,"target":2},{"source":147,"target":30},{"source":148,"target":1},{"source":3,"target":0},{"source":3,"target":151},{"source":3,"target":152},{"source":151,"target":4},{"source":151,"target":153},{"source":151,"target":3},{"source":153,"target":4},{"source":152,"target":5},{"source":152,"target":154},{"source":152,"target":3},{"source":154,"target":5},{"source":4,"target":0},{"source":4,"target":155},{"source":4,"target":156},{"source":155,"target":157},{"source":155,"target":4},{"source":156,"target":3},{"source":156,"target":158},{"source":156,"target":4},{"source":158,"target":3},{"source":5,"target":0},{"source":5,"target":30},{"source":5,"target":10},{"source":5,"target":1},{"source":5,"target":159},{"source":5,"target":160},{"source":5,"target":161},{"source":5,"target":162},{"source":5,"target":163},{"source":5,"target":164},{"source":5,"target":165},{"source":5,"target":166},{"source":159,"target":25},{"source":159,"target":167},{"source":159,"target":5},{"source":167,"target":25},{"source":160,"target":107},{"source":160,"target":168},{"source":160,"target":5},{"source":168,"target":107},{"source":161,"target":108},{"source":161,"target":169},{"source":161,"target":5},{"source":169,"target":108},{"source":162,"target":22},{"source":162,"target":170},{"source":162,"target":5},{"source":170,"target":22},{"source":163,"target":28},{"source":163,"target":171},{"source":163,"target":5},{"source":171,"target":28},{"source":164,"target":30},{"source":165,"target":10},{"source":166,"target":1},{"source":6,"target":0},{"source":6,"target":30},{"source":6,"target":172},{"source":6,"target":173},{"source":172,"target":7},{"source":172,"target":174},{"source":172,"target":6},{"source":174,"target":7},{"source":173,"target":30},{"source":7,"target":0},{"source":7,"target":175},{"source":7,"target":176},{"source":175,"target":177},{"source":175,"target":7},{"source":176,"target":178},{"source":176,"target":7},{"source":8,"target":0},{"source":8,"target":179},{"source":179,"target":6},{"source":179,"target":180},{"source":179,"target":8},{"source":180,"target":6},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":181},{"source":181,"target":2},{"source":10,"target":0},{"source":10,"target":182},{"source":182,"target":9},{"source":182,"target":183},{"source":182,"target":10},{"source":183,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":184},{"source":184,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":185},{"source":185,"target":9},{"source":13,"target":0},{"source":13,"target":186},{"source":186,"target":15},{"source":186,"target":187},{"source":186,"target":13},{"source":187,"target":15},{"source":14,"target":0},{"source":14,"target":188},{"source":14,"target":189},{"source":14,"target":190},{"source":188,"target":16},{"source":188,"target":191},{"source":188,"target":14},{"source":191,"target":16},{"source":189,"target":15},{"source":189,"target":192},{"source":189,"target":14},{"source":192,"target":15},{"source":190,"target":101},{"source":190,"target":193},{"source":190,"target":14},{"source":193,"target":101},{"source":15,"target":0},{"source":15,"target":194},{"source":194,"target":54},{"source":194,"target":195},{"source":194,"target":15},{"source":195,"target":54},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":196},{"source":196,"target":13},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":197},{"source":197,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":198},{"source":198,"target":16},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":199},{"source":199,"target":16},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":200},{"source":200,"target":16},{"source":21,"target":0},{"source":21,"target":16},{"source":21,"target":201},{"source":201,"target":16},{"source":22,"target":0},{"source":22,"target":30},{"source":22,"target":14},{"source":22,"target":46},{"source":22,"target":202},{"source":22,"target":203},{"source":22,"target":204},{"source":22,"target":205},{"source":22,"target":206},{"source":22,"target":207},{"source":202,"target":29},{"source":202,"target":208},{"source":202,"target":22},{"source":208,"target":29},{"source":203,"target":209},{"source":203,"target":22},{"source":204,"target":210},{"source":204,"target":22},{"source":205,"target":30},{"source":206,"target":14},{"source":207,"target":46},{"source":23,"target":0},{"source":23,"target":211},{"source":23,"target":212},{"source":211,"target":213},{"source":211,"target":23},{"source":212,"target":214},{"source":212,"target":23},{"source":24,"target":0},{"source":24,"target":215},{"source":24,"target":216},{"source":215,"target":25},{"source":215,"target":217},{"source":215,"target":24},{"source":217,"target":25},{"source":216,"target":54},{"source":216,"target":218},{"source":216,"target":24},{"source":218,"target":54},{"source":25,"target":0},{"source":25,"target":30},{"source":25,"target":13},{"source":25,"target":10},{"source":25,"target":112},{"source":25,"target":1},{"source":25,"target":8},{"source":25,"target":219},{"source":25,"target":220},{"source":25,"target":221},{"source":25,"target":222},{"source":25,"target":223},{"source":25,"target":224},{"source":25,"target":225},{"source":25,"target":226},{"source":25,"target":227},{"source":25,"target":228},{"source":25,"target":229},{"source":25,"target":230},{"source":25,"target":231},{"source":219,"target":232},{"source":219,"target":25},{"source":220,"target":23},{"source":220,"target":233},{"source":220,"target":25},{"source":233,"target":23},{"source":221,"target":24},{"source":221,"target":234},{"source":221,"target":25},{"source":234,"target":24},{"source":222,"target":26},{"source":222,"target":235},{"source":222,"target":25},{"source":222,"target":236},{"source":235,"target":26},{"source":223,"target":28},{"source":223,"target":237},{"source":223,"target":25},{"source":237,"target":28},{"source":224,"target":22},{"source":224,"target":238},{"source":224,"target":25},{"source":238,"target":22},{"source":225,"target":46},{"source":225,"target":239},{"source":225,"target":25},{"source":239,"target":46},{"source":226,"target":30},{"source":227,"target":13},{"source":228,"target":10},{"source":229,"target":112},{"source":230,"target":1},{"source":231,"target":8},{"source":26,"target":0},{"source":26,"target":46},{"source":26,"target":240},{"source":26,"target":236},{"source":26,"target":241},{"source":240,"target":29},{"source":240,"target":242},{"source":240,"target":26},{"source":242,"target":29},{"source":236,"target":25},{"source":236,"target":243},{"source":236,"target":26},{"source":236,"target":222},{"source":243,"target":25},{"source":241,"target":46},{"source":27,"target":0},{"source":27,"target":30},{"source":27,"target":14},{"source":27,"target":8},{"source":27,"target":244},{"source":27,"target":245},{"source":27,"target":246},{"source":244,"target":30},{"source":245,"target":14},{"source":246,"target":8},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":33},{"source":28,"target":247},{"source":28,"target":248},{"source":28,"target":249},{"source":28,"target":250},{"source":28,"target":251},{"source":247,"target":252},{"source":247,"target":28},{"source":248,"target":253},{"source":248,"target":28},{"source":249,"target":54},{"source":249,"target":254},{"source":249,"target":28},{"source":254,"target":54},{"source":250,"target":27},{"source":251,"target":33},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":255},{"source":255,"target":27},{"source":30,"target":0},{"source":30,"target":256},{"source":256,"target":257},{"source":256,"target":30},{"source":31,"target":0},{"source":31,"target":2},{"source":31,"target":8},{"source":31,"target":258},{"source":31,"target":259},{"source":258,"target":2},{"source":259,"target":8},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":260},{"source":260,"target":31},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":261},{"source":261,"target":31},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":262},{"source":34,"target":263},{"source":34,"target":264},{"source":262,"target":104},{"source":262,"target":265},{"source":262,"target":34},{"source":265,"target":104},{"source":263,"target":54},{"source":263,"target":266},{"source":263,"target":34},{"source":266,"target":54},{"source":264,"target":33},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":267},{"source":35,"target":268},{"source":267,"target":101},{"source":267,"target":269},{"source":267,"target":35},{"source":269,"target":101},{"source":268,"target":33},{"source":36,"target":0},{"source":36,"target":33},{"source":36,"target":270},{"source":36,"target":271},{"source":270,"target":54},{"source":270,"target":272},{"source":270,"target":36},{"source":272,"target":54},{"source":271,"target":33},{"source":37,"target":0},{"source":37,"target":33},{"source":37,"target":273},{"source":37,"target":274},{"source":273,"target":54},{"source":273,"target":275},{"source":273,"target":37},{"source":275,"target":54},{"source":274,"target":33},{"source":38,"target":0},{"source":38,"target":33},{"source":38,"target":276},{"source":276,"target":33},{"source":39,"target":0},{"source":39,"target":33},{"source":39,"target":277},{"source":277,"target":33},{"source":40,"target":0},{"source":40,"target":33},{"source":40,"target":278},{"source":278,"target":33},{"source":41,"target":0},{"source":41,"target":33},{"source":41,"target":279},{"source":41,"target":280},{"source":279,"target":54},{"source":279,"target":281},{"source":279,"target":41},{"source":281,"target":54},{"source":280,"target":33},{"source":42,"target":0},{"source":42,"target":33},{"source":42,"target":282},{"source":42,"target":283},{"source":42,"target":284},{"source":282,"target":54},{"source":282,"target":285},{"source":282,"target":42},{"source":285,"target":54},{"source":283,"target":286},{"source":283,"target":42},{"source":284,"target":33},{"source":43,"target":0},{"source":43,"target":33},{"source":43,"target":287},{"source":43,"target":288},{"source":287,"target":54},{"source":287,"target":289},{"source":287,"target":43},{"source":289,"target":54},{"source":288,"target":33},{"source":44,"target":0},{"source":44,"target":33},{"source":44,"target":290},{"source":44,"target":291},{"source":290,"target":54},{"source":290,"target":292},{"source":290,"target":44},{"source":292,"target":54},{"source":291,"target":33},{"source":45,"target":0},{"source":45,"target":31},{"source":45,"target":293},{"source":45,"target":294},{"source":45,"target":295},{"source":45,"target":296},{"source":293,"target":54},{"source":293,"target":297},{"source":293,"target":45},{"source":297,"target":54},{"source":294,"target":31},{"source":294,"target":298},{"source":294,"target":45},{"source":298,"target":31},{"source":295,"target":31},{"source":295,"target":299},{"source":295,"target":45},{"source":299,"target":31},{"source":296,"target":31},{"source":46,"target":0},{"source":46,"target":300},{"source":300,"target":31},{"source":300,"target":301},{"source":300,"target":46},{"source":301,"target":31},{"source":47,"target":0},{"source":47,"target":33},{"source":47,"target":46},{"source":47,"target":302},{"source":47,"target":303},{"source":302,"target":33},{"source":303,"target":46},{"source":48,"target":0},{"source":48,"target":32},{"source":48,"target":46},{"source":48,"target":304},{"source":48,"target":305},{"source":48,"target":306},{"source":48,"target":307},{"source":48,"target":308},{"source":304,"target":54},{"source":304,"target":309},{"source":304,"target":48},{"source":309,"target":54},{"source":305,"target":34},{"source":305,"target":310},{"source":305,"target":48},{"source":310,"target":34},{"source":306,"target":31},{"source":306,"target":311},{"source":306,"target":48},{"source":311,"target":31},{"source":307,"target":32},{"source":308,"target":46},{"source":49,"target":0},{"source":49,"target":32},{"source":49,"target":312},{"source":49,"target":313},{"source":49,"target":314},{"source":312,"target":54},{"source":312,"target":315},{"source":312,"target":49},{"source":315,"target":54},{"source":313,"target":31},{"source":313,"target":316},{"source":313,"target":49},{"source":316,"target":31},{"source":314,"target":32},{"source":50,"target":0},{"source":50,"target":33},{"source":50,"target":317},{"source":50,"target":318},{"source":50,"target":319},{"source":50,"target":320},{"source":317,"target":104},{"source":317,"target":321},{"source":317,"target":50},{"source":321,"target":104},{"source":318,"target":51},{"source":318,"target":322},{"source":318,"target":50},{"source":322,"target":51},{"source":319,"target":51},{"source":319,"target":323},{"source":319,"target":50},{"source":323,"target":51},{"source":320,"target":33},{"source":51,"target":0},{"source":51,"target":324},{"source":51,"target":325},{"source":324,"target":54},{"source":324,"target":326},{"source":324,"target":51},{"source":326,"target":54},{"source":325,"target":31},{"source":325,"target":327},{"source":325,"target":51},{"source":327,"target":31},{"source":52,"target":0},{"source":52,"target":33},{"source":52,"target":328},{"source":328,"target":33},{"source":53,"target":0},{"source":53,"target":33},{"source":53,"target":329},{"source":329,"target":33},{"source":54,"target":0},{"source":54,"target":14},{"source":54,"target":2},{"source":54,"target":330},{"source":54,"target":331},{"source":330,"target":14},{"source":331,"target":2},{"source":55,"target":0},{"source":55,"target":54},{"source":55,"target":332},{"source":332,"target":54},{"source":56,"target":0},{"source":56,"target":54},{"source":56,"target":333},{"source":333,"target":54},{"source":57,"target":0},{"source":57,"target":54},{"source":57,"target":334},{"source":334,"target":54},{"source":58,"target":0},{"source":58,"target":54},{"source":58,"target":335},{"source":335,"target":54},{"source":59,"target":0},{"source":59,"target":54},{"source":59,"target":336},{"source":336,"target":54},{"source":60,"target":0},{"source":60,"target":54},{"source":60,"target":337},{"source":337,"target":54},{"source":61,"target":0},{"source":61,"target":54},{"source":61,"target":338},{"source":338,"target":54},{"source":62,"target":0},{"source":62,"target":54},{"source":62,"target":339},{"source":339,"target":54},{"source":63,"target":0},{"source":63,"target":54},{"source":63,"target":340},{"source":340,"target":54},{"source":64,"target":0},{"source":64,"target":54},{"source":64,"target":341},{"source":64,"target":342},{"source":64,"target":343},{"source":341,"target":54},{"source":341,"target":344},{"source":341,"target":64},{"source":344,"target":54},{"source":342,"target":54},{"source":342,"target":345},{"source":342,"target":64},{"source":345,"target":54},{"source":343,"target":54},{"source":65,"target":0},{"source":65,"target":54},{"source":65,"target":346},{"source":65,"target":347},{"source":346,"target":54},{"source":346,"target":348},{"source":346,"target":65},{"source":348,"target":54},{"source":347,"target":54},{"source":66,"target":0},{"source":66,"target":64},{"source":66,"target":62},{"source":66,"target":349},{"source":66,"target":350},{"source":349,"target":64},{"source":350,"target":62},{"source":67,"target":0},{"source":67,"target":64},{"source":67,"target":61},{"source":67,"target":351},{"source":67,"target":352},{"source":351,"target":64},{"source":352,"target":61},{"source":68,"target":0},{"source":68,"target":64},{"source":68,"target":60},{"source":68,"target":353},{"source":68,"target":354},{"source":353,"target":64},{"source":354,"target":60},{"source":69,"target":0},{"source":69,"target":64},{"source":69,"target":60},{"source":69,"target":355},{"source":69,"target":356},{"source":355,"target":64},{"source":356,"target":60},{"source":70,"target":0},{"source":70,"target":64},{"source":70,"target":59},{"source":70,"target":357},{"source":70,"target":358},{"source":357,"target":64},{"source":358,"target":59},{"source":71,"target":0},{"source":71,"target":64},{"source":71,"target":59},{"source":71,"target":359},{"source":71,"target":360},{"source":359,"target":64},{"source":360,"target":59},{"source":72,"target":0},{"source":72,"target":64},{"source":72,"target":59},{"source":72,"target":361},{"source":72,"target":362},{"source":361,"target":64},{"source":362,"target":59},{"source":73,"target":0},{"source":73,"target":64},{"source":73,"target":59},{"source":73,"target":363},{"source":73,"target":364},{"source":363,"target":64},{"source":364,"target":59},{"source":74,"target":0},{"source":74,"target":64},{"source":74,"target":59},{"source":74,"target":365},{"source":74,"target":366},{"source":365,"target":64},{"source":366,"target":59},{"source":75,"target":0},{"source":75,"target":64},{"source":75,"target":58},{"source":75,"target":367},{"source":75,"target":368},{"source":367,"target":64},{"source":368,"target":58},{"source":76,"target":0},{"source":76,"target":64},{"source":76,"target":58},{"source":76,"target":369},{"source":76,"target":370},{"source":369,"target":64},{"source":370,"target":58},{"source":77,"target":0},{"source":77,"target":64},{"source":77,"target":57},{"source":77,"target":371},{"source":77,"target":372},{"source":371,"target":64},{"source":372,"target":57},{"source":78,"target":0},{"source":78,"target":64},{"source":78,"target":57},{"source":78,"target":373},{"source":78,"target":374},{"source":373,"target":64},{"source":374,"target":57},{"source":79,"target":0},{"source":79,"target":64},{"source":79,"target":57},{"source":79,"target":375},{"source":79,"target":376},{"source":375,"target":64},{"source":376,"target":57},{"source":80,"target":0},{"source":80,"target":65},{"source":80,"target":56},{"source":80,"target":377},{"source":80,"target":378},{"source":377,"target":65},{"source":378,"target":56},{"source":81,"target":0},{"source":81,"target":65},{"source":81,"target":56},{"source":81,"target":379},{"source":81,"target":380},{"source":379,"target":65},{"source":380,"target":56},{"source":82,"target":0},{"source":82,"target":65},{"source":82,"target":14},{"source":82,"target":56},{"source":82,"target":381},{"source":82,"target":382},{"source":82,"target":383},{"source":381,"target":65},{"source":382,"target":14},{"source":383,"target":56},{"source":83,"target":0},{"source":83,"target":55},{"source":83,"target":14},{"source":83,"target":384},{"source":83,"target":385},{"source":384,"target":55},{"source":385,"target":14},{"source":84,"target":0},{"source":84,"target":55},{"source":84,"target":386},{"source":386,"target":55},{"source":85,"target":0},{"source":85,"target":55},{"source":85,"target":387},{"source":387,"target":55},{"source":86,"target":0},{"source":86,"target":55},{"source":86,"target":388},{"source":388,"target":55},{"source":87,"target":0},{"source":87,"target":55},{"source":87,"target":389},{"source":87,"target":390},{"source":389,"target":391},{"source":389,"target":87},{"source":390,"target":55},{"source":88,"target":0},{"source":88,"target":55},{"source":88,"target":392},{"source":88,"target":393},{"source":392,"target":394},{"source":392,"target":88},{"source":393,"target":55},{"source":89,"target":0},{"source":89,"target":55},{"source":89,"target":395},{"source":395,"target":55},{"source":90,"target":0},{"source":90,"target":55},{"source":90,"target":396},{"source":396,"target":55},{"source":91,"target":0},{"source":91,"target":55},{"source":91,"target":397},{"source":91,"target":398},{"source":397,"target":399},{"source":397,"target":91},{"source":398,"target":55},{"source":92,"target":0},{"source":92,"target":54},{"source":92,"target":400},{"source":92,"target":401},{"source":400,"target":54},{"source":400,"target":402},{"source":400,"target":92},{"source":402,"target":54},{"source":401,"target":54},{"source":93,"target":0},{"source":93,"target":54},{"source":93,"target":403},{"source":93,"target":404},{"source":403,"target":1},{"source":403,"target":405},{"source":403,"target":93},{"source":405,"target":1},{"source":404,"target":54},{"source":94,"target":0},{"source":95,"target":0},{"source":95,"target":94},{"source":95,"target":406},{"source":406,"target":94},{"source":96,"target":0},{"source":96,"target":94},{"source":96,"target":407},{"source":407,"target":94},{"source":97,"target":0},{"source":97,"target":94},{"source":97,"target":408},{"source":408,"target":94},{"source":98,"target":0},{"source":98,"target":94},{"source":98,"target":409},{"source":409,"target":94},{"source":99,"target":0},{"source":99,"target":94},{"source":99,"target":410},{"source":410,"target":94},{"source":100,"target":0},{"source":100,"target":94},{"source":100,"target":6},{"source":100,"target":411},{"source":100,"target":412},{"source":411,"target":94},{"source":412,"target":6},{"source":101,"target":0},{"source":101,"target":55},{"source":101,"target":413},{"source":101,"target":414},{"source":101,"target":415},{"source":101,"target":416},{"source":101,"target":417},{"source":101,"target":418},{"source":413,"target":101},{"source":413,"target":419},{"source":413,"target":101},{"source":419,"target":101},{"source":414,"target":30},{"source":414,"target":420},{"source":414,"target":101},{"source":420,"target":30},{"source":415,"target":94},{"source":415,"target":421},{"source":415,"target":101},{"source":421,"target":94},{"source":416,"target":54},{"source":416,"target":422},{"source":416,"target":101},{"source":422,"target":54},{"source":417,"target":102},{"source":417,"target":423},{"source":417,"target":101},{"source":423,"target":102},{"source":418,"target":55},{"source":102,"target":0},{"source":102,"target":424},{"source":424,"target":54},{"source":424,"target":425},{"source":424,"target":102},{"source":425,"target":54},{"source":103,"target":0},{"source":103,"target":54},{"source":103,"target":426},{"source":103,"target":427},{"source":426,"target":101},{"source":426,"target":428},{"source":426,"target":103},{"source":428,"target":101},{"source":427,"target":54},{"source":104,"target":0},{"source":104,"target":103},{"source":104,"target":429},{"source":429,"target":103},{"source":105,"target":0},{"source":105,"target":104},{"source":105,"target":430},{"source":430,"target":104},{"source":106,"target":0},{"source":106,"target":103},{"source":106,"target":431},{"source":431,"target":103},{"source":107,"target":0},{"source":107,"target":112},{"source":107,"target":2},{"source":107,"target":432},{"source":107,"target":433},{"source":107,"target":434},{"source":107,"target":435},{"source":432,"target":112},{"source":432,"target":436},{"source":432,"target":107},{"source":436,"target":112},{"source":433,"target":109},{"source":433,"target":437},{"source":433,"target":107},{"source":437,"target":109},{"source":434,"target":112},{"source":435,"target":2},{"source":108,"target":0},{"source":108,"target":2},{"source":108,"target":46},{"source":108,"target":438},{"source":108,"target":439},{"source":108,"target":440},{"source":438,"target":107},{"source":438,"target":441},{"source":438,"target":108},{"source":441,"target":107},{"source":439,"target":2},{"source":440,"target":46},{"source":109,"target":0},{"source":109,"target":2},{"source":109,"target":442},{"source":109,"target":443},{"source":109,"target":444},{"source":442,"target":113},{"source":442,"target":445},{"source":442,"target":109},{"source":445,"target":113},{"source":443,"target":113},{"source":443,"target":446},{"source":443,"target":109},{"source":446,"target":113},{"source":444,"target":2},{"source":110,"target":0},{"source":110,"target":30},{"source":110,"target":2},{"source":110,"target":447},{"source":110,"target":448},{"source":447,"target":30},{"source":448,"target":2},{"source":111,"target":0},{"source":111,"target":110},{"source":111,"target":449},{"source":449,"target":110},{"source":112,"target":0},{"source":112,"target":111},{"source":112,"target":450},{"source":450,"target":111},{"source":113,"target":0},{"source":113,"target":30},{"source":113,"target":111},{"source":113,"target":451},{"source":113,"target":452},{"source":113,"target":453},{"source":451,"target":114},{"source":451,"target":454},{"source":451,"target":113},{"source":454,"target":114},{"source":452,"target":30},{"source":453,"target":111},{"source":114,"target":0},{"source":115,"target":0},{"source":115,"target":114},{"source":115,"target":455},{"source":455,"target":114},{"source":116,"target":0},{"source":116,"target":114},{"source":116,"target":456},{"source":456,"target":114},{"source":117,"target":0},{"source":117,"target":116},{"source":117,"target":457},{"source":117,"target":458},{"source":457,"target":114},{"source":457,"target":459},{"source":457,"target":117},{"source":459,"target":114},{"source":458,"target":116},{"source":118,"target":0},{"source":118,"target":114},{"source":118,"target":460},{"source":460,"target":114},{"source":119,"target":0},{"source":119,"target":30},{"source":119,"target":120},{"source":119,"target":461},{"source":119,"target":462},{"source":119,"target":463},{"source":119,"target":464},{"source":119,"target":465},{"source":119,"target":466},{"source":461,"target":467},{"source":461,"target":119},{"source":462,"target":468},{"source":462,"target":119},{"source":463,"target":469},{"source":463,"target":119},{"source":464,"target":470},{"source":464,"target":119},{"source":465,"target":30},{"source":466,"target":120},{"source":120,"target":0},{"source":120,"target":118},{"source":120,"target":471},{"source":120,"target":472},{"source":120,"target":473},{"source":120,"target":474},{"source":471,"target":110},{"source":471,"target":475},{"source":471,"target":120},{"source":475,"target":110},{"source":472,"target":110},{"source":472,"target":476},{"source":472,"target":120},{"source":476,"target":110},{"source":473,"target":110},{"source":473,"target":477},{"source":473,"target":120},{"source":477,"target":110},{"source":474,"target":118},{"source":121,"target":0},{"source":121,"target":110},{"source":121,"target":478},{"source":478,"target":110},{"source":122,"target":0},{"source":122,"target":121},{"source":122,"target":479},{"source":479,"target":121},{"source":123,"target":0},{"source":123,"target":121},{"source":123,"target":480},{"source":480,"target":121},{"source":124,"target":0},{"source":124,"target":121},{"source":124,"target":481},{"source":481,"target":121},{"source":125,"target":0},{"source":125,"target":121},{"source":125,"target":482},{"source":125,"target":483},{"source":482,"target":484},{"source":482,"target":125},{"source":483,"target":121},{"source":126,"target":0},{"source":126,"target":54},{"source":126,"target":485},{"source":126,"target":486},{"source":485,"target":54},{"source":485,"target":487},{"source":485,"target":126},{"source":487,"target":54},{"source":486,"target":54},{"source":127,"target":0},{"source":127,"target":33},{"source":127,"target":488},{"source":127,"target":489},{"source":488,"target":31},{"source":488,"target":490},{"source":488,"target":127},{"source":490,"target":31},{"source":489,"target":33},{"source":128,"target":0},{"source":128,"target":28},{"source":128,"target":491},{"source":491,"target":28},{"source":129,"target":0},{"source":129,"target":33},{"source":129,"target":492},{"source":129,"target":493},{"source":129,"target":494},{"source":129,"target":495},{"source":129,"target":496},{"source":129,"target":497},{"source":129,"target":498},{"source":492,"target":499},{"source":492,"target":129},{"source":493,"target":500},{"source":493,"target":129},{"source":494,"target":501},{"source":494,"target":129},{"source":495,"target":101},{"source":495,"target":502},{"source":495,"target":129},{"source":502,"target":101},{"source":496,"target":130},{"source":496,"target":503},{"source":496,"target":129},{"source":503,"target":130},{"source":497,"target":54},{"source":497,"target":504},{"source":497,"target":129},{"source":504,"target":54},{"source":498,"target":33},{"source":130,"target":0},{"source":131,"target":0},{"source":131,"target":130},{"source":131,"target":505},{"source":131,"target":506},{"source":505,"target":507},{"source":505,"target":131},{"source":506,"target":130},{"source":132,"target":0},{"source":132,"target":130},{"source":132,"target":508},{"source":132,"target":509},{"source":508,"target":54},{"source":508,"target":510},{"source":508,"target":132},{"source":510,"target":54},{"source":509,"target":130},{"source":133,"target":0},{"source":133,"target":54},{"source":133,"target":511},{"source":133,"target":512},{"source":511,"target":54},{"source":511,"target":513},{"source":511,"target":133},{"source":513,"target":54},{"source":512,"target":54},{"source":134,"target":0},{"source":134,"target":31},{"source":134,"target":514},{"source":134,"target":515},{"source":134,"target":516},{"source":514,"target":54},{"source":514,"target":517},{"source":514,"target":134},{"source":517,"target":54},{"source":515,"target":54},{"source":515,"target":518},{"source":515,"target":134},{"source":518,"target":54},{"source":516,"target":31},{"source":135,"target":0},{"source":135,"target":54},{"source":135,"target":519},{"source":135,"target":520},{"source":519,"target":136},{"source":519,"target":521},{"source":519,"target":135},{"source":521,"target":136},{"source":520,"target":54},{"source":136,"target":0},{"source":137,"target":0},{"source":137,"target":136},{"source":137,"target":522},{"source":137,"target":523},{"source":522,"target":54},{"source":522,"target":524},{"source":522,"target":137},{"source":524,"target":54},{"source":523,"target":136},{"source":138,"target":0},{"source":138,"target":136},{"source":138,"target":525},{"source":138,"target":526},{"source":525,"target":31},{"source":525,"target":527},{"source":525,"target":138},{"source":527,"target":31},{"source":526,"target":136},{"source":139,"target":0},{"source":139,"target":136},{"source":139,"target":25},{"source":139,"target":528},{"source":139,"target":529},{"source":528,"target":136},{"source":529,"target":25},{"source":140,"target":0},{"source":140,"target":136},{"source":140,"target":5},{"source":140,"target":530},{"source":140,"target":531},{"source":530,"target":136},{"source":531,"target":5},{"source":141,"target":0},{"source":141,"target":30},{"source":141,"target":532},{"source":141,"target":533},{"source":141,"target":534},{"source":141,"target":535},{"source":532,"target":536},{"source":532,"target":141},{"source":533,"target":29},{"source":533,"target":537},{"source":533,"target":141},{"source":537,"target":29},{"source":534,"target":31},{"source":534,"target":538},{"source":534,"target":141},{"source":538,"target":31},{"source":535,"target":30},{"source":142,"target":0},{"source":142,"target":31},{"source":142,"target":539},{"source":142,"target":540},{"source":539,"target":541},{"source":539,"target":142},{"source":540,"target":31}],"multigraph":true} |
false | <?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean"/>
</ecore:EPackage>
<ecore:EPackage name="DNSR">
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assembly" eSuperTypes="/1/NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imageRuntimeVersion" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="evidence" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codeBase" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entryPoint" ordered="false" lowerBound="1" eType="/1/MethodInfo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modules" ordered="false" upperBound="-1" eType="/1/Module" containment="true" eOpposite="/1/Module/assembly"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="manifestModule" ordered="false" lowerBound="1" eType="/1/Module"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedAssembly" ordered="false" upperBound="-1" eType="/1/Assembly"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="manifest" ordered="false" lowerBound="1" eType="/1/ManifestResource" containment="true" eOpposite="/1/ManifestResource/assembly"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ManifestResource">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assembly" ordered="false" lowerBound="1" eType="/1/Assembly" eOpposite="/1/Assembly/manifest"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="/1/NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scopeName" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assembly" ordered="false" lowerBound="1" eType="/1/Assembly" eOpposite="/1/Assembly/modules"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" ordered="false" upperBound="-1" eType="/1/Type" containment="true" eOpposite="/1/Type/module"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MemberInfo" abstract="true" eSuperTypes="/1/NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memberType" ordered="false" unique="false" lowerBound="1" eType="/1/MemberTypes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="declaringType" ordered="false" lowerBound="1" eType="/1/Type" eOpposite="/1/Type/members"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyInfo" eSuperTypes="/1/MemberInfo">
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyType" ordered="false" lowerBound="1" eType="/1/Type"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributes" ordered="false" unique="false" upperBound="-1" eType="/1/PropertyAttributes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldInfo" eSuperTypes="/1/MemberInfo">
<eStructuralFeatures xsi:type="ecore:EReference" name="fieldType" ordered="false" lowerBound="1" eType="/1/Type"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributes" ordered="false" unique="false" upperBound="-1" eType="/1/FieldAttributes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventInfo" eSuperTypes="/1/MemberInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMulticast" ordered="false" unique="false" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributes" ordered="false" unique="false" eType="/1/EventAttributes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eventHandlerType" ordered="false" lowerBound="1" eType="/1/Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterInfo" eSuperTypes="/1/NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" ordered="false" unique="false" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="position" ordered="false" unique="false" lowerBound="1" eType="/0/Integer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributes" ordered="false" unique="false" upperBound="-1" eType="/1/ParameterAttributes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterType" ordered="false" lowerBound="1" eType="/1/Type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false" lowerBound="1" eType="/1/MethodBase" eOpposite="/1/MethodBase/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodBase" abstract="true" eSuperTypes="/1/MemberInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributes" ordered="false" unique="false" upperBound="-1" eType="/1/MethodAttributes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false" upperBound="-1" eType="/1/ParameterInfo" containment="true" eOpposite="/1/ParameterInfo/member"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodInfo" eSuperTypes="/1/MethodBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" eType="/1/Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstructorInfo" eSuperTypes="/1/MethodBase"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="/1/MemberInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="genericParameterAttributes" ordered="false" unique="false" upperBound="-1" eType="/1/GenericParameterAttributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeAttributes" ordered="false" unique="false" upperBound="-1" eType="/1/TypeAttributes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseType" ordered="false" eType="/1/Type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false" lowerBound="1" eType="/1/Module" eOpposite="/1/Module/types"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" ordered="false" upperBound="-1" eType="/1/Type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="members" ordered="false" upperBound="-1" eType="/1/MemberInfo" containment="true" eOpposite="/1/MemberInfo/declaringType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EventAttributes">
<eLiterals name="None" value="1"/>
<eLiterals name="ReservedMask" value="2"/>
<eLiterals name="RTSpecialName" value="3"/>
<eLiterals name="SpecialName" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FieldAttributes">
<eLiterals name="FieldAccessMask" value="1"/>
<eLiterals name="PrivateScope" value="2"/>
<eLiterals name="Private" value="3"/>
<eLiterals name="Assembly" value="4"/>
<eLiterals name="Family" value="5"/>
<eLiterals name="FamANDAssem" value="6"/>
<eLiterals name="FamORAssem" value="7"/>
<eLiterals name="Public" value="8"/>
<eLiterals name="Shared" value="9"/>
<eLiterals name="InitOnly" value="10"/>
<eLiterals name="Literal" value="11"/>
<eLiterals name="NotSerialized" value="12"/>
<eLiterals name="SpecialName" value="13"/>
<eLiterals name="PinvokeImpl" value="14"/>
<eLiterals name="ReservedMask" value="15"/>
<eLiterals name="RTSpecialName" value="16"/>
<eLiterals name="HasFieldMarshal" value="17"/>
<eLiterals name="HasDefault" value="18"/>
<eLiterals name="HasFieldRVA" value="19"/>
<eLiterals name="Static" value="20"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="GenericParameterAttributes">
<eLiterals name="HasElementType" value="1"/>
<eLiterals name="Abstract" value="2"/>
<eLiterals name="AnsiClass" value="3"/>
<eLiterals name="AutoClass" value="4"/>
<eLiterals name="AutoLayout" value="5"/>
<eLiterals name="ByRef" value="6"/>
<eLiterals name="Class" value="7"/>
<eLiterals name="COMObject" value="8"/>
<eLiterals name="Contextful" value="9"/>
<eLiterals name="Enum" value="10"/>
<eLiterals name="ExplicitLayout" value="11"/>
<eLiterals name="Import" value="12"/>
<eLiterals name="Interface" value="13"/>
<eLiterals name="LayoutSequential" value="14"/>
<eLiterals name="MarshalByRef" value="15"/>
<eLiterals name="NestedAssembly" value="16"/>
<eLiterals name="NestedFamADNAssem" value="17"/>
<eLiterals name="NestedFamily" value="18"/>
<eLiterals name="NestedFamORAssem" value="19"/>
<eLiterals name="NestedPrivate" value="20"/>
<eLiterals name="NestedPublic" value="21"/>
<eLiterals name="NotPublic" value="22"/>
<eLiterals name="Pointer" value="23"/>
<eLiterals name="Primitive" value="24"/>
<eLiterals name="Public" value="25"/>
<eLiterals name="Sealed" value="26"/>
<eLiterals name="Serializable" value="27"/>
<eLiterals name="SpecialName" value="28"/>
<eLiterals name="UnicodeClass" value="29"/>
<eLiterals name="ValueType" value="30"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MemberTypes">
<eLiterals name="Constructor" value="1"/>
<eLiterals name="Event" value="2"/>
<eLiterals name="Field" value="3"/>
<eLiterals name="Method" value="4"/>
<eLiterals name="Property" value="5"/>
<eLiterals name="TypeInfo" value="6"/>
<eLiterals name="Custom" value="7"/>
<eLiterals name="NestedType" value="8"/>
<eLiterals name="All" value="9"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MethodAttributes">
<eLiterals name="Abstract" value="1"/>
<eLiterals name="Assembly" value="2"/>
<eLiterals name="ChekedAccessOnOverride" value="3"/>
<eLiterals name="FamADNAssem" value="4"/>
<eLiterals name="Family" value="5"/>
<eLiterals name="FamORAssem" value="6"/>
<eLiterals name="Final" value="7"/>
<eLiterals name="HasSecurity" value="8"/>
<eLiterals name="HideBySig" value="9"/>
<eLiterals name="MemberAccessMask" value="10"/>
<eLiterals name="NewSlot" value="11"/>
<eLiterals name="PInvokeImpl" value="12"/>
<eLiterals name="Private" value="13"/>
<eLiterals name="PrivateScope" value="14"/>
<eLiterals name="Public" value="15"/>
<eLiterals name="RequiredSecObject" value="16"/>
<eLiterals name="ReservedMask" value="17"/>
<eLiterals name="ReuseSlot" value="18"/>
<eLiterals name="RTSpecialName" value="19"/>
<eLiterals name="SpecialName" value="20"/>
<eLiterals name="Static" value="21"/>
<eLiterals name="UnmanagedExport" value="22"/>
<eLiterals name="Virtual" value="23"/>
<eLiterals name="VtableLayoutMask" value="24"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ParameterAttributes">
<eLiterals name="HasDefault" value="1"/>
<eLiterals name="HasDefaultMArshal" value="2"/>
<eLiterals name="In" value="3"/>
<eLiterals name="Lcid" value="4"/>
<eLiterals name="None" value="5"/>
<eLiterals name="Optional" value="6"/>
<eLiterals name="Out" value="7"/>
<eLiterals name="Reserved3" value="8"/>
<eLiterals name="Reserved4" value="9"/>
<eLiterals name="ReservedMask" value="10"/>
<eLiterals name="RetVal" value="11"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PropertyAttributes">
<eLiterals name="NotSupported" value="1"/>
<eLiterals name="Optional" value="2"/>
<eLiterals name="Read" value="3"/>
<eLiterals name="Required" value="4"/>
<eLiterals name="Write" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TypeAttributes">
<eLiterals name="Abstract" value="1"/>
<eLiterals name="AnsiClass" value="2"/>
<eLiterals name="AutoClass" value="3"/>
<eLiterals name="AutoLayout" value="4"/>
<eLiterals name="BeforFieldInit" value="5"/>
<eLiterals name="Class" value="6"/>
<eLiterals name="ClassSemanticsMask" value="7"/>
<eLiterals name="ExplicitLayout" value="8"/>
<eLiterals name="HasSecutity" value="9"/>
<eLiterals name="Import" value="10"/>
<eLiterals name="Interface" value="11"/>
<eLiterals name="LayoutMask" value="12"/>
<eLiterals name="NestedAssembly" value="13"/>
<eLiterals name="NestedFamADNAssem" value="14"/>
<eLiterals name="NestedFamily" value="15"/>
<eLiterals name="NestedFamORAssem" value="16"/>
<eLiterals name="NestedPrivate" value="17"/>
<eLiterals name="NestedPublic" value="18"/>
<eLiterals name="NotPublic" value="19"/>
<eLiterals name="Public" value="20"/>
<eLiterals name="ReservedMask" value="21"/>
<eLiterals name="RTSpecialName" value="22"/>
<eLiterals name="Sealed" value="23"/>
<eLiterals name="SequentialLayout" value="24"/>
<eLiterals name="Serializable" value="25"/>
<eLiterals name="SpecialName" value="26"/>
<eLiterals name="StringFormatMask" value="27"/>
<eLiterals name="UnicodeClass" value="28"/>
<eLiterals name="VisibilityMask" value="29"/>
</eClassifiers>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/DotNET_SystemReflection.ecore | ecore | PrimitiveTypes
Integer
String
Boolean
DNSR
NamedElement
name
Assembly
location
imageRuntimeVersion
evidence
codeBase
entryPoint
modules
manifestModule
referencedAssembly
manifest
ManifestResource
content
assembly
Module
qualifiedName
scopeName
assembly
types
MemberInfo
memberType
declaringType
PropertyInfo
propertyType
attributes
FieldInfo
fieldType
attributes
EventInfo
isMulticast
attributes
eventHandlerType
ParameterInfo
defaultValue
position
attributes
parameterType
member
MethodBase
attributes
parameters
MethodInfo
returnType
ConstructorInfo
Type
namespace
genericParameterAttributes
typeAttributes
baseType
module
interfaces
members
EventAttributes
None
None
ReservedMask
ReservedMask
RTSpecialName
RTSpecialName
SpecialName
SpecialName
FieldAttributes
FieldAccessMask
FieldAccessMask
PrivateScope
PrivateScope
Private
Private
Assembly
Assembly
Family
Family
FamANDAssem
FamANDAssem
FamORAssem
FamORAssem
Public
Public
Shared
Shared
InitOnly
InitOnly
Literal
Literal
NotSerialized
NotSerialized
SpecialName
SpecialName
PinvokeImpl
PinvokeImpl
ReservedMask
ReservedMask
RTSpecialName
RTSpecialName
HasFieldMarshal
HasFieldMarshal
HasDefault
HasDefault
HasFieldRVA
HasFieldRVA
Static
Static
GenericParameterAttributes
HasElementType
HasElementType
Abstract
Abstract
AnsiClass
AnsiClass
AutoClass
AutoClass
AutoLayout
AutoLayout
ByRef
ByRef
Class
Class
COMObject
COMObject
Contextful
Contextful
Enum
Enum
ExplicitLayout
ExplicitLayout
Import
Import
Interface
Interface
LayoutSequential
LayoutSequential
MarshalByRef
MarshalByRef
NestedAssembly
NestedAssembly
NestedFamADNAssem
NestedFamADNAssem
NestedFamily
NestedFamily
NestedFamORAssem
NestedFamORAssem
NestedPrivate
NestedPrivate
NestedPublic
NestedPublic
NotPublic
NotPublic
Pointer
Pointer
Primitive
Primitive
Public
Public
Sealed
Sealed
Serializable
Serializable
SpecialName
SpecialName
UnicodeClass
UnicodeClass
ValueType
ValueType
MemberTypes
Constructor
Constructor
Event
Event
Field
Field
Method
Method
Property
Property
TypeInfo
TypeInfo
Custom
Custom
NestedType
NestedType
All
All
MethodAttributes
Abstract
Abstract
Assembly
Assembly
ChekedAccessOnOverride
ChekedAccessOnOverride
FamADNAssem
FamADNAssem
Family
Family
FamORAssem
FamORAssem
Final
Final
HasSecurity
HasSecurity
HideBySig
HideBySig
MemberAccessMask
MemberAccessMask
NewSlot
NewSlot
PInvokeImpl
PInvokeImpl
Private
Private
PrivateScope
PrivateScope
Public
Public
RequiredSecObject
RequiredSecObject
ReservedMask
ReservedMask
ReuseSlot
ReuseSlot
RTSpecialName
RTSpecialName
SpecialName
SpecialName
Static
Static
UnmanagedExport
UnmanagedExport
Virtual
Virtual
VtableLayoutMask
VtableLayoutMask
ParameterAttributes
HasDefault
HasDefault
HasDefaultMArshal
HasDefaultMArshal
In
In
Lcid
Lcid
None
None
Optional
Optional
Out
Out
Reserved3
Reserved3
Reserved4
Reserved4
ReservedMask
ReservedMask
RetVal
RetVal
PropertyAttributes
NotSupported
NotSupported
Optional
Optional
Read
Read
Required
Required
Write
Write
TypeAttributes
Abstract
Abstract
AnsiClass
AnsiClass
AutoClass
AutoClass
AutoLayout
AutoLayout
BeforFieldInit
BeforFieldInit
Class
Class
ClassSemanticsMask
ClassSemanticsMask
ExplicitLayout
ExplicitLayout
HasSecutity
HasSecutity
Import
Import
Interface
Interface
LayoutMask
LayoutMask
NestedAssembly
NestedAssembly
NestedFamADNAssem
NestedFamADNAssem
NestedFamily
NestedFamily
NestedFamORAssem
NestedFamORAssem
NestedPrivate
NestedPrivate
NestedPublic
NestedPublic
NotPublic
NotPublic
Public
Public
ReservedMask
ReservedMask
RTSpecialName
RTSpecialName
Sealed
Sealed
SequentialLayout
SequentialLayout
Serializable
Serializable
SpecialName
SpecialName
StringFormatMask
StringFormatMask
UnicodeClass
UnicodeClass
VisibilityMask
VisibilityMask | 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"},{"nsPrefix":null,"nsURI":null,"name":"DNSR","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assembly","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManifestResource","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberInfo","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyInfo","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldInfo","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventInfo","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterInfo","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodBase","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInfo","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorInfo","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventAttributes","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FieldAttributes","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"GenericParameterAttributes","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MemberTypes","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MethodAttributes","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterAttributes","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PropertyAttributes","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypeAttributes","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":26,"derived":false},{"id":27,"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":"location","changeable":true,"lowerBound":1,"iD":false,"id":28,"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":"imageRuntimeVersion","changeable":true,"lowerBound":1,"iD":false,"id":29,"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":"evidence","changeable":true,"lowerBound":1,"iD":false,"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":false,"name":"codeBase","changeable":true,"lowerBound":1,"iD":false,"id":31,"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":"entryPoint","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"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":"manifestModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"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":"referencedAssembly","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"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":"manifest","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"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":"assembly","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assembly","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"content","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"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":"qualifiedName","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"scopeName","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"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":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"memberType","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"declaringType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"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":"propertyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"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":"attributes","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fieldType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"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":"attributes","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isMulticast","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"attributes","changeable":true,"lowerBound":0,"iD":false,"id":78,"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":"eventHandlerType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":84,"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":"position","changeable":true,"lowerBound":1,"iD":false,"id":85,"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":"attributes","changeable":true,"lowerBound":0,"iD":false,"id":86,"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":"parameterType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"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":"attributes","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"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":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"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":"namespace","changeable":true,"lowerBound":1,"iD":false,"id":104,"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":"genericParameterAttributes","changeable":true,"lowerBound":0,"iD":false,"id":105,"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":"typeAttributes","changeable":true,"lowerBound":0,"iD":false,"id":106,"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":"baseType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"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":"interfaces","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"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"name":"None","id":117,"value":1,"literal":"None","eClass":"EEnumLiteral"},{"name":"ReservedMask","id":118,"value":2,"literal":"ReservedMask","eClass":"EEnumLiteral"},{"name":"RTSpecialName","id":119,"value":3,"literal":"RTSpecialName","eClass":"EEnumLiteral"},{"name":"SpecialName","id":120,"value":4,"literal":"SpecialName","eClass":"EEnumLiteral"},{"name":"FieldAccessMask","id":121,"value":1,"literal":"FieldAccessMask","eClass":"EEnumLiteral"},{"name":"PrivateScope","id":122,"value":2,"literal":"PrivateScope","eClass":"EEnumLiteral"},{"name":"Private","id":123,"value":3,"literal":"Private","eClass":"EEnumLiteral"},{"name":"Assembly","id":124,"value":4,"literal":"Assembly","eClass":"EEnumLiteral"},{"name":"Family","id":125,"value":5,"literal":"Family","eClass":"EEnumLiteral"},{"name":"FamANDAssem","id":126,"value":6,"literal":"FamANDAssem","eClass":"EEnumLiteral"},{"name":"FamORAssem","id":127,"value":7,"literal":"FamORAssem","eClass":"EEnumLiteral"},{"name":"Public","id":128,"value":8,"literal":"Public","eClass":"EEnumLiteral"},{"name":"Shared","id":129,"value":9,"literal":"Shared","eClass":"EEnumLiteral"},{"name":"InitOnly","id":130,"value":10,"literal":"InitOnly","eClass":"EEnumLiteral"},{"name":"Literal","id":131,"value":11,"literal":"Literal","eClass":"EEnumLiteral"},{"name":"NotSerialized","id":132,"value":12,"literal":"NotSerialized","eClass":"EEnumLiteral"},{"name":"SpecialName","id":133,"value":13,"literal":"SpecialName","eClass":"EEnumLiteral"},{"name":"PinvokeImpl","id":134,"value":14,"literal":"PinvokeImpl","eClass":"EEnumLiteral"},{"name":"ReservedMask","id":135,"value":15,"literal":"ReservedMask","eClass":"EEnumLiteral"},{"name":"RTSpecialName","id":136,"value":16,"literal":"RTSpecialName","eClass":"EEnumLiteral"},{"name":"HasFieldMarshal","id":137,"value":17,"literal":"HasFieldMarshal","eClass":"EEnumLiteral"},{"name":"HasDefault","id":138,"value":18,"literal":"HasDefault","eClass":"EEnumLiteral"},{"name":"HasFieldRVA","id":139,"value":19,"literal":"HasFieldRVA","eClass":"EEnumLiteral"},{"name":"Static","id":140,"value":20,"literal":"Static","eClass":"EEnumLiteral"},{"name":"HasElementType","id":141,"value":1,"literal":"HasElementType","eClass":"EEnumLiteral"},{"name":"Abstract","id":142,"value":2,"literal":"Abstract","eClass":"EEnumLiteral"},{"name":"AnsiClass","id":143,"value":3,"literal":"AnsiClass","eClass":"EEnumLiteral"},{"name":"AutoClass","id":144,"value":4,"literal":"AutoClass","eClass":"EEnumLiteral"},{"name":"AutoLayout","id":145,"value":5,"literal":"AutoLayout","eClass":"EEnumLiteral"},{"name":"ByRef","id":146,"value":6,"literal":"ByRef","eClass":"EEnumLiteral"},{"name":"Class","id":147,"value":7,"literal":"Class","eClass":"EEnumLiteral"},{"name":"COMObject","id":148,"value":8,"literal":"COMObject","eClass":"EEnumLiteral"},{"name":"Contextful","id":149,"value":9,"literal":"Contextful","eClass":"EEnumLiteral"},{"name":"Enum","id":150,"value":10,"literal":"Enum","eClass":"EEnumLiteral"},{"name":"ExplicitLayout","id":151,"value":11,"literal":"ExplicitLayout","eClass":"EEnumLiteral"},{"name":"Import","id":152,"value":12,"literal":"Import","eClass":"EEnumLiteral"},{"name":"Interface","id":153,"value":13,"literal":"Interface","eClass":"EEnumLiteral"},{"name":"LayoutSequential","id":154,"value":14,"literal":"LayoutSequential","eClass":"EEnumLiteral"},{"name":"MarshalByRef","id":155,"value":15,"literal":"MarshalByRef","eClass":"EEnumLiteral"},{"name":"NestedAssembly","id":156,"value":16,"literal":"NestedAssembly","eClass":"EEnumLiteral"},{"name":"NestedFamADNAssem","id":157,"value":17,"literal":"NestedFamADNAssem","eClass":"EEnumLiteral"},{"name":"NestedFamily","id":158,"value":18,"literal":"NestedFamily","eClass":"EEnumLiteral"},{"name":"NestedFamORAssem","id":159,"value":19,"literal":"NestedFamORAssem","eClass":"EEnumLiteral"},{"name":"NestedPrivate","id":160,"value":20,"literal":"NestedPrivate","eClass":"EEnumLiteral"},{"name":"NestedPublic","id":161,"value":21,"literal":"NestedPublic","eClass":"EEnumLiteral"},{"name":"NotPublic","id":162,"value":22,"literal":"NotPublic","eClass":"EEnumLiteral"},{"name":"Pointer","id":163,"value":23,"literal":"Pointer","eClass":"EEnumLiteral"},{"name":"Primitive","id":164,"value":24,"literal":"Primitive","eClass":"EEnumLiteral"},{"name":"Public","id":165,"value":25,"literal":"Public","eClass":"EEnumLiteral"},{"name":"Sealed","id":166,"value":26,"literal":"Sealed","eClass":"EEnumLiteral"},{"name":"Serializable","id":167,"value":27,"literal":"Serializable","eClass":"EEnumLiteral"},{"name":"SpecialName","id":168,"value":28,"literal":"SpecialName","eClass":"EEnumLiteral"},{"name":"UnicodeClass","id":169,"value":29,"literal":"UnicodeClass","eClass":"EEnumLiteral"},{"name":"ValueType","id":170,"value":30,"literal":"ValueType","eClass":"EEnumLiteral"},{"name":"Constructor","id":171,"value":1,"literal":"Constructor","eClass":"EEnumLiteral"},{"name":"Event","id":172,"value":2,"literal":"Event","eClass":"EEnumLiteral"},{"name":"Field","id":173,"value":3,"literal":"Field","eClass":"EEnumLiteral"},{"name":"Method","id":174,"value":4,"literal":"Method","eClass":"EEnumLiteral"},{"name":"Property","id":175,"value":5,"literal":"Property","eClass":"EEnumLiteral"},{"name":"TypeInfo","id":176,"value":6,"literal":"TypeInfo","eClass":"EEnumLiteral"},{"name":"Custom","id":177,"value":7,"literal":"Custom","eClass":"EEnumLiteral"},{"name":"NestedType","id":178,"value":8,"literal":"NestedType","eClass":"EEnumLiteral"},{"name":"All","id":179,"value":9,"literal":"All","eClass":"EEnumLiteral"},{"name":"Abstract","id":180,"value":1,"literal":"Abstract","eClass":"EEnumLiteral"},{"name":"Assembly","id":181,"value":2,"literal":"Assembly","eClass":"EEnumLiteral"},{"name":"ChekedAccessOnOverride","id":182,"value":3,"literal":"ChekedAccessOnOverride","eClass":"EEnumLiteral"},{"name":"FamADNAssem","id":183,"value":4,"literal":"FamADNAssem","eClass":"EEnumLiteral"},{"name":"Family","id":184,"value":5,"literal":"Family","eClass":"EEnumLiteral"},{"name":"FamORAssem","id":185,"value":6,"literal":"FamORAssem","eClass":"EEnumLiteral"},{"name":"Final","id":186,"value":7,"literal":"Final","eClass":"EEnumLiteral"},{"name":"HasSecurity","id":187,"value":8,"literal":"HasSecurity","eClass":"EEnumLiteral"},{"name":"HideBySig","id":188,"value":9,"literal":"HideBySig","eClass":"EEnumLiteral"},{"name":"MemberAccessMask","id":189,"value":10,"literal":"MemberAccessMask","eClass":"EEnumLiteral"},{"name":"NewSlot","id":190,"value":11,"literal":"NewSlot","eClass":"EEnumLiteral"},{"name":"PInvokeImpl","id":191,"value":12,"literal":"PInvokeImpl","eClass":"EEnumLiteral"},{"name":"Private","id":192,"value":13,"literal":"Private","eClass":"EEnumLiteral"},{"name":"PrivateScope","id":193,"value":14,"literal":"PrivateScope","eClass":"EEnumLiteral"},{"name":"Public","id":194,"value":15,"literal":"Public","eClass":"EEnumLiteral"},{"name":"RequiredSecObject","id":195,"value":16,"literal":"RequiredSecObject","eClass":"EEnumLiteral"},{"name":"ReservedMask","id":196,"value":17,"literal":"ReservedMask","eClass":"EEnumLiteral"},{"name":"ReuseSlot","id":197,"value":18,"literal":"ReuseSlot","eClass":"EEnumLiteral"},{"name":"RTSpecialName","id":198,"value":19,"literal":"RTSpecialName","eClass":"EEnumLiteral"},{"name":"SpecialName","id":199,"value":20,"literal":"SpecialName","eClass":"EEnumLiteral"},{"name":"Static","id":200,"value":21,"literal":"Static","eClass":"EEnumLiteral"},{"name":"UnmanagedExport","id":201,"value":22,"literal":"UnmanagedExport","eClass":"EEnumLiteral"},{"name":"Virtual","id":202,"value":23,"literal":"Virtual","eClass":"EEnumLiteral"},{"name":"VtableLayoutMask","id":203,"value":24,"literal":"VtableLayoutMask","eClass":"EEnumLiteral"},{"name":"HasDefault","id":204,"value":1,"literal":"HasDefault","eClass":"EEnumLiteral"},{"name":"HasDefaultMArshal","id":205,"value":2,"literal":"HasDefaultMArshal","eClass":"EEnumLiteral"},{"name":"In","id":206,"value":3,"literal":"In","eClass":"EEnumLiteral"},{"name":"Lcid","id":207,"value":4,"literal":"Lcid","eClass":"EEnumLiteral"},{"name":"None","id":208,"value":5,"literal":"None","eClass":"EEnumLiteral"},{"name":"Optional","id":209,"value":6,"literal":"Optional","eClass":"EEnumLiteral"},{"name":"Out","id":210,"value":7,"literal":"Out","eClass":"EEnumLiteral"},{"name":"Reserved3","id":211,"value":8,"literal":"Reserved3","eClass":"EEnumLiteral"},{"name":"Reserved4","id":212,"value":9,"literal":"Reserved4","eClass":"EEnumLiteral"},{"name":"ReservedMask","id":213,"value":10,"literal":"ReservedMask","eClass":"EEnumLiteral"},{"name":"RetVal","id":214,"value":11,"literal":"RetVal","eClass":"EEnumLiteral"},{"name":"NotSupported","id":215,"value":1,"literal":"NotSupported","eClass":"EEnumLiteral"},{"name":"Optional","id":216,"value":2,"literal":"Optional","eClass":"EEnumLiteral"},{"name":"Read","id":217,"value":3,"literal":"Read","eClass":"EEnumLiteral"},{"name":"Required","id":218,"value":4,"literal":"Required","eClass":"EEnumLiteral"},{"name":"Write","id":219,"value":5,"literal":"Write","eClass":"EEnumLiteral"},{"name":"Abstract","id":220,"value":1,"literal":"Abstract","eClass":"EEnumLiteral"},{"name":"AnsiClass","id":221,"value":2,"literal":"AnsiClass","eClass":"EEnumLiteral"},{"name":"AutoClass","id":222,"value":3,"literal":"AutoClass","eClass":"EEnumLiteral"},{"name":"AutoLayout","id":223,"value":4,"literal":"AutoLayout","eClass":"EEnumLiteral"},{"name":"BeforFieldInit","id":224,"value":5,"literal":"BeforFieldInit","eClass":"EEnumLiteral"},{"name":"Class","id":225,"value":6,"literal":"Class","eClass":"EEnumLiteral"},{"name":"ClassSemanticsMask","id":226,"value":7,"literal":"ClassSemanticsMask","eClass":"EEnumLiteral"},{"name":"ExplicitLayout","id":227,"value":8,"literal":"ExplicitLayout","eClass":"EEnumLiteral"},{"name":"HasSecutity","id":228,"value":9,"literal":"HasSecutity","eClass":"EEnumLiteral"},{"name":"Import","id":229,"value":10,"literal":"Import","eClass":"EEnumLiteral"},{"name":"Interface","id":230,"value":11,"literal":"Interface","eClass":"EEnumLiteral"},{"name":"LayoutMask","id":231,"value":12,"literal":"LayoutMask","eClass":"EEnumLiteral"},{"name":"NestedAssembly","id":232,"value":13,"literal":"NestedAssembly","eClass":"EEnumLiteral"},{"name":"NestedFamADNAssem","id":233,"value":14,"literal":"NestedFamADNAssem","eClass":"EEnumLiteral"},{"name":"NestedFamily","id":234,"value":15,"literal":"NestedFamily","eClass":"EEnumLiteral"},{"name":"NestedFamORAssem","id":235,"value":16,"literal":"NestedFamORAssem","eClass":"EEnumLiteral"},{"name":"NestedPrivate","id":236,"value":17,"literal":"NestedPrivate","eClass":"EEnumLiteral"},{"name":"NestedPublic","id":237,"value":18,"literal":"NestedPublic","eClass":"EEnumLiteral"},{"name":"NotPublic","id":238,"value":19,"literal":"NotPublic","eClass":"EEnumLiteral"},{"name":"Public","id":239,"value":20,"literal":"Public","eClass":"EEnumLiteral"},{"name":"ReservedMask","id":240,"value":21,"literal":"ReservedMask","eClass":"EEnumLiteral"},{"name":"RTSpecialName","id":241,"value":22,"literal":"RTSpecialName","eClass":"EEnumLiteral"},{"name":"Sealed","id":242,"value":23,"literal":"Sealed","eClass":"EEnumLiteral"},{"name":"SequentialLayout","id":243,"value":24,"literal":"SequentialLayout","eClass":"EEnumLiteral"},{"name":"Serializable","id":244,"value":25,"literal":"Serializable","eClass":"EEnumLiteral"},{"name":"SpecialName","id":245,"value":26,"literal":"SpecialName","eClass":"EEnumLiteral"},{"name":"StringFormatMask","id":246,"value":27,"literal":"StringFormatMask","eClass":"EEnumLiteral"},{"name":"UnicodeClass","id":247,"value":28,"literal":"UnicodeClass","eClass":"EEnumLiteral"},{"name":"VisibilityMask","id":248,"value":29,"literal":"VisibilityMask","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":5},{"source":4,"target":6},{"source":4,"target":7},{"source":4,"target":8},{"source":4,"target":9},{"source":4,"target":10},{"source":4,"target":11},{"source":4,"target":12},{"source":4,"target":13},{"source":4,"target":14},{"source":4,"target":15},{"source":4,"target":16},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":5,"target":4},{"source":5,"target":26},{"source":26,"target":2},{"source":26,"target":27},{"source":26,"target":5},{"source":27,"target":2},{"source":6,"target":4},{"source":6,"target":5},{"source":6,"target":28},{"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":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":28,"target":2},{"source":28,"target":38},{"source":28,"target":6},{"source":38,"target":2},{"source":29,"target":2},{"source":29,"target":39},{"source":29,"target":6},{"source":39,"target":2},{"source":30,"target":2},{"source":30,"target":40},{"source":30,"target":6},{"source":40,"target":2},{"source":31,"target":2},{"source":31,"target":41},{"source":31,"target":6},{"source":41,"target":2},{"source":32,"target":15},{"source":32,"target":42},{"source":32,"target":6},{"source":42,"target":15},{"source":33,"target":8},{"source":33,"target":43},{"source":33,"target":6},{"source":33,"target":44},{"source":43,"target":8},{"source":34,"target":8},{"source":34,"target":45},{"source":34,"target":6},{"source":45,"target":8},{"source":35,"target":6},{"source":35,"target":46},{"source":35,"target":6},{"source":46,"target":6},{"source":36,"target":7},{"source":36,"target":47},{"source":36,"target":6},{"source":36,"target":48},{"source":47,"target":7},{"source":37,"target":5},{"source":7,"target":4},{"source":7,"target":49},{"source":7,"target":48},{"source":49,"target":2},{"source":49,"target":50},{"source":49,"target":7},{"source":50,"target":2},{"source":48,"target":6},{"source":48,"target":51},{"source":48,"target":7},{"source":48,"target":36},{"source":51,"target":6},{"source":8,"target":4},{"source":8,"target":5},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":44},{"source":8,"target":54},{"source":8,"target":55},{"source":52,"target":2},{"source":52,"target":56},{"source":52,"target":8},{"source":56,"target":2},{"source":53,"target":2},{"source":53,"target":57},{"source":53,"target":8},{"source":57,"target":2},{"source":44,"target":6},{"source":44,"target":58},{"source":44,"target":8},{"source":44,"target":33},{"source":58,"target":6},{"source":54,"target":17},{"source":54,"target":59},{"source":54,"target":8},{"source":54,"target":60},{"source":59,"target":17},{"source":55,"target":5},{"source":9,"target":4},{"source":9,"target":5},{"source":9,"target":61},{"source":9,"target":62},{"source":9,"target":63},{"source":61,"target":21},{"source":61,"target":64},{"source":61,"target":9},{"source":64,"target":21},{"source":62,"target":17},{"source":62,"target":65},{"source":62,"target":9},{"source":62,"target":66},{"source":65,"target":17},{"source":63,"target":5},{"source":10,"target":4},{"source":10,"target":9},{"source":10,"target":67},{"source":10,"target":68},{"source":10,"target":69},{"source":67,"target":17},{"source":67,"target":70},{"source":67,"target":10},{"source":70,"target":17},{"source":68,"target":24},{"source":68,"target":71},{"source":68,"target":10},{"source":71,"target":24},{"source":69,"target":9},{"source":11,"target":4},{"source":11,"target":9},{"source":11,"target":72},{"source":11,"target":73},{"source":11,"target":74},{"source":72,"target":17},{"source":72,"target":75},{"source":72,"target":11},{"source":75,"target":17},{"source":73,"target":19},{"source":73,"target":76},{"source":73,"target":11},{"source":76,"target":19},{"source":74,"target":9},{"source":12,"target":4},{"source":12,"target":9},{"source":12,"target":77},{"source":12,"target":78},{"source":12,"target":79},{"source":12,"target":80},{"source":77,"target":3},{"source":77,"target":81},{"source":77,"target":12},{"source":81,"target":3},{"source":78,"target":18},{"source":78,"target":82},{"source":78,"target":12},{"source":82,"target":18},{"source":79,"target":17},{"source":79,"target":83},{"source":79,"target":12},{"source":83,"target":17},{"source":80,"target":9},{"source":13,"target":4},{"source":13,"target":5},{"source":13,"target":84},{"source":13,"target":85},{"source":13,"target":86},{"source":13,"target":87},{"source":13,"target":88},{"source":13,"target":89},{"source":84,"target":2},{"source":84,"target":90},{"source":84,"target":13},{"source":90,"target":2},{"source":85,"target":1},{"source":85,"target":91},{"source":85,"target":13},{"source":91,"target":1},{"source":86,"target":23},{"source":86,"target":92},{"source":86,"target":13},{"source":92,"target":23},{"source":87,"target":17},{"source":87,"target":93},{"source":87,"target":13},{"source":93,"target":17},{"source":88,"target":14},{"source":88,"target":94},{"source":88,"target":13},{"source":88,"target":95},{"source":94,"target":14},{"source":89,"target":5},{"source":14,"target":4},{"source":14,"target":9},{"source":14,"target":96},{"source":14,"target":95},{"source":14,"target":97},{"source":96,"target":22},{"source":96,"target":98},{"source":96,"target":14},{"source":98,"target":22},{"source":95,"target":13},{"source":95,"target":99},{"source":95,"target":14},{"source":95,"target":88},{"source":99,"target":13},{"source":97,"target":9},{"source":15,"target":4},{"source":15,"target":14},{"source":15,"target":100},{"source":15,"target":101},{"source":100,"target":17},{"source":100,"target":102},{"source":100,"target":15},{"source":102,"target":17},{"source":101,"target":14},{"source":16,"target":4},{"source":16,"target":14},{"source":16,"target":103},{"source":103,"target":14},{"source":17,"target":4},{"source":17,"target":9},{"source":17,"target":104},{"source":17,"target":105},{"source":17,"target":106},{"source":17,"target":107},{"source":17,"target":60},{"source":17,"target":108},{"source":17,"target":66},{"source":17,"target":109},{"source":104,"target":2},{"source":104,"target":110},{"source":104,"target":17},{"source":110,"target":2},{"source":105,"target":20},{"source":105,"target":111},{"source":105,"target":17},{"source":111,"target":20},{"source":106,"target":25},{"source":106,"target":112},{"source":106,"target":17},{"source":112,"target":25},{"source":107,"target":17},{"source":107,"target":113},{"source":107,"target":17},{"source":113,"target":17},{"source":60,"target":8},{"source":60,"target":114},{"source":60,"target":17},{"source":60,"target":54},{"source":114,"target":8},{"source":108,"target":17},{"source":108,"target":115},{"source":108,"target":17},{"source":115,"target":17},{"source":66,"target":9},{"source":66,"target":116},{"source":66,"target":17},{"source":66,"target":62},{"source":116,"target":9},{"source":109,"target":9},{"source":18,"target":4},{"source":18,"target":117},{"source":18,"target":118},{"source":18,"target":119},{"source":18,"target":120},{"source":117,"target":18},{"source":118,"target":18},{"source":119,"target":18},{"source":120,"target":18},{"source":19,"target":4},{"source":19,"target":121},{"source":19,"target":122},{"source":19,"target":123},{"source":19,"target":124},{"source":19,"target":125},{"source":19,"target":126},{"source":19,"target":127},{"source":19,"target":128},{"source":19,"target":129},{"source":19,"target":130},{"source":19,"target":131},{"source":19,"target":132},{"source":19,"target":133},{"source":19,"target":134},{"source":19,"target":135},{"source":19,"target":136},{"source":19,"target":137},{"source":19,"target":138},{"source":19,"target":139},{"source":19,"target":140},{"source":121,"target":19},{"source":122,"target":19},{"source":123,"target":19},{"source":124,"target":19},{"source":125,"target":19},{"source":126,"target":19},{"source":127,"target":19},{"source":128,"target":19},{"source":129,"target":19},{"source":130,"target":19},{"source":131,"target":19},{"source":132,"target":19},{"source":133,"target":19},{"source":134,"target":19},{"source":135,"target":19},{"source":136,"target":19},{"source":137,"target":19},{"source":138,"target":19},{"source":139,"target":19},{"source":140,"target":19},{"source":20,"target":4},{"source":20,"target":141},{"source":20,"target":142},{"source":20,"target":143},{"source":20,"target":144},{"source":20,"target":145},{"source":20,"target":146},{"source":20,"target":147},{"source":20,"target":148},{"source":20,"target":149},{"source":20,"target":150},{"source":20,"target":151},{"source":20,"target":152},{"source":20,"target":153},{"source":20,"target":154},{"source":20,"target":155},{"source":20,"target":156},{"source":20,"target":157},{"source":20,"target":158},{"source":20,"target":159},{"source":20,"target":160},{"source":20,"target":161},{"source":20,"target":162},{"source":20,"target":163},{"source":20,"target":164},{"source":20,"target":165},{"source":20,"target":166},{"source":20,"target":167},{"source":20,"target":168},{"source":20,"target":169},{"source":20,"target":170},{"source":141,"target":20},{"source":142,"target":20},{"source":143,"target":20},{"source":144,"target":20},{"source":145,"target":20},{"source":146,"target":20},{"source":147,"target":20},{"source":148,"target":20},{"source":149,"target":20},{"source":150,"target":20},{"source":151,"target":20},{"source":152,"target":20},{"source":153,"target":20},{"source":154,"target":20},{"source":155,"target":20},{"source":156,"target":20},{"source":157,"target":20},{"source":158,"target":20},{"source":159,"target":20},{"source":160,"target":20},{"source":161,"target":20},{"source":162,"target":20},{"source":163,"target":20},{"source":164,"target":20},{"source":165,"target":20},{"source":166,"target":20},{"source":167,"target":20},{"source":168,"target":20},{"source":169,"target":20},{"source":170,"target":20},{"source":21,"target":4},{"source":21,"target":171},{"source":21,"target":172},{"source":21,"target":173},{"source":21,"target":174},{"source":21,"target":175},{"source":21,"target":176},{"source":21,"target":177},{"source":21,"target":178},{"source":21,"target":179},{"source":171,"target":21},{"source":172,"target":21},{"source":173,"target":21},{"source":174,"target":21},{"source":175,"target":21},{"source":176,"target":21},{"source":177,"target":21},{"source":178,"target":21},{"source":179,"target":21},{"source":22,"target":4},{"source":22,"target":180},{"source":22,"target":181},{"source":22,"target":182},{"source":22,"target":183},{"source":22,"target":184},{"source":22,"target":185},{"source":22,"target":186},{"source":22,"target":187},{"source":22,"target":188},{"source":22,"target":189},{"source":22,"target":190},{"source":22,"target":191},{"source":22,"target":192},{"source":22,"target":193},{"source":22,"target":194},{"source":22,"target":195},{"source":22,"target":196},{"source":22,"target":197},{"source":22,"target":198},{"source":22,"target":199},{"source":22,"target":200},{"source":22,"target":201},{"source":22,"target":202},{"source":22,"target":203},{"source":180,"target":22},{"source":181,"target":22},{"source":182,"target":22},{"source":183,"target":22},{"source":184,"target":22},{"source":185,"target":22},{"source":186,"target":22},{"source":187,"target":22},{"source":188,"target":22},{"source":189,"target":22},{"source":190,"target":22},{"source":191,"target":22},{"source":192,"target":22},{"source":193,"target":22},{"source":194,"target":22},{"source":195,"target":22},{"source":196,"target":22},{"source":197,"target":22},{"source":198,"target":22},{"source":199,"target":22},{"source":200,"target":22},{"source":201,"target":22},{"source":202,"target":22},{"source":203,"target":22},{"source":23,"target":4},{"source":23,"target":204},{"source":23,"target":205},{"source":23,"target":206},{"source":23,"target":207},{"source":23,"target":208},{"source":23,"target":209},{"source":23,"target":210},{"source":23,"target":211},{"source":23,"target":212},{"source":23,"target":213},{"source":23,"target":214},{"source":204,"target":23},{"source":205,"target":23},{"source":206,"target":23},{"source":207,"target":23},{"source":208,"target":23},{"source":209,"target":23},{"source":210,"target":23},{"source":211,"target":23},{"source":212,"target":23},{"source":213,"target":23},{"source":214,"target":23},{"source":24,"target":4},{"source":24,"target":215},{"source":24,"target":216},{"source":24,"target":217},{"source":24,"target":218},{"source":24,"target":219},{"source":215,"target":24},{"source":216,"target":24},{"source":217,"target":24},{"source":218,"target":24},{"source":219,"target":24},{"source":25,"target":4},{"source":25,"target":220},{"source":25,"target":221},{"source":25,"target":222},{"source":25,"target":223},{"source":25,"target":224},{"source":25,"target":225},{"source":25,"target":226},{"source":25,"target":227},{"source":25,"target":228},{"source":25,"target":229},{"source":25,"target":230},{"source":25,"target":231},{"source":25,"target":232},{"source":25,"target":233},{"source":25,"target":234},{"source":25,"target":235},{"source":25,"target":236},{"source":25,"target":237},{"source":25,"target":238},{"source":25,"target":239},{"source":25,"target":240},{"source":25,"target":241},{"source":25,"target":242},{"source":25,"target":243},{"source":25,"target":244},{"source":25,"target":245},{"source":25,"target":246},{"source":25,"target":247},{"source":25,"target":248},{"source":220,"target":25},{"source":221,"target":25},{"source":222,"target":25},{"source":223,"target":25},{"source":224,"target":25},{"source":225,"target":25},{"source":226,"target":25},{"source":227,"target":25},{"source":228,"target":25},{"source":229,"target":25},{"source":230,"target":25},{"source":231,"target":25},{"source":232,"target":25},{"source":233,"target":25},{"source":234,"target":25},{"source":235,"target":25},{"source":236,"target":25},{"source":237,"target":25},{"source":238,"target":25},{"source":239,"target":25},{"source":240,"target":25},{"source":241,"target":25},{"source":242,"target":25},{"source":243,"target":25},{"source":244,"target":25},{"source":245,"target":25},{"source":246,"target":25},{"source":247,"target":25},{"source":248,"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="dataspace" nsURI="http://www.neoflex.ru/meta/dataspace" nsPrefix="dataspace">
<eClassifiers xsi:type="ecore:EClass" name="Dataspace">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="teneo.jpa">
<details key="value" value="@Column(unique=true, nullable=false)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataspace" eType="#//Dataspace"
eOpposite="#//Dataspace/subSpaces"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subSpaces" upperBound="-1"
eType="#//Dataspace" eOpposite="#//Dataspace/dataspace"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1"
eType="#//Table" containment="true" eOpposite="#//Table/dataspace"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1"
eType="#//Mapping" containment="true" eOpposite="#//Mapping/dataspace"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="persister" eType="#//Persister"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Table" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="dataspace" eType="#//Dataspace"
eOpposite="#//Dataspace/tables"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="teneo.jpa">
<details key="value" value="@Column(unique=true, nullable=false)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WorkTable" abstract="true" eSuperTypes="#//Table"/>
<eClassifiers xsi:type="ecore:EClass" name="PrivateTable" eSuperTypes="#//WorkTable">
<eStructuralFeatures xsi:type="ecore:EReference" name="dataSet" eType="ecore:EClass http://www.neoflex.ru/meta/dataset#//DataSet"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PublicTable" eSuperTypes="#//Table">
<eStructuralFeatures xsi:type="ecore:EReference" name="privateInstance" eType="#//PrivateTable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceTable" eSuperTypes="#//WorkTable">
<eStructuralFeatures xsi:type="ecore:EReference" name="publicInstance" eType="#//PublicTable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Persister" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="JDBCPersister" eSuperTypes="#//Persister">
<eStructuralFeatures xsi:type="ecore:EReference" name="jdbcConnection" eType="ecore:EClass http://www.neoflex.ru/meta/rt#//JdbcConnection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HivePersister" eSuperTypes="#//Persister"/>
<eClassifiers xsi:type="ecore:EClass" name="LocalPersister" eSuperTypes="#//Persister">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Alias">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//WorkTable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mapping" 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="dataspace" eType="#//Dataspace"
eOpposite="#//Dataspace/mappings"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sources" upperBound="-1"
eType="#//Alias"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableMapping" abstract="true" eSuperTypes="#//Mapping">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//PrivateTable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SparkSQLMapping" eSuperTypes="#//TableMapping">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="query" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="mspace.ui">
<details key="multiline" value="true"/>
</eAnnotations>
<eAnnotations source="teneo.jpa">
<details key="value" value="@Column(length=10485760)"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RMapping" eSuperTypes="#//TableMapping">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="mspace.ui">
<details key="multiline" value="true"/>
</eAnnotations>
<eAnnotations source="teneo.jpa">
<details key="value" value="@Column(length=10485760)"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DroolsMapping" eSuperTypes="#//TableMapping"/>
<eClassifiers xsi:type="ecore:EClass" name="ModelLearningMapping" eSuperTypes="#//Mapping"/>
<eClassifiers xsi:type="ecore:EClass" name="ModelAnalisysMapping" eSuperTypes="#//TableMapping">
<eStructuralFeatures xsi:type="ecore:EReference" name="modelLearning" eType="#//ModelLearningMapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StatisticsMapping" eSuperTypes="#//Mapping"/>
</ecore:EPackage>
| github:ecore:/data/neoflex-consulting/datagram/pim/dataspace/dataspace.ecore | ecore | dataspace
Dataspace
name
dataspace
subSpaces
tables
mappings
persister
Table
dataspace
name
tableName
WorkTable
PrivateTable
dataSet
PublicTable
privateInstance
ReferenceTable
publicInstance
Persister
JDBCPersister
jdbcConnection
HivePersister
LocalPersister
path
Alias
name
table
Mapping
name
dataspace
sources
TableMapping
target
SparkSQLMapping
query
RMapping
code
DroolsMapping
ModelLearningMapping
ModelAnalisysMapping
modelLearning
StatisticsMapping | null | {"directed":true,"nodes":[{"nsPrefix":"dataspace","nsURI":"http://www.neoflex.ru/meta/dataspace","name":"dataspace","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dataspace","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkTable","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrivateTable","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicTable","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceTable","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Persister","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDBCPersister","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HivePersister","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalPersister","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Alias","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableMapping","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SparkSQLMapping","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RMapping","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DroolsMapping","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelLearningMapping","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelAnalisysMapping","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatisticsMapping","instanceClass":null,"abstract":false,"id":19,"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":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":"dataspace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subSpaces","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":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","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":"persister","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataspace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"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":"dataspace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tableName","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"privateInstance","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"publicInstance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"jdbcConnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelLearning","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":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":20,"target":26},{"source":20,"target":1},{"source":21,"target":1},{"source":21,"target":27},{"source":21,"target":1},{"source":21,"target":22},{"source":27,"target":1},{"source":22,"target":1},{"source":22,"target":28},{"source":22,"target":1},{"source":22,"target":21},{"source":28,"target":1},{"source":23,"target":2},{"source":23,"target":29},{"source":23,"target":1},{"source":23,"target":30},{"source":29,"target":2},{"source":24,"target":12},{"source":24,"target":31},{"source":24,"target":1},{"source":24,"target":32},{"source":31,"target":12},{"source":25,"target":7},{"source":25,"target":33},{"source":25,"target":1},{"source":33,"target":7},{"source":2,"target":0},{"source":2,"target":30},{"source":2,"target":34},{"source":2,"target":35},{"source":30,"target":1},{"source":30,"target":36},{"source":30,"target":2},{"source":30,"target":23},{"source":36,"target":1},{"source":34,"target":37},{"source":34,"target":2},{"source":35,"target":38},{"source":35,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":39},{"source":39,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":40},{"source":4,"target":41},{"source":40,"target":42},{"source":40,"target":4},{"source":41,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":43},{"source":5,"target":44},{"source":43,"target":4},{"source":43,"target":45},{"source":43,"target":5},{"source":45,"target":4},{"source":44,"target":2},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":46},{"source":6,"target":47},{"source":46,"target":5},{"source":46,"target":48},{"source":46,"target":6},{"source":48,"target":5},{"source":47,"target":3},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":49},{"source":8,"target":50},{"source":49,"target":51},{"source":49,"target":8},{"source":50,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":52},{"source":52,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":53},{"source":10,"target":54},{"source":53,"target":55},{"source":53,"target":10},{"source":54,"target":7},{"source":11,"target":0},{"source":11,"target":56},{"source":11,"target":57},{"source":56,"target":58},{"source":56,"target":11},{"source":57,"target":3},{"source":57,"target":59},{"source":57,"target":11},{"source":59,"target":3},{"source":12,"target":0},{"source":12,"target":60},{"source":12,"target":32},{"source":12,"target":61},{"source":60,"target":62},{"source":60,"target":12},{"source":32,"target":1},{"source":32,"target":63},{"source":32,"target":12},{"source":32,"target":24},{"source":63,"target":1},{"source":61,"target":11},{"source":61,"target":64},{"source":61,"target":12},{"source":64,"target":11},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":65},{"source":13,"target":66},{"source":65,"target":4},{"source":65,"target":67},{"source":65,"target":13},{"source":67,"target":4},{"source":66,"target":12},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":68},{"source":14,"target":69},{"source":68,"target":70},{"source":68,"target":14},{"source":69,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":71},{"source":15,"target":72},{"source":71,"target":73},{"source":71,"target":15},{"source":72,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":74},{"source":74,"target":13},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":75},{"source":75,"target":12},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":76},{"source":18,"target":77},{"source":76,"target":17},{"source":76,"target":78},{"source":76,"target":18},{"source":78,"target":17},{"source":77,"target":13},{"source":19,"target":0},{"source":19,"target":12},{"source":19,"target":79},{"source":79,"target":12}],"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="l2" nsURI="http://www.eclipse.org/uml2/4.0.0/UML/Profile/L2"
nsPrefix="l2">
<eClassifiers xsi:type="ecore:EClass" name="Auxiliary">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class that supports another more central or fundamental class, typically by implementing secondary logic or control flow. The class that the auxiliary supports may be defined explicitly using a Focus class or implicitly as the supplier of dependency relationship whose client is an auxiliary class. Auxiliary classes are typically used together with Focus classes, and are particularly useful for specifying the secondary business logic or control flow of components during design. See also: «Focus»."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Call">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A usage dependency whose source is an operation and whose target is an operation. The relationship may also be subsumed to the class containing an operation, with the meaning that there exists an operation in the class to which the dependency applies. A call dependency specifies that the source operation or an operation in the source class invokes the target operation or an operation in the target class. A call dependency may connect a source operation to any target operation that is within scope including, but not limited to, operations of the enclosing classifier and operations of other visible classifiers."/>
</eAnnotations>
<eOperations name="client_and_supplier_are_operations" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Usage.client->forAll(oclIsKindOf(Operation)) and self.base_Usage.supplier->forAll(oclIsKindOf(Operation))"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Usage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Create">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="When applied to a usage dependency, it specifies that the client classifier creates instances of the supplier classifier. When applied to a BehavioralFeature, it specifies that the designated feature creates an instance of the classifier to which the feature is attached."/>
</eAnnotations>
<eOperations name="client_and_supplier_are_classifiers" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Usage->notEmpty() implies (self.base_Usage.client->forAll(oclIsKindOf(Classifier)) and self.base_Usage.supplier->forAll(oclIsKindOf(Classifier)))"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_BehavioralFeature"
ordered="false" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//BehavioralFeature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false"
eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Usage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Derive">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies a derivation relationship among model elements that are usually, but not necessarily, of the same type. A derived dependency specifies that the client may be computed from the supplier. The mapping specifies the computation. The client may be implemented for design reasons, such as efficiency, even though it is logically redundant."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Abstraction" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Abstraction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="computation" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ValueSpecification"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The specification for computing the derived client element from the derivation supplier element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Destroy">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies that the designated feature destroys an instance of the classifier to which the feature is attached."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_BehavioralFeature"
ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//BehavioralFeature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Document" eSuperTypes="#//File">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A specific kind of file that is not an «Executable», «Library», «Script» or «Source». Subclass of «File»."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact">
<eAnnotations source="redefines" references="#//File/base_Artifact"/>
</contents>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="File" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A physical file in the context of the system developed."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Artifact" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A persistent information component representing a business concept."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Executable" eSuperTypes="#//File">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A program file that can be executed on a computer system. Subclass of «File»."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact">
<eAnnotations source="redefines" references="#//File/base_Artifact"/>
</contents>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Focus">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class that defines the core logic or control flow for one or more auxiliary classes that support it. Support classes may be defined explicitly using Auxiliary classes or implicitly as clients of dependency relationships whose supplier is a focus class. Focus classes are typically used together with one or more Auxiliary classes, and are particularly useful for specifying the core business logic or control flow of components during design. See also: «Auxiliary»."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Framework">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A package that contains model elements that specify a reusable architecture for all or part of a system. Frameworks typically include classes, patterns, or templates. When frameworks are specialized for an application domain they are sometimes referred to as application frameworks."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Package" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Implement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A component definition that is not intended to have a specification itself. Rather, it is an implementation for a separate «Specification» to which it has a Dependency."/>
</eAnnotations>
<eOperations name="implements_specification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Component.clientDependency.supplier->select(oclIsKindOf(Classifier)).oclAsType(Classifier).extension_Specificaiton->notEmpty()"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImplementationClass">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The implementation of a class in some programming language (e.g., C++, Smalltalk, Java) in which an instance may not have more than one class. This is in contrast to Class, for which an instance may have multiple classes at one time and may gain or lose classes over time, and an object (a child of instance) may dynamically have multiple classes. An Implementation class is said to realize a Classifier if it provides all of the operations defined for the Classifier with the same behavior as specified for the Classifier's operations. An Implementation Class may realize a number of different Types. Note that the physical attributes and associations of the Implementation class do not have to be the same as those of any Classifier it realizes and that the Implementation Class may provide methods for its operations in terms of its physical attributes and associations. See also: «Type»."/>
</eAnnotations>
<eOperations name="cannot_be_realization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Class.extension_Realization->isEmpty()"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instantiate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A usage dependency among classifiers indicating that operations on the client create instances of the supplier."/>
</eAnnotations>
<eOperations name="client_and_supplier_are_classifiers" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Usage.client->forAll(oclIsKindOf(Classifier)) and self.base_Usage.supplier->forAll(oclIsKindOf(Classifier))"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Usage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#//File">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A static or dynamic library file. Subclass of «File»."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact">
<eAnnotations source="redefines" references="#//File/base_Artifact"/>
</contents>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metaclass">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class whose instances are also classes."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelLibrary">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A package that contains model elements that are intended to be reused by other packages. Model libraries are frequently used in conjunction with applied profiles. This is expressed by defining a dependency between a profile and a model library package, or by defining a model library as contained in a profile package. The classes in a model library are not stereotypes and tagged definitions extending the metamodel. A model library is analogous to a class library in some programming languages. When a model library is defined as a part of a profile, it is imported or deleted with the application or removal of the profile. The profile is implicitly applied to its model library. In the other case, when the model library is defined as an external package imported by a profile, the profile requires that the model library be there in the model at the stage of the profile application. The application or the removal of the profile does not affect the presence of the model library elements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Package" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Process">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A transaction based component."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Realization">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A classifier that specifies a domain of objects and that also defines the physical implementation of those objects. For example, a Component stereotyped by «realization» will only have realizing Classifiers that implement behavior specified by a separate «Specification» Component. See «specification». This differs from «ImplementationClass» because an «ImplementationClass» is a realization of a Class that can have features such as attributes and methods that are useful to system designers."/>
</eAnnotations>
<eOperations name="cannot_be_implementationClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Classifier.extension_ImplementationClass->isEmpty()"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Classifier" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Classifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Refine">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies a refinement relationship between model elements at different semantic levels, such as analysis and design. The mapping specifies the relationship between the two elements or sets of elements. The mapping may or may not be computable, and it may be unidirectional or bidirectional. Refinement can be used to model transformations from analysis to design and other such changes."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Abstraction" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Abstraction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Responsibility">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A contract or an obligation of an element in its relationship to other elements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Usage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Script" eSuperTypes="#//File">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A script file that can be interpreted by a computer system. Subclass of «File»."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact">
<eAnnotations source="redefines" references="#//File/base_Artifact"/>
</contents>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Send">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A usage dependency whose client is an operation and whose supplier is a signal, specifying that the client sends the supplier signal."/>
</eAnnotations>
<eOperations name="client_operation_sends_supplier_signal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Usage.client->forAll(oclIsKindOf(Operation)) and self.base_Usage.supplier->forAll(oclIsKindOf(Signal))"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Usage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A stateless, functional component (computes a value)."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Source" eSuperTypes="#//File">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A source file that can be compiled into an executable file. Subclass of «File»."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact">
<eAnnotations source="redefines" references="#//File/base_Artifact"/>
</contents>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Specification">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class that specifies a domain of objects together with the operations applicable to the objects, without defining the physical implementation of those objects. However, it may have attributes and associations. Behavioral specifications for type operations may be expressed using, for example, activity diagrams. An object may have at most one implementation class, however it may conform to multiple different types. See also: «ImplementationClass»."/>
</eAnnotations>
<eOperations name="cannot_be_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Classifier.extension_Type->isEmpty()"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Classifier" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Classifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Subsystem">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A unit of hierarchical decomposition for large systems. A subsystem is commonly instantiated indirectly. Definitions of subsystems vary widely among domains and methods, and it is expected that domain and method profiles will specialize this construct. A subsystem may be defined to have specification and realization elements. See also: «Specification» and «Realization»."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trace">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies a trace relationship between model elements or sets of model elements that represent the same concept in different models. Traces are mainly used for tracking requirements and changes across models. Since model changes can occur in both directions, the directionality of the dependency can often be ignored. The mapping specifies the relationship between the two, but it is rarely computable and is usually informal."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Abstraction" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Abstraction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class that specifies a domain of objects together with the operations applicable to the objects, without defining the physical implementation of those objects. However, it may have attributes and associations. Behavioral specifications for type operations may be expressed using, for example, activity diagrams. An object may have at most one implementation class, however it may conform to multiple different types. See also: «ImplementationClass»."/>
</eAnnotations>
<eOperations name="cannot_be_specification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Class.extension_Specification->isEmpty()"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Utility">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class that has no instances, but rather denotes a named collection of static attributes and static operations, all of which are class-scoped."/>
</eAnnotations>
<eOperations name="is_utility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Class.feature->forAll(isStatic)"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/estepper/org.eclipse.uml2/deprecated/org.eclipse.uml2.uml.profile.l2/model/L2.ecore | ecore | l2
Auxiliary
base_Class
Call
client_and_supplier_are_operations
diagnostics
context
base_Usage
Create
client_and_supplier_are_classifiers
diagnostics
context
base_BehavioralFeature
base_Usage
Derive
base_Abstraction
computation
Destroy
base_BehavioralFeature
Document
base_Artifact
File
base_Artifact
Entity
base_Component
Executable
base_Artifact
Focus
base_Class
Framework
base_Package
Implement
implements_specification
diagnostics
context
base_Component
ImplementationClass
cannot_be_realization
diagnostics
context
base_Class
Instantiate
client_and_supplier_are_classifiers
diagnostics
context
base_Usage
Library
base_Artifact
Metaclass
base_Class
ModelLibrary
base_Package
Process
base_Component
Realization
cannot_be_implementationClass
diagnostics
context
base_Classifier
Refine
base_Abstraction
Responsibility
base_Usage
Script
base_Artifact
Send
client_operation_sends_supplier_signal
diagnostics
context
base_Usage
Service
base_Component
Source
base_Artifact
Specification
cannot_be_type
diagnostics
context
base_Classifier
Subsystem
base_Component
Trace
base_Abstraction
Type
cannot_be_specification
diagnostics
context
base_Class
Utility
is_utility
diagnostics
context
base_Class | null | {"directed":true,"nodes":[{"nsPrefix":"l2","nsURI":"http://www.eclipse.org/uml2/4.0.0/UML/Profile/L2","name":"l2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Auxiliary","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Create","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Derive","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Destroy","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Document","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Executable","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Focus","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Framework","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationClass","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instantiate","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metaclass","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelLibrary","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Refine","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Responsibility","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Script","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Send","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specification","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subsystem","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Utility","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"client_and_supplier_are_operations","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"client_and_supplier_are_classifiers","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_BehavioralFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EParameter"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"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":true,"name":"base_Abstraction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"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":"computation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_BehavioralFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"implements_specification","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EParameter"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cannot_be_realization","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"client_and_supplier_are_classifiers","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EParameter"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cannot_be_implementationClass","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EParameter"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Abstraction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"client_operation_sends_supplier_signal","lowerBound":0,"id":131,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EParameter"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"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":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cannot_be_type","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EParameter"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Abstraction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cannot_be_specification","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":164,"many":false,"required":false,"eClass":"EParameter"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"is_utility","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EParameter"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":31},{"source":31,"target":32},{"source":31,"target":1},{"source":2,"target":0},{"source":2,"target":33},{"source":2,"target":34},{"source":33,"target":35},{"source":33,"target":2},{"source":33,"target":36},{"source":33,"target":37},{"source":36,"target":38},{"source":36,"target":33},{"source":37,"target":39},{"source":37,"target":33},{"source":39,"target":40},{"source":39,"target":41},{"source":34,"target":42},{"source":34,"target":2},{"source":3,"target":0},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":43,"target":46},{"source":43,"target":3},{"source":43,"target":47},{"source":43,"target":48},{"source":47,"target":49},{"source":47,"target":43},{"source":48,"target":50},{"source":48,"target":43},{"source":50,"target":51},{"source":50,"target":52},{"source":44,"target":53},{"source":44,"target":3},{"source":45,"target":54},{"source":45,"target":3},{"source":4,"target":0},{"source":4,"target":55},{"source":4,"target":56},{"source":55,"target":57},{"source":55,"target":4},{"source":56,"target":58},{"source":56,"target":4},{"source":5,"target":0},{"source":5,"target":59},{"source":59,"target":60},{"source":59,"target":5},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":61},{"source":62,"target":63},{"source":61,"target":7},{"source":7,"target":0},{"source":7,"target":64},{"source":64,"target":65},{"source":64,"target":7},{"source":8,"target":0},{"source":8,"target":66},{"source":66,"target":67},{"source":66,"target":8},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":68},{"source":69,"target":70},{"source":68,"target":7},{"source":10,"target":0},{"source":10,"target":71},{"source":71,"target":72},{"source":71,"target":10},{"source":11,"target":0},{"source":11,"target":73},{"source":73,"target":74},{"source":73,"target":11},{"source":12,"target":0},{"source":12,"target":75},{"source":12,"target":76},{"source":75,"target":77},{"source":75,"target":12},{"source":75,"target":78},{"source":75,"target":79},{"source":78,"target":80},{"source":78,"target":75},{"source":79,"target":81},{"source":79,"target":75},{"source":81,"target":82},{"source":81,"target":83},{"source":76,"target":84},{"source":76,"target":12},{"source":13,"target":0},{"source":13,"target":85},{"source":13,"target":86},{"source":85,"target":87},{"source":85,"target":13},{"source":85,"target":88},{"source":85,"target":89},{"source":88,"target":90},{"source":88,"target":85},{"source":89,"target":91},{"source":89,"target":85},{"source":91,"target":92},{"source":91,"target":93},{"source":86,"target":94},{"source":86,"target":13},{"source":14,"target":0},{"source":14,"target":95},{"source":14,"target":96},{"source":95,"target":97},{"source":95,"target":14},{"source":95,"target":98},{"source":95,"target":99},{"source":98,"target":100},{"source":98,"target":95},{"source":99,"target":101},{"source":99,"target":95},{"source":101,"target":102},{"source":101,"target":103},{"source":96,"target":104},{"source":96,"target":14},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":105},{"source":106,"target":107},{"source":105,"target":7},{"source":16,"target":0},{"source":16,"target":108},{"source":108,"target":109},{"source":108,"target":16},{"source":17,"target":0},{"source":17,"target":110},{"source":110,"target":111},{"source":110,"target":17},{"source":18,"target":0},{"source":18,"target":112},{"source":112,"target":113},{"source":112,"target":18},{"source":19,"target":0},{"source":19,"target":114},{"source":19,"target":115},{"source":114,"target":116},{"source":114,"target":19},{"source":114,"target":117},{"source":114,"target":118},{"source":117,"target":119},{"source":117,"target":114},{"source":118,"target":120},{"source":118,"target":114},{"source":120,"target":121},{"source":120,"target":122},{"source":115,"target":123},{"source":115,"target":19},{"source":20,"target":0},{"source":20,"target":124},{"source":124,"target":125},{"source":124,"target":20},{"source":21,"target":0},{"source":21,"target":126},{"source":126,"target":127},{"source":126,"target":21},{"source":22,"target":0},{"source":22,"target":7},{"source":22,"target":128},{"source":129,"target":130},{"source":128,"target":7},{"source":23,"target":0},{"source":23,"target":131},{"source":23,"target":132},{"source":131,"target":133},{"source":131,"target":23},{"source":131,"target":134},{"source":131,"target":135},{"source":134,"target":136},{"source":134,"target":131},{"source":135,"target":137},{"source":135,"target":131},{"source":137,"target":138},{"source":137,"target":139},{"source":132,"target":140},{"source":132,"target":23},{"source":24,"target":0},{"source":24,"target":141},{"source":141,"target":142},{"source":141,"target":24},{"source":25,"target":0},{"source":25,"target":7},{"source":25,"target":143},{"source":144,"target":145},{"source":143,"target":7},{"source":26,"target":0},{"source":26,"target":146},{"source":26,"target":147},{"source":146,"target":148},{"source":146,"target":26},{"source":146,"target":149},{"source":146,"target":150},{"source":149,"target":151},{"source":149,"target":146},{"source":150,"target":152},{"source":150,"target":146},{"source":152,"target":153},{"source":152,"target":154},{"source":147,"target":155},{"source":147,"target":26},{"source":27,"target":0},{"source":27,"target":156},{"source":156,"target":157},{"source":156,"target":27},{"source":28,"target":0},{"source":28,"target":158},{"source":158,"target":159},{"source":158,"target":28},{"source":29,"target":0},{"source":29,"target":160},{"source":29,"target":161},{"source":160,"target":162},{"source":160,"target":29},{"source":160,"target":163},{"source":160,"target":164},{"source":163,"target":165},{"source":163,"target":160},{"source":164,"target":166},{"source":164,"target":160},{"source":166,"target":167},{"source":166,"target":168},{"source":161,"target":169},{"source":161,"target":29},{"source":30,"target":0},{"source":30,"target":170},{"source":30,"target":171},{"source":170,"target":172},{"source":170,"target":30},{"source":170,"target":173},{"source":170,"target":174},{"source":173,"target":175},{"source":173,"target":170},{"source":174,"target":176},{"source":174,"target":170},{"source":176,"target":177},{"source":176,"target":178},{"source":171,"target":179},{"source":171,"target":30}],"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="flora2">
<eClassifiers xsi:type="ecore:EClass" name="Program">
<eStructuralFeatures xsi:type="ecore:EReference" name="clauses" upperBound="-1"
eType="#//Clause" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Clause"/>
<eClassifiers xsi:type="ecore:EClass" name="Rule" eSuperTypes="#//Clause">
<eStructuralFeatures xsi:type="ecore:EReference" name="head" eType="#//AtomicFormula"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AtomicFormula" abstract="true" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#//Clause">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataAtom" eSuperTypes="#//FeatureAtom">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Term"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Term" abstract="true" eSuperTypes="#//AtomicFormula">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="grounded"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//IdTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="symbolName" eType="#//DTSymbol"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NonFunctionalTerm" abstract="true" eSuperTypes="#//Term"/>
<eClassifiers xsi:type="ecore:EClass" name="FunctionalTerm" eSuperTypes="#//Term">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" lowerBound="1"
upperBound="-1" eType="#//Term" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functor" lowerBound="1"
eType="#//IdTerm"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SignatureAtom" eSuperTypes="#//FeatureAtom">
<eStructuralFeatures xsi:type="ecore:EReference" name="class" eType="#//Term"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ISAAtom" abstract="true" eSuperTypes="#//AtomicFormula">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="#//Term"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureAtom" abstract="true" eSuperTypes="#//AtomicFormula">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inheritable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="host" eType="#//Term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//Term"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ISAInstance" eSuperTypes="#//ISAAtom">
<eStructuralFeatures xsi:type="ecore:EReference" name="class" eType="#//Term"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ISASubclass" eSuperTypes="#//ISAAtom">
<eStructuralFeatures xsi:type="ecore:EReference" name="superclass" eType="#//Term"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="String" eSuperTypes="#//NonFunctionalTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strName" eType="#//DTString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Integer" eSuperTypes="#//NonFunctionalTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="intName" eType="#//DTInteger"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IdTerm" abstract="true" eSuperTypes="#//NonFunctionalTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="CompoundedFormula" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="2"
upperBound="-1" eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//ConnectiveOp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ConnectiveOp">
<eLiterals name="conjunctionOp" value="1"/>
<eLiterals name="disjunctionOp" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Float" eSuperTypes="#//NonFunctionalTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="floatName" eType="#//DTFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PrimitiveClasses">
<eLiterals name="string" value="1"/>
<eLiterals name="number" value="2"/>
<eLiterals name="float" value="3"/>
<eLiterals name="integer" value="4" literal="integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BuiltInClasses" eSuperTypes="#//NonFunctionalTerm">
<eAnnotations/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="#//PrimitiveClasses"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="#//IdTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="symbolName" eType="#//DTSymbol"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DTString" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="DTFloat" instanceClassName="java.lang.Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="DTInteger" instanceClassName="java.lang.Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="DTSymbol" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EClass" name="Fact" eSuperTypes="#//Clause">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Negation" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/diverse-project/kermeta/patternmatching_projects/fr.irisa.triskell.kermeta.flora2/src/flora2/Flora2.ecore | ecore | flora2
Program
clauses
Clause
Rule
head
body
AtomicFormula
Query
body
DataAtom
value
Term
grounded
Variable
symbolName
NonFunctionalTerm
FunctionalTerm
parameters
functor
SignatureAtom
class
ISAAtom
element
FeatureAtom
inheritable
host
feature
ISAInstance
class
ISASubclass
superclass
String
strName
Integer
intName
IdTerm
Expression
CompoundedFormula
elements
operator
ConnectiveOp
conjunctionOp
conjunctionOp
disjunctionOp
disjunctionOp
Float
floatName
PrimitiveClasses
string
string
number
number
float
float
integer
integer
BuiltInClasses
className
Constant
symbolName
DTString
java.lang.String
java.lang.String
DTFloat
java.lang.Integer
java.lang.Integer
DTInteger
java.lang.Integer
java.lang.Integer
DTSymbol
java.lang.String
java.lang.String
Fact
expression
Negation
expression | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"flora2","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":"Clause","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":"AtomicFormula","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataAtom","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonFunctionalTerm","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionalTerm","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignatureAtom","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ISAAtom","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureAtom","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ISAInstance","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ISASubclass","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdTerm","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundedFormula","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConnectiveOp","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrimitiveClasses","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInClasses","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"DTString","instanceClass":"java.lang.String","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"DTFloat","instanceClass":"java.lang.Integer","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"DTInteger","instanceClass":"java.lang.Integer","id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"DTSymbol","instanceClass":"java.lang.String","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fact","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negation","instanceClass":null,"abstract":false,"id":31,"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":"clauses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"head","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","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":"grounded","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"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":"symbolName","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"functor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inheritable","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":false,"unsettable":false,"transient":false,"unique":true,"name":"host","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":"feature","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":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superclass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strName","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"intName","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":2,"id":82,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"name":"conjunctionOp","id":87,"value":1,"literal":"conjunctionOp","eClass":"EEnumLiteral"},{"name":"disjunctionOp","id":88,"value":2,"literal":"disjunctionOp","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":"floatName","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"name":"string","id":92,"value":1,"literal":"string","eClass":"EEnumLiteral"},{"name":"number","id":93,"value":2,"literal":"number","eClass":"EEnumLiteral"},{"name":"float","id":94,"value":3,"literal":"float","eClass":"EEnumLiteral"},{"name":"integer","id":95,"value":4,"literal":"integer","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbolName","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":32,"target":2},{"source":32,"target":33},{"source":32,"target":1},{"source":33,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":34,"target":4},{"source":34,"target":37},{"source":34,"target":3},{"source":37,"target":4},{"source":35,"target":19},{"source":35,"target":38},{"source":35,"target":3},{"source":38,"target":19},{"source":36,"target":2},{"source":4,"target":0},{"source":4,"target":19},{"source":4,"target":39},{"source":39,"target":19},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":40},{"source":5,"target":41},{"source":40,"target":19},{"source":40,"target":42},{"source":40,"target":5},{"source":42,"target":19},{"source":41,"target":2},{"source":6,"target":0},{"source":6,"target":13},{"source":6,"target":43},{"source":6,"target":44},{"source":43,"target":7},{"source":43,"target":45},{"source":43,"target":6},{"source":45,"target":7},{"source":44,"target":13},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":46},{"source":7,"target":47},{"source":46,"target":7},{"source":47,"target":4},{"source":8,"target":0},{"source":8,"target":18},{"source":8,"target":48},{"source":8,"target":49},{"source":48,"target":29},{"source":48,"target":50},{"source":48,"target":8},{"source":50,"target":29},{"source":49,"target":18},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":51},{"source":51,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":52},{"source":10,"target":53},{"source":10,"target":54},{"source":52,"target":7},{"source":52,"target":55},{"source":52,"target":10},{"source":55,"target":7},{"source":53,"target":18},{"source":53,"target":56},{"source":53,"target":10},{"source":56,"target":18},{"source":54,"target":7},{"source":11,"target":0},{"source":11,"target":13},{"source":11,"target":57},{"source":11,"target":58},{"source":57,"target":7},{"source":57,"target":59},{"source":57,"target":11},{"source":59,"target":7},{"source":58,"target":13},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":60},{"source":12,"target":61},{"source":60,"target":7},{"source":60,"target":62},{"source":60,"target":12},{"source":62,"target":7},{"source":61,"target":4},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":63},{"source":13,"target":64},{"source":13,"target":65},{"source":13,"target":66},{"source":63,"target":13},{"source":64,"target":7},{"source":64,"target":67},{"source":64,"target":13},{"source":67,"target":7},{"source":65,"target":7},{"source":65,"target":68},{"source":65,"target":13},{"source":68,"target":7},{"source":66,"target":4},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":69},{"source":14,"target":70},{"source":69,"target":7},{"source":69,"target":71},{"source":69,"target":14},{"source":71,"target":7},{"source":70,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":72},{"source":15,"target":73},{"source":72,"target":7},{"source":72,"target":74},{"source":72,"target":15},{"source":74,"target":7},{"source":73,"target":12},{"source":16,"target":0},{"source":16,"target":9},{"source":16,"target":75},{"source":16,"target":76},{"source":75,"target":26},{"source":75,"target":77},{"source":75,"target":16},{"source":77,"target":26},{"source":76,"target":9},{"source":17,"target":0},{"source":17,"target":9},{"source":17,"target":78},{"source":17,"target":79},{"source":78,"target":28},{"source":78,"target":80},{"source":78,"target":17},{"source":80,"target":28},{"source":79,"target":9},{"source":18,"target":0},{"source":18,"target":9},{"source":18,"target":81},{"source":81,"target":9},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":82},{"source":20,"target":83},{"source":20,"target":84},{"source":82,"target":19},{"source":82,"target":85},{"source":82,"target":20},{"source":85,"target":19},{"source":83,"target":21},{"source":83,"target":86},{"source":83,"target":20},{"source":86,"target":21},{"source":84,"target":19},{"source":21,"target":0},{"source":21,"target":87},{"source":21,"target":88},{"source":87,"target":21},{"source":88,"target":21},{"source":22,"target":0},{"source":22,"target":9},{"source":22,"target":89},{"source":22,"target":90},{"source":89,"target":27},{"source":89,"target":91},{"source":89,"target":22},{"source":91,"target":27},{"source":90,"target":9},{"source":23,"target":0},{"source":23,"target":92},{"source":23,"target":93},{"source":23,"target":94},{"source":23,"target":95},{"source":92,"target":23},{"source":93,"target":23},{"source":94,"target":23},{"source":95,"target":23},{"source":24,"target":0},{"source":24,"target":9},{"source":24,"target":96},{"source":24,"target":97},{"source":96,"target":23},{"source":96,"target":98},{"source":96,"target":24},{"source":98,"target":23},{"source":97,"target":9},{"source":25,"target":0},{"source":25,"target":18},{"source":25,"target":99},{"source":25,"target":100},{"source":99,"target":29},{"source":99,"target":101},{"source":99,"target":25},{"source":101,"target":29},{"source":100,"target":18},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":2},{"source":30,"target":102},{"source":30,"target":103},{"source":102,"target":19},{"source":102,"target":104},{"source":102,"target":30},{"source":104,"target":19},{"source":103,"target":2},{"source":31,"target":0},{"source":31,"target":19},{"source":31,"target":105},{"source":31,"target":106},{"source":105,"target":19},{"source":105,"target":107},{"source":105,"target":31},{"source":107,"target":19},{"source":106,"target":19}],"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="bigSd" nsURI="platform:/resource/fr.irisa.triskell.kermeta.patternmatching.samples/MSC/metamodel/bigSd.ecore" nsPrefix="bigSd">
<eClassifiers xsi:type="ecore:EClass" name="SDModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="sds" upperBound="-1" eType="//SD" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1" eType="//Instance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bdsMorphisms" upperBound="-1" eType="//BSDMorphisms" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eOperations name="browse">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="verbose" eType="//Boolean"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SD" abstract="true" eSuperTypes="//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BSD" eSuperTypes="//SD">
<eOperations name="createInstance" eType="//Instance">
<eAnnotations source="kermeta">
<details key="body" value="do
	result := bigSd::Instance.new
	result.name := name
	self.instances.add(result)
end"/>
</eAnnotations>
<eParameters name="name" eType="//String"/>
</eOperations>
<eOperations name="copyInstances">
<eAnnotations source="kermeta">
<details key="body" value="do
	instances.each{i | self.instances.add(i.copyInstance)}
end"/>
</eAnnotations>
<eParameters name="instances" ordered="false" upperBound="-1" eType="//Instance"/>
</eOperations>
<eOperations name="copyEvents">
<eAnnotations source="kermeta">
<details key="body" value="do
	events.each{e | self.events.add(e.copyEvent(instancesMappings, self))}
end"/>
</eAnnotations>
<eParameters name="events" ordered="false" upperBound="-1" eType="//Event"/>
<eParameters name="instancesMappings" eType="//MyHashtable"/>
</eOperations>
<eOperations name="copyEvents2">
<eAnnotations source="kermeta">
<details key="body" value="do
	events.each{e | self.events.add(e.copyEvent2(instancesMappings1, instancesMappings2, self))}
	var name : kermeta::standard::String init ""
	var ev : bigSd::Event
	self.events.each{event | do
			name := event.getCorrespondingEvent.name
			if bigSd::SendEvent.isInstance(event) then
				var evt1 : bigSd::SendEvent
				evt1 ?= event
				ev := self.events.detect{ev | ev.name.equals(name)}
				var evt : bigSd::ReceiveEvent
				evt ?= ev
				evt1.receiveEvent := evt

			else
				var evt1 : bigSd::ReceiveEvent
				evt1 ?= event
				ev := self.events.detect{ev | ev.name.equals(name)}
				var evt : bigSd::SendEvent
				evt ?= ev
				evt1.sendEvent := evt

			end
		end}
end"/>
</eAnnotations>
<eParameters name="events" ordered="false" upperBound="-1" eType="//Event"/>
<eParameters name="instancesMappings1" eType="//MyHashtable"/>
<eParameters name="instancesMappings2" eType="//MyHashtable"/>
</eOperations>
<eOperations name="copyCouples">
<eAnnotations source="kermeta">
<details key="body" value="do
	cples.each{c | self.couples.add(c.copyEventCouple(eventsMappings, self))}
end"/>
</eAnnotations>
<eParameters name="cples" ordered="false" upperBound="-1" eType="//EventCouple"/>
<eParameters name="eventsMappings" eType="//MyHashtable"/>
</eOperations>
<eOperations name="copyCouples2">
<eAnnotations source="kermeta">
<details key="body" value="do
	cples.each{c | self.couples.add(c.copyEventCouple2(eventsMappings1, eventsMappings2, self))}
end"/>
</eAnnotations>
<eParameters name="cples">
<eType xsi:type="ecore:EClass" href="../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//standard/Collection"/>
</eParameters>
<eParameters name="eventsMappings1" eType="//MyHashtable"/>
<eParameters name="eventsMappings2" eType="//MyHashtable"/>
</eOperations>
<eOperations name="addCouple">
<eAnnotations source="kermeta">
<details key="body" value="do
	var c : bigSd::EventCouple
	c := bigSd::EventCouple.new
	c.event1 := e1
	c.event2 := e2
	self.couples.add(c)
end"/>
</eAnnotations>
<eParameters name="e1" eType="//Event"/>
<eParameters name="e2" eType="//Event"/>
</eOperations>
<eOperations name="getMinEvents">
<eAnnotations source="kermeta">
<details key="body" value="do
	var preEvents : kermeta::standard::Set<bigSd::Event> init kermeta::standard::Set<bigSd::Event>.new
	var postEvents : kermeta::standard::Set<bigSd::Event> init kermeta::standard::Set<bigSd::Event>.new
	self.couples.each{c | do
			preEvents.add(c.event1)
			postEvents.add(c.event2)
		end}
	result := preEvents.~select{e | e.notIncludedIn(postEvents)}
end"/>
</eAnnotations>
<eType xsi:type="ecore:EClass" href="../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//standard/Sequence"/>
</eOperations>
<eOperations name="getMaxEvents" eType="//EventCollection">
<eAnnotations source="kermeta">
<details key="body" value="do
	var preEvents : kermeta::standard::Set<bigSd::Event> init kermeta::standard::Set<bigSd::Event>.new
	var postEvents : kermeta::standard::Set<bigSd::Event> init kermeta::standard::Set<bigSd::Event>.new
	self.couples.each{c | do
			preEvents.add(c.event1)
			postEvents.add(c.event2)
		end}
	result := postEvents.~select{e | e.notIncludedIn(preEvents)}
end"/>
</eAnnotations>
</eOperations>
<eOperations name="positionOnInstance" eType="//Integer">
<eAnnotations source="kermeta">
<details key="body" value="do
	var i : kermeta::standard::Integer init 0
	var tmpEvent : bigSd::Event init e
	from var j : kermeta::standard::Integer init 0
	until getPredecessorsOnLifeLine(tmpEvent).equals(void)
	loop
		tmpEvent := getPredecessorsOnLifeLine(tmpEvent)
		i := i.plus(1)
	end
	result := i
end"/>
</eAnnotations>
<eParameters name="e" eType="//Event"/>
</eOperations>
<eOperations name="getPredecessors" eType="//EventCollection">
<eAnnotations source="kermeta">
<details key="body" value="do
end"/>
</eAnnotations>
<eParameters name="evtsList" eType="//EventCollection"/>
</eOperations>
<eOperations name="getPredecessorsOfTheEvent" eType="//EventCollection">
<eAnnotations source="kermeta">
<details key="body" value="do
	var evts : kermeta::standard::Set<bigSd::Event> init kermeta::standard::Set<bigSd::Event>.new
	self.couples.each{c | if c.event2.equals(event) then
			evts.add(c.event1)

		end}
	result := evts
end"/>
</eAnnotations>
<eParameters name="event" eType="//Event"/>
</eOperations>
<eOperations name="getSuccessors" eType="//EventCollection">
<eAnnotations source="kermeta">
<details key="body" value="do
end"/>
</eAnnotations>
<eParameters name="evtsList" eType="//EventCollection"/>
</eOperations>
<eOperations name="getSuccessorsOfTheEvent" eType="//EventCollection">
<eAnnotations source="kermeta">
<details key="body" value="do
	var evts : kermeta::standard::Set<bigSd::Event> init kermeta::standard::Set<bigSd::Event>.new
	self.couples.each{c | if c.event1.equals(event) then
			evts.add(c.event2)

		end}
	result := evts
end"/>
</eAnnotations>
<eParameters name="event" eType="//Event"/>
</eOperations>
<eOperations name="getPredecessorsOnLifeLine" eType="//Event">
<eAnnotations source="kermeta">
<details key="body" value="do
	var eventpred : bigSd::EventCollection
	eventpred := getPredecessorsOfTheEvent(e)
	if eventpred.isNotEqual(void) then
		eventpred.each{ev | if ev.onInstance.equals(e.onInstance) then
				result := ev

			end}

	end
end"/>
</eAnnotations>
<eParameters name="e" eType="//Event"/>
</eOperations>
<eOperations name="getPredecessorsOnLifeLineN" eType="//Event">
<eAnnotations source="kermeta">
<details key="body" value="do
	var ev : bigSd::Event init findEvent(name)
	result := getPredecessorsOnLifeLine(ev)
end"/>
</eAnnotations>
<eParameters name="name" eType="//String"/>
</eOperations>
<eOperations name="getSuccessorsOnLifeLine" eType="//Event">
<eAnnotations source="kermeta">
<details key="body" value="do
	var eventsuc : bigSd::EventCollection
	var suc : bigSd::Event
	eventsuc := getSuccessorsOfTheEvent(e)
	if eventsuc.isNotEqual(void) then
		eventsuc.each{ev | if ev.onInstance.equals(e.onInstance) then
				suc := ev

			end}

	end
	result := suc
end"/>
</eAnnotations>
<eParameters name="e" eType="//Event"/>
</eOperations>
<eOperations name="addMessage">
<eAnnotations source="kermeta">
<details key="body" value="do
	var sent : bigSd::SendEvent init bigSd::SendEvent.new
	sent.action := action
	sent.name := sentUID
	sent.onInstance := ~from
	var received : bigSd::ReceiveEvent init bigSd::ReceiveEvent.new
	received.action := action
	received.name := receivedUID
	received.onInstance := to
	sent.receiveEvent := received
	received.sendEvent := sent
	self.events.add(sent)
	self.events.add(received)
	var cple : bigSd::EventCouple init bigSd::EventCouple.new
	cple.event1 := sent
	cple.event2 := received
	self.couples.add(cple)
end"/>
<details key="documentation" value="/**
 create a message action from the instance ~from to the instance receive: 
 add two events e1 and e2, and a coupleEvent(e1,e2)
 */"/>
</eAnnotations>
<eParameters name="action" eType="//String"/>
<eParameters name="from" eType="//Instance"/>
<eParameters name="sentUID" eType="//String"/>
<eParameters name="to" eType="//Instance"/>
<eParameters name="receivedUID" eType="//String"/>
</eOperations>
<eOperations name="addGreaterThan">
<eAnnotations source="kermeta">
<details key="body" value="do
	var pred : bigSd::Event init findEvent(PreUID)
	var poste : bigSd::Event init findEvent(PostUID)
	var cple : bigSd::EventCouple init bigSd::EventCouple.new
	cple.event1 := pred
	cple.event2 := poste
	self.couples.add(cple)
end"/>
<details key="documentation" value="/** addGreaterThan(a,b) creates the CoupleEvent(a,b)*/"/>
</eAnnotations>
<eParameters name="PreUID" eType="//String"/>
<eParameters name="PostUID" eType="//String"/>
</eOperations>
<eOperations name="addIsBetween">
<eAnnotations source="kermeta">
<details key="body" value="do
	addGreaterThan(betweenUID, PostUID)
	addGreaterThan(PreUID, betweenUID)
end"/>
<details key="documentation" value="/** addGreaterThan(a,b,c) creates the CoupleEvents (a,b) and (b,c)*/"/>
</eAnnotations>
<eParameters name="PreUID" eType="//String"/>
<eParameters name="betweenUID" eType="//String"/>
<eParameters name="PostUID" eType="//String"/>
</eOperations>
<eOperations name="getFirstEvent" eType="//Event">
<eAnnotations source="kermeta">
<details key="body" value="do
	var evts : kermeta::standard::Sequence<bigSd::Event> init events.~select{e | e.onInstance.equals(instance).~and(getPredecessorsOnLifeLine(e).equals(void))}
	if evts.equals(void).~or(evts.empty) then
		result := void

	else
		result := evts.one

	end
end"/>
</eAnnotations>
<eParameters name="instance" eType="//Instance"/>
</eOperations>
<eOperations name="getLastEvent" eType="//Event">
<eAnnotations source="kermeta">
<details key="body" value="do
end"/>
</eAnnotations>
<eParameters name="instance" eType="//Instance"/>
</eOperations>
<eOperations name="findEvent" eType="//Event">
<eAnnotations source="kermeta">
<details key="body" value="do
	result := self.events.detect{e | e.name.equals(eventUID)}
end"/>
</eAnnotations>
<eParameters name="eventUID" eType="//String"/>
</eOperations>
<eOperations name="getInstance" eType="//Instance">
<eAnnotations source="kermeta">
<details key="body" value="do
	result := self.instances.detect{e | e.name.equals(instanceName)}
end"/>
</eAnnotations>
<eParameters name="instanceName" eType="//String"/>
</eOperations>
<eOperations name="browse">
<eAnnotations source="kermeta" references="//NamedElement/browse">
<details key="body" value="do
	stdio.writeln("BSD name: ".plus(self.name))
	self.instances.each{instance | instance.browse(verbose)}
	stdio.writeln("")
	self.events.each{event | event.browse(verbose)}
	stdio.writeln("")
	self.couples.each{couple | couple.browse(verbose)}
	stdio.writeln("")
	stdio.writeln("")
	stdio.writeln("")
end"/>
<details key="superOperation" value="bigSd::NamedElement"/>
</eAnnotations>
<eParameters name="verbose" eType="//Boolean"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="couples" upperBound="-1" eType="//EventCouple" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1" eType="//Instance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="//Event" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instance" eSuperTypes="//NamedElement">
<eOperations name="copyInstance" eType="//Instance">
<eAnnotations source="kermeta">
<details key="body" value="do
	result := bigSd::Instance.new
	result.name := self.name
end"/>
</eAnnotations>
</eOperations>
<eOperations name="resolveInstance" eType="//Instance">
<eAnnotations source="kermeta">
<details key="body" value="do
	var corresponding : kermeta::standard::String
	if instancesMappings.isNotEqual(void) then
		corresponding := instancesMappings.get(self.name)

	end
	if corresponding.equals(void) then
		corresponding := self.name

	end
	result := bsd.instances.detect{i | i.name.equals(corresponding)}
end"/>
</eAnnotations>
<eParameters name="instancesMappings" eType="//MyHashtable"/>
<eParameters name="bsd" eType="//BSD"/>
</eOperations>
<eOperations name="resolveInstance2" eType="//Instance">
<eAnnotations source="kermeta">
<details key="body" value="do
	var corresponding : kermeta::standard::String
	if rinstancesMappings1.isNotEqual(void) then
		corresponding := rinstancesMappings1.get(self.name)
		corresponding := instancesMappings2.get(corresponding)

	end
	if corresponding.equals(void) then
		corresponding := self.name

	end
	result := bsd.instances.detect{i | i.name.equals(corresponding)}
end"/>
</eAnnotations>
<eParameters name="rinstancesMappings1" eType="//MyHashtable"/>
<eParameters name="instancesMappings2" eType="//MyHashtable"/>
<eParameters name="bsd" eType="//BSD"/>
</eOperations>
<eOperations name="browse">
<eAnnotations source="kermeta" references="//NamedElement/browse">
<details key="body" value="do
	stdio.write(self.name.plus(" "))
	if verbose then
		stdio.write(self.toString.plus(" "))

	end
end"/>
<details key="superOperation" value="bigSd::NamedElement"/>
</eAnnotations>
<eParameters name="verbose" eType="//Boolean"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Event" abstract="true" eSuperTypes="//NamedElement">
<eOperations name="copyEvent" eType="//Event">
<eAnnotations source="kermeta">
<details key="body" value="do
end"/>
</eAnnotations>
<eParameters name="instancesMappings" eType="//MyHashtable"/>
<eParameters name="bsd" eType="//BSD"/>
</eOperations>
<eOperations name="copyEvent2" eType="//Event">
<eAnnotations source="kermeta">
<details key="body" value="do
end"/>
</eAnnotations>
<eParameters name="instancesMappings1" eType="//MyHashtable"/>
<eParameters name="instancesMappings2" eType="//MyHashtable"/>
<eParameters name="bsd" eType="//BSD"/>
</eOperations>
<eOperations name="getCorrespondingEvent" eType="//Event">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
</eOperations>
<eOperations name="getType" eType="//String">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
</eOperations>
<eOperations name="resolveEvent" eType="//Event">
<eAnnotations source="kermeta">
<details key="body" value="do
	var corresponding : kermeta::standard::String
	if eventsMappings.isNotEqual(void) then
		corresponding := eventsMappings.get(self.name)

	end
	if corresponding.equals(void) then
		corresponding := self.name

	end
	result := bsd.events.detect{e | e.name.equals(corresponding)}
end"/>
</eAnnotations>
<eParameters name="eventsMappings" eType="//MyHashtable"/>
<eParameters name="bsd" eType="//BSD"/>
</eOperations>
<eOperations name="resolveEvent2" eType="//Event">
<eAnnotations source="kermeta">
<details key="body" value="do
	var corresponding : kermeta::standard::String
	if eventsMappings1.isNotEqual(void) then
		corresponding := eventsMappings1.get(self.name)
		corresponding := eventsMappings2.get(corresponding)

	end
	if corresponding.equals(void) then
		corresponding := self.name

	end
	result := bsd.events.detect{e | e.name.equals(corresponding)}
end"/>
</eAnnotations>
<eParameters name="eventsMappings1" eType="//MyHashtable"/>
<eParameters name="eventsMappings2" eType="//MyHashtable"/>
<eParameters name="bsd" eType="//BSD"/>
</eOperations>
<eOperations name="notIncludedIn" eType="//Boolean">
<eAnnotations source="kermeta">
<details key="body" value="do
	result := true
	if events.isNotEqual(void) then
		var found : bigSd::Event init events.detect{e | e.name.equals(self.name)}
		if found.isNotEqual(void) then
			result := false

		end

	end
end"/>
</eAnnotations>
<eParameters name="events" eType="//EventCollection"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="action" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="onInstance" lowerBound="1" eType="//Instance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SendEvent" eSuperTypes="//Event">
<eOperations name="getCorrespondingEvent" eType="//Event">
<eAnnotations source="kermeta" references="//Event/getCorrespondingEvent">
<details key="body" value="do
	result := receiveEvent
end"/>
<details key="superOperation" value="bigSd::Event"/>
</eAnnotations>
</eOperations>
<eOperations name="getType" eType="//String">
<eAnnotations source="kermeta" references="//Event/getType">
<details key="body" value="do
	result := "S"
end"/>
<details key="superOperation" value="bigSd::Event"/>
</eAnnotations>
</eOperations>
<eOperations name="copyEvent" eType="//Event">
<eAnnotations source="kermeta" references="//Event/copyEvent">
<details key="body" value="do
	var sent : bigSd::SendEvent init bigSd::SendEvent.new
	sent.receiveEvent := self.receiveEvent
	result := sent
	result.name := self.name
	result.action := self.action
	result.onInstance := self.onInstance.resolveInstance(instancesMappings, bsd)
end"/>
<details key="superOperation" value="bigSd::Event"/>
</eAnnotations>
<eParameters name="instancesMappings" eType="//MyHashtable"/>
<eParameters name="bsd" eType="//BSD"/>
</eOperations>
<eOperations name="copyEvent2" eType="//Event">
<eAnnotations source="kermeta" references="//Event/copyEvent2">
<details key="body" value="do
	var sent : bigSd::SendEvent init bigSd::SendEvent.new
	sent.receiveEvent := self.receiveEvent
	result := sent
	result.name := self.name
	result.action := self.action
	result.onInstance := self.onInstance.resolveInstance2(rinstancesMappings1, instancesMappings2, bsd)
end"/>
<details key="superOperation" value="bigSd::Event"/>
</eAnnotations>
<eParameters name="rinstancesMappings1" eType="//MyHashtable"/>
<eParameters name="instancesMappings2" eType="//MyHashtable"/>
<eParameters name="bsd" eType="//BSD"/>
</eOperations>
<eOperations name="browse">
<eAnnotations source="kermeta" references="//NamedElement/browse">
<details key="body" value="do
	stdio.write("sendEvent ".plus(self.name).plus(" ").plus(self.action).plus(" on ").plus(self.onInstance.name))
	if verbose then
		stdio.write(" ".plus(self.toString).plus(" "))

	end
	stdio.writeln("")
end"/>
<details key="superOperation" value="bigSd::NamedElement"/>
</eAnnotations>
<eParameters name="verbose" eType="//Boolean"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="receiveEvent" lowerBound="1" eType="//ReceiveEvent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReceiveEvent" eSuperTypes="//Event">
<eOperations name="getCorrespondingEvent" eType="//Event">
<eAnnotations source="kermeta" references="//Event/getCorrespondingEvent">
<details key="body" value="do
	result := sendEvent
end"/>
<details key="superOperation" value="bigSd::Event"/>
</eAnnotations>
</eOperations>
<eOperations name="getType" eType="//String">
<eAnnotations source="kermeta" references="//Event/getType">
<details key="body" value="do
	result := "R"
end"/>
<details key="superOperation" value="bigSd::Event"/>
</eAnnotations>
</eOperations>
<eOperations name="copyEvent" eType="//Event">
<eAnnotations source="kermeta" references="//Event/copyEvent">
<details key="body" value="do
	var received : bigSd::ReceiveEvent init bigSd::ReceiveEvent.new
	received.sendEvent := self.sendEvent
	result := received
	result.name := self.name
	result.action := self.action
	result.onInstance := self.onInstance
end"/>
<details key="superOperation" value="bigSd::Event"/>
</eAnnotations>
<eParameters name="instancesMappings" eType="//MyHashtable"/>
<eParameters name="bsd" eType="//BSD"/>
</eOperations>
<eOperations name="copyEvent2" eType="//Event">
<eAnnotations source="kermeta" references="//Event/copyEvent2">
<details key="body" value="do
	var received : bigSd::ReceiveEvent init bigSd::ReceiveEvent.new
	received.sendEvent := self.sendEvent
	result := received
	result.name := self.name
	result.action := self.action
	result.onInstance := self.onInstance.resolveInstance2(rinstancesMappings1, instancesMappings2, bsd)
end"/>
<details key="superOperation" value="bigSd::Event"/>
</eAnnotations>
<eParameters name="rinstancesMappings1" eType="//MyHashtable"/>
<eParameters name="instancesMappings2" eType="//MyHashtable"/>
<eParameters name="bsd" eType="//BSD"/>
</eOperations>
<eOperations name="browse">
<eAnnotations source="kermeta" references="//NamedElement/browse">
<details key="body" value="do
	stdio.write("receiveEvent ".plus(self.name).plus(" ").plus(self.action).plus(" on ").plus(self.onInstance.name))
	if verbose then
		stdio.write(" ".plus(self.toString).plus(" "))

	end
	stdio.writeln("")
end"/>
<details key="superOperation" value="bigSd::NamedElement"/>
</eAnnotations>
<eParameters name="verbose" eType="//Boolean"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="sendEvent" lowerBound="1" eType="//SendEvent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventCouple">
<eOperations name="copyEventCouple" eType="//EventCouple">
<eAnnotations source="kermeta">
<details key="body" value="do
	result := bigSd::EventCouple.new
	result.event1 := self.event1.resolveEvent(eventsMappings, bsd)
	result.event2 := self.event2.resolveEvent(eventsMappings, bsd)
end"/>
</eAnnotations>
<eParameters name="eventsMappings" eType="//MyHashtable"/>
<eParameters name="bsd" eType="//BSD"/>
</eOperations>
<eOperations name="copyEventCouple2" eType="//EventCouple">
<eAnnotations source="kermeta">
<details key="body" value="do
	result := bigSd::EventCouple.new
	result.event1 := self.event1.resolveEvent2(eventsMappings1, eventsMappings2, bsd)
	result.event2 := self.event2.resolveEvent2(eventsMappings1, eventsMappings2, bsd)
end"/>
</eAnnotations>
<eParameters name="eventsMappings1" eType="//MyHashtable"/>
<eParameters name="eventsMappings2" eType="//MyHashtable"/>
<eParameters name="bsd" eType="//BSD"/>
</eOperations>
<eOperations name="browse">
<eAnnotations source="kermeta">
<details key="body" value="do
	stdio.write("( ".plus(self.event1.name).plus(",").plus(self.event2.name).plus(" ) "))
	if verbose then
		stdio.writeln("( ".plus(self.event1.toString).plus(",").plus(self.event2.toString).plus(" ) "))

	end
end"/>
</eAnnotations>
<eParameters name="verbose" eType="//Boolean"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="event1" lowerBound="1" eType="//Event"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="event2" lowerBound="1" eType="//Event"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BSDMorphisms">
<eAnnotations source="kermeta">
<details key="documentation" value="/**
 BSDMorphisms classs : defines injective correspondances between a BSD and an interface
 Hashtable of Instances mappings;
 Hahstable of events mappings (names correspondances) 
**/"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="instancesMappings" eType="//MyHashtable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eventsMappings" eType="//MyHashtable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rinstancesMappings" eType="//MyHashtable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reventsMappings" eType="//MyHashtable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EventCollection" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::standard::Collection"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Mappings" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::utils::Hashtable"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NoEventException"/>
<eClassifiers xsi:type="ecore:EClass" name="MyHashtable">
<eOperations name="put">
<eAnnotations source="kermeta">
<details key="body" value="do
	self.keys.add(key)
	self.values.add(valuee)
end"/>
</eAnnotations>
<eParameters name="key" eType="//String"/>
<eParameters name="valuee" eType="//String"/>
</eOperations>
<eOperations name="get" eType="//String">
<eAnnotations source="kermeta">
<details key="body" value="do
	result := void
	var valueIt : kermeta::standard::Iterator<kermeta::standard::String> init self.values.iterator
	from var keyIt : kermeta::standard::Iterator<kermeta::standard::String> init self.keys.iterator
	until keyIt.isOff
	loop
		var k : kermeta::standard::String init keyIt.next
		var v : kermeta::standard::String init valueIt.next
		if k.equals(key) then
			result := v

		end
	end
end"/>
<details key="superOperation" value="kermeta::reflection::Object"/>
<references href="../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//reflection/Object/get"/>
</eAnnotations>
<eParameters name="key" eType="//String"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keys" upperBound="-1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="false"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" upperBound="-1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="false"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoaderSaver">
<eOperations name="saveEMFSd" eType="//SDModel">
<eAnnotations source="kermeta">
<details key="body" value="do
	var resource : kermeta::persistence::Resource init repository.createResource(uri, mmuri)
	resource.instances.add(a)
	resource.save
end"/>
<details key="documentation" value="/** 
 * Serialization helpers
 */"/>
</eAnnotations>
<eParameters name="repository">
<eType xsi:type="ecore:EClass" href="../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//persistence/EMFRepository"/>
</eParameters>
<eParameters name="a" eType="//SDModel"/>
<eParameters name="uri" eType="//String"/>
<eParameters name="mmuri" eType="//String"/>
</eOperations>
<eOperations name="loadEMFSd" eType="//SDModel">
<eAnnotations source="kermeta">
<details key="body" value="do
	var resource : kermeta::persistence::Resource init repository.createResource(uri, mmuri)
	resource.instances
	resource.load
	var instances : kermeta::standard::Set<kermeta::standard::Object> init resource.instances
	result ?= instances.detect{e | bigSd::SDModel.isInstance(e)}
end"/>
</eAnnotations>
<eParameters name="repository">
<eType xsi:type="ecore:EClass" href="../../../../plugin/fr.irisa.triskell.kermeta/lib/framework.ecore#//persistence/EMFRepository"/>
</eParameters>
<eParameters name="uri" eType="//String"/>
<eParameters name="mmuri" eType="//String"/>
</eOperations>
<eOperations name="ask_emfmodel" eType="//SDModel">
<eAnnotations source="kermeta">
<details key="body" value="do
	var file : kermeta::standard::String init stdio.read(prompt)
	var r : kermeta::persistence::EMFRepository init kermeta::persistence::EMFRepository.new
	stdio.writeln("lala: ".plus(file))
	result := loadEMFSd(r, file, "../models/SD.ecore")
end"/>
</eAnnotations>
<eParameters name="prompt" eType="//String"/>
</eOperations>
<eOperations name="loadfsm" eType="//BSD">
<eAnnotations source="kermeta">
<details key="body" value="do
	var res : kermeta::persistence::EMFRepository init kermeta::persistence::EMFRepository.new
	var resource : kermeta::persistence::EMFResource
	resource ?= res.createResource("C:/Eclipse/workspace02/MSC/src/weavingExamples/base.xmi", "C:/Eclipse/workspace02/MSC/src/models/bigSd.ecore")
	stdio.writeln("before loading")
	resource.load
	stdio.writeln("after loading")
	var fsm1 : bigSd::BSD
	fsm1 ?= resource.instances.one
	result := fsm1
end"/>
</eAnnotations>
</eOperations>
<eOperations name="saveSDModel">
<eAnnotations source="kermeta">
<details key="body" value="do
	var res : kermeta::persistence::EMFRepository init kermeta::persistence::EMFRepository.new
	saveEMFSd(res, a, "C:/Eclipse/workspace02/MSC/src/models/test11.xmi", "C:/Eclipse/workspace02/MSC/src/models/bigSd.ecore")
end"/>
</eAnnotations>
<eParameters name="a" eType="//SDModel"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Integer"/>
</ecore:EPackage>
| github:ecore:/data/diverse-project/kermeta/patternmatching_projects/fr.irisa.triskell.kermeta.patternmatching.samples/MSC/metamodel/bigSd.ecore | ecore | bigSd
SDModel
sds
instances
bdsMorphisms
NamedElement
browse
verbose
name
SD
BSD
createInstance
name
copyInstances
instances
copyEvents
events
instancesMappings
copyEvents2
events
instancesMappings1
instancesMappings2
copyCouples
cples
eventsMappings
copyCouples2
cples
eventsMappings1
eventsMappings2
addCouple
e1
e2
getMinEvents
getMaxEvents
positionOnInstance
e
getPredecessors
evtsList
getPredecessorsOfTheEvent
event
getSuccessors
evtsList
getSuccessorsOfTheEvent
event
getPredecessorsOnLifeLine
e
getPredecessorsOnLifeLineN
name
getSuccessorsOnLifeLine
e
addMessage
action
from
sentUID
to
receivedUID
addGreaterThan
PreUID
PostUID
addIsBetween
PreUID
betweenUID
PostUID
getFirstEvent
instance
getLastEvent
instance
findEvent
eventUID
getInstance
instanceName
browse
verbose
couples
instances
events
Instance
copyInstance
resolveInstance
instancesMappings
bsd
resolveInstance2
rinstancesMappings1
instancesMappings2
bsd
browse
verbose
Event
copyEvent
instancesMappings
bsd
copyEvent2
instancesMappings1
instancesMappings2
bsd
getCorrespondingEvent
getType
resolveEvent
eventsMappings
bsd
resolveEvent2
eventsMappings1
eventsMappings2
bsd
notIncludedIn
events
action
onInstance
SendEvent
getCorrespondingEvent
getType
copyEvent
instancesMappings
bsd
copyEvent2
rinstancesMappings1
instancesMappings2
bsd
browse
verbose
receiveEvent
ReceiveEvent
getCorrespondingEvent
getType
copyEvent
instancesMappings
bsd
copyEvent2
rinstancesMappings1
instancesMappings2
bsd
browse
verbose
sendEvent
EventCouple
copyEventCouple
eventsMappings
bsd
copyEventCouple2
eventsMappings1
eventsMappings2
bsd
browse
verbose
event1
event2
BSDMorphisms
instancesMappings
eventsMappings
rinstancesMappings
reventsMappings
EventCollection
java.lang.Object
java.lang.Object
Mappings
java.lang.Object
java.lang.Object
NoEventException
MyHashtable
put
key
valuee
get
key
keys
values
LoaderSaver
saveEMFSd
repository
a
uri
mmuri
loadEMFSd
repository
uri
mmuri
ask_emfmodel
prompt
loadfsm
saveSDModel
a
String
java.lang.String
java.lang.String
Boolean
java.lang.Boolean
java.lang.Boolean
Integer
java.lang.Integer
java.lang.Integer | null | {"directed":true,"nodes":[{"nsPrefix":"bigSd","nsURI":"platform:/resource/fr.irisa.triskell.kermeta.patternmatching.samples/MSC/metamodel/bigSd.ecore","name":"bigSd","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SDModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SD","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BSD","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instance","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendEvent","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReceiveEvent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventCouple","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BSDMorphisms","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EventCollection","instanceClass":"java.lang.Object","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Mappings","instanceClass":"java.lang.Object","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoEventException","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MyHashtable","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoaderSaver","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":18,"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":"sds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instances","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":"bdsMorphisms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"browse","lowerBound":0,"id":25,"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":26,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"verbose","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EParameter"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createInstance","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"copyInstances","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"copyEvents","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"copyEvents2","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"copyCouples","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"copyCouples2","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addCouple","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMinEvents","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMaxEvents","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"positionOnInstance","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPredecessors","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPredecessorsOfTheEvent","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSuccessors","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSuccessorsOfTheEvent","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPredecessorsOnLifeLine","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPredecessorsOnLifeLineN","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSuccessorsOnLifeLine","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addMessage","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addGreaterThan","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addIsBetween","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFirstEvent","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLastEvent","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"findEvent","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getInstance","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"browse","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":"couples","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EParameter"},{"id":62,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"instances","lowerBound":0,"id":63,"many":true,"required":false,"eClass":"EParameter"},{"id":64,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"events","lowerBound":0,"id":65,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instancesMappings","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EParameter"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"events","lowerBound":0,"id":69,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instancesMappings1","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instancesMappings2","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EParameter"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"cples","lowerBound":0,"id":75,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventsMappings","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EParameter"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cples","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventsMappings1","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventsMappings2","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EParameter"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"e1","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"e2","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EParameter"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"e","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EParameter"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evtsList","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EParameter"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"event","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EParameter"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evtsList","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EParameter"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"event","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":"e","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EParameter"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":110,"many":false,"required":false,"eClass":"EParameter"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"e","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EParameter"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"action","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"from","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sentUID","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"to","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"receivedUID","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EParameter"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"PreUID","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"PostUID","lowerBound":0,"id":126,"many":false,"required":false,"eClass":"EParameter"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"PreUID","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"betweenUID","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"PostUID","lowerBound":0,"id":131,"many":false,"required":false,"eClass":"EParameter"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"instance","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EParameter"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"instance","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EParameter"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventUID","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EParameter"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceName","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EParameter"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"verbose","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EParameter"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"copyInstance","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveInstance","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveInstance2","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"browse","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EOperation"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"instancesMappings","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"bsd","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EParameter"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rinstancesMappings1","lowerBound":0,"id":164,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instancesMappings2","lowerBound":0,"id":165,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"bsd","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EParameter"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"verbose","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EParameter"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"copyEvent","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"copyEvent2","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCorrespondingEvent","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getType","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveEvent","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveEvent2","lowerBound":0,"id":177,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"notIncludedIn","lowerBound":0,"id":178,"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":"action","changeable":true,"lowerBound":1,"iD":false,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"onInstance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"instancesMappings","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"bsd","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EParameter"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"instancesMappings1","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instancesMappings2","lowerBound":0,"id":189,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"bsd","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventsMappings","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"bsd","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EParameter"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventsMappings1","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventsMappings2","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"bsd","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EParameter"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"events","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EParameter"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCorrespondingEvent","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getType","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"copyEvent","lowerBound":0,"id":215,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"copyEvent2","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"browse","lowerBound":0,"id":217,"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":"receiveEvent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"instancesMappings","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"bsd","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EParameter"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rinstancesMappings1","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instancesMappings2","lowerBound":0,"id":229,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"bsd","lowerBound":0,"id":230,"many":false,"required":false,"eClass":"EParameter"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"verbose","lowerBound":0,"id":234,"many":false,"required":false,"eClass":"EParameter"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCorrespondingEvent","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getType","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"copyEvent","lowerBound":0,"id":239,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"copyEvent2","lowerBound":0,"id":240,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"browse","lowerBound":0,"id":241,"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":"sendEvent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"instancesMappings","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"bsd","lowerBound":0,"id":248,"many":false,"required":false,"eClass":"EParameter"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rinstancesMappings1","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instancesMappings2","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"bsd","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EParameter"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"verbose","lowerBound":0,"id":258,"many":false,"required":false,"eClass":"EParameter"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"copyEventCouple","lowerBound":0,"id":261,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"copyEventCouple2","lowerBound":0,"id":262,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"browse","lowerBound":0,"id":263,"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":"event1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"event2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventsMappings","lowerBound":0,"id":267,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"bsd","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EParameter"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventsMappings1","lowerBound":0,"id":272,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventsMappings2","lowerBound":0,"id":273,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"bsd","lowerBound":0,"id":274,"many":false,"required":false,"eClass":"EParameter"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"verbose","lowerBound":0,"id":278,"many":false,"required":false,"eClass":"EParameter"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instancesMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eventsMappings","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":"rinstancesMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reventsMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"put","lowerBound":0,"id":290,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"get","lowerBound":0,"id":291,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keys","changeable":true,"lowerBound":0,"iD":false,"id":292,"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":"values","changeable":true,"lowerBound":0,"iD":false,"id":293,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":294,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"valuee","lowerBound":0,"id":295,"many":false,"required":false,"eClass":"EParameter"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":299,"many":false,"required":false,"eClass":"EParameter"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"saveEMFSd","lowerBound":0,"id":303,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadEMFSd","lowerBound":0,"id":304,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ask_emfmodel","lowerBound":0,"id":305,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadfsm","lowerBound":0,"id":306,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"saveSDModel","lowerBound":0,"id":307,"many":false,"required":false,"eClass":"EOperation"},{"id":308,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"repository","lowerBound":0,"id":309,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"a","lowerBound":0,"id":310,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"mmuri","lowerBound":0,"id":312,"many":false,"required":false,"eClass":"EParameter"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"repository","lowerBound":0,"id":318,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":319,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"mmuri","lowerBound":0,"id":320,"many":false,"required":false,"eClass":"EParameter"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"prompt","lowerBound":0,"id":325,"many":false,"required":false,"eClass":"EParameter"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"a","lowerBound":0,"id":328,"many":false,"required":false,"eClass":"EParameter"},{"id":329,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":19,"target":3},{"source":19,"target":22},{"source":19,"target":1},{"source":22,"target":3},{"source":20,"target":5},{"source":20,"target":23},{"source":20,"target":1},{"source":23,"target":5},{"source":21,"target":10},{"source":21,"target":24},{"source":21,"target":1},{"source":24,"target":10},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":25,"target":2},{"source":25,"target":27},{"source":27,"target":17},{"source":27,"target":28},{"source":27,"target":25},{"source":28,"target":17},{"source":26,"target":16},{"source":26,"target":29},{"source":26,"target":2},{"source":29,"target":16},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":30},{"source":30,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":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":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":31,"target":5},{"source":31,"target":60},{"source":31,"target":4},{"source":31,"target":61},{"source":60,"target":5},{"source":61,"target":16},{"source":61,"target":62},{"source":61,"target":31},{"source":62,"target":16},{"source":32,"target":4},{"source":32,"target":63},{"source":63,"target":5},{"source":63,"target":64},{"source":63,"target":32},{"source":64,"target":5},{"source":33,"target":4},{"source":33,"target":65},{"source":33,"target":66},{"source":65,"target":6},{"source":65,"target":67},{"source":65,"target":33},{"source":67,"target":6},{"source":66,"target":14},{"source":66,"target":68},{"source":66,"target":33},{"source":68,"target":14},{"source":34,"target":4},{"source":34,"target":69},{"source":34,"target":70},{"source":34,"target":71},{"source":69,"target":6},{"source":69,"target":72},{"source":69,"target":34},{"source":72,"target":6},{"source":70,"target":14},{"source":70,"target":73},{"source":70,"target":34},{"source":73,"target":14},{"source":71,"target":14},{"source":71,"target":74},{"source":71,"target":34},{"source":74,"target":14},{"source":35,"target":4},{"source":35,"target":75},{"source":35,"target":76},{"source":75,"target":9},{"source":75,"target":77},{"source":75,"target":35},{"source":77,"target":9},{"source":76,"target":14},{"source":76,"target":78},{"source":76,"target":35},{"source":78,"target":14},{"source":36,"target":4},{"source":36,"target":79},{"source":36,"target":80},{"source":36,"target":81},{"source":79,"target":82},{"source":79,"target":36},{"source":80,"target":14},{"source":80,"target":83},{"source":80,"target":36},{"source":83,"target":14},{"source":81,"target":14},{"source":81,"target":84},{"source":81,"target":36},{"source":84,"target":14},{"source":37,"target":4},{"source":37,"target":85},{"source":37,"target":86},{"source":85,"target":6},{"source":85,"target":87},{"source":85,"target":37},{"source":87,"target":6},{"source":86,"target":6},{"source":86,"target":88},{"source":86,"target":37},{"source":88,"target":6},{"source":38,"target":89},{"source":38,"target":4},{"source":39,"target":11},{"source":39,"target":90},{"source":39,"target":4},{"source":90,"target":11},{"source":40,"target":18},{"source":40,"target":91},{"source":40,"target":4},{"source":40,"target":92},{"source":91,"target":18},{"source":92,"target":6},{"source":92,"target":93},{"source":92,"target":40},{"source":93,"target":6},{"source":41,"target":11},{"source":41,"target":94},{"source":41,"target":4},{"source":41,"target":95},{"source":94,"target":11},{"source":95,"target":11},{"source":95,"target":96},{"source":95,"target":41},{"source":96,"target":11},{"source":42,"target":11},{"source":42,"target":97},{"source":42,"target":4},{"source":42,"target":98},{"source":97,"target":11},{"source":98,"target":6},{"source":98,"target":99},{"source":98,"target":42},{"source":99,"target":6},{"source":43,"target":11},{"source":43,"target":100},{"source":43,"target":4},{"source":43,"target":101},{"source":100,"target":11},{"source":101,"target":11},{"source":101,"target":102},{"source":101,"target":43},{"source":102,"target":11},{"source":44,"target":11},{"source":44,"target":103},{"source":44,"target":4},{"source":44,"target":104},{"source":103,"target":11},{"source":104,"target":6},{"source":104,"target":105},{"source":104,"target":44},{"source":105,"target":6},{"source":45,"target":6},{"source":45,"target":106},{"source":45,"target":4},{"source":45,"target":107},{"source":106,"target":6},{"source":107,"target":6},{"source":107,"target":108},{"source":107,"target":45},{"source":108,"target":6},{"source":46,"target":6},{"source":46,"target":109},{"source":46,"target":4},{"source":46,"target":110},{"source":109,"target":6},{"source":110,"target":16},{"source":110,"target":111},{"source":110,"target":46},{"source":111,"target":16},{"source":47,"target":6},{"source":47,"target":112},{"source":47,"target":4},{"source":47,"target":113},{"source":112,"target":6},{"source":113,"target":6},{"source":113,"target":114},{"source":113,"target":47},{"source":114,"target":6},{"source":48,"target":4},{"source":48,"target":115},{"source":48,"target":116},{"source":48,"target":117},{"source":48,"target":118},{"source":48,"target":119},{"source":115,"target":16},{"source":115,"target":120},{"source":115,"target":48},{"source":120,"target":16},{"source":116,"target":5},{"source":116,"target":121},{"source":116,"target":48},{"source":121,"target":5},{"source":117,"target":16},{"source":117,"target":122},{"source":117,"target":48},{"source":122,"target":16},{"source":118,"target":5},{"source":118,"target":123},{"source":118,"target":48},{"source":123,"target":5},{"source":119,"target":16},{"source":119,"target":124},{"source":119,"target":48},{"source":124,"target":16},{"source":49,"target":4},{"source":49,"target":125},{"source":49,"target":126},{"source":125,"target":16},{"source":125,"target":127},{"source":125,"target":49},{"source":127,"target":16},{"source":126,"target":16},{"source":126,"target":128},{"source":126,"target":49},{"source":128,"target":16},{"source":50,"target":4},{"source":50,"target":129},{"source":50,"target":130},{"source":50,"target":131},{"source":129,"target":16},{"source":129,"target":132},{"source":129,"target":50},{"source":132,"target":16},{"source":130,"target":16},{"source":130,"target":133},{"source":130,"target":50},{"source":133,"target":16},{"source":131,"target":16},{"source":131,"target":134},{"source":131,"target":50},{"source":134,"target":16},{"source":51,"target":6},{"source":51,"target":135},{"source":51,"target":4},{"source":51,"target":136},{"source":135,"target":6},{"source":136,"target":5},{"source":136,"target":137},{"source":136,"target":51},{"source":137,"target":5},{"source":52,"target":6},{"source":52,"target":138},{"source":52,"target":4},{"source":52,"target":139},{"source":138,"target":6},{"source":139,"target":5},{"source":139,"target":140},{"source":139,"target":52},{"source":140,"target":5},{"source":53,"target":6},{"source":53,"target":141},{"source":53,"target":4},{"source":53,"target":142},{"source":141,"target":6},{"source":142,"target":16},{"source":142,"target":143},{"source":142,"target":53},{"source":143,"target":16},{"source":54,"target":5},{"source":54,"target":144},{"source":54,"target":4},{"source":54,"target":145},{"source":144,"target":5},{"source":145,"target":16},{"source":145,"target":146},{"source":145,"target":54},{"source":146,"target":16},{"source":55,"target":4},{"source":55,"target":147},{"source":147,"target":17},{"source":147,"target":148},{"source":147,"target":55},{"source":148,"target":17},{"source":56,"target":9},{"source":56,"target":149},{"source":56,"target":4},{"source":149,"target":9},{"source":57,"target":5},{"source":57,"target":150},{"source":57,"target":4},{"source":150,"target":5},{"source":58,"target":6},{"source":58,"target":151},{"source":58,"target":4},{"source":151,"target":6},{"source":59,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":152},{"source":5,"target":153},{"source":5,"target":154},{"source":5,"target":155},{"source":5,"target":156},{"source":152,"target":5},{"source":152,"target":157},{"source":152,"target":5},{"source":157,"target":5},{"source":153,"target":5},{"source":153,"target":158},{"source":153,"target":5},{"source":153,"target":159},{"source":153,"target":160},{"source":158,"target":5},{"source":159,"target":14},{"source":159,"target":161},{"source":159,"target":153},{"source":161,"target":14},{"source":160,"target":4},{"source":160,"target":162},{"source":160,"target":153},{"source":162,"target":4},{"source":154,"target":5},{"source":154,"target":163},{"source":154,"target":5},{"source":154,"target":164},{"source":154,"target":165},{"source":154,"target":166},{"source":163,"target":5},{"source":164,"target":14},{"source":164,"target":167},{"source":164,"target":154},{"source":167,"target":14},{"source":165,"target":14},{"source":165,"target":168},{"source":165,"target":154},{"source":168,"target":14},{"source":166,"target":4},{"source":166,"target":169},{"source":166,"target":154},{"source":169,"target":4},{"source":155,"target":5},{"source":155,"target":170},{"source":170,"target":17},{"source":170,"target":171},{"source":170,"target":155},{"source":171,"target":17},{"source":156,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":172},{"source":6,"target":173},{"source":6,"target":174},{"source":6,"target":175},{"source":6,"target":176},{"source":6,"target":177},{"source":6,"target":178},{"source":6,"target":179},{"source":6,"target":180},{"source":6,"target":181},{"source":172,"target":6},{"source":172,"target":182},{"source":172,"target":6},{"source":172,"target":183},{"source":172,"target":184},{"source":182,"target":6},{"source":183,"target":14},{"source":183,"target":185},{"source":183,"target":172},{"source":185,"target":14},{"source":184,"target":4},{"source":184,"target":186},{"source":184,"target":172},{"source":186,"target":4},{"source":173,"target":6},{"source":173,"target":187},{"source":173,"target":6},{"source":173,"target":188},{"source":173,"target":189},{"source":173,"target":190},{"source":187,"target":6},{"source":188,"target":14},{"source":188,"target":191},{"source":188,"target":173},{"source":191,"target":14},{"source":189,"target":14},{"source":189,"target":192},{"source":189,"target":173},{"source":192,"target":14},{"source":190,"target":4},{"source":190,"target":193},{"source":190,"target":173},{"source":193,"target":4},{"source":174,"target":6},{"source":174,"target":194},{"source":174,"target":6},{"source":194,"target":6},{"source":175,"target":16},{"source":175,"target":195},{"source":175,"target":6},{"source":195,"target":16},{"source":176,"target":6},{"source":176,"target":196},{"source":176,"target":6},{"source":176,"target":197},{"source":176,"target":198},{"source":196,"target":6},{"source":197,"target":14},{"source":197,"target":199},{"source":197,"target":176},{"source":199,"target":14},{"source":198,"target":4},{"source":198,"target":200},{"source":198,"target":176},{"source":200,"target":4},{"source":177,"target":6},{"source":177,"target":201},{"source":177,"target":6},{"source":177,"target":202},{"source":177,"target":203},{"source":177,"target":204},{"source":201,"target":6},{"source":202,"target":14},{"source":202,"target":205},{"source":202,"target":177},{"source":205,"target":14},{"source":203,"target":14},{"source":203,"target":206},{"source":203,"target":177},{"source":206,"target":14},{"source":204,"target":4},{"source":204,"target":207},{"source":204,"target":177},{"source":207,"target":4},{"source":178,"target":17},{"source":178,"target":208},{"source":178,"target":6},{"source":178,"target":209},{"source":208,"target":17},{"source":209,"target":11},{"source":209,"target":210},{"source":209,"target":178},{"source":210,"target":11},{"source":179,"target":16},{"source":179,"target":211},{"source":179,"target":6},{"source":211,"target":16},{"source":180,"target":5},{"source":180,"target":212},{"source":180,"target":6},{"source":212,"target":5},{"source":181,"target":2},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":213},{"source":7,"target":214},{"source":7,"target":215},{"source":7,"target":216},{"source":7,"target":217},{"source":7,"target":218},{"source":7,"target":219},{"source":213,"target":6},{"source":213,"target":220},{"source":213,"target":7},{"source":220,"target":6},{"source":214,"target":16},{"source":214,"target":221},{"source":214,"target":7},{"source":221,"target":16},{"source":215,"target":6},{"source":215,"target":222},{"source":215,"target":7},{"source":215,"target":223},{"source":215,"target":224},{"source":222,"target":6},{"source":223,"target":14},{"source":223,"target":225},{"source":223,"target":215},{"source":225,"target":14},{"source":224,"target":4},{"source":224,"target":226},{"source":224,"target":215},{"source":226,"target":4},{"source":216,"target":6},{"source":216,"target":227},{"source":216,"target":7},{"source":216,"target":228},{"source":216,"target":229},{"source":216,"target":230},{"source":227,"target":6},{"source":228,"target":14},{"source":228,"target":231},{"source":228,"target":216},{"source":231,"target":14},{"source":229,"target":14},{"source":229,"target":232},{"source":229,"target":216},{"source":232,"target":14},{"source":230,"target":4},{"source":230,"target":233},{"source":230,"target":216},{"source":233,"target":4},{"source":217,"target":7},{"source":217,"target":234},{"source":234,"target":17},{"source":234,"target":235},{"source":234,"target":217},{"source":235,"target":17},{"source":218,"target":8},{"source":218,"target":236},{"source":218,"target":7},{"source":236,"target":8},{"source":219,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":237},{"source":8,"target":238},{"source":8,"target":239},{"source":8,"target":240},{"source":8,"target":241},{"source":8,"target":242},{"source":8,"target":243},{"source":237,"target":6},{"source":237,"target":244},{"source":237,"target":8},{"source":244,"target":6},{"source":238,"target":16},{"source":238,"target":245},{"source":238,"target":8},{"source":245,"target":16},{"source":239,"target":6},{"source":239,"target":246},{"source":239,"target":8},{"source":239,"target":247},{"source":239,"target":248},{"source":246,"target":6},{"source":247,"target":14},{"source":247,"target":249},{"source":247,"target":239},{"source":249,"target":14},{"source":248,"target":4},{"source":248,"target":250},{"source":248,"target":239},{"source":250,"target":4},{"source":240,"target":6},{"source":240,"target":251},{"source":240,"target":8},{"source":240,"target":252},{"source":240,"target":253},{"source":240,"target":254},{"source":251,"target":6},{"source":252,"target":14},{"source":252,"target":255},{"source":252,"target":240},{"source":255,"target":14},{"source":253,"target":14},{"source":253,"target":256},{"source":253,"target":240},{"source":256,"target":14},{"source":254,"target":4},{"source":254,"target":257},{"source":254,"target":240},{"source":257,"target":4},{"source":241,"target":8},{"source":241,"target":258},{"source":258,"target":17},{"source":258,"target":259},{"source":258,"target":241},{"source":259,"target":17},{"source":242,"target":7},{"source":242,"target":260},{"source":242,"target":8},{"source":260,"target":7},{"source":243,"target":6},{"source":9,"target":0},{"source":9,"target":261},{"source":9,"target":262},{"source":9,"target":263},{"source":9,"target":264},{"source":9,"target":265},{"source":261,"target":9},{"source":261,"target":266},{"source":261,"target":9},{"source":261,"target":267},{"source":261,"target":268},{"source":266,"target":9},{"source":267,"target":14},{"source":267,"target":269},{"source":267,"target":261},{"source":269,"target":14},{"source":268,"target":4},{"source":268,"target":270},{"source":268,"target":261},{"source":270,"target":4},{"source":262,"target":9},{"source":262,"target":271},{"source":262,"target":9},{"source":262,"target":272},{"source":262,"target":273},{"source":262,"target":274},{"source":271,"target":9},{"source":272,"target":14},{"source":272,"target":275},{"source":272,"target":262},{"source":275,"target":14},{"source":273,"target":14},{"source":273,"target":276},{"source":273,"target":262},{"source":276,"target":14},{"source":274,"target":4},{"source":274,"target":277},{"source":274,"target":262},{"source":277,"target":4},{"source":263,"target":9},{"source":263,"target":278},{"source":278,"target":17},{"source":278,"target":279},{"source":278,"target":263},{"source":279,"target":17},{"source":264,"target":6},{"source":264,"target":280},{"source":264,"target":9},{"source":280,"target":6},{"source":265,"target":6},{"source":265,"target":281},{"source":265,"target":9},{"source":281,"target":6},{"source":10,"target":0},{"source":10,"target":282},{"source":10,"target":283},{"source":10,"target":284},{"source":10,"target":285},{"source":282,"target":14},{"source":282,"target":286},{"source":282,"target":10},{"source":286,"target":14},{"source":283,"target":14},{"source":283,"target":287},{"source":283,"target":10},{"source":287,"target":14},{"source":284,"target":14},{"source":284,"target":288},{"source":284,"target":10},{"source":288,"target":14},{"source":285,"target":14},{"source":285,"target":289},{"source":285,"target":10},{"source":289,"target":14},{"source":11,"target":0},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":290},{"source":14,"target":291},{"source":14,"target":292},{"source":14,"target":293},{"source":290,"target":14},{"source":290,"target":294},{"source":290,"target":295},{"source":294,"target":16},{"source":294,"target":296},{"source":294,"target":290},{"source":296,"target":16},{"source":295,"target":16},{"source":295,"target":297},{"source":295,"target":290},{"source":297,"target":16},{"source":291,"target":16},{"source":291,"target":298},{"source":291,"target":14},{"source":291,"target":299},{"source":298,"target":16},{"source":299,"target":16},{"source":299,"target":300},{"source":299,"target":291},{"source":300,"target":16},{"source":292,"target":16},{"source":292,"target":301},{"source":292,"target":14},{"source":301,"target":16},{"source":293,"target":16},{"source":293,"target":302},{"source":293,"target":14},{"source":302,"target":16},{"source":15,"target":0},{"source":15,"target":303},{"source":15,"target":304},{"source":15,"target":305},{"source":15,"target":306},{"source":15,"target":307},{"source":303,"target":1},{"source":303,"target":308},{"source":303,"target":15},{"source":303,"target":309},{"source":303,"target":310},{"source":303,"target":311},{"source":303,"target":312},{"source":308,"target":1},{"source":309,"target":313},{"source":309,"target":303},{"source":310,"target":1},{"source":310,"target":314},{"source":310,"target":303},{"source":314,"target":1},{"source":311,"target":16},{"source":311,"target":315},{"source":311,"target":303},{"source":315,"target":16},{"source":312,"target":16},{"source":312,"target":316},{"source":312,"target":303},{"source":316,"target":16},{"source":304,"target":1},{"source":304,"target":317},{"source":304,"target":15},{"source":304,"target":318},{"source":304,"target":319},{"source":304,"target":320},{"source":317,"target":1},{"source":318,"target":321},{"source":318,"target":304},{"source":319,"target":16},{"source":319,"target":322},{"source":319,"target":304},{"source":322,"target":16},{"source":320,"target":16},{"source":320,"target":323},{"source":320,"target":304},{"source":323,"target":16},{"source":305,"target":1},{"source":305,"target":324},{"source":305,"target":15},{"source":305,"target":325},{"source":324,"target":1},{"source":325,"target":16},{"source":325,"target":326},{"source":325,"target":305},{"source":326,"target":16},{"source":306,"target":4},{"source":306,"target":327},{"source":306,"target":15},{"source":327,"target":4},{"source":307,"target":15},{"source":307,"target":328},{"source":328,"target":1},{"source":328,"target":329},{"source":328,"target":307},{"source":329,"target":1},{"source":16,"target":0},{"source":17,"target":0},{"source":18,"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="dc" nsURI="http://www.omg.org/spec/DD/20110901/DC" nsPrefix="dc">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Diagram Common (DC) package contains abstractions shared by the Diagram Interchange and the Diagram Graphics packages."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Boolean is a primitive data type having one of two values: <i>true</i> or <i>false</i>, intended to represent the truth value of logical expressions."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Integer is a primitive data type used to represent the mathematical concept of integer."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="double">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Real is a primitive data type used to represent the mathematical concept of real."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="String is a primitive data type used to represent a sequence of characters in some suitable character set."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Color" instanceClassName="java.awt.Color">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Color is a primitive type that represents a color value. Literals are in the #rrggbb format."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="KnownColor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="KnownColor is an enumeration of 17 known colors."/>
</eAnnotations>
<eLiterals name="maroon" literal="#800000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color with a value of #800000"/>
</eAnnotations>
</eLiterals>
<eLiterals name="red" value="1" literal="#FF0000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color with a value of #FF0000"/>
</eAnnotations>
</eLiterals>
<eLiterals name="orange" value="2" literal="#FFA500">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color with a value of #FFA500"/>
</eAnnotations>
</eLiterals>
<eLiterals name="yellow" value="3" literal="#FFFF00">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color with a value of #FFFF00"/>
</eAnnotations>
</eLiterals>
<eLiterals name="olive" value="4" literal="#808000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color with a value of #808000"/>
</eAnnotations>
</eLiterals>
<eLiterals name="purple" value="5" literal="#800080">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color with a value of #800080"/>
</eAnnotations>
</eLiterals>
<eLiterals name="fuchsia" value="6" literal="#FF00FF">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color with a value of #FF00FF"/>
</eAnnotations>
</eLiterals>
<eLiterals name="white" value="7" literal="#FFFFFF">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color with a value of #FFFFFF"/>
</eAnnotations>
</eLiterals>
<eLiterals name="lime" value="8" literal="#00FF00">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color with a value of #00FF00"/>
</eAnnotations>
</eLiterals>
<eLiterals name="green" value="9" literal="#008000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color with a value of #008000"/>
</eAnnotations>
</eLiterals>
<eLiterals name="navy" value="10" literal="#000080">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color with a value of #000080"/>
</eAnnotations>
</eLiterals>
<eLiterals name="blue" value="11" literal="#0000FF">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color with a value of #0000FF"/>
</eAnnotations>
</eLiterals>
<eLiterals name="aqua" value="12" literal="#00FFFF">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color with a value of #00FFFF"/>
</eAnnotations>
</eLiterals>
<eLiterals name="teal" value="13" literal="#008080">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color with a value of #008080"/>
</eAnnotations>
</eLiterals>
<eLiterals name="black" value="14" literal="#000000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color with a value of #000000"/>
</eAnnotations>
</eLiterals>
<eLiterals name="silver" value="15" literal="#C0C0C0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color with a value of #C0C0C0"/>
</eAnnotations>
</eLiterals>
<eLiterals name="gray" value="16" literal="#808080">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a color with a value of #808080"/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AlignmentKind">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="AlignmentKind enumerates the possible options for alignment for layout purposes."/>
</eAnnotations>
<eLiterals name="start">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an alignment to the start of a given length."/>
</eAnnotations>
</eLiterals>
<eLiterals name="end" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an alignment to the end of a given length"/>
</eAnnotations>
</eLiterals>
<eLiterals name="center" value="2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="an alignment to the center of a given length"/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Point">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A Point specifies an location in some x-y coordinate system."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" ordered="false" lowerBound="1"
eType="#//Real" defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a real number (<= 0 or >= 0) that represents the x-coordinate of the point."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" ordered="false" lowerBound="1"
eType="#//Real" defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a real number (<= 0 or >= 0) that represents the y-coordinate of the point."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dimension">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Dimension specifies two lengths (width and height) along the x and y axes in some x-y coordinate system."/>
</eAnnotations>
<eOperations name="nonNegativeDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="width >= 0 and height >=0"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the width and height of a dimension cannot be negative"/>
</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="width" ordered="false"
lowerBound="1" eType="#//Real">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a real number (>=0) that represents a length along the x-axis."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" ordered="false"
lowerBound="1" eType="#//Real">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a real number (>=0) that represents a length along the y-axis."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Bounds">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Bounds specifies a rectangular area in some x-y coordinate system that is defined by a location (x and y) and a size (width and height)."/>
</eAnnotations>
<eOperations name="nonNegativeSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="width >= 0 and height >=0"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the width and height of bounds cannot be negative"/>
</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="x" ordered="false" lowerBound="1"
eType="#//Real" defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a real number (>=0 or <=0) that represents the x-coordinate of the bounds"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" ordered="false" lowerBound="1"
eType="#//Real" defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a real number (>=0 or <=0) that represents the y-coordinate of the bounds"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" ordered="false"
lowerBound="1" eType="#//Real">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a real number (>=0) that represents the width of the bounds"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" ordered="false"
lowerBound="1" eType="#//Real">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a real number (>=0) that represents the height of the bounds"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/tue-mdse/ocl-dataset/dataset/repos/uisleandro/org.eclipse.papyrus/extraplugins/diagram-definition/org.eclipse.papyrus.dd/model/DC.ecore | ecore | dc
Boolean
boolean
boolean
Integer
int
int
Real
double
double
String
java.lang.String
java.lang.String
Color
java.awt.Color
java.awt.Color
KnownColor
maroon
#800000
red
#FF0000
orange
#FFA500
yellow
#FFFF00
olive
#808000
purple
#800080
fuchsia
#FF00FF
white
#FFFFFF
lime
#00FF00
green
#008000
navy
#000080
blue
#0000FF
aqua
#00FFFF
teal
#008080
black
#000000
silver
#C0C0C0
gray
#808080
AlignmentKind
start
start
end
end
center
center
Point
x
0
y
0
Dimension
nonNegativeDimension
diagnostics
context
width
height
Bounds
nonNegativeSize
diagnostics
context
x
0
y
0
width
height | null | {"directed":true,"nodes":[{"nsPrefix":"dc","nsURI":"http://www.omg.org/spec/DD/20110901/DC","name":"dc","id":0,"eClass":"EPackage"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Real","instanceClass":"double","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.awt.Color","defaultValue":null,"instanceClassName":"java.awt.Color","name":"Color","instanceClass":"java.awt.Color","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"KnownColor","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AlignmentKind","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bounds","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"name":"maroon","id":11,"value":0,"literal":"#800000","eClass":"EEnumLiteral"},{"name":"red","id":12,"value":1,"literal":"#FF0000","eClass":"EEnumLiteral"},{"name":"orange","id":13,"value":2,"literal":"#FFA500","eClass":"EEnumLiteral"},{"name":"yellow","id":14,"value":3,"literal":"#FFFF00","eClass":"EEnumLiteral"},{"name":"olive","id":15,"value":4,"literal":"#808000","eClass":"EEnumLiteral"},{"name":"purple","id":16,"value":5,"literal":"#800080","eClass":"EEnumLiteral"},{"name":"fuchsia","id":17,"value":6,"literal":"#FF00FF","eClass":"EEnumLiteral"},{"name":"white","id":18,"value":7,"literal":"#FFFFFF","eClass":"EEnumLiteral"},{"name":"lime","id":19,"value":8,"literal":"#00FF00","eClass":"EEnumLiteral"},{"name":"green","id":20,"value":9,"literal":"#008000","eClass":"EEnumLiteral"},{"name":"navy","id":21,"value":10,"literal":"#000080","eClass":"EEnumLiteral"},{"name":"blue","id":22,"value":11,"literal":"#0000FF","eClass":"EEnumLiteral"},{"name":"aqua","id":23,"value":12,"literal":"#00FFFF","eClass":"EEnumLiteral"},{"name":"teal","id":24,"value":13,"literal":"#008080","eClass":"EEnumLiteral"},{"name":"black","id":25,"value":14,"literal":"#000000","eClass":"EEnumLiteral"},{"name":"silver","id":26,"value":15,"literal":"#C0C0C0","eClass":"EEnumLiteral"},{"name":"gray","id":27,"value":16,"literal":"#808080","eClass":"EEnumLiteral"},{"name":"start","id":28,"value":0,"literal":"start","eClass":"EEnumLiteral"},{"name":"end","id":29,"value":1,"literal":"end","eClass":"EEnumLiteral"},{"name":"center","id":30,"value":2,"literal":"center","eClass":"EEnumLiteral"},{"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":31,"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":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nonNegativeDimension","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EOperation"},{"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":36,"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":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EParameter"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nonNegativeSize","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"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":48,"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":49,"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":50,"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":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EParameter"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":11},{"source":6,"target":12},{"source":6,"target":13},{"source":6,"target":14},{"source":6,"target":15},{"source":6,"target":16},{"source":6,"target":17},{"source":6,"target":18},{"source":6,"target":19},{"source":6,"target":20},{"source":6,"target":21},{"source":6,"target":22},{"source":6,"target":23},{"source":6,"target":24},{"source":6,"target":25},{"source":6,"target":26},{"source":6,"target":27},{"source":11,"target":6},{"source":12,"target":6},{"source":13,"target":6},{"source":14,"target":6},{"source":15,"target":6},{"source":16,"target":6},{"source":17,"target":6},{"source":18,"target":6},{"source":19,"target":6},{"source":20,"target":6},{"source":21,"target":6},{"source":22,"target":6},{"source":23,"target":6},{"source":24,"target":6},{"source":25,"target":6},{"source":26,"target":6},{"source":27,"target":6},{"source":7,"target":0},{"source":7,"target":28},{"source":7,"target":29},{"source":7,"target":30},{"source":28,"target":7},{"source":29,"target":7},{"source":30,"target":7},{"source":8,"target":0},{"source":8,"target":31},{"source":8,"target":32},{"source":31,"target":3},{"source":31,"target":33},{"source":31,"target":8},{"source":33,"target":3},{"source":32,"target":3},{"source":32,"target":34},{"source":32,"target":8},{"source":34,"target":3},{"source":9,"target":0},{"source":9,"target":35},{"source":9,"target":36},{"source":9,"target":37},{"source":35,"target":38},{"source":35,"target":9},{"source":35,"target":39},{"source":35,"target":40},{"source":39,"target":41},{"source":39,"target":35},{"source":40,"target":42},{"source":40,"target":35},{"source":42,"target":43},{"source":42,"target":44},{"source":36,"target":3},{"source":36,"target":45},{"source":36,"target":9},{"source":45,"target":3},{"source":37,"target":3},{"source":37,"target":46},{"source":37,"target":9},{"source":46,"target":3},{"source":10,"target":0},{"source":10,"target":47},{"source":10,"target":48},{"source":10,"target":49},{"source":10,"target":50},{"source":10,"target":51},{"source":47,"target":52},{"source":47,"target":10},{"source":47,"target":53},{"source":47,"target":54},{"source":53,"target":55},{"source":53,"target":47},{"source":54,"target":56},{"source":54,"target":47},{"source":56,"target":57},{"source":56,"target":58},{"source":48,"target":3},{"source":48,"target":59},{"source":48,"target":10},{"source":59,"target":3},{"source":49,"target":3},{"source":49,"target":60},{"source":49,"target":10},{"source":60,"target":3},{"source":50,"target":3},{"source":50,"target":61},{"source":50,"target":10},{"source":61,"target":3},{"source":51,"target":3},{"source":51,"target":62},{"source":51,"target":10},{"source":62,"target":3}],"multigraph":true} |
false | <?xml version="1.0" encoding="ASCII"?>
<xmi:XMI xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
</ecore:EPackage>
<ecore:EPackage name="ADNETCONF" nsURI="http:///ADNETCONF.ecore" nsPrefix="ADNETCONF">
<eClassifiers xsi:type="ecore:EClass" name="AdrenalineNetconf">
<eStructuralFeatures xsi:type="ecore:EReference" name="links" lowerBound="1"
eType="#/1/Links" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" lowerBound="1"
eType="#/1/Nodes" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Nodes">
<eStructuralFeatures xsi:type="ecore:EReference" name="node" upperBound="-1"
eType="#/1/Node" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Links">
<eStructuralFeatures xsi:type="ecore:EReference" name="link" upperBound="-1"
eType="#/1/Link" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="#/0/String"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="loIp" lowerBound="1"
eType="#/1/LoIp" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mIp" lowerBound="1" eType="#/1/MIp"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="zebraBin" lowerBound="1"
eType="#/1/ZebraBin" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ospfdBin" lowerBound="1"
eType="#/1/OspfdBin" defaultValueLiteral="" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoIp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_text" lowerBound="1"
eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MIp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_text" lowerBound="1"
eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ZebraBin">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_text" lowerBound="1"
eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OspfdBin">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_text" lowerBound="1"
eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Link">
<eStructuralFeatures xsi:type="ecore:EReference" name="peer" lowerBound="1"
upperBound="-1" eType="#/1/Peer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qos" eType="#/1/Qos"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Peer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="node" lowerBound="1"
eType="#/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vlan_dev" lowerBound="1"
eType="#/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="vlanConnection" lowerBound="1"
eType="#/1/VlanConnection" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VlanConnection">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="net" eType="#/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="gre" lowerBound="1" eType="#/1/Gre"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="vlan" eType="#/1/Vlan"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Gre">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1"
eType="#/1/Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ip" lowerBound="1" eType="#/1/Ip"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Vlan">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_text" lowerBound="1"
eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Name">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_text" lowerBound="1"
eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ip">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_text" lowerBound="1"
eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Qos">
<eStructuralFeatures xsi:type="ecore:EReference" name="delay" eType="#/1/Delay"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="drop" eType="#/1/Drop"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dup" eType="#/1/Dup"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Delay">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_text" lowerBound="1"
eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Drop">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_text" lowerBound="1"
eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dup">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_text" lowerBound="1"
eType="#/0/String"/>
</eClassifiers>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/fgalan/tim-transforms/TIMTransformsATL/metamodels/ADNETCONF.ecore | ecore | PrimitiveTypes
String
ADNETCONF
AdrenalineNetconf
links
nodes
name
Nodes
node
Links
link
Node
id
loIp
mIp
zebraBin
ospfdBin
LoIp
_text
MIp
_text
ZebraBin
_text
OspfdBin
_text
Link
peer
qos
Peer
node
vlan_dev
vlanConnection
VlanConnection
net
gre
vlan
Gre
name
ip
Vlan
_text
Name
_text
Ip
_text
Qos
delay
drop
dup
Delay
_text
Drop
_text
Dup
_text | 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"},{"nsPrefix":"ADNETCONF","nsURI":"http:///ADNETCONF.ecore","name":"ADNETCONF","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdrenalineNetconf","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nodes","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Links","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoIp","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MIp","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ZebraBin","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OspfdBin","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Peer","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VlanConnection","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gre","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vlan","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ip","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Qos","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delay","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Drop","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dup","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":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"node","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"loIp","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":true,"unsettable":false,"transient":false,"unique":true,"name":"mIp","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"zebraBin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":"","containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ospfdBin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"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":"_text","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_text","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"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":"_text","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_text","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"peer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"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":"node","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vlan_dev","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vlanConnection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"gre","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vlan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ip","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_text","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"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":"_text","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_text","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delay","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"drop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_text","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_text","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_text","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":2,"target":3},{"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":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":3,"target":2},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":22,"target":5},{"source":22,"target":25},{"source":22,"target":3},{"source":25,"target":5},{"source":23,"target":4},{"source":23,"target":26},{"source":23,"target":3},{"source":26,"target":4},{"source":24,"target":1},{"source":24,"target":27},{"source":24,"target":3},{"source":27,"target":1},{"source":4,"target":2},{"source":4,"target":28},{"source":28,"target":6},{"source":28,"target":29},{"source":28,"target":4},{"source":29,"target":6},{"source":5,"target":2},{"source":5,"target":30},{"source":30,"target":11},{"source":30,"target":31},{"source":30,"target":5},{"source":31,"target":11},{"source":6,"target":2},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":32,"target":1},{"source":32,"target":37},{"source":32,"target":6},{"source":37,"target":1},{"source":33,"target":7},{"source":33,"target":38},{"source":33,"target":6},{"source":38,"target":7},{"source":34,"target":8},{"source":34,"target":39},{"source":34,"target":6},{"source":39,"target":8},{"source":35,"target":9},{"source":35,"target":40},{"source":35,"target":6},{"source":40,"target":9},{"source":36,"target":10},{"source":36,"target":41},{"source":36,"target":6},{"source":41,"target":10},{"source":7,"target":2},{"source":7,"target":42},{"source":42,"target":1},{"source":42,"target":43},{"source":42,"target":7},{"source":43,"target":1},{"source":8,"target":2},{"source":8,"target":44},{"source":44,"target":1},{"source":44,"target":45},{"source":44,"target":8},{"source":45,"target":1},{"source":9,"target":2},{"source":9,"target":46},{"source":46,"target":1},{"source":46,"target":47},{"source":46,"target":9},{"source":47,"target":1},{"source":10,"target":2},{"source":10,"target":48},{"source":48,"target":1},{"source":48,"target":49},{"source":48,"target":10},{"source":49,"target":1},{"source":11,"target":2},{"source":11,"target":50},{"source":11,"target":51},{"source":50,"target":12},{"source":50,"target":52},{"source":50,"target":11},{"source":52,"target":12},{"source":51,"target":18},{"source":51,"target":53},{"source":51,"target":11},{"source":53,"target":18},{"source":12,"target":2},{"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":55,"target":1},{"source":55,"target":58},{"source":55,"target":12},{"source":58,"target":1},{"source":56,"target":13},{"source":56,"target":59},{"source":56,"target":12},{"source":59,"target":13},{"source":13,"target":2},{"source":13,"target":60},{"source":13,"target":61},{"source":13,"target":62},{"source":60,"target":1},{"source":60,"target":63},{"source":60,"target":13},{"source":63,"target":1},{"source":61,"target":14},{"source":61,"target":64},{"source":61,"target":13},{"source":64,"target":14},{"source":62,"target":15},{"source":62,"target":65},{"source":62,"target":13},{"source":65,"target":15},{"source":14,"target":2},{"source":14,"target":66},{"source":14,"target":67},{"source":66,"target":16},{"source":66,"target":68},{"source":66,"target":14},{"source":68,"target":16},{"source":67,"target":17},{"source":67,"target":69},{"source":67,"target":14},{"source":69,"target":17},{"source":15,"target":2},{"source":15,"target":70},{"source":70,"target":1},{"source":70,"target":71},{"source":70,"target":15},{"source":71,"target":1},{"source":16,"target":2},{"source":16,"target":72},{"source":72,"target":1},{"source":72,"target":73},{"source":72,"target":16},{"source":73,"target":1},{"source":17,"target":2},{"source":17,"target":74},{"source":74,"target":1},{"source":74,"target":75},{"source":74,"target":17},{"source":75,"target":1},{"source":18,"target":2},{"source":18,"target":76},{"source":18,"target":77},{"source":18,"target":78},{"source":76,"target":19},{"source":76,"target":79},{"source":76,"target":18},{"source":79,"target":19},{"source":77,"target":20},{"source":77,"target":80},{"source":77,"target":18},{"source":80,"target":20},{"source":78,"target":21},{"source":78,"target":81},{"source":78,"target":18},{"source":81,"target":21},{"source":19,"target":2},{"source":19,"target":82},{"source":82,"target":1},{"source":82,"target":83},{"source":82,"target":19},{"source":83,"target":1},{"source":20,"target":2},{"source":20,"target":84},{"source":84,"target":1},{"source":84,"target":85},{"source":84,"target":20},{"source":85,"target":1},{"source":21,"target":2},{"source":21,"target":86},{"source":86,"target":1},{"source":86,"target":87},{"source":86,"target":21},{"source":87,"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="loadcurve"
nsURI="http://www.eclipse.org/modeling/xpand/example/model/loadcurve" nsPrefix="loadcurve">
<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="loadCurve" upperBound="-2"
eType="#//LoadCurve" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="LoadCurve"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoadCurve">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="LoadCurve"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Name"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///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="creationDate" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="CreationDate"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startTime" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="StartTime"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="measurement" lowerBound="1"
upperBound="-1" eType="#//Measurement" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Measurement"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Measurement">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Measurement"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Time"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Float"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/kthoms/org.eclipse.xpand/tests/org.eclipse.xtend.typesystem.xsd.tests/src/org/eclipse/xtend/typesystem/xsd/tests/xmlwriter/loadcurve.ecore | ecore | loadcurve
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
loadCurve
LoadCurve
name
description
creationDate
startTime
measurement
Measurement
time
value | null | {"directed":true,"nodes":[{"nsPrefix":"loadcurve","nsURI":"http://www.eclipse.org/modeling/xpand/example/model/loadcurve","name":"loadcurve","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoadCurve","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Measurement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":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":true,"unique":true,"name":"xMLNSPrefixMap","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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":6,"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":"loadCurve","changeable":true,"resolveProxies":false,"lowerBound":0,"id":7,"derived":true},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationDate","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":"startTime","changeable":true,"lowerBound":1,"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":"measurement","changeable":true,"resolveProxies":false,"lowerBound":1,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":4,"target":8},{"source":4,"target":1},{"source":5,"target":9},{"source":5,"target":1},{"source":6,"target":10},{"source":6,"target":1},{"source":7,"target":2},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":2},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":12,"target":17},{"source":12,"target":2},{"source":13,"target":18},{"source":13,"target":2},{"source":14,"target":19},{"source":14,"target":2},{"source":15,"target":20},{"source":15,"target":2},{"source":16,"target":3},{"source":16,"target":21},{"source":16,"target":2},{"source":21,"target":3},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":22,"target":24},{"source":22,"target":3},{"source":23,"target":25},{"source":23,"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="l2" nsURI="http://www.eclipse.org/uml2/4.0.0/UML/Profile/L2"
nsPrefix="l2">
<eClassifiers xsi:type="ecore:EClass" name="Auxiliary">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class that supports another more central or fundamental class, typically by implementing secondary logic or control flow. The class that the auxiliary supports may be defined explicitly using a Focus class or implicitly as the supplier of dependency relationship whose client is an auxiliary class. Auxiliary classes are typically used together with Focus classes, and are particularly useful for specifying the secondary business logic or control flow of components during design. See also: «Focus»."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Call">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A usage dependency whose source is an operation and whose target is an operation. The relationship may also be subsumed to the class containing an operation, with the meaning that there exists an operation in the class to which the dependency applies. A call dependency specifies that the source operation or an operation in the source class invokes the target operation or an operation in the target class. A call dependency may connect a source operation to any target operation that is within scope including, but not limited to, operations of the enclosing classifier and operations of other visible classifiers."/>
</eAnnotations>
<eOperations name="client_and_supplier_are_operations" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Usage.client->forAll(oclIsKindOf(Operation)) and self.base_Usage.supplier->forAll(oclIsKindOf(Operation))"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Usage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Create">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="When applied to a usage dependency, it specifies that the client classifier creates instances of the supplier classifier. When applied to a BehavioralFeature, it specifies that the designated feature creates an instance of the classifier to which the feature is attached."/>
</eAnnotations>
<eOperations name="client_and_supplier_are_classifiers" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Usage->notEmpty() implies (self.base_Usage.client->forAll(oclIsKindOf(Classifier)) and self.base_Usage.supplier->forAll(oclIsKindOf(Classifier)))"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_BehavioralFeature"
ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//BehavioralFeature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Usage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Derive">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies a derivation relationship among model elements that are usually, but not necessarily, of the same type. A derived dependency specifies that the client may be computed from the supplier. The mapping specifies the computation. The client may be implemented for design reasons, such as efficiency, even though it is logically redundant."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Abstraction" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Abstraction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="computation" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ValueSpecification"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The specification for computing the derived client element from the derivation supplier element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Destroy">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies that the designated feature destroys an instance of the classifier to which the feature is attached."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_BehavioralFeature"
ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//BehavioralFeature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Document" eSuperTypes="#//File">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A specific kind of file that is not an «Executable», «Library», «Script» or «Source». Subclass of «File»."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact">
<eAnnotations source="redefines" references="#//File/base_Artifact"/>
</contents>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="File" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A physical file in the context of the system developed."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Artifact" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A persistent information component representing a business concept."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Executable" eSuperTypes="#//File">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A program file that can be executed on a computer system. Subclass of «File»."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact">
<eAnnotations source="redefines" references="#//File/base_Artifact"/>
</contents>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Focus">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class that defines the core logic or control flow for one or more auxiliary classes that support it. Support classes may be defined explicitly using Auxiliary classes or implicitly as clients of dependency relationships whose supplier is a focus class. Focus classes are typically used together with one or more Auxiliary classes, and are particularly useful for specifying the core business logic or control flow of components during design. See also: «Auxiliary»."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Framework">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A package that contains model elements that specify a reusable architecture for all or part of a system. Frameworks typically include classes, patterns, or templates. When frameworks are specialized for an application domain they are sometimes referred to as application frameworks."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Package" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Implement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A component definition that is not intended to have a specification itself. Rather, it is an implementation for a separate «Specification» to which it has a Dependency."/>
</eAnnotations>
<eOperations name="implements_specification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Component.clientDependency.supplier->select(oclIsKindOf(Classifier)).oclAsType(Classifier).extension_Specificaiton->notEmpty()"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImplementationClass">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The implementation of a class in some programming language (e.g., C++, Smalltalk, Java) in which an instance may not have more than one class. This is in contrast to Class, for which an instance may have multiple classes at one time and may gain or lose classes over time, and an object (a child of instance) may dynamically have multiple classes. An Implementation class is said to realize a Classifier if it provides all of the operations defined for the Classifier with the same behavior as specified for the Classifier's operations. An Implementation Class may realize a number of different Types. Note that the physical attributes and associations of the Implementation class do not have to be the same as those of any Classifier it realizes and that the Implementation Class may provide methods for its operations in terms of its physical attributes and associations. See also: «Type»."/>
</eAnnotations>
<eOperations name="cannot_be_realization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Class.extension_Realization->isEmpty()"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instantiate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A usage dependency among classifiers indicating that operations on the client create instances of the supplier."/>
</eAnnotations>
<eOperations name="client_and_supplier_are_classifiers" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Usage.client->forAll(oclIsKindOf(Classifier)) and self.base_Usage.supplier->forAll(oclIsKindOf(Classifier))"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Usage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#//File">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A static or dynamic library file. Subclass of «File»."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact">
<eAnnotations source="redefines" references="#//File/base_Artifact"/>
</contents>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metaclass">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class whose instances are also classes."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelLibrary">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A package that contains model elements that are intended to be reused by other packages. Model libraries are frequently used in conjunction with applied profiles. This is expressed by defining a dependency between a profile and a model library package, or by defining a model library as contained in a profile package. The classes in a model library are not stereotypes and tagged definitions extending the metamodel. A model library is analogous to a class library in some programming languages. When a model library is defined as a part of a profile, it is imported or deleted with the application or removal of the profile. The profile is implicitly applied to its model library. In the other case, when the model library is defined as an external package imported by a profile, the profile requires that the model library be there in the model at the stage of the profile application. The application or the removal of the profile does not affect the presence of the model library elements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Package" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Process">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A transaction based component."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Realization">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A classifier that specifies a domain of objects and that also defines the physical implementation of those objects. For example, a Component stereotyped by «realization» will only have realizing Classifiers that implement behavior specified by a separate «Specification» Component. See «specification». This differs from «ImplementationClass» because an «ImplementationClass» is a realization of a Class that can have features such as attributes and methods that are useful to system designers."/>
</eAnnotations>
<eOperations name="cannot_be_implementationClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Classifier.extension_ImplementationClass->isEmpty()"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Classifier" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Classifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Refine">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies a refinement relationship between model elements at different semantic levels, such as analysis and design. The mapping specifies the relationship between the two elements or sets of elements. The mapping may or may not be computable, and it may be unidirectional or bidirectional. Refinement can be used to model transformations from analysis to design and other such changes."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Abstraction" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Abstraction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Responsibility">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A contract or an obligation of an element in its relationship to other elements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Usage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Script" eSuperTypes="#//File">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A script file that can be interpreted by a computer system. Subclass of «File»."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact">
<eAnnotations source="redefines" references="#//File/base_Artifact"/>
</contents>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Send">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A usage dependency whose client is an operation and whose supplier is a signal, specifying that the client sends the supplier signal."/>
</eAnnotations>
<eOperations name="client_operation_sends_supplier_signal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Usage.client->forAll(oclIsKindOf(Operation)) and self.base_Usage.supplier->forAll(oclIsKindOf(Signal))"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Usage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A stateless, functional component (computes a value)."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Source" eSuperTypes="#//File">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A source file that can be compiled into an executable file. Subclass of «File»."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact">
<eAnnotations source="redefines" references="#//File/base_Artifact"/>
</contents>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Specification">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class that specifies a domain of objects together with the operations applicable to the objects, without defining the physical implementation of those objects. However, it may have attributes and associations. Behavioral specifications for type operations may be expressed using, for example, activity diagrams. An object may have at most one implementation class, however it may conform to multiple different types. See also: «ImplementationClass»."/>
</eAnnotations>
<eOperations name="cannot_be_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Classifier.extension_Type->isEmpty()"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Classifier" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Classifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Subsystem">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A unit of hierarchical decomposition for large systems. A subsystem is commonly instantiated indirectly. Definitions of subsystems vary widely among domains and methods, and it is expected that domain and method profiles will specialize this construct. A subsystem may be defined to have specification and realization elements. See also: «Specification» and «Realization»."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trace">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies a trace relationship between model elements or sets of model elements that represent the same concept in different models. Traces are mainly used for tracking requirements and changes across models. Since model changes can occur in both directions, the directionality of the dependency can often be ignored. The mapping specifies the relationship between the two, but it is rarely computable and is usually informal."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Abstraction" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Abstraction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class that specifies a domain of objects together with the operations applicable to the objects, without defining the physical implementation of those objects. However, it may have attributes and associations. Behavioral specifications for type operations may be expressed using, for example, activity diagrams. An object may have at most one implementation class, however it may conform to multiple different types. See also: «ImplementationClass»."/>
</eAnnotations>
<eOperations name="cannot_be_specification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Class.extension_Specification->isEmpty()"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Utility">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class that has no instances, but rather denotes a named collection of static attributes and static operations, all of which are class-scoped."/>
</eAnnotations>
<eOperations name="is_utility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Class.feature->forAll(isStatic)"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/creckord/org.eclipse.uml2/plugins/org.eclipse.uml2.uml.profile.l2/model/L2.ecore | ecore | l2
Auxiliary
base_Class
Call
client_and_supplier_are_operations
diagnostics
context
base_Usage
Create
client_and_supplier_are_classifiers
diagnostics
context
base_BehavioralFeature
base_Usage
Derive
base_Abstraction
computation
Destroy
base_BehavioralFeature
Document
base_Artifact
File
base_Artifact
Entity
base_Component
Executable
base_Artifact
Focus
base_Class
Framework
base_Package
Implement
implements_specification
diagnostics
context
base_Component
ImplementationClass
cannot_be_realization
diagnostics
context
base_Class
Instantiate
client_and_supplier_are_classifiers
diagnostics
context
base_Usage
Library
base_Artifact
Metaclass
base_Class
ModelLibrary
base_Package
Process
base_Component
Realization
cannot_be_implementationClass
diagnostics
context
base_Classifier
Refine
base_Abstraction
Responsibility
base_Usage
Script
base_Artifact
Send
client_operation_sends_supplier_signal
diagnostics
context
base_Usage
Service
base_Component
Source
base_Artifact
Specification
cannot_be_type
diagnostics
context
base_Classifier
Subsystem
base_Component
Trace
base_Abstraction
Type
cannot_be_specification
diagnostics
context
base_Class
Utility
is_utility
diagnostics
context
base_Class | null | {"directed":true,"nodes":[{"nsPrefix":"l2","nsURI":"http://www.eclipse.org/uml2/4.0.0/UML/Profile/L2","name":"l2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Auxiliary","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Create","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Derive","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Destroy","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Document","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Executable","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Focus","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Framework","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationClass","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instantiate","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metaclass","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelLibrary","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Refine","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Responsibility","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Script","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Send","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specification","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subsystem","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Utility","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"client_and_supplier_are_operations","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"client_and_supplier_are_classifiers","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_BehavioralFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EParameter"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"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":true,"name":"base_Abstraction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"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":"computation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_BehavioralFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"implements_specification","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EParameter"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cannot_be_realization","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"client_and_supplier_are_classifiers","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EParameter"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cannot_be_implementationClass","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EParameter"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Abstraction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"client_operation_sends_supplier_signal","lowerBound":0,"id":131,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EParameter"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"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":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cannot_be_type","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EParameter"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Abstraction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cannot_be_specification","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":164,"many":false,"required":false,"eClass":"EParameter"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"is_utility","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EParameter"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":31},{"source":31,"target":32},{"source":31,"target":1},{"source":2,"target":0},{"source":2,"target":33},{"source":2,"target":34},{"source":33,"target":35},{"source":33,"target":2},{"source":33,"target":36},{"source":33,"target":37},{"source":36,"target":38},{"source":36,"target":33},{"source":37,"target":39},{"source":37,"target":33},{"source":39,"target":40},{"source":39,"target":41},{"source":34,"target":42},{"source":34,"target":2},{"source":3,"target":0},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":43,"target":46},{"source":43,"target":3},{"source":43,"target":47},{"source":43,"target":48},{"source":47,"target":49},{"source":47,"target":43},{"source":48,"target":50},{"source":48,"target":43},{"source":50,"target":51},{"source":50,"target":52},{"source":44,"target":53},{"source":44,"target":3},{"source":45,"target":54},{"source":45,"target":3},{"source":4,"target":0},{"source":4,"target":55},{"source":4,"target":56},{"source":55,"target":57},{"source":55,"target":4},{"source":56,"target":58},{"source":56,"target":4},{"source":5,"target":0},{"source":5,"target":59},{"source":59,"target":60},{"source":59,"target":5},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":61},{"source":62,"target":63},{"source":61,"target":7},{"source":7,"target":0},{"source":7,"target":64},{"source":64,"target":65},{"source":64,"target":7},{"source":8,"target":0},{"source":8,"target":66},{"source":66,"target":67},{"source":66,"target":8},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":68},{"source":69,"target":70},{"source":68,"target":7},{"source":10,"target":0},{"source":10,"target":71},{"source":71,"target":72},{"source":71,"target":10},{"source":11,"target":0},{"source":11,"target":73},{"source":73,"target":74},{"source":73,"target":11},{"source":12,"target":0},{"source":12,"target":75},{"source":12,"target":76},{"source":75,"target":77},{"source":75,"target":12},{"source":75,"target":78},{"source":75,"target":79},{"source":78,"target":80},{"source":78,"target":75},{"source":79,"target":81},{"source":79,"target":75},{"source":81,"target":82},{"source":81,"target":83},{"source":76,"target":84},{"source":76,"target":12},{"source":13,"target":0},{"source":13,"target":85},{"source":13,"target":86},{"source":85,"target":87},{"source":85,"target":13},{"source":85,"target":88},{"source":85,"target":89},{"source":88,"target":90},{"source":88,"target":85},{"source":89,"target":91},{"source":89,"target":85},{"source":91,"target":92},{"source":91,"target":93},{"source":86,"target":94},{"source":86,"target":13},{"source":14,"target":0},{"source":14,"target":95},{"source":14,"target":96},{"source":95,"target":97},{"source":95,"target":14},{"source":95,"target":98},{"source":95,"target":99},{"source":98,"target":100},{"source":98,"target":95},{"source":99,"target":101},{"source":99,"target":95},{"source":101,"target":102},{"source":101,"target":103},{"source":96,"target":104},{"source":96,"target":14},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":105},{"source":106,"target":107},{"source":105,"target":7},{"source":16,"target":0},{"source":16,"target":108},{"source":108,"target":109},{"source":108,"target":16},{"source":17,"target":0},{"source":17,"target":110},{"source":110,"target":111},{"source":110,"target":17},{"source":18,"target":0},{"source":18,"target":112},{"source":112,"target":113},{"source":112,"target":18},{"source":19,"target":0},{"source":19,"target":114},{"source":19,"target":115},{"source":114,"target":116},{"source":114,"target":19},{"source":114,"target":117},{"source":114,"target":118},{"source":117,"target":119},{"source":117,"target":114},{"source":118,"target":120},{"source":118,"target":114},{"source":120,"target":121},{"source":120,"target":122},{"source":115,"target":123},{"source":115,"target":19},{"source":20,"target":0},{"source":20,"target":124},{"source":124,"target":125},{"source":124,"target":20},{"source":21,"target":0},{"source":21,"target":126},{"source":126,"target":127},{"source":126,"target":21},{"source":22,"target":0},{"source":22,"target":7},{"source":22,"target":128},{"source":129,"target":130},{"source":128,"target":7},{"source":23,"target":0},{"source":23,"target":131},{"source":23,"target":132},{"source":131,"target":133},{"source":131,"target":23},{"source":131,"target":134},{"source":131,"target":135},{"source":134,"target":136},{"source":134,"target":131},{"source":135,"target":137},{"source":135,"target":131},{"source":137,"target":138},{"source":137,"target":139},{"source":132,"target":140},{"source":132,"target":23},{"source":24,"target":0},{"source":24,"target":141},{"source":141,"target":142},{"source":141,"target":24},{"source":25,"target":0},{"source":25,"target":7},{"source":25,"target":143},{"source":144,"target":145},{"source":143,"target":7},{"source":26,"target":0},{"source":26,"target":146},{"source":26,"target":147},{"source":146,"target":148},{"source":146,"target":26},{"source":146,"target":149},{"source":146,"target":150},{"source":149,"target":151},{"source":149,"target":146},{"source":150,"target":152},{"source":150,"target":146},{"source":152,"target":153},{"source":152,"target":154},{"source":147,"target":155},{"source":147,"target":26},{"source":27,"target":0},{"source":27,"target":156},{"source":156,"target":157},{"source":156,"target":27},{"source":28,"target":0},{"source":28,"target":158},{"source":158,"target":159},{"source":158,"target":28},{"source":29,"target":0},{"source":29,"target":160},{"source":29,"target":161},{"source":160,"target":162},{"source":160,"target":29},{"source":160,"target":163},{"source":160,"target":164},{"source":163,"target":165},{"source":163,"target":160},{"source":164,"target":166},{"source":164,"target":160},{"source":166,"target":167},{"source":166,"target":168},{"source":161,"target":169},{"source":161,"target":29},{"source":30,"target":0},{"source":30,"target":170},{"source":30,"target":171},{"source":170,"target":172},{"source":170,"target":30},{"source":170,"target":173},{"source":170,"target":174},{"source":173,"target":175},{"source":173,"target":170},{"source":174,"target":176},{"source":174,"target":170},{"source":176,"target":177},{"source":176,"target":178},{"source":171,"target":179},{"source":171,"target":30}],"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="Gra2MoL"
nsURI="http://gts.inf.um.es/modernization/Gra2MoL" nsPrefix="Gra2MoL">
<eSubpackages name="Core" nsURI="http://gts.inf.um.es/modernization/gra2mol/core"
nsPrefix="Core">
<eClassifiers xsi:type="ecore:EClass" name="ViewDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceGrammar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetMetamodel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hashes" upperBound="-1"
eType="#//Core/Hash" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1"
eType="#//Core/Rule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Core/RuleType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1"
eType="#//Core/FromElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Core/ToElement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="context" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="queries" upperBound="-1"
eType="#//Query/QueryUnit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inits" eType="#//Core/InitUnitGroup"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RuleType">
<eLiterals name="NORMAL"/>
<eLiterals name="SKIP" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FromElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" eType="#//Query/FilterUnit"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitUnit"/>
<eClassifiers xsi:type="ecore:EClass" name="InitUnitElement" eSuperTypes="#//Core/InitUnit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="element" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extension" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Core/InitUnitElementValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitUnitElementValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Core/InitUnitElementValueType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1"
eType="#//Core/Parameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="InitUnitElementValueType">
<eLiterals name="VALUE"/>
<eLiterals name="QUERY_RESULT" value="1"/>
<eLiterals name="QUERY_ACCESS" value="2"/>
<eLiterals name="OPERATION_CONCAT" value="3"/>
<eLiterals name="OPERATION_CREATION" value="4"/>
<eLiterals name="HASH" value="5" literal="HASH"/>
<eLiterals name="OPERATION_EXTRACT" value="6" literal="OPERATION_CODE"/>
<eLiterals name="OPERATION_CALL" value="7"/>
<eLiterals name="OPERATION_REMOVE_QUOTES" value="8" literal="OPERATION_REMOVE_QUOTES"/>
<eLiterals name="OPERATION_EXTRACTID" value="9"/>
<eLiterals name="SKIP" value="10"/>
<eLiterals name="OPERATION_COUNT" value="11" literal="OPERATION_COUNT"/>
<eLiterals name="OPERATION_CONVERTH2S" value="12" literal="OPERATION_CONVERTH2S"/>
<eLiterals name="OPERATION_EXTENSION" value="13"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitUnitGroup" eSuperTypes="#//Core/InitUnit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Core/InitUnitGroupType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inits" upperBound="-1"
eType="#//Core/InitUnit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Query/FilterExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="InitUnitGroupType">
<eLiterals name="NORMAL"/>
<eLiterals name="IF" value="1"/>
<eLiterals name="ELSE" value="2" literal="ELSE"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valuePosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extensionPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Core/ParameterType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ParameterType">
<eLiterals name="STRING_VALUE" literal="STRING_VALUE"/>
<eLiterals name="NUMBER_VALUE" value="1" literal="NUMBER_VALUE"/>
<eLiterals name="QUERY_ACCESS" value="2" literal="QUERY_ACCESS"/>
<eLiterals name="VARIABLE" value="3"/>
<eLiterals name="MULTIPLE" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Hash">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1"
eType="#//Core/HashValue" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HashValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fromElement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fromElementType" eType="#//Core/HashValueType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toElement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toElementType" eType="#//Core/HashValueType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="HashValueType">
<eLiterals name="VALUE"/>
<eLiterals name="GRAMMAR_ELEMENT" value="1"/>
<eLiterals name="METAMODEL_ELEMENT" value="2"/>
<eLiterals name="DEFAULT" value="3" literal="DEFAULT"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="Query" nsURI="http://gts.inf.um.es/modernization/gra2mol/query"
nsPrefix="Query">
<eClassifiers xsi:type="ecore:EClass" name="QueryUnit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cast" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" eType="#//Query/FilterUnit"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="control" eType="#//Query/QueryControl"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QueryControl"/>
<eClassifiers xsi:type="ecore:EClass" name="QueryControlFor" eSuperTypes="#//Query/QueryControl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="queryVariable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QueryControlGreater" eSuperTypes="#//Query/QueryControl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nodePosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilterUnit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Query/FilterType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="#//Query/FilterOperationType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//Query/QueryElement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Query/FilterExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//Query/FilterUnit"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="position" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FilterType">
<eLiterals name="DIRECT" literal="DIRECT"/>
<eLiterals name="INDIRECT" value="1" literal="INDIRECT"/>
<eLiterals name="RECURSIVE" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FilterOperationType">
<eLiterals name="NORMAL" literal="NORMAL"/>
<eLiterals name="POSITION" value="1" literal="POSITION"/>
<eLiterals name="UNIQUE" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QueryElement">
<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="#//Query/QueryElementType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mark" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="QueryElementType">
<eLiterals name="NODE" literal="NODE"/>
<eLiterals name="LEAF" value="1"/>
<eLiterals name="TOKEN" value="2" literal="TOKEN"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilterExpression" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="FilterExpressionComplex" eSuperTypes="#//Query/FilterExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//Query/FilterExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Query/FilterExpressionType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FilterExpressionType">
<eLiterals name="AND" literal="AND"/>
<eLiterals name="OR" value="1" literal="OR"/>
<eLiterals name="NOT" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilterExpressionUnit" eSuperTypes="#//Query/FilterExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//Query/ExpressionElement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="#//Query/OperationType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="global" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Core/Parameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionElement">
<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="#//Query/ExpressionElementType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="position" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ExpressionElementType">
<eLiterals name="LEAF"/>
<eLiterals name="TOKEN" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OperationType">
<eLiterals name="EQUALS"/>
<eLiterals name="EXISTS" value="1"/>
<eLiterals name="CHECK" value="2"/>
<eLiterals name="HASRESULTS" value="4"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/jlcanovas/gra2mol/examples/Grammar2Model.examples.PLSQL2ASTMModel/metamodels/Gra2MoL.ecore | ecore | Gra2MoL
Core
ViewDefinition
name
sourceGrammar
targetMetamodel
hashes
rules
Rule
type
name
from
to
context
queries
inits
RuleType
NORMAL
NORMAL
SKIP
SKIP
FromElement
name
filter
alias
ToElement
name
alias
InitUnit
InitUnitElement
element
extension
value
InitUnitElementValue
type
value
extension
params
InitUnitElementValueType
VALUE
VALUE
QUERY_RESULT
QUERY_RESULT
QUERY_ACCESS
QUERY_ACCESS
OPERATION_CONCAT
OPERATION_CONCAT
OPERATION_CREATION
OPERATION_CREATION
HASH
HASH
OPERATION_EXTRACT
OPERATION_CODE
OPERATION_CALL
OPERATION_CALL
OPERATION_REMOVE_QUOTES
OPERATION_REMOVE_QUOTES
OPERATION_EXTRACTID
OPERATION_EXTRACTID
SKIP
SKIP
OPERATION_COUNT
OPERATION_COUNT
OPERATION_CONVERTH2S
OPERATION_CONVERTH2S
OPERATION_EXTENSION
OPERATION_EXTENSION
InitUnitGroup
type
inits
expression
InitUnitGroupType
NORMAL
NORMAL
IF
IF
ELSE
ELSE
Parameter
value
valuePosition
extension
extensionPosition
type
ParameterType
STRING_VALUE
STRING_VALUE
NUMBER_VALUE
NUMBER_VALUE
QUERY_ACCESS
QUERY_ACCESS
VARIABLE
VARIABLE
MULTIPLE
MULTIPLE
Hash
name
content
HashValue
fromElement
fromElementType
toElement
toElementType
HashValueType
VALUE
VALUE
GRAMMAR_ELEMENT
GRAMMAR_ELEMENT
METAMODEL_ELEMENT
METAMODEL_ELEMENT
DEFAULT
DEFAULT
Query
QueryUnit
variable
cast
filter
control
QueryControl
QueryControlFor
variable
queryVariable
QueryControlGreater
variable
nodeId
nodePosition
FilterUnit
type
operation
element
expression
next
position
FilterType
DIRECT
DIRECT
INDIRECT
INDIRECT
RECURSIVE
RECURSIVE
FilterOperationType
NORMAL
NORMAL
POSITION
POSITION
UNIQUE
UNIQUE
QueryElement
name
type
mark
QueryElementType
NODE
NODE
LEAF
LEAF
TOKEN
TOKEN
FilterExpression
FilterExpressionComplex
expressions
type
FilterExpressionType
AND
AND
OR
OR
NOT
NOT
FilterExpressionUnit
element
operation
global
parameters
ExpressionElement
name
type
position
ExpressionElementType
LEAF
LEAF
TOKEN
TOKEN
OperationType
EQUALS
EQUALS
EXISTS
EXISTS
CHECK
CHECK
HASRESULTS
HASRESULTS | null | {"directed":true,"nodes":[{"nsPrefix":"Gra2MoL","nsURI":"http://gts.inf.um.es/modernization/Gra2MoL","name":"Gra2MoL","id":0,"eClass":"EPackage"},{"nsPrefix":"Core","nsURI":"http://gts.inf.um.es/modernization/gra2mol/core","name":"Core","id":1,"eClass":"EPackage"},{"nsPrefix":"Query","nsURI":"http://gts.inf.um.es/modernization/gra2mol/query","name":"Query","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewDefinition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RuleType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromElement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToElement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitUnit","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitUnitElement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitUnitElementValue","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InitUnitElementValueType","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitUnitGroup","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InitUnitGroupType","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterType","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hash","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HashValue","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HashValueType","instanceClass":null,"id":18,"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":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":"sourceGrammar","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":"targetMetamodel","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":"hashes","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":"rules","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"},{"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":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"context","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":"queries","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":"inits","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryUnit","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"name":"NORMAL","id":44,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"SKIP","id":45,"value":1,"literal":"SKIP","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":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":"filter","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":"alias","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterUnit","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"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":"element","changeable":true,"lowerBound":0,"iD":false,"id":57,"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":"extension","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"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},{"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":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":"extension","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","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"},{"name":"VALUE","id":72,"value":0,"literal":"VALUE","eClass":"EEnumLiteral"},{"name":"QUERY_RESULT","id":73,"value":1,"literal":"QUERY_RESULT","eClass":"EEnumLiteral"},{"name":"QUERY_ACCESS","id":74,"value":2,"literal":"QUERY_ACCESS","eClass":"EEnumLiteral"},{"name":"OPERATION_CONCAT","id":75,"value":3,"literal":"OPERATION_CONCAT","eClass":"EEnumLiteral"},{"name":"OPERATION_CREATION","id":76,"value":4,"literal":"OPERATION_CREATION","eClass":"EEnumLiteral"},{"name":"HASH","id":77,"value":5,"literal":"HASH","eClass":"EEnumLiteral"},{"name":"OPERATION_EXTRACT","id":78,"value":6,"literal":"OPERATION_CODE","eClass":"EEnumLiteral"},{"name":"OPERATION_CALL","id":79,"value":7,"literal":"OPERATION_CALL","eClass":"EEnumLiteral"},{"name":"OPERATION_REMOVE_QUOTES","id":80,"value":8,"literal":"OPERATION_REMOVE_QUOTES","eClass":"EEnumLiteral"},{"name":"OPERATION_EXTRACTID","id":81,"value":9,"literal":"OPERATION_EXTRACTID","eClass":"EEnumLiteral"},{"name":"SKIP","id":82,"value":10,"literal":"SKIP","eClass":"EEnumLiteral"},{"name":"OPERATION_COUNT","id":83,"value":11,"literal":"OPERATION_COUNT","eClass":"EEnumLiteral"},{"name":"OPERATION_CONVERTH2S","id":84,"value":12,"literal":"OPERATION_CONVERTH2S","eClass":"EEnumLiteral"},{"name":"OPERATION_EXTENSION","id":85,"value":13,"literal":"OPERATION_EXTENSION","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":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterExpression","instanceClass":null,"abstract":true,"id":92,"interface":false,"eClass":"EClass"},{"id":93,"eClass":"EGenericType"},{"name":"NORMAL","id":94,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"IF","id":95,"value":1,"literal":"IF","eClass":"EEnumLiteral"},{"name":"ELSE","id":96,"value":2,"literal":"ELSE","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":"value","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":"valuePosition","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extension","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extensionPosition","changeable":true,"lowerBound":0,"iD":false,"id":100,"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":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"name":"STRING_VALUE","id":107,"value":0,"literal":"STRING_VALUE","eClass":"EEnumLiteral"},{"name":"NUMBER_VALUE","id":108,"value":1,"literal":"NUMBER_VALUE","eClass":"EEnumLiteral"},{"name":"QUERY_ACCESS","id":109,"value":2,"literal":"QUERY_ACCESS","eClass":"EEnumLiteral"},{"name":"VARIABLE","id":110,"value":3,"literal":"VARIABLE","eClass":"EEnumLiteral"},{"name":"MULTIPLE","id":111,"value":4,"literal":"MULTIPLE","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":112,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fromElement","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fromElementType","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":"toElement","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toElementType","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"name":"VALUE","id":124,"value":0,"literal":"VALUE","eClass":"EEnumLiteral"},{"name":"GRAMMAR_ELEMENT","id":125,"value":1,"literal":"GRAMMAR_ELEMENT","eClass":"EEnumLiteral"},{"name":"METAMODEL_ELEMENT","id":126,"value":2,"literal":"METAMODEL_ELEMENT","eClass":"EEnumLiteral"},{"name":"DEFAULT","id":127,"value":3,"literal":"DEFAULT","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryControl","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryControlFor","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryControlGreater","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FilterType","instanceClass":null,"id":131,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FilterOperationType","instanceClass":null,"id":132,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryElement","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"QueryElementType","instanceClass":null,"id":134,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterExpressionComplex","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FilterExpressionType","instanceClass":null,"id":136,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterExpressionUnit","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionElement","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExpressionElementType","instanceClass":null,"id":139,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperationType","instanceClass":null,"id":140,"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":"variable","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":"cast","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"control","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"queryVariable","changeable":true,"lowerBound":0,"iD":false,"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":"variable","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nodeId","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":"nodePosition","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":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":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"name":"DIRECT","id":173,"value":0,"literal":"DIRECT","eClass":"EEnumLiteral"},{"name":"INDIRECT","id":174,"value":1,"literal":"INDIRECT","eClass":"EEnumLiteral"},{"name":"RECURSIVE","id":175,"value":2,"literal":"RECURSIVE","eClass":"EEnumLiteral"},{"name":"NORMAL","id":176,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"POSITION","id":177,"value":1,"literal":"POSITION","eClass":"EEnumLiteral"},{"name":"UNIQUE","id":178,"value":2,"literal":"UNIQUE","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":179,"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":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mark","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"name":"NODE","id":185,"value":0,"literal":"NODE","eClass":"EEnumLiteral"},{"name":"LEAF","id":186,"value":1,"literal":"LEAF","eClass":"EEnumLiteral"},{"name":"TOKEN","id":187,"value":2,"literal":"TOKEN","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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"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":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"name":"AND","id":193,"value":0,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":194,"value":1,"literal":"OR","eClass":"EEnumLiteral"},{"name":"NOT","id":195,"value":2,"literal":"NOT","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":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"global","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"ordered":true,"upperBound":1,"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":206,"derived":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":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"name":"LEAF","id":211,"value":0,"literal":"LEAF","eClass":"EEnumLiteral"},{"name":"TOKEN","id":212,"value":1,"literal":"TOKEN","eClass":"EEnumLiteral"},{"name":"EQUALS","id":213,"value":0,"literal":"EQUALS","eClass":"EEnumLiteral"},{"name":"EXISTS","id":214,"value":1,"literal":"EXISTS","eClass":"EEnumLiteral"},{"name":"CHECK","id":215,"value":2,"literal":"CHECK","eClass":"EEnumLiteral"},{"name":"HASRESULTS","id":216,"value":4,"literal":"HASRESULTS","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":0},{"source":3,"target":1},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":19,"target":24},{"source":19,"target":3},{"source":20,"target":25},{"source":20,"target":3},{"source":21,"target":26},{"source":21,"target":3},{"source":22,"target":16},{"source":22,"target":27},{"source":22,"target":3},{"source":27,"target":16},{"source":23,"target":4},{"source":23,"target":28},{"source":23,"target":3},{"source":28,"target":4},{"source":4,"target":1},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":29,"target":5},{"source":29,"target":36},{"source":29,"target":4},{"source":36,"target":5},{"source":30,"target":37},{"source":30,"target":4},{"source":31,"target":6},{"source":31,"target":38},{"source":31,"target":4},{"source":38,"target":6},{"source":32,"target":7},{"source":32,"target":39},{"source":32,"target":4},{"source":39,"target":7},{"source":33,"target":40},{"source":33,"target":4},{"source":34,"target":41},{"source":34,"target":42},{"source":34,"target":4},{"source":42,"target":41},{"source":35,"target":12},{"source":35,"target":43},{"source":35,"target":4},{"source":43,"target":12},{"source":5,"target":1},{"source":5,"target":44},{"source":5,"target":45},{"source":44,"target":5},{"source":45,"target":5},{"source":6,"target":1},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":46,"target":49},{"source":46,"target":6},{"source":47,"target":50},{"source":47,"target":51},{"source":47,"target":6},{"source":51,"target":50},{"source":48,"target":52},{"source":48,"target":6},{"source":7,"target":1},{"source":7,"target":53},{"source":7,"target":54},{"source":53,"target":55},{"source":53,"target":7},{"source":54,"target":56},{"source":54,"target":7},{"source":8,"target":1},{"source":9,"target":1},{"source":9,"target":8},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":57,"target":61},{"source":57,"target":9},{"source":58,"target":62},{"source":58,"target":9},{"source":59,"target":10},{"source":59,"target":63},{"source":59,"target":9},{"source":63,"target":10},{"source":60,"target":8},{"source":10,"target":1},{"source":10,"target":64},{"source":10,"target":65},{"source":10,"target":66},{"source":10,"target":67},{"source":64,"target":11},{"source":64,"target":68},{"source":64,"target":10},{"source":68,"target":11},{"source":65,"target":69},{"source":65,"target":10},{"source":66,"target":70},{"source":66,"target":10},{"source":67,"target":14},{"source":67,"target":71},{"source":67,"target":10},{"source":71,"target":14},{"source":11,"target":1},{"source":11,"target":72},{"source":11,"target":73},{"source":11,"target":74},{"source":11,"target":75},{"source":11,"target":76},{"source":11,"target":77},{"source":11,"target":78},{"source":11,"target":79},{"source":11,"target":80},{"source":11,"target":81},{"source":11,"target":82},{"source":11,"target":83},{"source":11,"target":84},{"source":11,"target":85},{"source":72,"target":11},{"source":73,"target":11},{"source":74,"target":11},{"source":75,"target":11},{"source":76,"target":11},{"source":77,"target":11},{"source":78,"target":11},{"source":79,"target":11},{"source":80,"target":11},{"source":81,"target":11},{"source":82,"target":11},{"source":83,"target":11},{"source":84,"target":11},{"source":85,"target":11},{"source":12,"target":1},{"source":12,"target":8},{"source":12,"target":86},{"source":12,"target":87},{"source":12,"target":88},{"source":12,"target":89},{"source":86,"target":13},{"source":86,"target":90},{"source":86,"target":12},{"source":90,"target":13},{"source":87,"target":8},{"source":87,"target":91},{"source":87,"target":12},{"source":91,"target":8},{"source":88,"target":92},{"source":88,"target":93},{"source":88,"target":12},{"source":93,"target":92},{"source":89,"target":8},{"source":13,"target":1},{"source":13,"target":94},{"source":13,"target":95},{"source":13,"target":96},{"source":94,"target":13},{"source":95,"target":13},{"source":96,"target":13},{"source":14,"target":1},{"source":14,"target":97},{"source":14,"target":98},{"source":14,"target":99},{"source":14,"target":100},{"source":14,"target":101},{"source":97,"target":102},{"source":97,"target":14},{"source":98,"target":103},{"source":98,"target":14},{"source":99,"target":104},{"source":99,"target":14},{"source":100,"target":105},{"source":100,"target":14},{"source":101,"target":15},{"source":101,"target":106},{"source":101,"target":14},{"source":106,"target":15},{"source":15,"target":1},{"source":15,"target":107},{"source":15,"target":108},{"source":15,"target":109},{"source":15,"target":110},{"source":15,"target":111},{"source":107,"target":15},{"source":108,"target":15},{"source":109,"target":15},{"source":110,"target":15},{"source":111,"target":15},{"source":16,"target":1},{"source":16,"target":112},{"source":16,"target":113},{"source":112,"target":114},{"source":112,"target":16},{"source":113,"target":17},{"source":113,"target":115},{"source":113,"target":16},{"source":115,"target":17},{"source":17,"target":1},{"source":17,"target":116},{"source":17,"target":117},{"source":17,"target":118},{"source":17,"target":119},{"source":116,"target":120},{"source":116,"target":17},{"source":117,"target":18},{"source":117,"target":121},{"source":117,"target":17},{"source":121,"target":18},{"source":118,"target":122},{"source":118,"target":17},{"source":119,"target":18},{"source":119,"target":123},{"source":119,"target":17},{"source":123,"target":18},{"source":18,"target":1},{"source":18,"target":124},{"source":18,"target":125},{"source":18,"target":126},{"source":18,"target":127},{"source":124,"target":18},{"source":125,"target":18},{"source":126,"target":18},{"source":127,"target":18},{"source":2,"target":41},{"source":2,"target":128},{"source":2,"target":129},{"source":2,"target":130},{"source":2,"target":50},{"source":2,"target":131},{"source":2,"target":132},{"source":2,"target":133},{"source":2,"target":134},{"source":2,"target":92},{"source":2,"target":135},{"source":2,"target":136},{"source":2,"target":137},{"source":2,"target":138},{"source":2,"target":139},{"source":2,"target":140},{"source":2,"target":0},{"source":41,"target":2},{"source":41,"target":141},{"source":41,"target":142},{"source":41,"target":143},{"source":41,"target":144},{"source":141,"target":145},{"source":141,"target":41},{"source":142,"target":146},{"source":142,"target":41},{"source":143,"target":50},{"source":143,"target":147},{"source":143,"target":41},{"source":147,"target":50},{"source":144,"target":128},{"source":144,"target":148},{"source":144,"target":41},{"source":148,"target":128},{"source":128,"target":2},{"source":129,"target":2},{"source":129,"target":128},{"source":129,"target":149},{"source":129,"target":150},{"source":129,"target":151},{"source":149,"target":152},{"source":149,"target":129},{"source":150,"target":153},{"source":150,"target":129},{"source":151,"target":128},{"source":130,"target":2},{"source":130,"target":128},{"source":130,"target":154},{"source":130,"target":155},{"source":130,"target":156},{"source":130,"target":157},{"source":154,"target":158},{"source":154,"target":130},{"source":155,"target":159},{"source":155,"target":130},{"source":156,"target":160},{"source":156,"target":130},{"source":157,"target":128},{"source":50,"target":2},{"source":50,"target":161},{"source":50,"target":162},{"source":50,"target":163},{"source":50,"target":164},{"source":50,"target":165},{"source":50,"target":166},{"source":161,"target":131},{"source":161,"target":167},{"source":161,"target":50},{"source":167,"target":131},{"source":162,"target":132},{"source":162,"target":168},{"source":162,"target":50},{"source":168,"target":132},{"source":163,"target":133},{"source":163,"target":169},{"source":163,"target":50},{"source":169,"target":133},{"source":164,"target":92},{"source":164,"target":170},{"source":164,"target":50},{"source":170,"target":92},{"source":165,"target":50},{"source":165,"target":171},{"source":165,"target":50},{"source":171,"target":50},{"source":166,"target":172},{"source":166,"target":50},{"source":131,"target":2},{"source":131,"target":173},{"source":131,"target":174},{"source":131,"target":175},{"source":173,"target":131},{"source":174,"target":131},{"source":175,"target":131},{"source":132,"target":2},{"source":132,"target":176},{"source":132,"target":177},{"source":132,"target":178},{"source":176,"target":132},{"source":177,"target":132},{"source":178,"target":132},{"source":133,"target":2},{"source":133,"target":179},{"source":133,"target":180},{"source":133,"target":181},{"source":179,"target":182},{"source":179,"target":133},{"source":180,"target":134},{"source":180,"target":183},{"source":180,"target":133},{"source":183,"target":134},{"source":181,"target":184},{"source":181,"target":133},{"source":134,"target":2},{"source":134,"target":185},{"source":134,"target":186},{"source":134,"target":187},{"source":185,"target":134},{"source":186,"target":134},{"source":187,"target":134},{"source":92,"target":2},{"source":135,"target":2},{"source":135,"target":92},{"source":135,"target":188},{"source":135,"target":189},{"source":135,"target":190},{"source":188,"target":92},{"source":188,"target":191},{"source":188,"target":135},{"source":191,"target":92},{"source":189,"target":136},{"source":189,"target":192},{"source":189,"target":135},{"source":192,"target":136},{"source":190,"target":92},{"source":136,"target":2},{"source":136,"target":193},{"source":136,"target":194},{"source":136,"target":195},{"source":193,"target":136},{"source":194,"target":136},{"source":195,"target":136},{"source":137,"target":2},{"source":137,"target":92},{"source":137,"target":196},{"source":137,"target":197},{"source":137,"target":198},{"source":137,"target":199},{"source":137,"target":200},{"source":196,"target":138},{"source":196,"target":201},{"source":196,"target":137},{"source":201,"target":138},{"source":197,"target":140},{"source":197,"target":202},{"source":197,"target":137},{"source":202,"target":140},{"source":198,"target":203},{"source":198,"target":137},{"source":199,"target":14},{"source":199,"target":204},{"source":199,"target":137},{"source":204,"target":14},{"source":200,"target":92},{"source":138,"target":2},{"source":138,"target":205},{"source":138,"target":206},{"source":138,"target":207},{"source":205,"target":208},{"source":205,"target":138},{"source":206,"target":139},{"source":206,"target":209},{"source":206,"target":138},{"source":209,"target":139},{"source":207,"target":210},{"source":207,"target":138},{"source":139,"target":2},{"source":139,"target":211},{"source":139,"target":212},{"source":211,"target":139},{"source":212,"target":139},{"source":140,"target":2},{"source":140,"target":213},{"source":140,"target":214},{"source":140,"target":215},{"source":140,"target":216},{"source":213,"target":140},{"source":214,"target":140},{"source":215,"target":140},{"source":216,"target":140}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="deployment"
nsURI="http://eclipse.org/ocl/examples/impactanalyzer/testmodel/ngpm/deployment.ecore"
nsPrefix="deployment">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eSubpackages name="landscape" nsURI="http://eclipse.org/ocl/examples/impactanalyzer/testmodel/ngpm/deployment/landscape.ecore"
nsPrefix="deployment.landscape">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A customer may describe the system landscape in an instance of this metamodel. In particular, this describes machines, network infrastructure, as well as software components installed on each of those.

This information can be used to determine a good configuration for a customer, given a selection of solutions that the customer wants. It may also be helpful in tracking and monitoring the landscape. Ideally, landscape configuration scripts could be generated from a selection of components and a plan as to how to distribute the components across the landscape.

Landscape components (source: Nestle): OS, DB, Network, middle tier software, business applications (SAP, non-SAP, legacy)"/>
</eAnnotations>
</eSubpackages>
<eSubpackages name="cachingandreplication" nsURI="http://eclipse.org/ocl/examples/impactanalyzer/testmodel/ngpm/deployment/cachingandreplication.ecore"
nsPrefix="deployment.cachingandreplication">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Talks about, depending on a specific deployment to a landscape, what to cache where and what to replicate from where to where. This will have to be based on the quantity structure of objects and calls (what will be under which amount of stress?) and on landscape information (computing power, network bandwidth, speed, latency, ...)."/>
</eAnnotations>
</eSubpackages>
<eSubpackages name="deployment" nsURI="http://eclipse.org/ocl/examples/impactanalyzer/testmodel/ngpm/deployment/deployment.ecore"
nsPrefix="deployment">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eSubpackages name="landscape" nsURI="http:///deployment/landscape.ecore" nsPrefix="deployment.landscape">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A customer may describe the system landscape in an instance of this metamodel. In particular, this describes machines, network infrastructure, as well as software components installed on each of those.

This information can be used to determine a good configuration for a customer, given a selection of solutions that the customer wants. It may also be helpful in tracking and monitoring the landscape. Ideally, landscape configuration scripts could be generated from a selection of components and a plan as to how to distribute the components across the landscape.

Landscape components (source: Nestle): OS, DB, Network, middle tier software, business applications (SAP, non-SAP, legacy)"/>
</eAnnotations>
</eSubpackages>
<eSubpackages name="cachingandreplication" nsURI="http:///deployment/cachingandreplication.ecore"
nsPrefix="deployment.cachingandreplication">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Talks about, depending on a specific deployment to a landscape, what to cache where and what to replicate from where to where. This will have to be based on the quantity structure of objects and calls (what will be under which amount of stress?) and on landscape information (computing power, network bandwidth, speed, latency, ...)."/>
</eAnnotations>
</eSubpackages>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/lesleytong/OCL/org.eclipse.ocl/tests/org.eclipse.ocl.examples.impactanalyzer.testmodel.ngpm/model/deployment.ecore | ecore | deployment
landscape
cachingandreplication
deployment
landscape
cachingandreplication | null | {"directed":true,"nodes":[{"nsPrefix":"deployment","nsURI":"http://eclipse.org/ocl/examples/impactanalyzer/testmodel/ngpm/deployment.ecore","name":"deployment","id":0,"eClass":"EPackage"},{"nsPrefix":"deployment.landscape","nsURI":"http://eclipse.org/ocl/examples/impactanalyzer/testmodel/ngpm/deployment/landscape.ecore","name":"landscape","id":1,"eClass":"EPackage"},{"nsPrefix":"deployment.cachingandreplication","nsURI":"http://eclipse.org/ocl/examples/impactanalyzer/testmodel/ngpm/deployment/cachingandreplication.ecore","name":"cachingandreplication","id":2,"eClass":"EPackage"},{"nsPrefix":"deployment","nsURI":"http://eclipse.org/ocl/examples/impactanalyzer/testmodel/ngpm/deployment/deployment.ecore","name":"deployment","id":3,"eClass":"EPackage"},{"nsPrefix":"deployment.landscape","nsURI":"http:///deployment/landscape.ecore","name":"landscape","id":4,"eClass":"EPackage"},{"nsPrefix":"deployment.cachingandreplication","nsURI":"http:///deployment/cachingandreplication.ecore","name":"cachingandreplication","id":5,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":4},{"source":3,"target":5},{"source":3,"target":0},{"source":4,"target":3},{"source":5,"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="mdmi" nsURI="http://schema.omg.org/spec/MDMI/1.0" nsPrefix="mdmi">
<eClassifiers xsi:type="ecore:EClass" name="MessageModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="messageModelName" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="syntaxModel" ordered="false"
lowerBound="1" eType="#//MessageSyntaxModel" containment="true" eOpposite="#//MessageSyntaxModel/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementSet" ordered="false"
lowerBound="1" eType="#//SemanticElementSet" containment="true" eOpposite="#//SemanticElementSet/model"/>
<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="source" eType="#//URI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="group" ordered="false"
lowerBound="1" eType="#//MessageGroup" eOpposite="#//MessageGroup/models"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageSyntaxModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
lowerBound="1" eType="#//MessageModel" eOpposite="#//MessageModel/syntaxModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="root" ordered="false" lowerBound="1"
eType="#//Node" containment="true" eOpposite="#//Node/syntaxModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementSet" ordered="false"
lowerBound="1" eType="#//SemanticElementSet" eOpposite="#//SemanticElementSet/syntaxModel"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minOccurs" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxOccurs" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locationExpressionLanguage"
ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="syntaxModel" ordered="false"
eType="#//MessageSyntaxModel" eOpposite="#//MessageSyntaxModel/root"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="semanticElement" ordered="false"
eType="#//SemanticElement" resolveProxies="false" eOpposite="#//SemanticElement/syntaxNode">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fieldName" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSyntacticField" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Bag" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" ordered="false"
lowerBound="1" upperBound="-1" eType="#//Node" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Choice" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraintExpressionLanguage"
ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" ordered="false"
lowerBound="1" upperBound="-1" eType="#//Node" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LeafSyntaxTranslator" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="format" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="formatExpressionLanguage"
ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageGroup">
<eOperations name="getDatatype" lowerBound="1" eType="#//MDMIDatatype">
<eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="addDatatype">
<eParameters name="datatype" lowerBound="1" eType="#//MDMIDatatype"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataRules" ordered="false"
upperBound="-1" eType="#//DataRule" containment="true" eOpposite="#//DataRule/scope"/>
<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="defaultLocationExprLang"
ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultConstraintExprLang"
ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultRuleExprLang" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultFormatExpressionLanguage"
ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultOrderingExpressionLanguage"
ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false"
lowerBound="1" upperBound="-1" eType="#//MessageModel" containment="true"
eOpposite="#//MessageModel/group"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="domainDictionary" ordered="false"
lowerBound="1" eType="#//MDMIDomainDictionaryReference" containment="true"
eOpposite="#//MDMIDomainDictionaryReference/group"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultMDMIExpresionLanguage"
ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rules" ordered="false"
upperBound="-1" eType="#//DataRule" eOpposite="#//DataRule/group"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="datatypes" upperBound="-1"
eType="#//MDMIDatatype" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="datatypeMaps" upperBound="-1"
eType="#//DatatypeMap"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataRule">
<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="description" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rule" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleExpressionLanguage"
ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scope" ordered="false"
lowerBound="1" eType="#//MessageGroup" eOpposite="#//MessageGroup/dataRules"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="datatype" ordered="false"
lowerBound="1" upperBound="-1" eType="#//MDMIDatatype"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="semanticElement" ordered="false"
lowerBound="1" eType="#//SemanticElement" eOpposite="#//SemanticElement/dataRules"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="group" ordered="false"
lowerBound="1" eType="#//MessageGroup" eOpposite="#//MessageGroup/rules"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SemanticElementSet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/>
<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="messageModelName" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="syntaxModel" ordered="false"
lowerBound="1" eType="#//MessageSyntaxModel" eOpposite="#//MessageSyntaxModel/elementSet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
lowerBound="1" eType="#//MessageModel" eOpposite="#//MessageModel/elementSet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="semanticElements" ordered="false"
lowerBound="1" upperBound="-1" eType="#//SemanticElement" containment="true"
eOpposite="#//SemanticElement/elementSet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="composite" ordered="false"
upperBound="-1" eType="#//SimpleMessageComposite" containment="true" eOpposite="#//SimpleMessageComposite/elementSet"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SemanticElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/>
<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="elementType" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="datatype" ordered="false"
lowerBound="1" eType="#//MDMIDatatype">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyQualifier" ordered="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="composite" ordered="false"
eType="#//SimpleMessageComposite" eOpposite="#//SimpleMessageComposite/semanticElements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementSet" ordered="false"
lowerBound="1" eType="#//SemanticElementSet" eOpposite="#//SemanticElementSet/semanticElements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="businessRules" ordered="false"
upperBound="-1" eType="#//SemanticElementBusinessRule" containment="true"
eOpposite="#//SemanticElementBusinessRule/semanticElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataRules" ordered="false"
upperBound="-1" eType="#//DataRule" eOpposite="#//DataRule/semanticElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationships" ordered="false"
upperBound="-1" eType="#//SemanticElementRelationship" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multipleInstances" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fromMdmi" ordered="false"
lowerBound="1" upperBound="-1" eType="#//ToBusinessElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ordering" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orderingLanguage" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="computedValue" ordered="false"
eType="#//MDMIExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="computedInValue" ordered="false"
eType="#//MDMIExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toMdmi" ordered="false"
lowerBound="1" upperBound="-1" eType="#//ToSemanticElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" ordered="false"
eType="#//SemanticElement" eOpposite="#//SemanticElement/children"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false"
upperBound="-1" eType="#//SemanticElement" eOpposite="#//SemanticElement/parent">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="syntaxNode" ordered="false"
eType="#//Node" eOpposite="#//Node/semanticElement">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="computedOutValue" ordered="false"
eType="#//MDMIExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keywords" ordered="false"
upperBound="-1" eType="#//Keyword" containment="true" eOpposite="#//Keyword/owner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleMessageComposite">
<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="semanticElements" ordered="false"
lowerBound="1" upperBound="-1" eType="#//SemanticElement" eOpposite="#//SemanticElement/composite"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementSet" ordered="false"
lowerBound="1" eType="#//SemanticElementSet" eOpposite="#//SemanticElementSet/composite"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageComposite" eSuperTypes="#//SimpleMessageComposite">
<eStructuralFeatures xsi:type="ecore:EReference" name="composites" ordered="false"
upperBound="-1" eType="#//MessageComposite" eOpposite="#//MessageComposite/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false"
eType="#//MessageComposite" eOpposite="#//MessageComposite/composites"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SemanticElementBusinessRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/>
<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="rule" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleExpressionLanguage"
ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="semanticElement" ordered="false"
lowerBound="1" eType="#//SemanticElement" eOpposite="#//SemanticElement/businessRules"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SemanticElementRelationship">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/>
<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="rule" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleExpressionLanguage"
ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false"
lowerBound="1" eType="#//SemanticElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minOccurs" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxOccurs" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceIsInstance" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetIsInstance" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDMIBusinessElementReference">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/>
<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="reference" lowerBound="1"
eType="#//URI"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueIdentifier" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="businessRules" ordered="false"
upperBound="-1" eType="#//MDMIBusinessElementRule" containment="true" eOpposite="#//MDMIBusinessElementRule/businessElement">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="domainDictionaryReference"
ordered="false" lowerBound="1" eType="#//MDMIDomainDictionaryReference" eOpposite="#//MDMIDomainDictionaryReference/businessElements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceDatatype" ordered="false"
lowerBound="1" eType="#//MDMIDatatype" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enumValueSetField" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enumValueField" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enumValueDescrField" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enumValueSet" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="readonly" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDMIBusinessElementRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/>
<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="rule" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleExpressionLanguage"
ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="businessElement" ordered="false"
lowerBound="1" eType="#//MDMIBusinessElementReference" eOpposite="#//MDMIBusinessElementReference/businessRules"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToBusinessElement" eSuperTypes="#//ConversionRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="businessElement" ordered="false"
lowerBound="1" eType="#//MDMIBusinessElementReference" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rule" ordered="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"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToSemanticElement" eSuperTypes="#//ConversionRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="businessElement" ordered="false"
lowerBound="1" eType="#//MDMIBusinessElementReference" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rule" ordered="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"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConversionRule" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/>
<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="ruleExpressionLanguage"
ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDMIDomainDictionaryReference">
<eOperations name="addBusinessElement">
<eParameters name="businessElementReference" lowerBound="1" eType="#//MDMIBusinessElementReference"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="businessElements" ordered="false"
lowerBound="1" upperBound="-1" eType="#//MDMIBusinessElementReference" containment="true"
eOpposite="#//MDMIBusinessElementReference/domainDictionaryReference"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reference" lowerBound="1"
eType="#//URI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="group" ordered="false"
lowerBound="1" eType="#//MessageGroup" eOpposite="#//MessageGroup/domainDictionary"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDMIExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Keyword">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keyword" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keywordValue" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reference" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false"
lowerBound="1" eType="#//SemanticElement" eOpposite="#//SemanticElement/keywords"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDMIDatatype">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<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="reference" lowerBound="1"
eType="#//URI"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadonly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeSpec" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="restriction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MessageElementType">
<eLiterals name="NORMAL"/>
<eLiterals name="COMPUTED" value="1"/>
<eLiterals name="LOCAL" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="pattern" value="^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DTSPrimitive" eSuperTypes="#//MDMIDatatype"/>
<eClassifiers xsi:type="ecore:EClass" name="DTCStructured" eSuperTypes="#//MDMIDatatype">
<eOperations name="getField" lowerBound="1" eType="#//Field">
<eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//Field" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Field">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minOccurs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxOccurs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="datatype" lowerBound="1"
eType="#//MDMIDatatype">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DTExternal" eSuperTypes="#//DTSPrimitive"/>
<eClassifiers xsi:type="ecore:EClass" name="DTSDerived" eSuperTypes="#//DTSPrimitive">
<eStructuralFeatures xsi:type="ecore:EReference" name="baseType" eType="#//MDMIDatatype"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DTCChoice" eSuperTypes="#//MDMIDatatype">
<eOperations name="getField" lowerBound="1" eType="#//Field">
<eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//Field" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DTSEnumerated" eSuperTypes="#//MDMIDatatype">
<eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1"
eType="#//EnumerationLiteral" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DatatypeMap">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isomorphicRightToLeft"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isomorphicLeftToRight"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleRightToLeft" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleLeftToRight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightDatatype" eType="#//MDMIDatatype"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftDatatype" eType="#//MDMIDatatype"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scope" eType="#//MessageGroup"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDMI/mdmibuild/mdmiecore/org.mdmi.ecore/src/org/mdmi/impl/mdmi.ecore | ecore | mdmi
MessageModel
messageModelName
syntaxModel
elementSet
description
source
group
MessageSyntaxModel
name
model
root
elementSet
description
Node
name
description
minOccurs
maxOccurs
location
locationExpressionLanguage
syntaxModel
semanticElement
fieldName
isSyntacticField
Bag
isUnique
true
isOrdered
nodes
Choice
constraint
constraintExpressionLanguage
nodes
LeafSyntaxTranslator
format
formatExpressionLanguage
MessageGroup
getDatatype
name
addDatatype
datatype
name
dataRules
description
defaultLocationExprLang
defaultConstraintExprLang
defaultRuleExprLang
defaultFormatExpressionLanguage
defaultOrderingExpressionLanguage
models
domainDictionary
defaultMDMIExpresionLanguage
rules
datatypes
datatypeMaps
DataRule
name
description
rule
ruleExpressionLanguage
scope
datatype
semanticElement
group
SemanticElementSet
name
description
messageModelName
syntaxModel
model
semanticElements
composite
SemanticElement
name
description
elementType
datatype
propertyQualifier
composite
elementSet
businessRules
dataRules
relationships
multipleInstances
fromMdmi
ordering
orderingLanguage
computedValue
computedInValue
toMdmi
parent
children
syntaxNode
computedOutValue
keywords
SimpleMessageComposite
name
semanticElements
elementSet
description
MessageComposite
composites
owner
SemanticElementBusinessRule
name
description
rule
ruleExpressionLanguage
semanticElement
SemanticElementRelationship
name
description
rule
ruleExpressionLanguage
context
minOccurs
1
maxOccurs
1
sourceIsInstance
true
targetIsInstance
true
MDMIBusinessElementReference
name
description
reference
uniqueIdentifier
businessRules
domainDictionaryReference
referenceDatatype
enumValueSetField
enumValueField
enumValueDescrField
enumValueSet
readonly
MDMIBusinessElementRule
name
description
rule
ruleExpressionLanguage
businessElement
ToBusinessElement
businessElement
rule
ToSemanticElement
businessElement
rule
ConversionRule
name
description
ruleExpressionLanguage
MDMIDomainDictionaryReference
addBusinessElement
businessElementReference
name
description
businessElements
reference
group
MDMIExpression
expression
language
Keyword
description
keyword
keywordValue
reference
owner
MDMIDatatype
typeName
description
reference
isReadonly
typeSpec
restriction
MessageElementType
NORMAL
NORMAL
COMPUTED
COMPUTED
LOCAL
LOCAL
URI
java.lang.String
java.lang.String
DTSPrimitive
DTCStructured
getField
name
fields
Field
name
minOccurs
maxOccurs
datatype
description
DTExternal
DTSDerived
baseType
DTCChoice
getField
name
fields
DTSEnumerated
literals
EnumerationLiteral
name
description
code
DatatypeMap
name
description
isomorphicRightToLeft
isomorphicLeftToRight
ruleRightToLeft
ruleLeftToRight
rightDatatype
leftDatatype
scope | null | {"directed":true,"nodes":[{"nsPrefix":"mdmi","nsURI":"http://schema.omg.org/spec/MDMI/1.0","name":"mdmi","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageSyntaxModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bag","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Choice","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeafSyntaxTranslator","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageGroup","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataRule","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemanticElementSet","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemanticElement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleMessageComposite","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageComposite","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemanticElementBusinessRule","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemanticElementRelationship","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDMIBusinessElementReference","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDMIBusinessElementRule","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToBusinessElement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToSemanticElement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConversionRule","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDMIDomainDictionaryReference","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDMIExpression","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Keyword","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDMIDatatype","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MessageElementType","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"URI","instanceClass":"java.lang.String","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTSPrimitive","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTCStructured","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTExternal","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTSDerived","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTCChoice","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTSEnumerated","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeMap","instanceClass":null,"abstract":false,"id":34,"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":true,"name":"messageModelName","changeable":true,"lowerBound":1,"iD":false,"id":35,"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":"syntaxModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"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":"elementSet","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"group","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"models","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":50,"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":"root","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"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":"elementSet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"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":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"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":"syntaxModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"syntaxModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"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":61,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":62,"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":"minOccurs","changeable":true,"lowerBound":1,"iD":false,"id":63,"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":"maxOccurs","changeable":true,"lowerBound":1,"iD":false,"id":64,"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":"location","changeable":true,"lowerBound":1,"iD":false,"id":65,"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":"locationExpressionLanguage","changeable":true,"lowerBound":0,"iD":false,"id":66,"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":"semanticElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":67,"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":"fieldName","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSyntacticField","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":true},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"syntaxNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"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":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":1,"iD":false,"id":82,"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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":88,"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":"constraintExpressionLanguage","changeable":true,"lowerBound":0,"iD":false,"id":89,"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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"format","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":"formatExpressionLanguage","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDatatype","lowerBound":1,"id":100,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addDatatype","lowerBound":0,"id":101,"many":false,"required":false,"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":102,"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":"dataRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"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":104,"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":"defaultLocationExprLang","changeable":true,"lowerBound":1,"iD":false,"id":105,"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":"defaultConstraintExprLang","changeable":true,"lowerBound":1,"iD":false,"id":106,"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":"defaultRuleExprLang","changeable":true,"lowerBound":1,"iD":false,"id":107,"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":"defaultFormatExpressionLanguage","changeable":true,"lowerBound":1,"iD":false,"id":108,"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":"defaultOrderingExpressionLanguage","changeable":true,"lowerBound":1,"iD":false,"id":109,"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":"domainDictionary","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"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":"defaultMDMIExpresionLanguage","changeable":true,"lowerBound":1,"iD":false,"id":111,"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":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"datatypes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"datatypeMaps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":116,"many":false,"required":true,"eClass":"EParameter"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"datatype","lowerBound":1,"id":118,"many":false,"required":true,"eClass":"EParameter"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"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":"scope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"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":"group","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"group","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"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":137,"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":138,"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":"rule","changeable":true,"lowerBound":1,"iD":false,"id":139,"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":"ruleExpressionLanguage","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"datatype","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":"semanticElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"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":"dataRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":152,"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":153,"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":"messageModelName","changeable":true,"lowerBound":1,"iD":false,"id":154,"derived":true},{"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":"semanticElements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"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":"elementSet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"derived":false},{"id":164,"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":"elementSet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":166,"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":167,"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":"elementType","changeable":true,"lowerBound":1,"iD":false,"id":168,"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":"datatype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":169,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyQualifier","changeable":true,"lowerBound":0,"iD":false,"id":170,"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":"composite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"businessRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multipleInstances","changeable":true,"lowerBound":1,"iD":false,"id":174,"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":"fromMdmi","changeable":true,"resolveProxies":true,"lowerBound":1,"id":175,"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":"ordering","changeable":true,"lowerBound":0,"iD":false,"id":176,"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":"orderingLanguage","changeable":true,"lowerBound":0,"iD":false,"id":177,"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":"computedValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"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":"computedInValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"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":"toMdmi","changeable":true,"resolveProxies":true,"lowerBound":1,"id":180,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"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":"computedOutValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"semanticElements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"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":"semanticElement","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"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"},{"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":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":210,"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":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"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":"composites","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":221,"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":222,"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":"rule","changeable":true,"lowerBound":1,"iD":false,"id":223,"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":"ruleExpressionLanguage","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":230,"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":231,"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":"rule","changeable":true,"lowerBound":1,"iD":false,"id":232,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ruleExpressionLanguage","changeable":true,"lowerBound":0,"iD":false,"id":233,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":234,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"minOccurs","changeable":true,"lowerBound":1,"iD":false,"id":235,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"maxOccurs","changeable":true,"lowerBound":1,"iD":false,"id":236,"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":"sourceIsInstance","changeable":true,"lowerBound":1,"iD":false,"id":237,"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":"targetIsInstance","changeable":true,"lowerBound":1,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":248,"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":249,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"lowerBound":1,"iD":false,"id":250,"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":"uniqueIdentifier","changeable":true,"lowerBound":1,"iD":false,"id":251,"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":"businessRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domainDictionaryReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":253,"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":"referenceDatatype","changeable":true,"resolveProxies":false,"lowerBound":1,"id":254,"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":"enumValueSetField","changeable":true,"lowerBound":0,"iD":false,"id":255,"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":"enumValueField","changeable":true,"lowerBound":0,"iD":false,"id":256,"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":"enumValueDescrField","changeable":true,"lowerBound":0,"iD":false,"id":257,"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":"enumValueSet","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readonly","changeable":true,"lowerBound":1,"iD":false,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":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":"businessElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"businessElements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":274,"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":275,"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":"rule","changeable":true,"lowerBound":1,"iD":false,"id":276,"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":"ruleExpressionLanguage","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"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":"businessElement","changeable":true,"resolveProxies":false,"lowerBound":1,"id":283,"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":"rule","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"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":"businessElement","changeable":true,"resolveProxies":false,"lowerBound":1,"id":288,"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":"rule","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":293,"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":294,"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":"ruleExpressionLanguage","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addBusinessElement","lowerBound":0,"id":299,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":300,"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":301,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"lowerBound":1,"iD":false,"id":302,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"businessElementReference","lowerBound":1,"id":303,"many":false,"required":true,"eClass":"EParameter"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"ordered":false,"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":310,"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":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":314,"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":"keyword","changeable":true,"lowerBound":1,"iD":false,"id":315,"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":"keywordValue","changeable":true,"lowerBound":0,"iD":false,"id":316,"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":"reference","changeable":true,"lowerBound":1,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":1,"iD":false,"id":323,"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":324,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"lowerBound":1,"iD":false,"id":325,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isReadonly","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeSpec","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"restriction","changeable":true,"lowerBound":0,"iD":false,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"name":"NORMAL","id":335,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"COMPUTED","id":336,"value":1,"literal":"COMPUTED","eClass":"EEnumLiteral"},{"name":"LOCAL","id":337,"value":2,"literal":"LOCAL","eClass":"EEnumLiteral"},{"id":338,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getField","lowerBound":1,"id":339,"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":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":343,"many":false,"required":true,"eClass":"EParameter"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":346,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minOccurs","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxOccurs","changeable":true,"lowerBound":0,"iD":false,"id":348,"derived":false},{"container":false,"ordered":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":349,"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":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"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":"baseType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getField","lowerBound":1,"id":360,"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":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":364,"many":false,"required":true,"eClass":"EParameter"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"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":370,"derived":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":371,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":1,"iD":false,"id":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":376,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":377,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isomorphicRightToLeft","changeable":true,"lowerBound":0,"iD":false,"id":378,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isomorphicLeftToRight","changeable":true,"lowerBound":0,"iD":false,"id":379,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ruleRightToLeft","changeable":true,"lowerBound":0,"iD":false,"id":380,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ruleLeftToRight","changeable":true,"lowerBound":0,"iD":false,"id":381,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rightDatatype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"leftDatatype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":1,"target":0},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":35,"target":41},{"source":35,"target":1},{"source":36,"target":2},{"source":36,"target":42},{"source":36,"target":1},{"source":36,"target":43},{"source":42,"target":2},{"source":37,"target":9},{"source":37,"target":44},{"source":37,"target":1},{"source":37,"target":45},{"source":44,"target":9},{"source":38,"target":46},{"source":38,"target":1},{"source":39,"target":25},{"source":39,"target":47},{"source":39,"target":1},{"source":47,"target":25},{"source":40,"target":7},{"source":40,"target":48},{"source":40,"target":1},{"source":40,"target":49},{"source":48,"target":7},{"source":2,"target":0},{"source":2,"target":50},{"source":2,"target":43},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":50,"target":54},{"source":50,"target":2},{"source":43,"target":1},{"source":43,"target":55},{"source":43,"target":2},{"source":43,"target":36},{"source":55,"target":1},{"source":51,"target":3},{"source":51,"target":56},{"source":51,"target":2},{"source":51,"target":57},{"source":56,"target":3},{"source":52,"target":9},{"source":52,"target":58},{"source":52,"target":2},{"source":52,"target":59},{"source":58,"target":9},{"source":53,"target":60},{"source":53,"target":2},{"source":3,"target":0},{"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":57},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":61,"target":70},{"source":61,"target":3},{"source":62,"target":71},{"source":62,"target":3},{"source":63,"target":72},{"source":63,"target":3},{"source":64,"target":73},{"source":64,"target":3},{"source":65,"target":74},{"source":65,"target":3},{"source":66,"target":75},{"source":66,"target":3},{"source":57,"target":2},{"source":57,"target":76},{"source":57,"target":3},{"source":57,"target":51},{"source":76,"target":2},{"source":67,"target":10},{"source":67,"target":77},{"source":67,"target":3},{"source":67,"target":78},{"source":77,"target":10},{"source":68,"target":79},{"source":68,"target":3},{"source":69,"target":80},{"source":69,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":81},{"source":4,"target":82},{"source":4,"target":83},{"source":4,"target":84},{"source":81,"target":85},{"source":81,"target":4},{"source":82,"target":86},{"source":82,"target":4},{"source":83,"target":3},{"source":83,"target":87},{"source":83,"target":4},{"source":87,"target":3},{"source":84,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":88},{"source":5,"target":89},{"source":5,"target":90},{"source":5,"target":91},{"source":88,"target":92},{"source":88,"target":5},{"source":89,"target":93},{"source":89,"target":5},{"source":90,"target":3},{"source":90,"target":94},{"source":90,"target":5},{"source":94,"target":3},{"source":91,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":95},{"source":6,"target":96},{"source":6,"target":97},{"source":95,"target":98},{"source":95,"target":6},{"source":96,"target":99},{"source":96,"target":6},{"source":97,"target":3},{"source":7,"target":0},{"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":49},{"source":7,"target":110},{"source":7,"target":111},{"source":7,"target":112},{"source":7,"target":113},{"source":7,"target":114},{"source":100,"target":23},{"source":100,"target":115},{"source":100,"target":7},{"source":100,"target":116},{"source":115,"target":23},{"source":116,"target":117},{"source":116,"target":100},{"source":101,"target":7},{"source":101,"target":118},{"source":118,"target":23},{"source":118,"target":119},{"source":118,"target":101},{"source":119,"target":23},{"source":102,"target":120},{"source":102,"target":7},{"source":103,"target":8},{"source":103,"target":121},{"source":103,"target":7},{"source":103,"target":122},{"source":121,"target":8},{"source":104,"target":123},{"source":104,"target":7},{"source":105,"target":124},{"source":105,"target":7},{"source":106,"target":125},{"source":106,"target":7},{"source":107,"target":126},{"source":107,"target":7},{"source":108,"target":127},{"source":108,"target":7},{"source":109,"target":128},{"source":109,"target":7},{"source":49,"target":1},{"source":49,"target":129},{"source":49,"target":7},{"source":49,"target":40},{"source":129,"target":1},{"source":110,"target":20},{"source":110,"target":130},{"source":110,"target":7},{"source":110,"target":131},{"source":130,"target":20},{"source":111,"target":132},{"source":111,"target":7},{"source":112,"target":8},{"source":112,"target":133},{"source":112,"target":7},{"source":112,"target":134},{"source":133,"target":8},{"source":113,"target":23},{"source":113,"target":135},{"source":113,"target":7},{"source":135,"target":23},{"source":114,"target":34},{"source":114,"target":136},{"source":114,"target":7},{"source":136,"target":34},{"source":8,"target":0},{"source":8,"target":137},{"source":8,"target":138},{"source":8,"target":139},{"source":8,"target":140},{"source":8,"target":122},{"source":8,"target":141},{"source":8,"target":142},{"source":8,"target":134},{"source":137,"target":143},{"source":137,"target":8},{"source":138,"target":144},{"source":138,"target":8},{"source":139,"target":145},{"source":139,"target":8},{"source":140,"target":146},{"source":140,"target":8},{"source":122,"target":7},{"source":122,"target":147},{"source":122,"target":8},{"source":122,"target":103},{"source":147,"target":7},{"source":141,"target":23},{"source":141,"target":148},{"source":141,"target":8},{"source":148,"target":23},{"source":142,"target":10},{"source":142,"target":149},{"source":142,"target":8},{"source":142,"target":150},{"source":149,"target":10},{"source":134,"target":7},{"source":134,"target":151},{"source":134,"target":8},{"source":134,"target":112},{"source":151,"target":7},{"source":9,"target":0},{"source":9,"target":152},{"source":9,"target":153},{"source":9,"target":154},{"source":9,"target":59},{"source":9,"target":45},{"source":9,"target":155},{"source":9,"target":156},{"source":152,"target":157},{"source":152,"target":9},{"source":153,"target":158},{"source":153,"target":9},{"source":154,"target":159},{"source":154,"target":9},{"source":59,"target":2},{"source":59,"target":160},{"source":59,"target":9},{"source":59,"target":52},{"source":160,"target":2},{"source":45,"target":1},{"source":45,"target":161},{"source":45,"target":9},{"source":45,"target":37},{"source":161,"target":1},{"source":155,"target":10},{"source":155,"target":162},{"source":155,"target":9},{"source":155,"target":163},{"source":162,"target":10},{"source":156,"target":11},{"source":156,"target":164},{"source":156,"target":9},{"source":156,"target":165},{"source":164,"target":11},{"source":10,"target":0},{"source":10,"target":166},{"source":10,"target":167},{"source":10,"target":168},{"source":10,"target":169},{"source":10,"target":170},{"source":10,"target":171},{"source":10,"target":163},{"source":10,"target":172},{"source":10,"target":150},{"source":10,"target":173},{"source":10,"target":174},{"source":10,"target":175},{"source":10,"target":176},{"source":10,"target":177},{"source":10,"target":178},{"source":10,"target":179},{"source":10,"target":180},{"source":10,"target":181},{"source":10,"target":182},{"source":10,"target":78},{"source":10,"target":183},{"source":10,"target":184},{"source":166,"target":185},{"source":166,"target":10},{"source":167,"target":186},{"source":167,"target":10},{"source":168,"target":187},{"source":168,"target":10},{"source":169,"target":23},{"source":169,"target":188},{"source":169,"target":10},{"source":188,"target":23},{"source":170,"target":189},{"source":170,"target":10},{"source":171,"target":11},{"source":171,"target":190},{"source":171,"target":10},{"source":171,"target":191},{"source":190,"target":11},{"source":163,"target":9},{"source":163,"target":192},{"source":163,"target":10},{"source":163,"target":155},{"source":192,"target":9},{"source":172,"target":13},{"source":172,"target":193},{"source":172,"target":10},{"source":172,"target":194},{"source":193,"target":13},{"source":150,"target":8},{"source":150,"target":195},{"source":150,"target":10},{"source":150,"target":142},{"source":195,"target":8},{"source":173,"target":14},{"source":173,"target":196},{"source":173,"target":10},{"source":196,"target":14},{"source":174,"target":197},{"source":174,"target":10},{"source":175,"target":17},{"source":175,"target":198},{"source":175,"target":10},{"source":198,"target":17},{"source":176,"target":199},{"source":176,"target":10},{"source":177,"target":200},{"source":177,"target":10},{"source":178,"target":21},{"source":178,"target":201},{"source":178,"target":10},{"source":201,"target":21},{"source":179,"target":21},{"source":179,"target":202},{"source":179,"target":10},{"source":202,"target":21},{"source":180,"target":18},{"source":180,"target":203},{"source":180,"target":10},{"source":203,"target":18},{"source":181,"target":10},{"source":181,"target":204},{"source":181,"target":10},{"source":181,"target":182},{"source":204,"target":10},{"source":182,"target":10},{"source":182,"target":205},{"source":182,"target":10},{"source":182,"target":181},{"source":205,"target":10},{"source":78,"target":3},{"source":78,"target":206},{"source":78,"target":10},{"source":78,"target":67},{"source":206,"target":3},{"source":183,"target":21},{"source":183,"target":207},{"source":183,"target":10},{"source":207,"target":21},{"source":184,"target":22},{"source":184,"target":208},{"source":184,"target":10},{"source":184,"target":209},{"source":208,"target":22},{"source":11,"target":0},{"source":11,"target":210},{"source":11,"target":191},{"source":11,"target":165},{"source":11,"target":211},{"source":210,"target":212},{"source":210,"target":11},{"source":191,"target":10},{"source":191,"target":213},{"source":191,"target":11},{"source":191,"target":171},{"source":213,"target":10},{"source":165,"target":9},{"source":165,"target":214},{"source":165,"target":11},{"source":165,"target":156},{"source":214,"target":9},{"source":211,"target":215},{"source":211,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":216},{"source":12,"target":217},{"source":12,"target":218},{"source":216,"target":12},{"source":216,"target":219},{"source":216,"target":12},{"source":216,"target":217},{"source":219,"target":12},{"source":217,"target":12},{"source":217,"target":220},{"source":217,"target":12},{"source":217,"target":216},{"source":220,"target":12},{"source":218,"target":11},{"source":13,"target":0},{"source":13,"target":221},{"source":13,"target":222},{"source":13,"target":223},{"source":13,"target":224},{"source":13,"target":194},{"source":221,"target":225},{"source":221,"target":13},{"source":222,"target":226},{"source":222,"target":13},{"source":223,"target":227},{"source":223,"target":13},{"source":224,"target":228},{"source":224,"target":13},{"source":194,"target":10},{"source":194,"target":229},{"source":194,"target":13},{"source":194,"target":172},{"source":229,"target":10},{"source":14,"target":0},{"source":14,"target":230},{"source":14,"target":231},{"source":14,"target":232},{"source":14,"target":233},{"source":14,"target":234},{"source":14,"target":235},{"source":14,"target":236},{"source":14,"target":237},{"source":14,"target":238},{"source":230,"target":239},{"source":230,"target":14},{"source":231,"target":240},{"source":231,"target":14},{"source":232,"target":241},{"source":232,"target":14},{"source":233,"target":242},{"source":233,"target":14},{"source":234,"target":10},{"source":234,"target":243},{"source":234,"target":14},{"source":243,"target":10},{"source":235,"target":244},{"source":235,"target":14},{"source":236,"target":245},{"source":236,"target":14},{"source":237,"target":246},{"source":237,"target":14},{"source":238,"target":247},{"source":238,"target":14},{"source":15,"target":0},{"source":15,"target":248},{"source":15,"target":249},{"source":15,"target":250},{"source":15,"target":251},{"source":15,"target":252},{"source":15,"target":253},{"source":15,"target":254},{"source":15,"target":255},{"source":15,"target":256},{"source":15,"target":257},{"source":15,"target":258},{"source":15,"target":259},{"source":248,"target":260},{"source":248,"target":15},{"source":249,"target":261},{"source":249,"target":15},{"source":250,"target":25},{"source":250,"target":262},{"source":250,"target":15},{"source":262,"target":25},{"source":251,"target":263},{"source":251,"target":15},{"source":252,"target":16},{"source":252,"target":264},{"source":252,"target":15},{"source":252,"target":265},{"source":264,"target":16},{"source":253,"target":20},{"source":253,"target":266},{"source":253,"target":15},{"source":253,"target":267},{"source":266,"target":20},{"source":254,"target":23},{"source":254,"target":268},{"source":254,"target":15},{"source":268,"target":23},{"source":255,"target":269},{"source":255,"target":15},{"source":256,"target":270},{"source":256,"target":15},{"source":257,"target":271},{"source":257,"target":15},{"source":258,"target":272},{"source":258,"target":15},{"source":259,"target":273},{"source":259,"target":15},{"source":16,"target":0},{"source":16,"target":274},{"source":16,"target":275},{"source":16,"target":276},{"source":16,"target":277},{"source":16,"target":265},{"source":274,"target":278},{"source":274,"target":16},{"source":275,"target":279},{"source":275,"target":16},{"source":276,"target":280},{"source":276,"target":16},{"source":277,"target":281},{"source":277,"target":16},{"source":265,"target":15},{"source":265,"target":282},{"source":265,"target":16},{"source":265,"target":252},{"source":282,"target":15},{"source":17,"target":0},{"source":17,"target":19},{"source":17,"target":283},{"source":17,"target":284},{"source":17,"target":285},{"source":283,"target":15},{"source":283,"target":286},{"source":283,"target":17},{"source":286,"target":15},{"source":284,"target":287},{"source":284,"target":17},{"source":285,"target":19},{"source":18,"target":0},{"source":18,"target":19},{"source":18,"target":288},{"source":18,"target":289},{"source":18,"target":290},{"source":288,"target":15},{"source":288,"target":291},{"source":288,"target":18},{"source":291,"target":15},{"source":289,"target":292},{"source":289,"target":18},{"source":290,"target":19},{"source":19,"target":0},{"source":19,"target":293},{"source":19,"target":294},{"source":19,"target":295},{"source":293,"target":296},{"source":293,"target":19},{"source":294,"target":297},{"source":294,"target":19},{"source":295,"target":298},{"source":295,"target":19},{"source":20,"target":0},{"source":20,"target":299},{"source":20,"target":300},{"source":20,"target":301},{"source":20,"target":267},{"source":20,"target":302},{"source":20,"target":131},{"source":299,"target":20},{"source":299,"target":303},{"source":303,"target":15},{"source":303,"target":304},{"source":303,"target":299},{"source":304,"target":15},{"source":300,"target":305},{"source":300,"target":20},{"source":301,"target":306},{"source":301,"target":20},{"source":267,"target":15},{"source":267,"target":307},{"source":267,"target":20},{"source":267,"target":253},{"source":307,"target":15},{"source":302,"target":25},{"source":302,"target":308},{"source":302,"target":20},{"source":308,"target":25},{"source":131,"target":7},{"source":131,"target":309},{"source":131,"target":20},{"source":131,"target":110},{"source":309,"target":7},{"source":21,"target":0},{"source":21,"target":310},{"source":21,"target":311},{"source":310,"target":312},{"source":310,"target":21},{"source":311,"target":313},{"source":311,"target":21},{"source":22,"target":0},{"source":22,"target":314},{"source":22,"target":315},{"source":22,"target":316},{"source":22,"target":317},{"source":22,"target":209},{"source":314,"target":318},{"source":314,"target":22},{"source":315,"target":319},{"source":315,"target":22},{"source":316,"target":320},{"source":316,"target":22},{"source":317,"target":321},{"source":317,"target":22},{"source":209,"target":10},{"source":209,"target":322},{"source":209,"target":22},{"source":209,"target":184},{"source":322,"target":10},{"source":23,"target":0},{"source":23,"target":323},{"source":23,"target":324},{"source":23,"target":325},{"source":23,"target":326},{"source":23,"target":327},{"source":23,"target":328},{"source":323,"target":329},{"source":323,"target":23},{"source":324,"target":330},{"source":324,"target":23},{"source":325,"target":25},{"source":325,"target":331},{"source":325,"target":23},{"source":331,"target":25},{"source":326,"target":332},{"source":326,"target":23},{"source":327,"target":333},{"source":327,"target":23},{"source":328,"target":334},{"source":328,"target":23},{"source":24,"target":0},{"source":24,"target":335},{"source":24,"target":336},{"source":24,"target":337},{"source":335,"target":24},{"source":336,"target":24},{"source":337,"target":24},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":23},{"source":26,"target":338},{"source":338,"target":23},{"source":27,"target":0},{"source":27,"target":23},{"source":27,"target":339},{"source":27,"target":340},{"source":27,"target":341},{"source":339,"target":28},{"source":339,"target":342},{"source":339,"target":27},{"source":339,"target":343},{"source":342,"target":28},{"source":343,"target":344},{"source":343,"target":339},{"source":340,"target":28},{"source":340,"target":345},{"source":340,"target":27},{"source":345,"target":28},{"source":341,"target":23},{"source":28,"target":0},{"source":28,"target":346},{"source":28,"target":347},{"source":28,"target":348},{"source":28,"target":349},{"source":28,"target":350},{"source":346,"target":351},{"source":346,"target":28},{"source":347,"target":352},{"source":347,"target":28},{"source":348,"target":353},{"source":348,"target":28},{"source":349,"target":23},{"source":349,"target":354},{"source":349,"target":28},{"source":354,"target":23},{"source":350,"target":355},{"source":350,"target":28},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":356},{"source":356,"target":26},{"source":30,"target":0},{"source":30,"target":26},{"source":30,"target":357},{"source":30,"target":358},{"source":357,"target":23},{"source":357,"target":359},{"source":357,"target":30},{"source":359,"target":23},{"source":358,"target":26},{"source":31,"target":0},{"source":31,"target":23},{"source":31,"target":360},{"source":31,"target":361},{"source":31,"target":362},{"source":360,"target":28},{"source":360,"target":363},{"source":360,"target":31},{"source":360,"target":364},{"source":363,"target":28},{"source":364,"target":365},{"source":364,"target":360},{"source":361,"target":28},{"source":361,"target":366},{"source":361,"target":31},{"source":366,"target":28},{"source":362,"target":23},{"source":32,"target":0},{"source":32,"target":23},{"source":32,"target":367},{"source":32,"target":368},{"source":367,"target":33},{"source":367,"target":369},{"source":367,"target":32},{"source":369,"target":33},{"source":368,"target":23},{"source":33,"target":0},{"source":33,"target":370},{"source":33,"target":371},{"source":33,"target":372},{"source":370,"target":373},{"source":370,"target":33},{"source":371,"target":374},{"source":371,"target":33},{"source":372,"target":375},{"source":372,"target":33},{"source":34,"target":0},{"source":34,"target":376},{"source":34,"target":377},{"source":34,"target":378},{"source":34,"target":379},{"source":34,"target":380},{"source":34,"target":381},{"source":34,"target":382},{"source":34,"target":383},{"source":34,"target":384},{"source":376,"target":385},{"source":376,"target":34},{"source":377,"target":386},{"source":377,"target":34},{"source":378,"target":387},{"source":378,"target":34},{"source":379,"target":388},{"source":379,"target":34},{"source":380,"target":389},{"source":380,"target":34},{"source":381,"target":390},{"source":381,"target":34},{"source":382,"target":23},{"source":382,"target":391},{"source":382,"target":34},{"source":391,"target":23},{"source":383,"target":23},{"source":383,"target":392},{"source":383,"target":34},{"source":392,"target":23},{"source":384,"target":7},{"source":384,"target":393},{"source":384,"target":34},{"source":393,"target":7}],"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="swrl"
nsURI="http://ict-alive.sourceforge.net/swrl" nsPrefix="swrl">
<eClassifiers xsi:type="ecore:EClass" name="AtomList" eSuperTypes="ruleml.ecore#//Body ruleml.ecore#//Head">
<eStructuralFeatures xsi:type="ecore:EReference" name="atom" upperBound="-1" eType="#//Atom"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BuiltInAtom" eSuperTypes="#//Atom">
<eStructuralFeatures xsi:type="ecore:EReference" name="builtInAtom" eType="#//BuiltInAtom"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//DObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="builtIn" lowerBound="1"
eType="#//DefaultBuiltIn"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassAtom" eSuperTypes="#//Atom">
<eStructuralFeatures xsi:type="ecore:EReference" name="classPredicate" lowerBound="1"
eType="ecore:EClass platform:/plugin/net.sf.ictalive.operetta/model/OperA.ecore#//Concept"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="argument1" lowerBound="1"
eType="#//IObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IndividualPropertyAtom" eSuperTypes="#//Atom">
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyPredicate" lowerBound="1"
eType="ecore:EClass platform:/plugin/net.sf.ictalive.operetta/model/OperA.ecore#//Concept"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="argument1" lowerBound="1"
eType="#//IObject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="argument2" lowerBound="1"
eType="#//IObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SameIndividualAtom" eSuperTypes="#//Atom">
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//IObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DifferentIndividualsAtom" eSuperTypes="#//Atom">
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//IObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DatavaluedPropertyAtom" eSuperTypes="#//Atom">
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyPredicate" eType="ecore:EClass ../../net.sf.ictalive.operetta/model/OperA.ecore#//Concept"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="argument2" lowerBound="1"
eType="#//DObject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="argument1" lowerBound="1"
eType="#//IObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataRangeAtom" eSuperTypes="#//Atom">
<eStructuralFeatures xsi:type="ecore:EReference" name="dataType" eType="ecore:EClass ../../net.sf.ictalive.operetta/model/OperA.ecore#//Concept"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oneOf" upperBound="-1"
eType="#//DataValue" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="argument1" lowerBound="1"
eType="#//DObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptType" eType="ecore:EClass ../../net.sf.ictalive.operetta/model/OperA.ecore#//Concept"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DefaultBuiltIn">
<eLiterals name="Greater" literal=">"/>
<eLiterals name="Less" value="1" literal="<"/>
<eLiterals name="Minus" value="2" literal="-"/>
<eLiterals name="Plus" value="3" literal="+"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Atom" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="IObject" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="DObject" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="IndividualVariable" eSuperTypes="#//IObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptType" eType="ecore:EClass ../../net.sf.ictalive.operetta/model/OperA.ecore#//Concept"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IndividualID" eSuperTypes="#//IObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="individual" eType="ecore:EClass ../../net.sf.ictalive.operetta/model/OperA.ecore#//Concept"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataVariable" eSuperTypes="#//DObject">
<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="DataLiteral" eSuperTypes="#//DObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="dataValue" eType="#//DataValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DataType">
<eLiterals name="boolean"/>
<eLiterals name="float" value="1"/>
<eLiterals name="int" value="2"/>
<eLiterals name="string" value="3"/>
<eLiterals name="date" value="4"/>
<eLiterals name="datetime" value="5"/>
<eLiterals name="time" value="6"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/swrl.ecore | ecore | swrl
AtomList
atom
BuiltInAtom
builtInAtom
args
builtIn
ClassAtom
classPredicate
argument1
IndividualPropertyAtom
propertyPredicate
argument1
argument2
SameIndividualAtom
args
DifferentIndividualsAtom
args
DatavaluedPropertyAtom
propertyPredicate
argument2
argument1
DataRangeAtom
dataType
oneOf
argument1
DataValue
conceptType
literal
type
DefaultBuiltIn
Greater
>
Less
<
Minus
-
Plus
+
Atom
IObject
DObject
IndividualVariable
name
conceptType
IndividualID
individual
DataVariable
name
DataLiteral
dataValue
DataType
boolean
boolean
float
float
int
int
string
string
date
date
datetime
datetime
time
time | null | {"directed":true,"nodes":[{"nsPrefix":"swrl","nsURI":"http://ict-alive.sourceforge.net/swrl","name":"swrl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomList","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInAtom","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassAtom","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndividualPropertyAtom","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SameIndividualAtom","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DifferentIndividualsAtom","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatavaluedPropertyAtom","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataRangeAtom","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataValue","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DefaultBuiltIn","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atom","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IObject","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DObject","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndividualVariable","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndividualID","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataVariable","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataLiteral","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"atom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"builtInAtom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"builtIn","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classPredicate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"propertyPredicate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"propertyPredicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument1","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"},{"container":false,"ordered":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":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":"oneOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conceptType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","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"},{"id":67,"eClass":"EGenericType"},{"name":"Greater","id":68,"value":0,"literal":">","eClass":"EEnumLiteral"},{"name":"Less","id":69,"value":1,"literal":"<","eClass":"EEnumLiteral"},{"name":"Minus","id":70,"value":2,"literal":"-","eClass":"EEnumLiteral"},{"name":"Plus","id":71,"value":3,"literal":"+","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"conceptType","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"individual","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":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"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"name":"boolean","id":86,"value":0,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"float","id":87,"value":1,"literal":"float","eClass":"EEnumLiteral"},{"name":"int","id":88,"value":2,"literal":"int","eClass":"EEnumLiteral"},{"name":"string","id":89,"value":3,"literal":"string","eClass":"EEnumLiteral"},{"name":"date","id":90,"value":4,"literal":"date","eClass":"EEnumLiteral"},{"name":"datetime","id":91,"value":5,"literal":"datetime","eClass":"EEnumLiteral"},{"name":"time","id":92,"value":6,"literal":"time","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":19,"target":11},{"source":19,"target":22},{"source":19,"target":1},{"source":22,"target":11},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":23,"target":2},{"source":23,"target":27},{"source":23,"target":2},{"source":27,"target":2},{"source":24,"target":13},{"source":24,"target":28},{"source":24,"target":2},{"source":28,"target":13},{"source":25,"target":10},{"source":25,"target":29},{"source":25,"target":2},{"source":29,"target":10},{"source":26,"target":11},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":30,"target":33},{"source":30,"target":3},{"source":31,"target":12},{"source":31,"target":34},{"source":31,"target":3},{"source":34,"target":12},{"source":32,"target":11},{"source":4,"target":0},{"source":4,"target":11},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":35,"target":39},{"source":35,"target":4},{"source":36,"target":12},{"source":36,"target":40},{"source":36,"target":4},{"source":40,"target":12},{"source":37,"target":12},{"source":37,"target":41},{"source":37,"target":4},{"source":41,"target":12},{"source":38,"target":11},{"source":5,"target":0},{"source":5,"target":11},{"source":5,"target":42},{"source":5,"target":43},{"source":42,"target":12},{"source":42,"target":44},{"source":42,"target":5},{"source":44,"target":12},{"source":43,"target":11},{"source":6,"target":0},{"source":6,"target":11},{"source":6,"target":45},{"source":6,"target":46},{"source":45,"target":12},{"source":45,"target":47},{"source":45,"target":6},{"source":47,"target":12},{"source":46,"target":11},{"source":7,"target":0},{"source":7,"target":11},{"source":7,"target":48},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":48,"target":52},{"source":48,"target":7},{"source":49,"target":13},{"source":49,"target":53},{"source":49,"target":7},{"source":53,"target":13},{"source":50,"target":12},{"source":50,"target":54},{"source":50,"target":7},{"source":54,"target":12},{"source":51,"target":11},{"source":8,"target":0},{"source":8,"target":11},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":55,"target":59},{"source":55,"target":8},{"source":56,"target":9},{"source":56,"target":60},{"source":56,"target":8},{"source":60,"target":9},{"source":57,"target":13},{"source":57,"target":61},{"source":57,"target":8},{"source":61,"target":13},{"source":58,"target":11},{"source":9,"target":0},{"source":9,"target":62},{"source":9,"target":63},{"source":9,"target":64},{"source":62,"target":65},{"source":62,"target":9},{"source":63,"target":66},{"source":63,"target":9},{"source":64,"target":18},{"source":64,"target":67},{"source":64,"target":9},{"source":67,"target":18},{"source":10,"target":0},{"source":10,"target":68},{"source":10,"target":69},{"source":10,"target":70},{"source":10,"target":71},{"source":68,"target":10},{"source":69,"target":10},{"source":70,"target":10},{"source":71,"target":10},{"source":11,"target":0},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":72},{"source":14,"target":73},{"source":14,"target":74},{"source":72,"target":75},{"source":72,"target":14},{"source":73,"target":76},{"source":73,"target":14},{"source":74,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":77},{"source":15,"target":78},{"source":77,"target":79},{"source":77,"target":15},{"source":78,"target":12},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":80},{"source":16,"target":81},{"source":80,"target":82},{"source":80,"target":16},{"source":81,"target":13},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":83},{"source":17,"target":84},{"source":83,"target":9},{"source":83,"target":85},{"source":83,"target":17},{"source":85,"target":9},{"source":84,"target":13},{"source":18,"target":0},{"source":18,"target":86},{"source":18,"target":87},{"source":18,"target":88},{"source":18,"target":89},{"source":18,"target":90},{"source":18,"target":91},{"source":18,"target":92},{"source":86,"target":18},{"source":87,"target":18},{"source":88,"target":18},{"source":89,"target":18},{"source":90,"target":18},{"source":91,"target":18},{"source":92,"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="actionlanguage" nsURI="http://www.muml.org/pim/actionlanguage/1.0.0"
nsPrefix="actionlanguage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The base package for the muml action language. It is an extension to the core.ecore expression package.
The action language contains block definition, control structures like conditional statements and loops, assignments, and variable and operation call expressions. "/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EEnum" name="AssignOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An AssignOperator is used to assign a new value to its left operand."/>
</eAnnotations>
<eLiterals name="UNSET" literal="UNSET"/>
<eLiterals name="ASSIGN" value="1" literal=":=">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The value of the right operand is assigned to the left operand."/>
</eAnnotations>
</eLiterals>
<eLiterals name="PLUS_EQUAL" value="2" literal="+=">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The value of the right operand is added to the value of the left operand and
then assigned to the left operand. a += b can be rewritten as a := a + b."/>
</eAnnotations>
</eLiterals>
<eLiterals name="MINUS_EQUAL" value="4" literal="-=">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The value of the right operand is subtracted from the value of the left operand and
then assigned to the left operand. a -= b can be rewritten as a := a - b."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="IncrementDecrementOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The operator type for increment or decrement operators."/>
</eAnnotations>
<eLiterals name="UNSET" literal="UNSET"/>
<eLiterals name="INCREMENT" value="2" literal="++">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents a post increment. The expression "a++" evaluates to the value of
the operand "a". After the execution, the operand "a" is incremented by 1
(a := a + 1)."/>
</eAnnotations>
</eLiterals>
<eLiterals name="DECREMENT" value="1" literal="--">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents a post decrement. The expression "a--" evaluates to the value of
the operand "a". After the execution, the operand "a" is decremented by 1
(a := a - 1)."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="../../org.muml.core/model/core.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A block is used to group expressions. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="ecore:EClass ../../org.muml.core/model/core.ecore#//expressions/Expression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="List of expressions may be attached as a body of a loop or represent a path of a conditional statement."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Loop" abstract="true" eSuperTypes="../../org.muml.core/model/core.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A loop statement executed a block until the Boolean value of loop test expression is false."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Body block of the loop."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="loopTest" eType="ecore:EClass ../../org.muml.core/model/core.ecore#//expressions/Expression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="If the loop test expression evaluates to true the block is executed. "/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhileLoop" eSuperTypes="#//Loop">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The while statement first evaluates the loop test expression and afterwards if the expression evaluates to true it executes the block. "/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoWhileLoop" eSuperTypes="#//Loop">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The do while statement first executes the block and afterwards it evaluates the loop test expression. If the expression evaluates to true it executes the block again. "/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="../../org.muml.core/model/core.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An assignment is used to assign a value to a variable. "/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="ValidLHS" value="-- a hybrid in port is not allowed as a lhs of an assignment
let lhs : TypedNamedElementExpression = lhs_typedNamedElementExpression
in
if not lhs.oclIsUndefined() and lhs.typedNamedElement.oclIsKindOf(component::HybridPort) then
	lhs.typedNamedElement.oclAsType(component::HybridPort).outPort
else
	true
endif"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="assignOperator" eType="#//AssignOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An assignment is used to assign a value to a variable. A simple assignment is one made using the \emph{<ASSIGN>} Operator \emph{':='}. Further, we have four more assign operators which are used as abbreviated syntax form. "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs_assignExpression" eType="ecore:EClass ../../org.muml.core/model/core.ecore#//expressions/Expression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The right-hand-side expression evaluates to a value which is assigned to the left-hand-side variable."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="incrementDecrementOperator"
eType="#//IncrementDecrementOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abbreviated form of x := x+1; or x :=x-1."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs_typedNamedElementExpression"
eType="#//TypedNamedElementExpression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" The left-hand-side of an assignment must be a single variable and must not be another expression."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForLoop" eSuperTypes="#//Loop">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The for loop statement firstly initialize a loop variable by the initialize expression and assigning on each loop run afterwards a loop variable by the counting expression to successive values of a sequence."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializeExpression" eType="#//Assignment"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Initialize a loop variable by the initialize expression."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="countingExpression" eType="#//Assignment"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Assigning on each loop run afterwards a loop variable by the counting expression to successive values of a sequence."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="../../org.muml.core/model/core.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An if statement is used if the referenced block should be executed only when the condition expression evaluates to true.
An if statement always have one if-condition and one corresponding if-block, any number of else-if-conditions and corresponding else-if-blocks and at most one else-block. 
 "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifCondition" eType="ecore:EClass ../../org.muml.core/model/core.ecore#//expressions/Expression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="If condition of the if statement."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifBlock" eType="#//Block"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Block which is executed if the if condition evaluates to true."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBlock" eType="#//Block"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Block which is executed if no if or elseif condition evaluates to true."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseIfStatements" upperBound="-1"
eType="#//ElseIfStatement" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="List of ElseIfStatements. If the IfStatement's ifCondition evaluates to false
and it exists an ElseIfStatement in this list, whose elseIfCondition evaluates
to true, then the first ElseIfStatement (wrt. the list index), whose elseIfCondition
evaluates to true is executed. Otherwise, the elseBlock is executed (if present)."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCall" eSuperTypes="../../org.muml.core/model/core.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Operation calls are used to call an operation with concrete parameter bindings. "/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ParameterBindingForEveryParameter"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="ParameterBindingForEveryParameter" value="-- An OperationCall must bind exactly one value to every parameter
not operation.oclIsUndefined() implies 
operation.parameters->asBag() = parameterBinding.parameter->asBag()
-- author: bingo, adann"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1"
eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//behavior/Operation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Operation which belongs to an operation call."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterBinding" upperBound="-1"
eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//behavior/ParameterBinding"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Parameter bindings which belongs to an operation call."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="../../org.muml.core/model/core.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The return statement specifies the return expression of an operation call. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass ../../org.muml.core/model/core.ecore#//expressions/Expression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return expression which blongs to a return statement."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TriggerMessageExpression" eSuperTypes="../../org.muml.core/model/core.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents a parameter of a transition's trigger message."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="messageType" lowerBound="1"
eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//msgtype/MessageType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The MessageType that this TriggerMessageExpression represents."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1"
eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//behavior/Parameter">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The messageType's parameter that should be accessed."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiscreteInteractionEndpointReference"
eSuperTypes="../../org.muml.core/model/core.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A DiscreteInteractionEndpointReference is used for defining SelectorExpressions
in a multi-role or multi-port. There, a SelectorExpression may reference a
sub-role instance or sub-port instance for selecting the synchronization partner. 
The DiscreteInteractionEndpointReference always specifies a PositionSelector that
defines the position of the reference sub-role instance or sub-port instance. It may, 
e.g., be the first or last one in a multi-role or multi-port. The reference 
typedNamedElementExpressions allows to reference a variable containing a 
sub-role instance or a sub-port instance. In combination, both references enable
to select the next or previous sub-role (or sub-port) instance, e.g., as var1.next. In 
this case, next is the PositionSelector while var1 is the typedNamedElementExpression."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="typedNamedElementExpression"
eType="#//TypedNamedElementExpression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Allows to reference a variable containing a sub-role instance of sub-port instance.
This field is optional. "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="position" lowerBound="1"
eType="#//PositionSelector" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the relative position of the sub-role instance or sub-port instance.
In particular, it enables to select the first or last sub-role instance (sub-port instance) of a 
multi-role instance (multi-port instance) using keyword first and last, to select itself
in case of a sub-role instance (sub-port instance) using keyword self, or the next
or previous sub-role given a reference either by self or a variable using keywords
next and prev."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PositionSelectorKind">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines keywords for referring to sub-role instance (sub-port instances) of a
multi-role instance (multi-port instance). Self may be used by a sub-role
instance (sub-port instance) and refers to the corresponding sub-role instance
(sub-port instance) itself. First and last may be used by the adaptation behavior
and refer to the first or last sub-role instance (sub-port instance) of the multi-role
instance (multi-port instance). Given a reference sub-role instance (sub-port
instance), next and prev refer to the next or previous sub-role instance (sub-port
instance). If the reference sub-role instance (sub-port instance) is the last one 
(first one), then next (first) refers to null."/>
</eAnnotations>
<eLiterals name="SELF">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="See documentation of the PositionSelectorKind enumeration."/>
</eAnnotations>
</eLiterals>
<eLiterals name="FIRST" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="See documentation of the PositionSelectorKind enumeration."/>
</eAnnotations>
</eLiterals>
<eLiterals name="LAST" value="2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="See documentation of the PositionSelectorKind enumeration."/>
</eAnnotations>
</eLiterals>
<eLiterals name="PREV" value="3" literal="PREV">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="See documentation of the PositionSelectorKind enumeration."/>
</eAnnotations>
</eLiterals>
<eLiterals name="NEXT" value="4">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="See documentation of the PositionSelectorKind enumeration."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PositionSelector" eSuperTypes="../../org.muml.core/model/core.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines a relative position of a sub-role instance or sub-port instance.
The kind defines the particular reference using an enum literal where
self refers to a sub-role instance (sub-port instance) itself, first or last refer to the
first or last sub-role instance (sub-port instance) or a multi-role instance (multi-port
instance), and next or prev refer to the next or previous sub-role instance (sub-port
instance). PositionSelectors can be concatenated using the successor reference.
That enables to specify, e.g., self.next, first.next, or self.prev.prev."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//PositionSelectorKind">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The enum literal defining the position."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="successor" eType="#//PositionSelector"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Successors of a PositionSelector enable to concatenate PositionSelectors for
specifying more complex expression like self.next or self.prev.prev."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocalVariableDeclarationStatement" eSuperTypes="../../org.muml.core/model/core.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="UniqueName"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="UniqueName" value="-- check if no variable with the same name was defined before
self.allSurroundingBlocks->collect(
	expressions
)->select(
	oclIsKindOf(LocalVariableDeclarationStatement)
)->collect(
	oclAsType(LocalVariableDeclarationStatement)
)->one(
	variable.name = self.variable.name
)"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Enables to declare a local variable inside a Block. Local variables are declared 
according to the C-rule and have the scope of the block they are defined in.
Local variables may not have the same name as a variable that is declared in the
real-time statechart."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//behavior/Variable"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The variable that is declared and optionally initialized by this declaration 
statement."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allSurroundingBlocks" upperBound="-1"
eType="#//Block" changeable="false" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="-- collect all blocks which surround this LocalVariableDeclarationStatement
self.oclAsType(ecore::EObject).eContainer()->closure(c : ecore::EObject |
	if c.eContainer().oclIsKindOf(core::expressions::Expression) then
		c.eContainer()
	else
		c
	endif
)->union(
	-- by default, the closure operation does not include the source value(s) (at least
	-- in the "old" OCL case)
	-- (see org.eclipse.ocl.internal.evaluation.IterationTemplateClosure.evaluateResult method)
	Set{self.eContainer()}
)->select(oclIsKindOf(Block))->collect(
	oclAsType(Block)
)->asOrderedSet()"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This derived feature returns all blocks that surround this local variable declaration.
This is a helper feature for ensuring that the names of local variables are unique."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedNamedElementExpression" eSuperTypes="../../org.muml.core/model/core.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="To perform an action on a value of a variable of a \rtsc we use the typed named element expression, which has a reference to a typed named element and optional indices if a concrete array element should be referenced."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="typedNamedElement" lowerBound="1"
eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//behavior/TypedNamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The typed named element that is referenced."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementAccessors" upperBound="-1"
eType="#//ElementAccessorExpression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The indices used to access an element inside a referenced array."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayInitializeExpression" eSuperTypes="../../org.muml.core/model/core.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Used to initialize a typed named element of type ArrayDataType (or a subtype)."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="ecore:EClass ../../org.muml.core/model/core.ecore#//expressions/Expression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="List of expressions where each Expression is used to initialize a particular
array element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NondeterministicChoiceExpression" eSuperTypes="../../org.muml.core/model/core.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The nondeterministic choice expression selects a value from an interval of integers
nondeterministically. It may be used to abstract from computations or interactions
that will modify a value of a variable, but are not yet implementable, e.g., within
a real-time coordination protocol. Nondeterministic choice expressions may only
be used as right-hand side of an assignment."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="range" lowerBound="1" eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//valuetype/Range"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The range defines the lower bound and the upper bound of the interval from which
values will be chosen nondeterministically. Every value in this interval will be
chosen with the same probability."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataType" lowerBound="1"
eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//types/PrimitiveDataType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The base type for the interval defined by the range. We only allow for integer types."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TimeValueExpression" eSuperTypes="../../org.muml.core/model/core.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class is used to reference a TimeValue."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="timeValue" lowerBound="1"
eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//valuetype/TimeValue"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The TimeValue which is referenced by the TimeValueExpression."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeCastExpression" eSuperTypes="../../org.muml.core/model/core.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A TypeCastExpression enables to perform an explicit type cast of the value of the enclosedExpression to the data type given in the eponymous reference. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataType" eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//types/DataType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents the DataType to which the value of the enclosedExpression is converted."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="enclosedExpression" lowerBound="1"
eType="ecore:EClass ../../org.muml.core/model/core.ecore#//expressions/Expression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents the expression that should be converted."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementAccessorExpression" abstract="true"
eSuperTypes="../../org.muml.core/model/core.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abstract base class for an element accessor."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayIndexExpression" eSuperTypes="#//ElementAccessorExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Used to access an array element at a particular index."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" lowerBound="1" eType="ecore:EClass ../../org.muml.core/model/core.ecore#//expressions/Expression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Indices which refer to an concrete index of an array."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeAccessorExpression" eSuperTypes="#//ElementAccessorExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Used to access an attribute of a StructuredDataType."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1"
eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//types/Attribute">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The attribute of a StructuredDataType that should be accessed."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElseIfStatement" eSuperTypes="../../org.muml.core/model/core.ecore#//CommentableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An elseif statement is used if the referenced block should be executed only when the condition expression evaluates to true.
An elseif statement always have one elseif-condition and one corresponding elseif-block.
 "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseIfCondition" lowerBound="1"
eType="ecore:EClass ../../org.muml.core/model/core.ecore#//expressions/Expression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="ElseIf condition of the if statement."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseIfBlock" lowerBound="1"
eType="#//Block" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Block which is executed if the corresponding elseif condition evaluates to true."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MaxMessageDelayReferenceExpression"
eSuperTypes="../../org.muml.core/model/core.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class is used to reference a TimeValue."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="timeValue" lowerBound="1"
eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//valuetype/TimeValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The TimeValue which is referenced by the TimeValueExpression."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/fraunhofer-iem/mechatronicuml-pim/org.muml.pim.actionlanguage/model/actionlanguage.ecore | ecore | actionlanguage
AssignOperator
UNSET
UNSET
ASSIGN
:=
PLUS_EQUAL
+=
MINUS_EQUAL
-=
IncrementDecrementOperator
UNSET
UNSET
INCREMENT
++
DECREMENT
--
Block
expressions
Loop
block
loopTest
WhileLoop
DoWhileLoop
Assignment
assignOperator
rhs_assignExpression
incrementDecrementOperator
lhs_typedNamedElementExpression
ForLoop
initializeExpression
countingExpression
IfStatement
ifCondition
ifBlock
elseBlock
elseIfStatements
OperationCall
operation
parameterBinding
ReturnStatement
expression
TriggerMessageExpression
messageType
parameter
DiscreteInteractionEndpointReference
typedNamedElementExpression
position
PositionSelectorKind
SELF
SELF
FIRST
FIRST
LAST
LAST
PREV
PREV
NEXT
NEXT
PositionSelector
kind
successor
LocalVariableDeclarationStatement
variable
allSurroundingBlocks
TypedNamedElementExpression
typedNamedElement
elementAccessors
ArrayInitializeExpression
expressions
NondeterministicChoiceExpression
range
dataType
TimeValueExpression
timeValue
TypeCastExpression
dataType
enclosedExpression
ElementAccessorExpression
ArrayIndexExpression
index
AttributeAccessorExpression
attribute
ElseIfStatement
elseIfCondition
elseIfBlock
MaxMessageDelayReferenceExpression
timeValue | null | {"directed":true,"nodes":[{"nsPrefix":"actionlanguage","nsURI":"http://www.muml.org/pim/actionlanguage/1.0.0","name":"actionlanguage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignOperator","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"IncrementDecrementOperator","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileLoop","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileLoop","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":"ForLoop","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCall","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerMessageExpression","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiscreteInteractionEndpointReference","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PositionSelectorKind","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PositionSelector","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariableDeclarationStatement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedNamedElementExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializeExpression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NondeterministicChoiceExpression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeValueExpression","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeCastExpression","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementAccessorExpression","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayIndexExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeAccessorExpression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElseIfStatement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MaxMessageDelayReferenceExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"name":"UNSET","id":27,"value":0,"literal":"UNSET","eClass":"EEnumLiteral"},{"name":"ASSIGN","id":28,"value":1,"literal":":=","eClass":"EEnumLiteral"},{"name":"PLUS_EQUAL","id":29,"value":2,"literal":"+=","eClass":"EEnumLiteral"},{"name":"MINUS_EQUAL","id":30,"value":4,"literal":"-=","eClass":"EEnumLiteral"},{"name":"UNSET","id":31,"value":0,"literal":"UNSET","eClass":"EEnumLiteral"},{"name":"INCREMENT","id":32,"value":2,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":33,"value":1,"literal":"--","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","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":"loopTest","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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assignOperator","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":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs_assignExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"incrementDecrementOperator","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":"lhs_typedNamedElementExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializeExpression","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":"countingExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBlock","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":"elseIfStatements","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"parameterBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"messageType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typedNamedElementExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"name":"SELF","id":85,"value":0,"literal":"SELF","eClass":"EEnumLiteral"},{"name":"FIRST","id":86,"value":1,"literal":"FIRST","eClass":"EEnumLiteral"},{"name":"LAST","id":87,"value":2,"literal":"LAST","eClass":"EEnumLiteral"},{"name":"PREV","id":88,"value":3,"literal":"PREV","eClass":"EEnumLiteral"},{"name":"NEXT","id":89,"value":4,"literal":"NEXT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":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":"successor","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allSurroundingBlocks","changeable":false,"resolveProxies":true,"lowerBound":0,"id":96,"derived":true},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedNamedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementAccessors","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timeValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"enclosedExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseIfCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseIfBlock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"timeValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":1,"target":0},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":27,"target":1},{"source":28,"target":1},{"source":29,"target":1},{"source":30,"target":1},{"source":2,"target":0},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":31,"target":2},{"source":32,"target":2},{"source":33,"target":2},{"source":3,"target":0},{"source":3,"target":34},{"source":3,"target":35},{"source":34,"target":36},{"source":34,"target":3},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":37,"target":3},{"source":37,"target":40},{"source":37,"target":4},{"source":40,"target":3},{"source":38,"target":41},{"source":38,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":42},{"source":42,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":43},{"source":43,"target":4},{"source":7,"target":0},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":7,"target":48},{"source":44,"target":1},{"source":44,"target":49},{"source":44,"target":7},{"source":49,"target":1},{"source":45,"target":50},{"source":45,"target":7},{"source":46,"target":2},{"source":46,"target":51},{"source":46,"target":7},{"source":51,"target":2},{"source":47,"target":17},{"source":47,"target":52},{"source":47,"target":7},{"source":52,"target":17},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":53,"target":7},{"source":53,"target":56},{"source":53,"target":8},{"source":56,"target":7},{"source":54,"target":7},{"source":54,"target":57},{"source":54,"target":8},{"source":57,"target":7},{"source":55,"target":4},{"source":9,"target":0},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":58,"target":63},{"source":58,"target":9},{"source":59,"target":3},{"source":59,"target":64},{"source":59,"target":9},{"source":64,"target":3},{"source":60,"target":3},{"source":60,"target":65},{"source":60,"target":9},{"source":65,"target":3},{"source":61,"target":25},{"source":61,"target":66},{"source":61,"target":9},{"source":66,"target":25},{"source":10,"target":0},{"source":10,"target":67},{"source":10,"target":68},{"source":10,"target":69},{"source":67,"target":70},{"source":67,"target":10},{"source":68,"target":71},{"source":68,"target":10},{"source":11,"target":0},{"source":11,"target":72},{"source":11,"target":73},{"source":72,"target":74},{"source":72,"target":11},{"source":12,"target":0},{"source":12,"target":75},{"source":12,"target":76},{"source":12,"target":77},{"source":75,"target":78},{"source":75,"target":12},{"source":76,"target":79},{"source":76,"target":12},{"source":13,"target":0},{"source":13,"target":80},{"source":13,"target":81},{"source":13,"target":82},{"source":80,"target":17},{"source":80,"target":83},{"source":80,"target":13},{"source":83,"target":17},{"source":81,"target":15},{"source":81,"target":84},{"source":81,"target":13},{"source":84,"target":15},{"source":14,"target":0},{"source":14,"target":85},{"source":14,"target":86},{"source":14,"target":87},{"source":14,"target":88},{"source":14,"target":89},{"source":85,"target":14},{"source":86,"target":14},{"source":87,"target":14},{"source":88,"target":14},{"source":89,"target":14},{"source":15,"target":0},{"source":15,"target":90},{"source":15,"target":91},{"source":15,"target":92},{"source":90,"target":14},{"source":90,"target":93},{"source":90,"target":15},{"source":93,"target":14},{"source":91,"target":15},{"source":91,"target":94},{"source":91,"target":15},{"source":94,"target":15},{"source":16,"target":0},{"source":16,"target":95},{"source":16,"target":96},{"source":16,"target":97},{"source":95,"target":98},{"source":95,"target":16},{"source":96,"target":3},{"source":96,"target":99},{"source":96,"target":16},{"source":99,"target":3},{"source":17,"target":0},{"source":17,"target":100},{"source":17,"target":101},{"source":17,"target":102},{"source":100,"target":103},{"source":100,"target":17},{"source":101,"target":22},{"source":101,"target":104},{"source":101,"target":17},{"source":104,"target":22},{"source":18,"target":0},{"source":18,"target":105},{"source":18,"target":106},{"source":105,"target":107},{"source":105,"target":18},{"source":19,"target":0},{"source":19,"target":108},{"source":19,"target":109},{"source":19,"target":110},{"source":108,"target":111},{"source":108,"target":19},{"source":109,"target":112},{"source":109,"target":19},{"source":20,"target":0},{"source":20,"target":113},{"source":20,"target":114},{"source":113,"target":115},{"source":113,"target":20},{"source":21,"target":0},{"source":21,"target":116},{"source":21,"target":117},{"source":21,"target":118},{"source":116,"target":119},{"source":116,"target":21},{"source":117,"target":120},{"source":117,"target":21},{"source":22,"target":0},{"source":22,"target":121},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":122},{"source":23,"target":123},{"source":122,"target":124},{"source":122,"target":23},{"source":123,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":125},{"source":24,"target":126},{"source":125,"target":127},{"source":125,"target":24},{"source":126,"target":22},{"source":25,"target":0},{"source":25,"target":128},{"source":25,"target":129},{"source":25,"target":130},{"source":128,"target":131},{"source":128,"target":25},{"source":129,"target":3},{"source":129,"target":132},{"source":129,"target":25},{"source":132,"target":3},{"source":26,"target":0},{"source":26,"target":133},{"source":26,"target":134},{"source":133,"target":135},{"source":133,"target":26}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="KragsteinMethod" nsURI="KragsteinMethod.ecore" nsPrefix="KragsteinMethod">
<eClassifiers xsi:type="ecore:EClass" name="Method">
<eAnnotations source="gmf.diagram"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="header" lowerBound="1"
eType="#//Header" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="branch" lowerBound="1"
upperBound="-1" eType="#//Branch" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Header">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isConst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isVirtual" 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="parameter" upperBound="-1"
eType="#//Parameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter">
<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:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Branch">
<eAnnotations source="gmf.node">
<details key="label.placement" value="none"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="route" lowerBound="1" eType="#//Route"
containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="free"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nextBranch" eType="#//Branch"/>
<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="Route">
<eAnnotations source="gmf.node">
<details key="label.placement" value="none"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="icon" upperBound="-1" eType="#//Icon"
containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="free"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValencePoint">
<eAnnotations source="gmf.node">
<details key="label.placement" value="none"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Synchronizer">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RightComment">
<eAnnotations source="gmf.node">
<details key="label.placement" value="none"/>
</eAnnotations>
<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="LeftComment">
<eAnnotations source="gmf.node">
<details key="label.placement" value="none"/>
</eAnnotations>
<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="Icon" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="valencePoint" eType="#//ValencePoint"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftComment" eType="#//LeftComment"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="RightComment" eType="#//RightComment"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nextIcon" eType="#//Icon"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="synchroniser" eType="#//Synchronizer"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//Icon">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
<details key="color " value="0,255,0"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Question" eSuperTypes="#//Icon">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="yesBelow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="route" lowerBound="1" eType="#//Route"
containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Choice" eSuperTypes="#//Icon">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="case" lowerBound="1" upperBound="-1"
eType="#//Case" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstCaseName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstCaseValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Case">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="route" lowerBound="1" eType="#//Route"
containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nextCase" eType="#//Case"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Headline" eSuperTypes="#//Icon">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</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="isLoop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Adress" eSuperTypes="#//Icon">
<eAnnotations source="gmf.node">
<details key="label" value="target"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="target" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isLoop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Insertion" eSuperTypes="#//Icon">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1"
eType="#//Method" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Shelf" eSuperTypes="#//Icon">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1"
eType="#//Method" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BeginLoop" eSuperTypes="#//Icon">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EndLoop" eSuperTypes="#//Icon">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Output" eSuperTypes="#//Icon">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1"
eType="#//Method" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pause" eSuperTypes="#//Icon">
<eAnnotations source="gmf.node">
<details key="label.placement" value="none"/>
</eAnnotations>
<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="StartTimer" eSuperTypes="#//Icon">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Input" eSuperTypes="#//Icon">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1"
eType="#//Method" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="End" eSuperTypes="#//Icon">
<eAnnotations source="gmf.node">
<details key="label.placement" value="none"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopArrow" eSuperTypes="#//Icon">
<eAnnotations source="gmf.node">
<details key="label.placement" value="none"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="period" eType="#//Period"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Period">
<eAnnotations source="gmf.node">
<details key="label.placement" value="none"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/dvj-shimbo/kragstein/models/KMethod/model/method.ecore | ecore | KragsteinMethod
Method
name
header
branch
Header
name
type
visibility
isConst
isVirtual
isStatic
parameter
Parameter
name
type
value
Branch
route
nextBranch
name
Route
icon
ValencePoint
Synchronizer
name
value
RightComment
value
LeftComment
value
Icon
valencePoint
leftComment
RightComment
nextIcon
synchroniser
Action
name
value
Question
name
value
yesBelow
route
Choice
name
value
case
firstCaseName
firstCaseValue
Case
name
value
route
nextCase
Headline
name
isLoop
Adress
target
isLoop
Insertion
name
value
method
Shelf
name
value
method
BeginLoop
name
value
EndLoop
name
value
Output
name
value
method
Pause
value
StartTimer
name
value
Input
name
value
method
End
LoopArrow
period
Period
value | null | {"directed":true,"nodes":[{"nsPrefix":"KragsteinMethod","nsURI":"KragsteinMethod.ecore","name":"KragsteinMethod","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Header","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Branch","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Route","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValencePoint","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synchronizer","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightComment","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftComment","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Icon","instanceClass":null,"abstract":true,"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":"Question","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Choice","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":"Headline","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Adress","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Insertion","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shelf","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BeginLoop","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndLoop","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Output","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pause","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartTimer","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"End","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopArrow","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Period","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"header","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"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":"branch","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"visibility","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":false,"transient":false,"unique":true,"name":"isConst","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isVirtual","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStatic","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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"type","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"route","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nextBranch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"icon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valencePoint","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":"leftComment","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":"RightComment","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":false,"unsettable":false,"transient":false,"unique":true,"name":"nextIcon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"synchroniser","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"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":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":"yesBelow","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"route","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":95,"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":"case","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"firstCaseName","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":"firstCaseValue","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"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":"name","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"route","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nextCase","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isLoop","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"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":"target","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isLoop","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"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},{"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":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"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":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"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":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"resolveProxies":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":1,"target":0},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":28,"target":31},{"source":28,"target":1},{"source":29,"target":2},{"source":29,"target":32},{"source":29,"target":1},{"source":32,"target":2},{"source":30,"target":4},{"source":30,"target":33},{"source":30,"target":1},{"source":33,"target":4},{"source":2,"target":0},{"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":34,"target":41},{"source":34,"target":2},{"source":35,"target":42},{"source":35,"target":2},{"source":36,"target":43},{"source":36,"target":2},{"source":37,"target":44},{"source":37,"target":2},{"source":38,"target":45},{"source":38,"target":2},{"source":39,"target":46},{"source":39,"target":2},{"source":40,"target":3},{"source":40,"target":47},{"source":40,"target":2},{"source":47,"target":3},{"source":3,"target":0},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":48,"target":51},{"source":48,"target":3},{"source":49,"target":52},{"source":49,"target":3},{"source":50,"target":53},{"source":50,"target":3},{"source":4,"target":0},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":54,"target":5},{"source":54,"target":57},{"source":54,"target":4},{"source":57,"target":5},{"source":55,"target":4},{"source":55,"target":58},{"source":55,"target":4},{"source":58,"target":4},{"source":56,"target":59},{"source":56,"target":4},{"source":5,"target":0},{"source":5,"target":60},{"source":60,"target":10},{"source":60,"target":61},{"source":60,"target":5},{"source":61,"target":10},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":62},{"source":7,"target":63},{"source":62,"target":64},{"source":62,"target":7},{"source":63,"target":65},{"source":63,"target":7},{"source":8,"target":0},{"source":8,"target":66},{"source":66,"target":67},{"source":66,"target":8},{"source":9,"target":0},{"source":9,"target":68},{"source":68,"target":69},{"source":68,"target":9},{"source":10,"target":0},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":72},{"source":10,"target":73},{"source":10,"target":74},{"source":70,"target":6},{"source":70,"target":75},{"source":70,"target":10},{"source":75,"target":6},{"source":71,"target":9},{"source":71,"target":76},{"source":71,"target":10},{"source":76,"target":9},{"source":72,"target":8},{"source":72,"target":77},{"source":72,"target":10},{"source":77,"target":8},{"source":73,"target":10},{"source":73,"target":78},{"source":73,"target":10},{"source":78,"target":10},{"source":74,"target":7},{"source":74,"target":79},{"source":74,"target":10},{"source":79,"target":7},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":80},{"source":11,"target":81},{"source":11,"target":82},{"source":80,"target":83},{"source":80,"target":11},{"source":81,"target":84},{"source":81,"target":11},{"source":82,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":85},{"source":12,"target":86},{"source":12,"target":87},{"source":12,"target":88},{"source":12,"target":89},{"source":85,"target":90},{"source":85,"target":12},{"source":86,"target":91},{"source":86,"target":12},{"source":87,"target":92},{"source":87,"target":12},{"source":88,"target":5},{"source":88,"target":93},{"source":88,"target":12},{"source":93,"target":5},{"source":89,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":94},{"source":13,"target":95},{"source":13,"target":96},{"source":13,"target":97},{"source":13,"target":98},{"source":13,"target":99},{"source":94,"target":100},{"source":94,"target":13},{"source":95,"target":101},{"source":95,"target":13},{"source":96,"target":14},{"source":96,"target":102},{"source":96,"target":13},{"source":102,"target":14},{"source":97,"target":103},{"source":97,"target":13},{"source":98,"target":104},{"source":98,"target":13},{"source":99,"target":10},{"source":14,"target":0},{"source":14,"target":105},{"source":14,"target":106},{"source":14,"target":107},{"source":14,"target":108},{"source":105,"target":109},{"source":105,"target":14},{"source":106,"target":110},{"source":106,"target":14},{"source":107,"target":5},{"source":107,"target":111},{"source":107,"target":14},{"source":111,"target":5},{"source":108,"target":14},{"source":108,"target":112},{"source":108,"target":14},{"source":112,"target":14},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":113},{"source":15,"target":114},{"source":15,"target":115},{"source":113,"target":116},{"source":113,"target":15},{"source":114,"target":117},{"source":114,"target":15},{"source":115,"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":17,"target":125},{"source":17,"target":126},{"source":123,"target":127},{"source":123,"target":17},{"source":124,"target":128},{"source":124,"target":17},{"source":125,"target":1},{"source":125,"target":129},{"source":125,"target":17},{"source":129,"target":1},{"source":126,"target":10},{"source":18,"target":0},{"source":18,"target":10},{"source":18,"target":130},{"source":18,"target":131},{"source":18,"target":132},{"source":18,"target":133},{"source":130,"target":134},{"source":130,"target":18},{"source":131,"target":135},{"source":131,"target":18},{"source":132,"target":1},{"source":132,"target":136},{"source":132,"target":18},{"source":136,"target":1},{"source":133,"target":10},{"source":19,"target":0},{"source":19,"target":10},{"source":19,"target":137},{"source":19,"target":138},{"source":19,"target":139},{"source":137,"target":140},{"source":137,"target":19},{"source":138,"target":141},{"source":138,"target":19},{"source":139,"target":10},{"source":20,"target":0},{"source":20,"target":10},{"source":20,"target":142},{"source":20,"target":143},{"source":20,"target":144},{"source":142,"target":145},{"source":142,"target":20},{"source":143,"target":146},{"source":143,"target":20},{"source":144,"target":10},{"source":21,"target":0},{"source":21,"target":10},{"source":21,"target":147},{"source":21,"target":148},{"source":21,"target":149},{"source":21,"target":150},{"source":147,"target":151},{"source":147,"target":21},{"source":148,"target":152},{"source":148,"target":21},{"source":149,"target":1},{"source":149,"target":153},{"source":149,"target":21},{"source":153,"target":1},{"source":150,"target":10},{"source":22,"target":0},{"source":22,"target":10},{"source":22,"target":154},{"source":22,"target":155},{"source":154,"target":156},{"source":154,"target":22},{"source":155,"target":10},{"source":23,"target":0},{"source":23,"target":10},{"source":23,"target":157},{"source":23,"target":158},{"source":23,"target":159},{"source":157,"target":160},{"source":157,"target":23},{"source":158,"target":161},{"source":158,"target":23},{"source":159,"target":10},{"source":24,"target":0},{"source":24,"target":10},{"source":24,"target":162},{"source":24,"target":163},{"source":24,"target":164},{"source":24,"target":165},{"source":162,"target":166},{"source":162,"target":24},{"source":163,"target":167},{"source":163,"target":24},{"source":164,"target":1},{"source":164,"target":168},{"source":164,"target":24},{"source":168,"target":1},{"source":165,"target":10},{"source":25,"target":0},{"source":25,"target":10},{"source":25,"target":169},{"source":169,"target":10},{"source":26,"target":0},{"source":26,"target":10},{"source":26,"target":170},{"source":26,"target":171},{"source":170,"target":27},{"source":170,"target":172},{"source":170,"target":26},{"source":172,"target":27},{"source":171,"target":10},{"source":27,"target":0},{"source":27,"target":173},{"source":173,"target":174},{"source":173,"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="model" nsURI="http://eclipse.org/emf/emfstore/server/model"
nsPrefix="org.eclipse.emf.emfstore.internal.server.model">
<eClassifiers xsi:type="ecore:EClass" name="ProjectHistory">
<eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#//ProjectId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="versions" lowerBound="1"
upperBound="-1" eType="#//versioning/Version" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="projectName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="projectDescription" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sharedProperties" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//EMFStoreProperty"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="branches" upperBound="-1"
eType="#//versioning/BranchInfo" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="projectId" lowerBound="1"
eType="#//ProjectId" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="version" lowerBound="1"
eType="#//versioning/PrimaryVersionSpec" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SessionId" eSuperTypes="../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//UniqueIdentifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ServerSpace">
<eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1"
eType="#//accesscontrol/ACGroup" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1"
eType="#//ProjectHistory"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="openSessions" upperBound="-1"
eType="#//SessionId" transient="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="users" upperBound="-1"
eType="#//accesscontrol/ACUser" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectId" eSuperTypes="../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//UniqueIdentifier"/>
<eClassifiers xsi:type="ecore:EClass" name="VersionInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="emfStoreVersionString"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClientVersionInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileIdentifier" eSuperTypes="../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//IdentifiableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AuthenticationInformation">
<eStructuralFeatures xsi:type="ecore:EReference" name="sessionId" eType="#//SessionId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedACUser" eType="#//accesscontrol/ACUser"
containment="true"/>
</eClassifiers>
<eSubpackages name="versioning" nsURI="http://eclipse.org/emf/emfstore/server/model/versioning"
nsPrefix="org.eclipse.emf.emfstore.internal.server.model.versioning">
<eClassifiers xsi:type="ecore:EClass" name="TagVersionSpec" eSuperTypes="#//versioning/VersionSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DateVersionSpec" eSuperTypes="#//versioning/VersionSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimaryVersionSpec" eSuperTypes="#//versioning/VersionSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="projectStateChecksum"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VersionSpec" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="branch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="trunk"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LogMessage">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="clientDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangePackage" eSuperTypes="#//versioning/AbstractChangePackage">
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#//versioning/operations/AbstractOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1"
eType="#//versioning/events/Event" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="versionProperties" upperBound="-1"
eType="#//versioning/VersionProperty" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HistoryInfo">
<eStructuralFeatures xsi:type="ecore:EReference" name="primarySpec" lowerBound="1"
eType="#//versioning/PrimaryVersionSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nextSpec" lowerBound="1"
upperBound="-1" eType="#//versioning/PrimaryVersionSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="previousSpec" lowerBound="1"
eType="#//versioning/PrimaryVersionSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mergedFrom" lowerBound="1"
upperBound="-1" eType="#//versioning/PrimaryVersionSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mergedTo" lowerBound="1"
upperBound="-1" eType="#//versioning/PrimaryVersionSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" lowerBound="1"
eType="#//versioning/LogMessage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tagSpecs" upperBound="-1"
eType="#//versioning/TagVersionSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="versionProperties" upperBound="-1"
eType="#//versioning/VersionProperty" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="changePackage" eType="#//versioning/AbstractChangePackage"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HistoryQuery" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeChangePackages"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeAllVersions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RangeQuery" eSuperTypes="#//versioning/HistoryQuery">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperLimit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerLimit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeIncoming" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeOutgoing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PathQuery" eSuperTypes="#//versioning/HistoryQuery">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElementQuery" eSuperTypes="#//versioning/RangeQuery">
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Version">
<eStructuralFeatures xsi:type="ecore:EReference" name="primarySpec" lowerBound="1"
eType="#//versioning/PrimaryVersionSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tagSpecs" upperBound="-1"
eType="#//versioning/TagVersionSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nextVersion" eType="#//versioning/Version"
eOpposite="#//versioning/Version/previousVersion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="previousVersion" eType="#//versioning/Version"
eOpposite="#//versioning/Version/nextVersion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" eType="#//versioning/LogMessage"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ancestorVersion" eType="#//versioning/Version"
eOpposite="#//versioning/Version/branchedVersions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="branchedVersions" upperBound="-1"
eType="#//versioning/Version" eOpposite="#//versioning/Version/ancestorVersion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mergedToVersion" upperBound="-1"
eType="#//versioning/Version" eOpposite="#//versioning/Version/mergedFromVersion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mergedFromVersion" upperBound="-1"
eType="#//versioning/Version" eOpposite="#//versioning/Version/mergedToVersion"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HeadVersionSpec" eSuperTypes="#//versioning/VersionSpec"/>
<eClassifiers xsi:type="ecore:EClass" name="VersionProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BranchVersionSpec" eSuperTypes="#//versioning/VersionSpec"/>
<eClassifiers xsi:type="ecore:EClass" name="BranchInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="head" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AncestorVersionSpec" eSuperTypes="#//versioning/VersionSpec">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PagedUpdateVersionSpec" eSuperTypes="#//versioning/VersionSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxChanges" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseVersionSpec" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractChangePackage" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" eType="#//versioning/LogMessage"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileBasedChangePackage" eSuperTypes="#//versioning/AbstractChangePackage">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operationProxies" upperBound="-1"
eType="#//versioning/OperationProxy" transient="true" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationProxy">
<eStructuralFeatures xsi:type="ecore:EReference" name="proxies" upperBound="-1"
eType="#//versioning/OperationProxy" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangePackageEnvelope">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fragmentIndex" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fragmentCount" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fragment" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangePackageProxy" eSuperTypes="#//versioning/AbstractChangePackage">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eSubpackages name="operations" nsURI="http://eclipse.org/emf/emfstore/server/model/versioning/operations"
nsPrefix="org.eclipse.emf.emfstore.internal.server.model.versioning.operations">
<eClassifiers xsi:type="ecore:EClass" name="AbstractOperation" abstract="true"
eSuperTypes="../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//IdentifiableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElementId" eType="ecore:EClass ../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accepted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="clientDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompositeOperation" eSuperTypes="#//versioning/operations/AbstractOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="subOperations" upperBound="-1"
eType="#//versioning/operations/AbstractOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainOperation" eType="#//versioning/operations/AbstractOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="compositeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="compositeDescription"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reversed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureOperation" abstract="true"
eSuperTypes="#//versioning/operations/AbstractOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unset" eType="#//versioning/operations/UnsetType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateDeleteOperation" eSuperTypes="#//versioning/operations/AbstractOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="delete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subOperations" upperBound="-1"
eType="#//versioning/operations/ReferenceOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eObjectToIdMap" upperBound="-1"
eType="#//versioning/operations/EObjectToModelElementIdMap" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeOperation" eSuperTypes="#//versioning/operations/FeatureOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiAttributeOperation" eSuperTypes="#//versioning/operations/FeatureOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="add" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="indexes" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedValues" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiAttributeSetOperation" eSuperTypes="#//versioning/operations/FeatureOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiAttributeMoveOperation" eSuperTypes="#//versioning/operations/FeatureOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedValue" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleReferenceOperation" eSuperTypes="#//versioning/operations/ReferenceOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="oldValue" eType="ecore:EClass ../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newValue" eType="ecore:EClass ../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiReferenceSetOperation" eSuperTypes="#//versioning/operations/ReferenceOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oldValue" eType="ecore:EClass ../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newValue" eType="ecore:EClass ../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiReferenceOperation" eSuperTypes="#//versioning/operations/ReferenceOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="add" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedModelElements"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiReferenceMoveOperation" eSuperTypes="#//versioning/operations/FeatureOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedModelElementId"
eType="ecore:EClass ../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceOperation" abstract="true"
eSuperTypes="#//versioning/operations/FeatureOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bidirectional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oppositeFeatureName"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="containmentType" eType="#//versioning/operations/ContainmentType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationId" eSuperTypes="../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//UniqueIdentifier"/>
<eClassifiers xsi:type="ecore:EClass" name="OperationGroup">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#//versioning/operations/AbstractOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElementGroup">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//ModelElementId"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ContainmentType">
<eLiterals name="NONE"/>
<eLiterals name="CONTAINER" value="1"/>
<eLiterals name="CONTAINMENT" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EObjectToModelElementIdMap" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass ../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="UnsetType">
<eLiterals name="NONE" literal=""/>
<eLiterals name="IS_UNSET" value="1"/>
<eLiterals name="WAS_UNSET" value="2"/>
</eClassifiers>
<eSubpackages name="semantic" nsURI="http://eclipse.org/emf/emfstore/server/model/versioning/operations/semantic"
nsPrefix="org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic">
<eClassifiers xsi:type="ecore:EClass" name="SemanticCompositeOperation" abstract="true"
eSuperTypes="#//versioning/operations/CompositeOperation"/>
</eSubpackages>
</eSubpackages>
<eSubpackages name="events" nsURI="http://eclipse.org/emf/emfstore/server/model/versioning/events"
nsPrefix="org.eclipse.emf.emfstore.internal.server.model.versioning.events">
<eClassifiers xsi:type="ecore:EClass" name="Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timestamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eSubpackages name="server" nsURI="http://eclipse.org/emf/emfstore/server/model/versioning/events/server/"
nsPrefix="org.eclipse.emf.emfstore.internal.server.model.versioning.events.server">
<eClassifiers xsi:type="ecore:EClass" name="ServerEvent" abstract="true" eSuperTypes="#//versioning/events/Event"/>
<eClassifiers xsi:type="ecore:EClass" name="ServerProjectEvent" abstract="true"
eSuperTypes="#//versioning/events/server/ServerEvent">
<eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#//ProjectId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectUpdatedEvent" eSuperTypes="#//versioning/events/server/ServerProjectEvent">
<eStructuralFeatures xsi:type="ecore:EReference" name="newVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
</eClassifiers>
</eSubpackages>
</eSubpackages>
</eSubpackages>
<eSubpackages name="accesscontrol" nsURI="http://eclipse.org/emf/emfstore/server/model/accesscontrol"
nsPrefix="org.eclipse.emf.emfstore.internal.server.model.accesscontrol">
<eClassifiers xsi:type="ecore:EClass" name="ACUser" eSuperTypes="#//accesscontrol/ACOrgUnit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveGroups" upperBound="-1"
eType="#//accesscontrol/ACGroup" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ACOrgUnit" eSuperTypes="../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//IdentifiableElement">
<eOperations name="getId" eType="#//accesscontrol/ACOrgUnitId"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="roles" upperBound="-1"
eType="#//accesscontrol/roles/Role" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//accesscontrol/OrgUnitProperty" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ACGroup" eSuperTypes="#//accesscontrol/ACOrgUnit">
<eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1"
eType="#//accesscontrol/ACOrgUnit" eKeys="../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//IdentifiableElement/identifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ACOrgUnitId" eSuperTypes="../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//UniqueIdentifier"/>
<eClassifiers xsi:type="ecore:EClass" name="OrgUnitProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="#//ProjectId"
containment="true" eKeys="../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//UniqueIdentifier/id"/>
</eClassifiers>
<eSubpackages name="roles" nsURI="http://eclipse.org/emf/emfstore/server/model/roles"
nsPrefix="org.eclipse.emf.emfstore.internal.server.model.accesscontrol.roles">
<eClassifiers xsi:type="ecore:EClass" name="Role" abstract="true">
<eOperations name="canAdministrate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="projectId" eType="#//ProjectId"/>
</eOperations>
<eOperations name="canCreate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="projectId" eType="#//ProjectId"/>
<eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eOperations>
<eOperations name="canDelete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="projectId" eType="#//ProjectId"/>
<eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eOperations>
<eOperations name="canModify" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="projectId" eType="#//ProjectId"/>
<eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eOperations>
<eOperations name="canRead" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="projectId" eType="#//ProjectId"/>
<eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1"
eType="#//ProjectId" containment="true" eKeys="../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//UniqueIdentifier/id"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReaderRole" eSuperTypes="#//accesscontrol/roles/Role"/>
<eClassifiers xsi:type="ecore:EClass" name="WriterRole" eSuperTypes="#//accesscontrol/roles/Role"/>
<eClassifiers xsi:type="ecore:EClass" name="ProjectAdminRole" eSuperTypes="#//accesscontrol/roles/Role"/>
<eClassifiers xsi:type="ecore:EClass" name="ServerAdmin" eSuperTypes="#//accesscontrol/roles/Role"/>
</eSubpackages>
</eSubpackages>
<eSubpackages name="url" nsURI="http://eclipse.org/emf/emfstore/server/model/url"
nsPrefix="org.eclipse.emf.emfstore.internal.server.model.url">
<eClassifiers xsi:type="ecore:EClass" name="ServerUrl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hostName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectUrlFragment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#//ProjectId"
containment="true" eKeys="../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//UniqueIdentifier/id"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElementUrlFragment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElementId" eType="ecore:EClass ../../org.eclipse.emf.emfstore.common.model/model/common.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElementUrl">
<eStructuralFeatures xsi:type="ecore:EReference" name="serverUrl" eType="#//url/ServerUrl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="projectUrlFragment" eType="#//url/ProjectUrlFragment"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElementUrlFragment"
eType="#//url/ModelElementUrlFragment" containment="true"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/eclipse/emf.emfstore.core/bundles/org.eclipse.emf.emfstore.server.model/model/server.ecore | ecore | model
ProjectHistory
projectId
versions
projectName
projectDescription
sharedProperties
branches
ProjectInfo
name
description
projectId
version
SessionId
ServerSpace
groups
projects
openSessions
users
ProjectId
VersionInfo
emfStoreVersionString
ClientVersionInfo
version
name
FileIdentifier
AuthenticationInformation
sessionId
resolvedACUser
versioning
TagVersionSpec
name
DateVersionSpec
date
PrimaryVersionSpec
identifier
projectStateChecksum
VersionSpec
branch
trunk
LogMessage
author
message
date
clientDate
ChangePackage
operations
events
versionProperties
HistoryInfo
primarySpec
nextSpec
previousSpec
mergedFrom
mergedTo
logMessage
tagSpecs
versionProperties
changePackage
HistoryQuery
source
includeChangePackages
includeAllVersions
RangeQuery
upperLimit
lowerLimit
includeIncoming
includeOutgoing
PathQuery
target
ModelElementQuery
modelElements
Version
primarySpec
tagSpecs
nextVersion
previousVersion
logMessage
ancestorVersion
branchedVersions
mergedToVersion
mergedFromVersion
HeadVersionSpec
VersionProperty
name
value
BranchVersionSpec
BranchInfo
name
head
source
AncestorVersionSpec
target
source
PagedUpdateVersionSpec
maxChanges
baseVersionSpec
AbstractChangePackage
logMessage
FileBasedChangePackage
filePath
operationProxies
OperationProxy
proxies
ChangePackageEnvelope
fragmentIndex
fragmentCount
fragment
ChangePackageProxy
id
operations
AbstractOperation
modelElementId
accepted
clientDate
CompositeOperation
subOperations
mainOperation
compositeName
compositeDescription
reversed
FeatureOperation
featureName
unset
CreateDeleteOperation
delete
modelElement
subOperations
eObjectToIdMap
AttributeOperation
oldValue
newValue
MultiAttributeOperation
add
indexes
referencedValues
MultiAttributeSetOperation
index
oldValue
newValue
MultiAttributeMoveOperation
oldIndex
newIndex
referencedValue
SingleReferenceOperation
oldValue
newValue
MultiReferenceSetOperation
index
oldValue
newValue
MultiReferenceOperation
add
index
referencedModelElements
MultiReferenceMoveOperation
oldIndex
newIndex
referencedModelElementId
ReferenceOperation
bidirectional
oppositeFeatureName
containmentType
OperationId
OperationGroup
name
operations
ModelElementGroup
name
modelElements
ContainmentType
NONE
NONE
CONTAINER
CONTAINER
CONTAINMENT
CONTAINMENT
EObjectToModelElementIdMap
java.util.Map$Entry
java.util.Map$Entry
key
value
UnsetType
NONE
IS_UNSET
IS_UNSET
WAS_UNSET
WAS_UNSET
semantic
SemanticCompositeOperation
events
Event
timestamp
server
ServerEvent
ServerProjectEvent
projectId
ProjectUpdatedEvent
newVersion
accesscontrol
ACUser
firstName
lastName
effectiveGroups
password
ACOrgUnit
getId
name
roles
description
properties
ACGroup
members
ACOrgUnitId
OrgUnitProperty
name
value
project
roles
Role
canAdministrate
projectId
canCreate
projectId
modelElement
canDelete
projectId
modelElement
canModify
projectId
modelElement
canRead
projectId
modelElement
projects
ReaderRole
WriterRole
ProjectAdminRole
ServerAdmin
url
ServerUrl
hostName
port
ProjectUrlFragment
name
projectId
ModelElementUrlFragment
name
modelElementId
ModelElementUrl
serverUrl
projectUrlFragment
modelElementUrlFragment | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.emf.emfstore.internal.server.model","nsURI":"http://eclipse.org/emf/emfstore/server/model","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectHistory","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectInfo","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SessionId","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerSpace","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectId","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionInfo","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClientVersionInfo","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileIdentifier","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuthenticationInformation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.eclipse.emf.emfstore.internal.server.model.versioning","nsURI":"http://eclipse.org/emf/emfstore/server/model/versioning","name":"versioning","id":10,"eClass":"EPackage"},{"nsPrefix":"org.eclipse.emf.emfstore.internal.server.model.accesscontrol","nsURI":"http://eclipse.org/emf/emfstore/server/model/accesscontrol","name":"accesscontrol","id":11,"eClass":"EPackage"},{"nsPrefix":"org.eclipse.emf.emfstore.internal.server.model.url","nsURI":"http://eclipse.org/emf/emfstore/server/model/url","name":"url","id":12,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"versions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"projectName","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectDescription","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sharedProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"branches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Version","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BranchInfo","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"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":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":"projectId","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryVersionSpec","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"projects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"openSessions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"users","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACGroup","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACUser","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"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":"emfStoreVersionString","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"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":"version","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sessionId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resolvedACUser","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagVersionSpec","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateVersionSpec","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionSpec","instanceClass":null,"abstract":true,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogMessage","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangePackage","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HistoryInfo","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HistoryQuery","instanceClass":null,"abstract":true,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeQuery","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathQuery","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementQuery","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeadVersionSpec","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionProperty","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BranchVersionSpec","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AncestorVersionSpec","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PagedUpdateVersionSpec","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractChangePackage","instanceClass":null,"abstract":true,"id":74,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileBasedChangePackage","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationProxy","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangePackageEnvelope","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangePackageProxy","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.eclipse.emf.emfstore.internal.server.model.versioning.operations","nsURI":"http://eclipse.org/emf/emfstore/server/model/versioning/operations","name":"operations","id":79,"eClass":"EPackage"},{"nsPrefix":"org.eclipse.emf.emfstore.internal.server.model.versioning.events","nsURI":"http://eclipse.org/emf/emfstore/server/model/versioning/events","name":"events","id":80,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":1,"iD":false,"id":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":"projectStateChecksum","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"trunk","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"trunk","unsettable":false,"transient":false,"unique":true,"name":"branch","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":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":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":"clientDate","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"versionProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractOperation","instanceClass":null,"abstract":true,"id":106,"interface":false,"eClass":"EClass"},{"id":107,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primarySpec","changeable":true,"resolveProxies":true,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"nextSpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"previousSpec","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"mergedFrom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"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":"mergedTo","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":"logMessage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tagSpecs","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":"versionProperties","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":"changePackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"includeChangePackages","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includeAllVersions","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"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":"upperLimit","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerLimit","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includeIncoming","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includeOutgoing","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"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":"primarySpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tagSpecs","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":false,"unsettable":false,"transient":false,"unique":true,"name":"nextVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"previousVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logMessage","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":false,"unsettable":false,"transient":false,"unique":true,"name":"ancestorVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"branchedVersions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mergedToVersion","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":"mergedFromVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"head","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"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":"target","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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"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":"maxChanges","changeable":true,"lowerBound":0,"iD":false,"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":"baseVersionSpec","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":"logMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"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":192,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"operationProxies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"proxies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"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":"fragmentIndex","changeable":true,"lowerBound":1,"iD":false,"id":199,"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":"fragmentCount","changeable":true,"lowerBound":1,"iD":false,"id":200,"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":"fragment","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeOperation","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureOperation","instanceClass":null,"abstract":true,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateDeleteOperation","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeOperation","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiAttributeOperation","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiAttributeSetOperation","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiAttributeMoveOperation","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleReferenceOperation","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReferenceSetOperation","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReferenceOperation","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReferenceMoveOperation","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceOperation","instanceClass":null,"abstract":true,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationId","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationGroup","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementGroup","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContainmentType","instanceClass":null,"id":223,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EObjectToModelElementIdMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnsetType","instanceClass":null,"id":225,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic","nsURI":"http://eclipse.org/emf/emfstore/server/model/versioning/operations/semantic","name":"semantic","id":226,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"accepted","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clientDate","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mainOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compositeName","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compositeDescription","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reversed","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unset","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"delete","changeable":true,"lowerBound":0,"iD":false,"id":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":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eObjectToIdMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"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":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":"newValue","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"add","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexes","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"referencedValues","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldIndex","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newIndex","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"referencedValue","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"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":"oldValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":290,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"add","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referencedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldIndex","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newIndex","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referencedModelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bidirectional","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oppositeFeatureName","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containmentType","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"name":"NONE","id":327,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"CONTAINER","id":328,"value":1,"literal":"CONTAINER","eClass":"EEnumLiteral"},{"name":"CONTAINMENT","id":329,"value":2,"literal":"CONTAINMENT","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"name":"NONE","id":334,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"IS_UNSET","id":335,"value":1,"literal":"IS_UNSET","eClass":"EEnumLiteral"},{"name":"WAS_UNSET","id":336,"value":2,"literal":"WAS_UNSET","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemanticCompositeOperation","instanceClass":null,"abstract":true,"id":337,"interface":false,"eClass":"EClass"},{"id":338,"eClass":"EGenericType"},{"nsPrefix":"org.eclipse.emf.emfstore.internal.server.model.versioning.events.server","nsURI":"http://eclipse.org/emf/emfstore/server/model/versioning/events/server/","name":"server","id":339,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timestamp","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerEvent","instanceClass":null,"abstract":true,"id":342,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerProjectEvent","instanceClass":null,"abstract":true,"id":343,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectUpdatedEvent","instanceClass":null,"abstract":false,"id":344,"interface":false,"eClass":"EClass"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACOrgUnit","instanceClass":null,"abstract":false,"id":352,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACOrgUnitId","instanceClass":null,"abstract":false,"id":353,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrgUnitProperty","instanceClass":null,"abstract":false,"id":354,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.eclipse.emf.emfstore.internal.server.model.accesscontrol.roles","nsURI":"http://eclipse.org/emf/emfstore/server/model/roles","name":"roles","id":355,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastName","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"effectiveGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getId","lowerBound":0,"id":365,"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":366,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":true,"id":373,"interface":false,"eClass":"EClass"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"container":false,"ordered":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":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":381,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":382,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReaderRole","instanceClass":null,"abstract":false,"id":387,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriterRole","instanceClass":null,"abstract":false,"id":388,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectAdminRole","instanceClass":null,"abstract":false,"id":389,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerAdmin","instanceClass":null,"abstract":false,"id":390,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"canAdministrate","lowerBound":0,"id":391,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canCreate","lowerBound":0,"id":392,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canDelete","lowerBound":0,"id":393,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canModify","lowerBound":0,"id":394,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canRead","lowerBound":0,"id":395,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":398,"many":false,"required":false,"eClass":"EParameter"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":401,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":402,"many":false,"required":false,"eClass":"EParameter"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":406,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":407,"many":false,"required":false,"eClass":"EParameter"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":411,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":412,"many":false,"required":false,"eClass":"EParameter"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":416,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":417,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerUrl","instanceClass":null,"abstract":false,"id":425,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectUrlFragment","instanceClass":null,"abstract":false,"id":426,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementUrlFragment","instanceClass":null,"abstract":false,"id":427,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementUrl","instanceClass":null,"abstract":false,"id":428,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hostName","changeable":true,"lowerBound":0,"iD":false,"id":429,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"lowerBound":0,"iD":false,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":433,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":437,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serverUrl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":441,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectUrlFragment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElementUrlFragment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":13,"target":5},{"source":13,"target":19},{"source":13,"target":1},{"source":19,"target":5},{"source":14,"target":20},{"source":14,"target":21},{"source":14,"target":1},{"source":21,"target":20},{"source":15,"target":22},{"source":15,"target":1},{"source":16,"target":23},{"source":16,"target":1},{"source":17,"target":24},{"source":17,"target":1},{"source":18,"target":25},{"source":18,"target":26},{"source":18,"target":1},{"source":26,"target":25},{"source":2,"target":0},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":27,"target":31},{"source":27,"target":2},{"source":28,"target":32},{"source":28,"target":2},{"source":29,"target":5},{"source":29,"target":33},{"source":29,"target":2},{"source":33,"target":5},{"source":30,"target":34},{"source":30,"target":35},{"source":30,"target":2},{"source":35,"target":34},{"source":3,"target":0},{"source":3,"target":36},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":37,"target":41},{"source":37,"target":42},{"source":37,"target":4},{"source":42,"target":41},{"source":38,"target":1},{"source":38,"target":43},{"source":38,"target":4},{"source":43,"target":1},{"source":39,"target":3},{"source":39,"target":44},{"source":39,"target":4},{"source":44,"target":3},{"source":40,"target":45},{"source":40,"target":46},{"source":40,"target":4},{"source":46,"target":45},{"source":5,"target":0},{"source":5,"target":47},{"source":6,"target":0},{"source":6,"target":48},{"source":48,"target":49},{"source":48,"target":6},{"source":7,"target":0},{"source":7,"target":50},{"source":7,"target":51},{"source":50,"target":52},{"source":50,"target":7},{"source":51,"target":53},{"source":51,"target":7},{"source":8,"target":0},{"source":8,"target":54},{"source":9,"target":0},{"source":9,"target":55},{"source":9,"target":56},{"source":55,"target":3},{"source":55,"target":57},{"source":55,"target":9},{"source":57,"target":3},{"source":56,"target":45},{"source":56,"target":58},{"source":56,"target":9},{"source":58,"target":45},{"source":10,"target":59},{"source":10,"target":60},{"source":10,"target":34},{"source":10,"target":61},{"source":10,"target":62},{"source":10,"target":63},{"source":10,"target":64},{"source":10,"target":65},{"source":10,"target":66},{"source":10,"target":67},{"source":10,"target":68},{"source":10,"target":20},{"source":10,"target":69},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":25},{"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":10,"target":80},{"source":10,"target":0},{"source":59,"target":10},{"source":59,"target":61},{"source":59,"target":81},{"source":59,"target":82},{"source":81,"target":83},{"source":81,"target":59},{"source":82,"target":61},{"source":60,"target":10},{"source":60,"target":61},{"source":60,"target":84},{"source":60,"target":85},{"source":84,"target":86},{"source":84,"target":60},{"source":85,"target":61},{"source":34,"target":10},{"source":34,"target":61},{"source":34,"target":87},{"source":34,"target":88},{"source":34,"target":89},{"source":87,"target":90},{"source":87,"target":34},{"source":88,"target":91},{"source":88,"target":34},{"source":89,"target":61},{"source":61,"target":10},{"source":61,"target":92},{"source":92,"target":93},{"source":92,"target":61},{"source":62,"target":10},{"source":62,"target":94},{"source":62,"target":95},{"source":62,"target":96},{"source":62,"target":97},{"source":94,"target":98},{"source":94,"target":62},{"source":95,"target":99},{"source":95,"target":62},{"source":96,"target":100},{"source":96,"target":62},{"source":97,"target":101},{"source":97,"target":62},{"source":63,"target":10},{"source":63,"target":74},{"source":63,"target":102},{"source":63,"target":103},{"source":63,"target":104},{"source":63,"target":105},{"source":102,"target":106},{"source":102,"target":107},{"source":102,"target":63},{"source":107,"target":106},{"source":103,"target":108},{"source":103,"target":109},{"source":103,"target":63},{"source":109,"target":108},{"source":104,"target":70},{"source":104,"target":110},{"source":104,"target":63},{"source":110,"target":70},{"source":105,"target":74},{"source":64,"target":10},{"source":64,"target":111},{"source":64,"target":112},{"source":64,"target":113},{"source":64,"target":114},{"source":64,"target":115},{"source":64,"target":116},{"source":64,"target":117},{"source":64,"target":118},{"source":64,"target":119},{"source":111,"target":34},{"source":111,"target":120},{"source":111,"target":64},{"source":120,"target":34},{"source":112,"target":34},{"source":112,"target":121},{"source":112,"target":64},{"source":121,"target":34},{"source":113,"target":34},{"source":113,"target":122},{"source":113,"target":64},{"source":122,"target":34},{"source":114,"target":34},{"source":114,"target":123},{"source":114,"target":64},{"source":123,"target":34},{"source":115,"target":34},{"source":115,"target":124},{"source":115,"target":64},{"source":124,"target":34},{"source":116,"target":62},{"source":116,"target":125},{"source":116,"target":64},{"source":125,"target":62},{"source":117,"target":59},{"source":117,"target":126},{"source":117,"target":64},{"source":126,"target":59},{"source":118,"target":70},{"source":118,"target":127},{"source":118,"target":64},{"source":127,"target":70},{"source":119,"target":74},{"source":119,"target":128},{"source":119,"target":64},{"source":128,"target":74},{"source":65,"target":10},{"source":65,"target":129},{"source":65,"target":130},{"source":65,"target":131},{"source":129,"target":34},{"source":129,"target":132},{"source":129,"target":65},{"source":132,"target":34},{"source":130,"target":133},{"source":130,"target":65},{"source":131,"target":134},{"source":131,"target":65},{"source":66,"target":10},{"source":66,"target":65},{"source":66,"target":135},{"source":66,"target":136},{"source":66,"target":137},{"source":66,"target":138},{"source":66,"target":139},{"source":135,"target":140},{"source":135,"target":66},{"source":136,"target":141},{"source":136,"target":66},{"source":137,"target":142},{"source":137,"target":66},{"source":138,"target":143},{"source":138,"target":66},{"source":139,"target":65},{"source":67,"target":10},{"source":67,"target":65},{"source":67,"target":144},{"source":67,"target":145},{"source":144,"target":34},{"source":144,"target":146},{"source":144,"target":67},{"source":146,"target":34},{"source":145,"target":65},{"source":68,"target":10},{"source":68,"target":66},{"source":68,"target":147},{"source":68,"target":148},{"source":147,"target":149},{"source":147,"target":68},{"source":148,"target":66},{"source":20,"target":10},{"source":20,"target":150},{"source":20,"target":151},{"source":20,"target":152},{"source":20,"target":153},{"source":20,"target":154},{"source":20,"target":155},{"source":20,"target":156},{"source":20,"target":157},{"source":20,"target":158},{"source":150,"target":34},{"source":150,"target":159},{"source":150,"target":20},{"source":159,"target":34},{"source":151,"target":59},{"source":151,"target":160},{"source":151,"target":20},{"source":160,"target":59},{"source":152,"target":20},{"source":152,"target":161},{"source":152,"target":20},{"source":152,"target":153},{"source":161,"target":20},{"source":153,"target":20},{"source":153,"target":162},{"source":153,"target":20},{"source":153,"target":152},{"source":162,"target":20},{"source":154,"target":62},{"source":154,"target":163},{"source":154,"target":20},{"source":163,"target":62},{"source":155,"target":20},{"source":155,"target":164},{"source":155,"target":20},{"source":155,"target":156},{"source":164,"target":20},{"source":156,"target":20},{"source":156,"target":165},{"source":156,"target":20},{"source":156,"target":155},{"source":165,"target":20},{"source":157,"target":20},{"source":157,"target":166},{"source":157,"target":20},{"source":157,"target":158},{"source":166,"target":20},{"source":158,"target":20},{"source":158,"target":167},{"source":158,"target":20},{"source":158,"target":157},{"source":167,"target":20},{"source":69,"target":10},{"source":69,"target":61},{"source":69,"target":168},{"source":168,"target":61},{"source":70,"target":10},{"source":70,"target":169},{"source":70,"target":170},{"source":169,"target":171},{"source":169,"target":70},{"source":170,"target":172},{"source":170,"target":70},{"source":71,"target":10},{"source":71,"target":61},{"source":71,"target":173},{"source":173,"target":61},{"source":25,"target":10},{"source":25,"target":174},{"source":25,"target":175},{"source":25,"target":176},{"source":174,"target":177},{"source":174,"target":25},{"source":175,"target":34},{"source":175,"target":178},{"source":175,"target":25},{"source":178,"target":34},{"source":176,"target":34},{"source":176,"target":179},{"source":176,"target":25},{"source":179,"target":34},{"source":72,"target":10},{"source":72,"target":61},{"source":72,"target":180},{"source":72,"target":181},{"source":72,"target":182},{"source":180,"target":34},{"source":180,"target":183},{"source":180,"target":72},{"source":183,"target":34},{"source":181,"target":34},{"source":181,"target":184},{"source":181,"target":72},{"source":184,"target":34},{"source":182,"target":61},{"source":73,"target":10},{"source":73,"target":61},{"source":73,"target":185},{"source":73,"target":186},{"source":73,"target":187},{"source":185,"target":188},{"source":185,"target":73},{"source":186,"target":34},{"source":186,"target":189},{"source":186,"target":73},{"source":189,"target":34},{"source":187,"target":61},{"source":74,"target":10},{"source":74,"target":190},{"source":190,"target":62},{"source":190,"target":191},{"source":190,"target":74},{"source":191,"target":62},{"source":75,"target":10},{"source":75,"target":74},{"source":75,"target":192},{"source":75,"target":193},{"source":75,"target":194},{"source":192,"target":195},{"source":192,"target":75},{"source":193,"target":76},{"source":193,"target":196},{"source":193,"target":75},{"source":196,"target":76},{"source":194,"target":74},{"source":76,"target":10},{"source":76,"target":197},{"source":197,"target":76},{"source":197,"target":198},{"source":197,"target":76},{"source":198,"target":76},{"source":77,"target":10},{"source":77,"target":199},{"source":77,"target":200},{"source":77,"target":201},{"source":199,"target":202},{"source":199,"target":77},{"source":200,"target":203},{"source":200,"target":77},{"source":201,"target":204},{"source":201,"target":77},{"source":78,"target":10},{"source":78,"target":74},{"source":78,"target":205},{"source":78,"target":206},{"source":205,"target":207},{"source":205,"target":78},{"source":206,"target":74},{"source":79,"target":106},{"source":79,"target":208},{"source":79,"target":209},{"source":79,"target":210},{"source":79,"target":211},{"source":79,"target":212},{"source":79,"target":213},{"source":79,"target":214},{"source":79,"target":215},{"source":79,"target":216},{"source":79,"target":217},{"source":79,"target":218},{"source":79,"target":219},{"source":79,"target":220},{"source":79,"target":221},{"source":79,"target":222},{"source":79,"target":223},{"source":79,"target":224},{"source":79,"target":225},{"source":79,"target":226},{"source":79,"target":10},{"source":106,"target":79},{"source":106,"target":227},{"source":106,"target":228},{"source":106,"target":229},{"source":106,"target":230},{"source":227,"target":231},{"source":227,"target":106},{"source":228,"target":232},{"source":228,"target":106},{"source":229,"target":233},{"source":229,"target":106},{"source":208,"target":79},{"source":208,"target":106},{"source":208,"target":234},{"source":208,"target":235},{"source":208,"target":236},{"source":208,"target":237},{"source":208,"target":238},{"source":208,"target":239},{"source":234,"target":106},{"source":234,"target":240},{"source":234,"target":208},{"source":240,"target":106},{"source":235,"target":106},{"source":235,"target":241},{"source":235,"target":208},{"source":241,"target":106},{"source":236,"target":242},{"source":236,"target":208},{"source":237,"target":243},{"source":237,"target":208},{"source":238,"target":244},{"source":238,"target":208},{"source":239,"target":106},{"source":209,"target":79},{"source":209,"target":106},{"source":209,"target":245},{"source":209,"target":246},{"source":209,"target":247},{"source":245,"target":248},{"source":245,"target":209},{"source":246,"target":225},{"source":246,"target":249},{"source":246,"target":209},{"source":249,"target":225},{"source":247,"target":106},{"source":210,"target":79},{"source":210,"target":106},{"source":210,"target":250},{"source":210,"target":251},{"source":210,"target":252},{"source":210,"target":253},{"source":210,"target":254},{"source":250,"target":255},{"source":250,"target":210},{"source":251,"target":256},{"source":251,"target":210},{"source":252,"target":219},{"source":252,"target":257},{"source":252,"target":210},{"source":257,"target":219},{"source":253,"target":224},{"source":253,"target":258},{"source":253,"target":210},{"source":258,"target":224},{"source":254,"target":106},{"source":211,"target":79},{"source":211,"target":209},{"source":211,"target":259},{"source":211,"target":260},{"source":211,"target":261},{"source":259,"target":262},{"source":259,"target":211},{"source":260,"target":263},{"source":260,"target":211},{"source":261,"target":209},{"source":212,"target":79},{"source":212,"target":209},{"source":212,"target":264},{"source":212,"target":265},{"source":212,"target":266},{"source":212,"target":267},{"source":264,"target":268},{"source":264,"target":212},{"source":265,"target":269},{"source":265,"target":212},{"source":266,"target":270},{"source":266,"target":212},{"source":267,"target":209},{"source":213,"target":79},{"source":213,"target":209},{"source":213,"target":271},{"source":213,"target":272},{"source":213,"target":273},{"source":213,"target":274},{"source":271,"target":275},{"source":271,"target":213},{"source":272,"target":276},{"source":272,"target":213},{"source":273,"target":277},{"source":273,"target":213},{"source":274,"target":209},{"source":214,"target":79},{"source":214,"target":209},{"source":214,"target":278},{"source":214,"target":279},{"source":214,"target":280},{"source":214,"target":281},{"source":278,"target":282},{"source":278,"target":214},{"source":279,"target":283},{"source":279,"target":214},{"source":280,"target":284},{"source":280,"target":214},{"source":281,"target":209},{"source":215,"target":79},{"source":215,"target":219},{"source":215,"target":285},{"source":215,"target":286},{"source":215,"target":287},{"source":285,"target":288},{"source":285,"target":215},{"source":286,"target":289},{"source":286,"target":215},{"source":287,"target":219},{"source":216,"target":79},{"source":216,"target":219},{"source":216,"target":290},{"source":216,"target":291},{"source":216,"target":292},{"source":216,"target":293},{"source":290,"target":294},{"source":290,"target":216},{"source":291,"target":295},{"source":291,"target":216},{"source":292,"target":296},{"source":292,"target":216},{"source":293,"target":219},{"source":217,"target":79},{"source":217,"target":219},{"source":217,"target":297},{"source":217,"target":298},{"source":217,"target":299},{"source":217,"target":300},{"source":297,"target":301},{"source":297,"target":217},{"source":298,"target":302},{"source":298,"target":217},{"source":299,"target":303},{"source":299,"target":217},{"source":300,"target":219},{"source":218,"target":79},{"source":218,"target":209},{"source":218,"target":304},{"source":218,"target":305},{"source":218,"target":306},{"source":218,"target":307},{"source":304,"target":308},{"source":304,"target":218},{"source":305,"target":309},{"source":305,"target":218},{"source":306,"target":310},{"source":306,"target":218},{"source":307,"target":209},{"source":219,"target":79},{"source":219,"target":209},{"source":219,"target":311},{"source":219,"target":312},{"source":219,"target":313},{"source":219,"target":314},{"source":311,"target":315},{"source":311,"target":219},{"source":312,"target":316},{"source":312,"target":219},{"source":313,"target":223},{"source":313,"target":317},{"source":313,"target":219},{"source":317,"target":223},{"source":314,"target":209},{"source":220,"target":79},{"source":220,"target":318},{"source":221,"target":79},{"source":221,"target":319},{"source":221,"target":320},{"source":319,"target":321},{"source":319,"target":221},{"source":320,"target":106},{"source":320,"target":322},{"source":320,"target":221},{"source":322,"target":106},{"source":222,"target":79},{"source":222,"target":323},{"source":222,"target":324},{"source":323,"target":325},{"source":323,"target":222},{"source":324,"target":326},{"source":324,"target":222},{"source":223,"target":79},{"source":223,"target":327},{"source":223,"target":328},{"source":223,"target":329},{"source":327,"target":223},{"source":328,"target":223},{"source":329,"target":223},{"source":224,"target":79},{"source":224,"target":330},{"source":224,"target":331},{"source":330,"target":332},{"source":330,"target":224},{"source":331,"target":333},{"source":331,"target":224},{"source":225,"target":79},{"source":225,"target":334},{"source":225,"target":335},{"source":225,"target":336},{"source":334,"target":225},{"source":335,"target":225},{"source":336,"target":225},{"source":226,"target":337},{"source":226,"target":79},{"source":337,"target":226},{"source":337,"target":208},{"source":337,"target":338},{"source":338,"target":208},{"source":80,"target":108},{"source":80,"target":339},{"source":80,"target":10},{"source":108,"target":80},{"source":108,"target":340},{"source":340,"target":341},{"source":340,"target":108},{"source":339,"target":342},{"source":339,"target":343},{"source":339,"target":344},{"source":339,"target":80},{"source":342,"target":339},{"source":342,"target":108},{"source":342,"target":345},{"source":345,"target":108},{"source":343,"target":339},{"source":343,"target":342},{"source":343,"target":346},{"source":343,"target":347},{"source":346,"target":5},{"source":346,"target":348},{"source":346,"target":343},{"source":348,"target":5},{"source":347,"target":342},{"source":344,"target":339},{"source":344,"target":343},{"source":344,"target":349},{"source":344,"target":350},{"source":349,"target":34},{"source":349,"target":351},{"source":349,"target":344},{"source":351,"target":34},{"source":350,"target":343},{"source":11,"target":45},{"source":11,"target":352},{"source":11,"target":41},{"source":11,"target":353},{"source":11,"target":354},{"source":11,"target":355},{"source":11,"target":0},{"source":45,"target":11},{"source":45,"target":352},{"source":45,"target":356},{"source":45,"target":357},{"source":45,"target":358},{"source":45,"target":359},{"source":45,"target":360},{"source":356,"target":361},{"source":356,"target":45},{"source":357,"target":362},{"source":357,"target":45},{"source":358,"target":41},{"source":358,"target":363},{"source":358,"target":45},{"source":363,"target":41},{"source":359,"target":364},{"source":359,"target":45},{"source":360,"target":352},{"source":352,"target":11},{"source":352,"target":365},{"source":352,"target":366},{"source":352,"target":367},{"source":352,"target":368},{"source":352,"target":369},{"source":352,"target":370},{"source":365,"target":353},{"source":365,"target":371},{"source":365,"target":352},{"source":371,"target":353},{"source":366,"target":372},{"source":366,"target":352},{"source":367,"target":373},{"source":367,"target":374},{"source":367,"target":352},{"source":374,"target":373},{"source":368,"target":375},{"source":368,"target":352},{"source":369,"target":354},{"source":369,"target":376},{"source":369,"target":352},{"source":376,"target":354},{"source":41,"target":11},{"source":41,"target":352},{"source":41,"target":377},{"source":41,"target":378},{"source":377,"target":352},{"source":377,"target":379},{"source":377,"target":41},{"source":379,"target":352},{"source":378,"target":352},{"source":353,"target":11},{"source":353,"target":380},{"source":354,"target":11},{"source":354,"target":381},{"source":354,"target":382},{"source":354,"target":383},{"source":381,"target":384},{"source":381,"target":354},{"source":382,"target":385},{"source":382,"target":354},{"source":383,"target":5},{"source":383,"target":386},{"source":383,"target":354},{"source":386,"target":5},{"source":355,"target":373},{"source":355,"target":387},{"source":355,"target":388},{"source":355,"target":389},{"source":355,"target":390},{"source":355,"target":11},{"source":373,"target":355},{"source":373,"target":391},{"source":373,"target":392},{"source":373,"target":393},{"source":373,"target":394},{"source":373,"target":395},{"source":373,"target":396},{"source":391,"target":397},{"source":391,"target":373},{"source":391,"target":398},{"source":398,"target":5},{"source":398,"target":399},{"source":398,"target":391},{"source":399,"target":5},{"source":392,"target":400},{"source":392,"target":373},{"source":392,"target":401},{"source":392,"target":402},{"source":401,"target":5},{"source":401,"target":403},{"source":401,"target":392},{"source":403,"target":5},{"source":402,"target":404},{"source":402,"target":392},{"source":393,"target":405},{"source":393,"target":373},{"source":393,"target":406},{"source":393,"target":407},{"source":406,"target":5},{"source":406,"target":408},{"source":406,"target":393},{"source":408,"target":5},{"source":407,"target":409},{"source":407,"target":393},{"source":394,"target":410},{"source":394,"target":373},{"source":394,"target":411},{"source":394,"target":412},{"source":411,"target":5},{"source":411,"target":413},{"source":411,"target":394},{"source":413,"target":5},{"source":412,"target":414},{"source":412,"target":394},{"source":395,"target":415},{"source":395,"target":373},{"source":395,"target":416},{"source":395,"target":417},{"source":416,"target":5},{"source":416,"target":418},{"source":416,"target":395},{"source":418,"target":5},{"source":417,"target":419},{"source":417,"target":395},{"source":396,"target":5},{"source":396,"target":420},{"source":396,"target":373},{"source":420,"target":5},{"source":387,"target":355},{"source":387,"target":373},{"source":387,"target":421},{"source":421,"target":373},{"source":388,"target":355},{"source":388,"target":373},{"source":388,"target":422},{"source":422,"target":373},{"source":389,"target":355},{"source":389,"target":373},{"source":389,"target":423},{"source":423,"target":373},{"source":390,"target":355},{"source":390,"target":373},{"source":390,"target":424},{"source":424,"target":373},{"source":12,"target":425},{"source":12,"target":426},{"source":12,"target":427},{"source":12,"target":428},{"source":12,"target":0},{"source":425,"target":12},{"source":425,"target":429},{"source":425,"target":430},{"source":429,"target":431},{"source":429,"target":425},{"source":430,"target":432},{"source":430,"target":425},{"source":426,"target":12},{"source":426,"target":433},{"source":426,"target":434},{"source":433,"target":435},{"source":433,"target":426},{"source":434,"target":5},{"source":434,"target":436},{"source":434,"target":426},{"source":436,"target":5},{"source":427,"target":12},{"source":427,"target":437},{"source":427,"target":438},{"source":437,"target":439},{"source":437,"target":427},{"source":438,"target":440},{"source":438,"target":427},{"source":428,"target":12},{"source":428,"target":441},{"source":428,"target":442},{"source":428,"target":443},{"source":441,"target":425},{"source":441,"target":444},{"source":441,"target":428},{"source":444,"target":425},{"source":442,"target":426},{"source":442,"target":445},{"source":442,"target":428},{"source":445,"target":426},{"source":443,"target":427},{"source":443,"target":446},{"source":443,"target":428},{"source":446,"target":427}],"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="base" nsURI="http://www.eclipse.epsilon.org/incremental/base/ExecutionTrace/1.0"
nsPrefix="base_et">
<eClassifiers xsi:type="ecore:EClass" name="IdElement" abstract="true" interface="true">
<eOperations name="getIdProperties">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="keyType" value="String"/>
<details key="valueType" value="Object"/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments/>
<eTypeArguments/>
</eGenericType>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"
changeable="false" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleExecutionTrace" abstract="true"
eSuperTypes="#//IdElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A ModuleExecutionTrace represents the trace of the execution of a particular Epsilon module
(e.g. Eol, Etl, etc.) for a given script (identified by the source) and a given set of Models."/>
</eAnnotations>
<eAnnotations source="https://eclipse.org/epsilon/incremental/identity" references="#//ModuleExecutionTrace/uri"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" 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 path of the source file executed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="moduleElements" upperBound="-1"
eType="#//ModuleElementTrace" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The module elements that conform the module.
Each language shoud specialize this class to represent the structure of its AST."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="models" upperBound="-1"
eType="#//ModelAccess" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The different models involved in the execution"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelAccess" eSuperTypes="#//IdElement">
<eAnnotations source="https://eclipse.org/epsilon/incremental/identity" references="#//ModelAccess/modelName"/>
<eAnnotations source="https://eclipse.org/epsilon/incremental/equivalency" references="#//ModelAccess/modelTrace"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modelName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelTrace" lowerBound="1"
eType="#//ModelTrace" changeable="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleElementTrace" abstract="true"
eSuperTypes="#//IdElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A ModuleElementTrace represents the trace of the execution of a particular element of 
an Epsilon module (e.g. Eol, Etl, etc.). The ModuleElementTrace containts information
about the different types of accesses that occured during its execution."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContextModuleElementTrace" abstract="true"
eSuperTypes="#//ModuleElementTrace">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A module element that is executed in a context (e.g. contex operation, Etl rule, 
etc.)."/>
</eAnnotations>
<eAnnotations source="https://eclipse.org/epsilon/incremental/equivalency" references="#//ContextModuleElementTrace/executionContext"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="executionContext" ordered="false"
unique="false" upperBound="-1" eType="#//ExecutionContext" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The execution context in which this module was executed. This is constitued
by the variables that define the context of the module element. In EVL this would
be ‘self’ (model element of the Context type) in ETL this would be the input (and 
output variables). "/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InContextModuleElementTrace" abstract="true"
eSuperTypes="#//ModuleElementTrace">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A module element that is not executed in a context, but that is nested in one that
is (e.g. guard, check, etc.)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextModuleElement" lowerBound="1"
eType="#//ContextModuleElementTrace" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionContext" eSuperTypes="#//IdElement">
<eAnnotations source="https://eclipse.org/epsilon/incremental/equivalency" references="#//ExecutionContext/contextVariables"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextVariables" ordered="false"
upperBound="-1" eType="#//ModelElementVariable" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The variables that make up the context."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="accesses" ordered="false"
unique="false" upperBound="-1" eType="#//Access" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The different accesses that where recorded during execution."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElementVariable" eSuperTypes="#//IdElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A ModelElementVariable pairs a variable name to the model element assigned to 
that variable during execution."/>
</eAnnotations>
<eAnnotations source="https://eclipse.org/epsilon/incremental/identity" references="#//ModelElementVariable/name"/>
<eAnnotations source="https://eclipse.org/epsilon/incremental/equivalency" references="#//ModelElementVariable/value"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//ModelElementTrace"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Access" abstract="true" eSuperTypes="#//IdElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An Access is the super class of all possible types of accesses that can ocurr during
execution."/>
</eAnnotations>
<eAnnotations source="https://eclipse.org/epsilon/incremental/equivalency" references="#//Access/from"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//ModuleElementTrace"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementAccess" eSuperTypes="#//Access">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An ElementAccess denotes access to a model element as a whole. This usually
happens when an element is used for a context."/>
</eAnnotations>
<eAnnotations source="https://eclipse.org/epsilon/incremental/equivalency" references="#//ElementAccess/element"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="#//ModelElementTrace"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AllInstancesAccess" eSuperTypes="#//Access">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An AllInstancesAccess denotes access to all elemens of a given type/kind. This 
is the result of a call to all() (and its derivatives)."/>
</eAnnotations>
<eAnnotations source="https://eclipse.org/epsilon/incremental/identity" references="#//AllInstancesAccess/ofKind"/>
<eAnnotations source="https://eclipse.org/epsilon/incremental/equivalency" references="#//AllInstancesAccess/type"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ofKind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//ModelTypeTrace"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyAccess" eSuperTypes="#//Access">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A PropertyAccess denotes access to property of a model element."/>
</eAnnotations>
<eAnnotations source="https://eclipse.org/epsilon/incremental/equivalency" references="#//PropertyAccess/property"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The value of the property when it was accessed."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1"
eType="#//PropertyTrace"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelTrace" eSuperTypes="#//IdElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A ModelTrace contains trace information for the elements and types in the model 
that were accessed during execution."/>
</eAnnotations>
<eAnnotations source="https://eclipse.org/epsilon/incremental/identity" references="#//ModelTrace/uri"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" 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 uri of the model."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//ModelElementTrace" containment="true" eOpposite="#//ModelElementTrace/modelTrace"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//ModelTypeTrace" containment="true" eOpposite="#//ModelTypeTrace/modelTrace"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelTypeTrace" eSuperTypes="#//IdElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A PropertyAccess denotes access to property of a model element."/>
</eAnnotations>
<eAnnotations source="https://eclipse.org/epsilon/incremental/identity" references="#//ModelTypeTrace/name"/>
<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="modelTrace" eType="#//ModelTrace"
eOpposite="#//ModelTrace/types"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElementTrace" eSuperTypes="#//IdElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A ModelElementTrace represents a model element that was accessed during 
execution. The element represented is identified by its uri."/>
</eAnnotations>
<eAnnotations source="https://eclipse.org/epsilon/incremental/identity" references="#//ModelElementTrace/uri"/>
<eAnnotations source="https://eclipse.org/epsilon/incremental/equivalency" references="#//ModelElementTrace/modelTrace"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//PropertyTrace" containment="true" eOpposite="#//PropertyTrace/elementTrace"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelTrace" eType="#//ModelTrace"
eOpposite="#//ModelTrace/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//ModelTypeTrace"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" upperBound="-1" eType="#//ModelTypeTrace"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyTrace" eSuperTypes="#//IdElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A ModelElementTrace represents a model element that was accessed during 
execution. The element represented is identified by its uri."/>
</eAnnotations>
<eAnnotations source="https://eclipse.org/epsilon/incremental/identity" references="#//PropertyTrace/name"/>
<eAnnotations source="https://eclipse.org/epsilon/incremental/equivalency" references="#//PropertyTrace/elementTrace"/>
<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="elementTrace" eType="#//ModelElementTrace"
eOpposite="#//ModelElementTrace/properties"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/epsilonlabs/incremental-evl/org.eclipse.epsilon.base.engine.incremental/model/EpsilonExecutionTrace.ecore | ecore | base
IdElement
getIdProperties
id
ModuleExecutionTrace
uri
moduleElements
models
ModelAccess
modelName
modelTrace
ModuleElementTrace
ContextModuleElementTrace
executionContext
InContextModuleElementTrace
contextModuleElement
ExecutionContext
contextVariables
accesses
ModelElementVariable
name
value
Access
from
ElementAccess
element
AllInstancesAccess
ofKind
type
PropertyAccess
value
property
ModelTrace
uri
elements
types
ModelTypeTrace
name
modelTrace
ModelElementTrace
uri
properties
modelTrace
type
kind
PropertyTrace
name
elementTrace | null | {"directed":true,"nodes":[{"nsPrefix":"base_et","nsURI":"http://www.eclipse.epsilon.org/incremental/base/ExecutionTrace/1.0","name":"base","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdElement","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleExecutionTrace","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelAccess","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElementTrace","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextModuleElementTrace","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InContextModuleElementTrace","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionContext","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementVariable","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Access","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementAccess","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllInstancesAccess","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyAccess","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelTrace","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelTypeTrace","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementTrace","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyTrace","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIdProperties","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":false,"lowerBound":1,"iD":true,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"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":"moduleElements","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":"models","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelName","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelTrace","changeable":false,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"executionContext","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextModuleElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":true},{"id":40,"eClass":"EGenericType"},{"id":41,"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":"contextVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"accesses","changeable":true,"resolveProxies":false,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"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":"ofKind","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"iD":false,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"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":"modelTrace","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":"modelTrace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"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":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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"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":"elementTrace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":17,"target":19},{"source":17,"target":1},{"source":19,"target":20},{"source":19,"target":21},{"source":18,"target":22},{"source":18,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":23,"target":27},{"source":23,"target":2},{"source":24,"target":4},{"source":24,"target":28},{"source":24,"target":2},{"source":28,"target":4},{"source":25,"target":3},{"source":25,"target":29},{"source":25,"target":2},{"source":29,"target":3},{"source":26,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":30,"target":33},{"source":30,"target":3},{"source":31,"target":13},{"source":31,"target":34},{"source":31,"target":3},{"source":34,"target":13},{"source":32,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":35},{"source":35,"target":1},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":36},{"source":5,"target":37},{"source":36,"target":7},{"source":36,"target":38},{"source":36,"target":5},{"source":38,"target":7},{"source":37,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":39},{"source":6,"target":40},{"source":39,"target":5},{"source":39,"target":41},{"source":39,"target":6},{"source":41,"target":5},{"source":40,"target":4},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":42,"target":8},{"source":42,"target":45},{"source":42,"target":7},{"source":45,"target":8},{"source":43,"target":9},{"source":43,"target":46},{"source":43,"target":7},{"source":46,"target":9},{"source":44,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":47,"target":50},{"source":47,"target":8},{"source":48,"target":15},{"source":48,"target":51},{"source":48,"target":8},{"source":51,"target":15},{"source":49,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":52},{"source":9,"target":53},{"source":52,"target":4},{"source":52,"target":54},{"source":52,"target":9},{"source":54,"target":4},{"source":53,"target":1},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":55},{"source":10,"target":56},{"source":55,"target":15},{"source":55,"target":57},{"source":55,"target":10},{"source":57,"target":15},{"source":56,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":58},{"source":11,"target":59},{"source":11,"target":60},{"source":58,"target":61},{"source":58,"target":11},{"source":59,"target":14},{"source":59,"target":62},{"source":59,"target":11},{"source":62,"target":14},{"source":60,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":63},{"source":12,"target":64},{"source":12,"target":65},{"source":63,"target":66},{"source":63,"target":12},{"source":64,"target":16},{"source":64,"target":67},{"source":64,"target":12},{"source":67,"target":16},{"source":65,"target":9},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":68},{"source":13,"target":69},{"source":13,"target":70},{"source":13,"target":71},{"source":68,"target":72},{"source":68,"target":13},{"source":69,"target":15},{"source":69,"target":73},{"source":69,"target":13},{"source":69,"target":74},{"source":73,"target":15},{"source":70,"target":14},{"source":70,"target":75},{"source":70,"target":13},{"source":70,"target":76},{"source":75,"target":14},{"source":71,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":77},{"source":14,"target":76},{"source":14,"target":78},{"source":77,"target":79},{"source":77,"target":14},{"source":76,"target":13},{"source":76,"target":80},{"source":76,"target":14},{"source":76,"target":70},{"source":80,"target":13},{"source":78,"target":1},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":81},{"source":15,"target":82},{"source":15,"target":74},{"source":15,"target":83},{"source":15,"target":84},{"source":15,"target":85},{"source":81,"target":86},{"source":81,"target":15},{"source":82,"target":16},{"source":82,"target":87},{"source":82,"target":15},{"source":82,"target":88},{"source":87,"target":16},{"source":74,"target":13},{"source":74,"target":89},{"source":74,"target":15},{"source":74,"target":69},{"source":89,"target":13},{"source":83,"target":14},{"source":83,"target":90},{"source":83,"target":15},{"source":90,"target":14},{"source":84,"target":14},{"source":84,"target":91},{"source":84,"target":15},{"source":91,"target":14},{"source":85,"target":1},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":92},{"source":16,"target":88},{"source":16,"target":93},{"source":92,"target":94},{"source":92,"target":16},{"source":88,"target":15},{"source":88,"target":95},{"source":88,"target":16},{"source":88,"target":82},{"source":95,"target":15},{"source":93,"target":1}],"multigraph":true} |
true | <?xml version="1.0" encoding="ASCII"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="Boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
</ecore:EPackage>
<ecore:EPackage name="KM3">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" lowerBound="1" eType="/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true" eSuperTypes="/1/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" lowerBound="1" eType="/1/Package" eOpposite="/1/Package/contents"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="/1/ModelElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="/1/Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="/1/Classifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1" eType="/1/EnumLiteral" containment="true" eOpposite="/1/EnumLiteral/enum"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteral" eSuperTypes="/1/ModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="enum" ordered="false" lowerBound="1" eType="/1/Enumeration" eOpposite="/1/Enumeration/literals"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateParameter" eSuperTypes="/1/Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="/1/Classifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="/1/TemplateParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" lowerBound="1" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supertypes" ordered="false" upperBound="-1" eType="/1/Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="structuralFeatures" upperBound="-1" eType="/1/StructuralFeature" containment="true" eOpposite="/1/StructuralFeature/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="/1/Operation" containment="true" eOpposite="/1/Operation/owner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="/1/ModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" ordered="false" lowerBound="1" eType="/0/Integer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" ordered="false" lowerBound="1" eType="/0/Integer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false" lowerBound="1" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" lowerBound="1" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/1/Classifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="/1/TypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="/1/Class" eOpposite="/1/Class/structuralFeatures"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subsetOf" ordered="false" upperBound="-1" eType="/1/StructuralFeature" eOpposite="/1/StructuralFeature/derivedFrom"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="derivedFrom" ordered="false" upperBound="-1" eType="/1/StructuralFeature" eOpposite="/1/StructuralFeature/subsetOf"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="/1/StructuralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="/1/StructuralFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isContainer" ordered="false" lowerBound="1" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opposite" ordered="false" eType="/1/Reference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="/1/TypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="/1/Class" eOpposite="/1/Class/operations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="/1/Parameter" containment="true" eOpposite="/1/Parameter/owner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="/1/TypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="/1/Operation" eOpposite="/1/Operation/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="/1/ModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="/1/ModelElement" containment="true" eOpposite="/1/ModelElement/package"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false" lowerBound="1" eType="/1/Metamodel" eOpposite="/1/Metamodel/contents"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metamodel" eSuperTypes="/1/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="/1/Package" containment="true" eOpposite="/1/Package/metamodel"/>
</eClassifiers>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/gssi/ATL-zoo-copy/ATLZoo/MySQL2KM3/MySQL2KM3/Metamodels/KM3.ecore | ecore | PrimitiveTypes
Boolean
Integer
String
KM3
LocatedElement
location
ModelElement
name
package
Classifier
DataType
Enumeration
literals
EnumLiteral
enum
TemplateParameter
Class
parameters
isAbstract
supertypes
structuralFeatures
operations
TypedElement
lower
upper
isOrdered
isUnique
type
StructuralFeature
owner
subsetOf
derivedFrom
Attribute
Reference
isContainer
opposite
Operation
owner
parameters
Parameter
owner
Package
contents
metamodel
Metamodel
contents | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":3,"serializable":true,"eClass":"EDataType"},{"nsPrefix":null,"nsURI":null,"name":"KM3","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteral","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameter","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","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":"Package","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metamodel","instanceClass":null,"abstract":false,"id":20,"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":true,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"id":22,"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":23,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"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":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supertypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"structuralFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsetOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"derivedFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isContainer","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":5},{"source":4,"target":6},{"source":4,"target":7},{"source":4,"target":8},{"source":4,"target":9},{"source":4,"target":10},{"source":4,"target":11},{"source":4,"target":12},{"source":4,"target":13},{"source":4,"target":14},{"source":4,"target":15},{"source":4,"target":16},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":5,"target":4},{"source":5,"target":21},{"source":21,"target":3},{"source":21,"target":22},{"source":21,"target":5},{"source":22,"target":3},{"source":6,"target":4},{"source":6,"target":5},{"source":6,"target":23},{"source":6,"target":24},{"source":6,"target":25},{"source":23,"target":3},{"source":23,"target":26},{"source":23,"target":6},{"source":26,"target":3},{"source":24,"target":19},{"source":24,"target":27},{"source":24,"target":6},{"source":24,"target":28},{"source":27,"target":19},{"source":25,"target":5},{"source":7,"target":4},{"source":7,"target":6},{"source":7,"target":29},{"source":29,"target":6},{"source":8,"target":4},{"source":8,"target":7},{"source":8,"target":30},{"source":30,"target":7},{"source":9,"target":4},{"source":9,"target":7},{"source":9,"target":31},{"source":9,"target":32},{"source":31,"target":10},{"source":31,"target":33},{"source":31,"target":9},{"source":31,"target":34},{"source":33,"target":10},{"source":32,"target":7},{"source":10,"target":4},{"source":10,"target":6},{"source":10,"target":34},{"source":10,"target":35},{"source":34,"target":9},{"source":34,"target":36},{"source":34,"target":10},{"source":34,"target":31},{"source":36,"target":9},{"source":35,"target":6},{"source":11,"target":4},{"source":11,"target":7},{"source":11,"target":37},{"source":37,"target":7},{"source":12,"target":4},{"source":12,"target":7},{"source":12,"target":38},{"source":12,"target":39},{"source":12,"target":40},{"source":12,"target":41},{"source":12,"target":42},{"source":12,"target":43},{"source":38,"target":11},{"source":38,"target":44},{"source":38,"target":12},{"source":44,"target":11},{"source":39,"target":1},{"source":39,"target":45},{"source":39,"target":12},{"source":45,"target":1},{"source":40,"target":12},{"source":40,"target":46},{"source":40,"target":12},{"source":46,"target":12},{"source":41,"target":14},{"source":41,"target":47},{"source":41,"target":12},{"source":41,"target":48},{"source":47,"target":14},{"source":42,"target":17},{"source":42,"target":49},{"source":42,"target":12},{"source":42,"target":50},{"source":49,"target":17},{"source":43,"target":7},{"source":13,"target":4},{"source":13,"target":6},{"source":13,"target":51},{"source":13,"target":52},{"source":13,"target":53},{"source":13,"target":54},{"source":13,"target":55},{"source":13,"target":56},{"source":51,"target":2},{"source":51,"target":57},{"source":51,"target":13},{"source":57,"target":2},{"source":52,"target":2},{"source":52,"target":58},{"source":52,"target":13},{"source":58,"target":2},{"source":53,"target":1},{"source":53,"target":59},{"source":53,"target":13},{"source":59,"target":1},{"source":54,"target":1},{"source":54,"target":60},{"source":54,"target":13},{"source":60,"target":1},{"source":55,"target":7},{"source":55,"target":61},{"source":55,"target":13},{"source":61,"target":7},{"source":56,"target":6},{"source":14,"target":4},{"source":14,"target":13},{"source":14,"target":48},{"source":14,"target":62},{"source":14,"target":63},{"source":14,"target":64},{"source":48,"target":12},{"source":48,"target":65},{"source":48,"target":14},{"source":48,"target":41},{"source":65,"target":12},{"source":62,"target":14},{"source":62,"target":66},{"source":62,"target":14},{"source":62,"target":63},{"source":66,"target":14},{"source":63,"target":14},{"source":63,"target":67},{"source":63,"target":14},{"source":63,"target":62},{"source":67,"target":14},{"source":64,"target":13},{"source":15,"target":4},{"source":15,"target":14},{"source":15,"target":68},{"source":68,"target":14},{"source":16,"target":4},{"source":16,"target":14},{"source":16,"target":69},{"source":16,"target":70},{"source":16,"target":71},{"source":69,"target":1},{"source":69,"target":72},{"source":69,"target":16},{"source":72,"target":1},{"source":70,"target":16},{"source":70,"target":73},{"source":70,"target":16},{"source":73,"target":16},{"source":71,"target":14},{"source":17,"target":4},{"source":17,"target":13},{"source":17,"target":50},{"source":17,"target":74},{"source":17,"target":75},{"source":50,"target":12},{"source":50,"target":76},{"source":50,"target":17},{"source":50,"target":42},{"source":76,"target":12},{"source":74,"target":18},{"source":74,"target":77},{"source":74,"target":17},{"source":74,"target":78},{"source":77,"target":18},{"source":75,"target":13},{"source":18,"target":4},{"source":18,"target":13},{"source":18,"target":78},{"source":18,"target":79},{"source":78,"target":17},{"source":78,"target":80},{"source":78,"target":18},{"source":78,"target":74},{"source":80,"target":17},{"source":79,"target":13},{"source":19,"target":4},{"source":19,"target":6},{"source":19,"target":28},{"source":19,"target":81},{"source":19,"target":82},{"source":28,"target":6},{"source":28,"target":83},{"source":28,"target":19},{"source":28,"target":24},{"source":83,"target":6},{"source":81,"target":20},{"source":81,"target":84},{"source":81,"target":19},{"source":81,"target":85},{"source":84,"target":20},{"source":82,"target":6},{"source":20,"target":4},{"source":20,"target":5},{"source":20,"target":85},{"source":20,"target":86},{"source":85,"target":19},{"source":85,"target":87},{"source":85,"target":20},{"source":85,"target":81},{"source":87,"target":19},{"source":86,"target":5}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="pm" nsURI="platform:/plugin/org.gravity.tgg.modisco.pm/model/Pm.ecore"
nsPrefix="org.gravity.tgg.modisco.pm">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="basePackage" value="org.gravity.tgg.modisco"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="MSignatureToTSignature" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.modisco/model/Modisco.ecore#//MSignature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TSignature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnonymousClassDeclarationToTClass" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//AnonymousClassDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LiteralToTNode" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//Expression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//annotations/TAbstractNode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDefinitionToTMember" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//BodyDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TMember"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnresolvedTypeDeclarationToTClass" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//UnresolvedTypeDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationFragmentToTFieldDefinition"
eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//VariableDeclarationFragment"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TFieldDefinition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageToTPackage" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//Package"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TPackage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModifierToTMethodEntity" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//Modifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TMethodDefinition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationToTAnnotation" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//Annotation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//annotations/TAnnotation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MModifierToTModifier" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//Modifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TModifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MMethodNameToTMethod" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.modisco/model/Modisco.ecore#//MMethodName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TMethod"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValuePairToTAnnotationValue"
eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//AnnotationMemberValuePair"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//annotations/TAnnotationValue"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MAbstractFlowElementToTAbstractFlowElement"
eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.modisco/model/Modisco.ecore#//MAbstractFlowElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TAbstractFlowElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MSyntethicMethodToTSyntethicMethod"
eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.modisco/model/Modisco.ecore#//MSyntheticMethodDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TSyntethicMethod"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelToTypeGraph" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//Model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TypeGraph"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractMethodInvocationToTAccess" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//AbstractMethodInvocation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TAccess"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModifierToAbstractType" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//Modifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TAbstractType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModifierToTClassEntity" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//Modifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StaticTypeToAccessStaticType" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//Type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TCall"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModifierToTFieldEntity" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//Modifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TFieldDefinition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeToTClass" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//PrimitiveType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ASTNodeToTAnnotatable" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//ASTNode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//annotations/TAnnotatable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MFlowToTFlow" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.modisco/model/Modisco.ecore#//MFlow"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TFlow"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeToTAbstractType" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//Type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TAbstractType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MEntryToTParameter" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.modisco/model/Modisco.ecore#//MEntry"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TParameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeParameterToTClass" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//TypeParameter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MFieldNameToTField" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.modisco/model/Modisco.ecore#//MFieldName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TField"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MSingleVariableAccessToTAccess" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.modisco/model/Modisco.ecore#//MSingleVariableAccess"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TAccess"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldAccessToTAccess" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//FieldAccess"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//TAccess"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LineCommentToTTextAnnotation" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractCorrespondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/MoDisco/Java/0.2.incubation/java#//LineComment"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/resource/org.gravity.typegraph.basic/model/Basic.ecore#//annotations/TTextAnnotation"/>
</eClassifiers>
<eSubpackages name="Rules" nsURI="platform:/plugin/org.gravity.tgg.modisco.pm/model/Pm.ecore#//Rules"
nsPrefix="Rules">
<eClassifiers xsi:type="ecore:EClass" name="InterfaceMember" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodParameterArrayType" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodInvocation" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValueString" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypesToClass" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkDefinitionToType" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstractMethodDefinition" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="NestedEnum" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValueBoolean" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValueNumber" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="FieldDefinition" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="ClassInnerMember" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="TypesOrphaned" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="UnresolvedMethodDeclaration" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="SyntethicMethod" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodName" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValueAnnotation" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeAccessOnAnnotation"
eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterizedTypeToClass" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="NestedInterfaceInType" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="DataFlowOut" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="FieldSignatureArrayType" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationFragment" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceInAnonymous" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodParameterLinkFirst" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceExtendsInterface" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="ClassImplementsInterface" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeIsShort" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnonymousClassTypeClass" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="ClassExtendsClass" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumInAnonymous" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeIsBoolean" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodSignatureSingleReturn" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="SuperConstructorInvocation" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="DataFlowIn" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodInvocationStaticType_abstract"
eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeIsDouble" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="FieldAccessWrite" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodInvocationStaticTypeArray" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="ClassInnerClassMember" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="TextAnnotations" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValueBooleanArray"
eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodSignatureArrayReturn" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnonymousClassType" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodParameterLink" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="FieldAccessRead" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValue" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="ArrayInitializerIgnoreExpressionsEdge"
eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkDefinitionToAnonymous" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="NestedClassInType" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="NestedTypesInAnonymous" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="ModelToPg" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstractAnnotationTypeAccess" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="SubPackageToPGPackage" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodDefinition" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MemberInEnumVisibility" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodDefinitionReturnSingle" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="ClassInAnonymous" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodSignature" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="FieldAccessReadWrite" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberKey" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationOnBodyDeclaration" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodInvocationRecursive" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypesIsVoid" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValueClass" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="NestedTypes" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeIsLong" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeIsFloat" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="UnresolvedTypeDeclaration" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="FieldName" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MemberInClassVisibility" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeIsChar" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="ConstructorDefinition" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="TypesVisibility" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstractMethodInvocation" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationType" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodDefinitionReturnArray" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeNested" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageToPGPackage" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeIsInt" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnonymousClass" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="ClassInstanceCreation" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodInvocationStaticType" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeIsByte" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MemberInAnnotationVisibility" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowNode" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodParameterSingleType" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnonymousClassTypeInterface" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodParameter" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValueStringArray"
eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="FieldSignature" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValueNumberArray"
eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="ConstructorInvocation" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeAccessOnBodyDecl" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValueArray" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="ArrayTypeToClass" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValueAnnotationArray"
eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="SuperMethodInvocation" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="ClassInnerAnonClassMember" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeAccessOnSelf" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeInAnonymous" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodOverriding" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="FieldSignatureAbstract" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValueClassArray" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="Types" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
<eClassifiers xsi:type="ecore:EClass" name="Enum" eSuperTypes="platform:/plugin/org.moflon.tgg.runtime/model/Runtime.ecore#//AbstractRule"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/GRaViTY-Tool/gravity-tool/implementation/org.gravity.tgg.modisco.pm/model/Pm.pre.ecore | ecore | pm
MSignatureToTSignature
source
target
AnonymousClassDeclarationToTClass
source
target
LiteralToTNode
source
target
MDefinitionToTMember
source
target
UnresolvedTypeDeclarationToTClass
source
target
VariableDeclarationFragmentToTFieldDefinition
source
target
PackageToTPackage
source
target
ModifierToTMethodEntity
source
target
AnnotationToTAnnotation
source
target
MModifierToTModifier
source
target
MMethodNameToTMethod
source
target
AnnotationMemberValuePairToTAnnotationValue
source
target
MAbstractFlowElementToTAbstractFlowElement
source
target
MSyntethicMethodToTSyntethicMethod
source
target
ModelToTypeGraph
source
target
AbstractMethodInvocationToTAccess
source
target
ModifierToAbstractType
source
target
ModifierToTClassEntity
source
target
StaticTypeToAccessStaticType
source
target
ModifierToTFieldEntity
source
target
PrimitiveTypeToTClass
source
target
ASTNodeToTAnnotatable
source
target
MFlowToTFlow
source
target
TypeToTAbstractType
source
target
MEntryToTParameter
source
target
TypeParameterToTClass
source
target
MFieldNameToTField
source
target
MSingleVariableAccessToTAccess
source
target
FieldAccessToTAccess
source
target
LineCommentToTTextAnnotation
source
target
Rules
InterfaceMember
MethodParameterArrayType
MethodInvocation
AnnotationMemberValueString
PrimitiveTypesToClass
LinkDefinitionToType
AbstractMethodDefinition
NestedEnum
AnnotationMemberValueBoolean
AnnotationMemberValueNumber
FieldDefinition
ClassInnerMember
TypesOrphaned
UnresolvedMethodDeclaration
SyntethicMethod
MethodName
AnnotationMemberValueAnnotation
AnnotationTypeAccessOnAnnotation
ParameterizedTypeToClass
NestedInterfaceInType
DataFlowOut
FieldSignatureArrayType
VariableDeclarationFragment
InterfaceInAnonymous
MethodParameterLinkFirst
InterfaceExtendsInterface
ClassImplementsInterface
PrimitiveTypeIsShort
AnonymousClassTypeClass
ClassExtendsClass
EnumInAnonymous
PrimitiveTypeIsBoolean
MethodSignatureSingleReturn
SuperConstructorInvocation
DataFlowIn
MethodInvocationStaticType_abstract
PrimitiveTypeIsDouble
FieldAccessWrite
MethodInvocationStaticTypeArray
ClassInnerClassMember
TextAnnotations
AnnotationMemberValueBooleanArray
MethodSignatureArrayReturn
AnonymousClassType
MethodParameterLink
TypeParameter
FieldAccessRead
AnnotationMemberValue
ArrayInitializerIgnoreExpressionsEdge
LinkDefinitionToAnonymous
NestedClassInType
NestedTypesInAnonymous
ModelToPg
AbstractAnnotationTypeAccess
SubPackageToPGPackage
MethodDefinition
Annotation
MemberInEnumVisibility
MethodDefinitionReturnSingle
ClassInAnonymous
MethodSignature
FieldAccessReadWrite
AnnotationMemberKey
AnnotationOnBodyDeclaration
MethodInvocationRecursive
PrimitiveTypesIsVoid
AnnotationMemberValueClass
NestedTypes
PrimitiveTypeIsLong
PrimitiveTypeIsFloat
UnresolvedTypeDeclaration
FieldName
MemberInClassVisibility
PrimitiveTypeIsChar
ConstructorDefinition
TypesVisibility
AbstractMethodInvocation
AnnotationType
MethodDefinitionReturnArray
AnnotationTypeNested
PackageToPGPackage
PrimitiveTypeIsInt
AnonymousClass
ClassInstanceCreation
MethodInvocationStaticType
PrimitiveTypeIsByte
MemberInAnnotationVisibility
FlowNode
MethodParameterSingleType
Interface
AnonymousClassTypeInterface
MethodParameter
AnnotationMemberValueStringArray
FieldSignature
AnnotationMemberValueNumberArray
FieldAccess
ConstructorInvocation
AnnotationTypeAccessOnBodyDecl
AnnotationMemberValueArray
Class
ArrayTypeToClass
AnnotationMemberValueAnnotationArray
SuperMethodInvocation
ClassInnerAnonClassMember
AnnotationTypeAccessOnSelf
AnnotationTypeInAnonymous
MethodOverriding
FieldSignatureAbstract
AnnotationMemberValueClassArray
Types
Enum | null | {"directed":true,"nodes":[{"nsPrefix":"org.gravity.tgg.modisco.pm","nsURI":"platform:/plugin/org.gravity.tgg.modisco.pm/model/Pm.ecore","name":"pm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MSignatureToTSignature","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClassDeclarationToTClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralToTNode","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDefinitionToTMember","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedTypeDeclarationToTClass","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationFragmentToTFieldDefinition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageToTPackage","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifierToTMethodEntity","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationToTAnnotation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MModifierToTModifier","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MMethodNameToTMethod","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValuePairToTAnnotationValue","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MAbstractFlowElementToTAbstractFlowElement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MSyntethicMethodToTSyntethicMethod","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelToTypeGraph","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMethodInvocationToTAccess","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifierToAbstractType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifierToTClassEntity","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticTypeToAccessStaticType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifierToTFieldEntity","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeToTClass","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASTNodeToTAnnotatable","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MFlowToTFlow","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeToTAbstractType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MEntryToTParameter","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameterToTClass","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MFieldNameToTField","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MSingleVariableAccessToTAccess","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccessToTAccess","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineCommentToTTextAnnotation","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"nsPrefix":"Rules","nsURI":"platform:/plugin/org.gravity.tgg.modisco.pm/model/Pm.ecore#//Rules","name":"Rules","id":31,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":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},{"container":false,"ordered":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":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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"target","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"container":false,"ordered":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":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"source","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":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":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":117,"derived":false},{"container":false,"ordered":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":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"container":false,"ordered":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":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"container":false,"ordered":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":143,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":147,"derived":false},{"container":false,"ordered":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":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":157,"derived":false},{"container":false,"ordered":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":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":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},{"container":false,"ordered":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":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"derived":false},{"container":false,"ordered":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":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"derived":false},{"container":false,"ordered":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":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceMember","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodParameterArrayType","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocation","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValueString","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypesToClass","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkDefinitionToType","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMethodDefinition","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedEnum","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValueBoolean","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValueNumber","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDefinition","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInnerMember","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypesOrphaned","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedMethodDeclaration","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SyntethicMethod","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodName","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValueAnnotation","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeAccessOnAnnotation","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedTypeToClass","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedInterfaceInType","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataFlowOut","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldSignatureArrayType","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationFragment","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceInAnonymous","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodParameterLinkFirst","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceExtendsInterface","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassImplementsInterface","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeIsShort","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClassTypeClass","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassExtendsClass","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumInAnonymous","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeIsBoolean","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodSignatureSingleReturn","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperConstructorInvocation","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataFlowIn","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocationStaticType_abstract","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeIsDouble","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccessWrite","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocationStaticTypeArray","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInnerClassMember","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextAnnotations","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValueBooleanArray","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodSignatureArrayReturn","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClassType","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodParameterLink","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccessRead","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValue","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializerIgnoreExpressionsEdge","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkDefinitionToAnonymous","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedClassInType","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedTypesInAnonymous","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelToPg","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAnnotationTypeAccess","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubPackageToPGPackage","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDefinition","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberInEnumVisibility","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDefinitionReturnSingle","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInAnonymous","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodSignature","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccessReadWrite","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberKey","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationOnBodyDeclaration","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocationRecursive","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypesIsVoid","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValueClass","instanceClass":null,"abstract":false,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedTypes","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeIsLong","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeIsFloat","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedTypeDeclaration","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldName","instanceClass":null,"abstract":false,"id":253,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberInClassVisibility","instanceClass":null,"abstract":false,"id":254,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeIsChar","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorDefinition","instanceClass":null,"abstract":false,"id":256,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypesVisibility","instanceClass":null,"abstract":false,"id":257,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMethodInvocation","instanceClass":null,"abstract":false,"id":258,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationType","instanceClass":null,"abstract":false,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDefinitionReturnArray","instanceClass":null,"abstract":false,"id":260,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeNested","instanceClass":null,"abstract":false,"id":261,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageToPGPackage","instanceClass":null,"abstract":false,"id":262,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeIsInt","instanceClass":null,"abstract":false,"id":263,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClass","instanceClass":null,"abstract":false,"id":264,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreation","instanceClass":null,"abstract":false,"id":265,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocationStaticType","instanceClass":null,"abstract":false,"id":266,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeIsByte","instanceClass":null,"abstract":false,"id":267,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberInAnnotationVisibility","instanceClass":null,"abstract":false,"id":268,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowNode","instanceClass":null,"abstract":false,"id":269,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodParameterSingleType","instanceClass":null,"abstract":false,"id":270,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":271,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClassTypeInterface","instanceClass":null,"abstract":false,"id":272,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodParameter","instanceClass":null,"abstract":false,"id":273,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValueStringArray","instanceClass":null,"abstract":false,"id":274,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldSignature","instanceClass":null,"abstract":false,"id":275,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValueNumberArray","instanceClass":null,"abstract":false,"id":276,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":277,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorInvocation","instanceClass":null,"abstract":false,"id":278,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeAccessOnBodyDecl","instanceClass":null,"abstract":false,"id":279,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValueArray","instanceClass":null,"abstract":false,"id":280,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":281,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayTypeToClass","instanceClass":null,"abstract":false,"id":282,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValueAnnotationArray","instanceClass":null,"abstract":false,"id":283,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperMethodInvocation","instanceClass":null,"abstract":false,"id":284,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInnerAnonClassMember","instanceClass":null,"abstract":false,"id":285,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeAccessOnSelf","instanceClass":null,"abstract":false,"id":286,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeInAnonymous","instanceClass":null,"abstract":false,"id":287,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodOverriding","instanceClass":null,"abstract":false,"id":288,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldSignatureAbstract","instanceClass":null,"abstract":false,"id":289,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValueClassArray","instanceClass":null,"abstract":false,"id":290,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Types","instanceClass":null,"abstract":false,"id":291,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enum","instanceClass":null,"abstract":false,"id":292,"interface":false,"eClass":"EClass"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":1,"target":0},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":32,"target":35},{"source":32,"target":1},{"source":33,"target":36},{"source":33,"target":1},{"source":2,"target":0},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":37,"target":40},{"source":37,"target":2},{"source":38,"target":41},{"source":38,"target":2},{"source":3,"target":0},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"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":47,"target":50},{"source":47,"target":4},{"source":48,"target":51},{"source":48,"target":4},{"source":5,"target":0},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":52,"target":55},{"source":52,"target":5},{"source":53,"target":56},{"source":53,"target":5},{"source":6,"target":0},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":57,"target":60},{"source":57,"target":6},{"source":58,"target":61},{"source":58,"target":6},{"source":7,"target":0},{"source":7,"target":62},{"source":7,"target":63},{"source":7,"target":64},{"source":62,"target":65},{"source":62,"target":7},{"source":63,"target":66},{"source":63,"target":7},{"source":8,"target":0},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":67,"target":70},{"source":67,"target":8},{"source":68,"target":71},{"source":68,"target":8},{"source":9,"target":0},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":72,"target":75},{"source":72,"target":9},{"source":73,"target":76},{"source":73,"target":9},{"source":10,"target":0},{"source":10,"target":77},{"source":10,"target":78},{"source":10,"target":79},{"source":77,"target":80},{"source":77,"target":10},{"source":78,"target":81},{"source":78,"target":10},{"source":11,"target":0},{"source":11,"target":82},{"source":11,"target":83},{"source":11,"target":84},{"source":82,"target":85},{"source":82,"target":11},{"source":83,"target":86},{"source":83,"target":11},{"source":12,"target":0},{"source":12,"target":87},{"source":12,"target":88},{"source":12,"target":89},{"source":87,"target":90},{"source":87,"target":12},{"source":88,"target":91},{"source":88,"target":12},{"source":13,"target":0},{"source":13,"target":92},{"source":13,"target":93},{"source":13,"target":94},{"source":92,"target":95},{"source":92,"target":13},{"source":93,"target":96},{"source":93,"target":13},{"source":14,"target":0},{"source":14,"target":97},{"source":14,"target":98},{"source":14,"target":99},{"source":97,"target":100},{"source":97,"target":14},{"source":98,"target":101},{"source":98,"target":14},{"source":15,"target":0},{"source":15,"target":102},{"source":15,"target":103},{"source":15,"target":104},{"source":102,"target":105},{"source":102,"target":15},{"source":103,"target":106},{"source":103,"target":15},{"source":16,"target":0},{"source":16,"target":107},{"source":16,"target":108},{"source":16,"target":109},{"source":107,"target":110},{"source":107,"target":16},{"source":108,"target":111},{"source":108,"target":16},{"source":17,"target":0},{"source":17,"target":112},{"source":17,"target":113},{"source":17,"target":114},{"source":112,"target":115},{"source":112,"target":17},{"source":113,"target":116},{"source":113,"target":17},{"source":18,"target":0},{"source":18,"target":117},{"source":18,"target":118},{"source":18,"target":119},{"source":117,"target":120},{"source":117,"target":18},{"source":118,"target":121},{"source":118,"target":18},{"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":20,"target":0},{"source":20,"target":127},{"source":20,"target":128},{"source":20,"target":129},{"source":127,"target":130},{"source":127,"target":20},{"source":128,"target":131},{"source":128,"target":20},{"source":21,"target":0},{"source":21,"target":132},{"source":21,"target":133},{"source":21,"target":134},{"source":132,"target":135},{"source":132,"target":21},{"source":133,"target":136},{"source":133,"target":21},{"source":22,"target":0},{"source":22,"target":137},{"source":22,"target":138},{"source":22,"target":139},{"source":137,"target":140},{"source":137,"target":22},{"source":138,"target":141},{"source":138,"target":22},{"source":23,"target":0},{"source":23,"target":142},{"source":23,"target":143},{"source":23,"target":144},{"source":142,"target":145},{"source":142,"target":23},{"source":143,"target":146},{"source":143,"target":23},{"source":24,"target":0},{"source":24,"target":147},{"source":24,"target":148},{"source":24,"target":149},{"source":147,"target":150},{"source":147,"target":24},{"source":148,"target":151},{"source":148,"target":24},{"source":25,"target":0},{"source":25,"target":152},{"source":25,"target":153},{"source":25,"target":154},{"source":152,"target":155},{"source":152,"target":25},{"source":153,"target":156},{"source":153,"target":25},{"source":26,"target":0},{"source":26,"target":157},{"source":26,"target":158},{"source":26,"target":159},{"source":157,"target":160},{"source":157,"target":26},{"source":158,"target":161},{"source":158,"target":26},{"source":27,"target":0},{"source":27,"target":162},{"source":27,"target":163},{"source":27,"target":164},{"source":162,"target":165},{"source":162,"target":27},{"source":163,"target":166},{"source":163,"target":27},{"source":28,"target":0},{"source":28,"target":167},{"source":28,"target":168},{"source":28,"target":169},{"source":167,"target":170},{"source":167,"target":28},{"source":168,"target":171},{"source":168,"target":28},{"source":29,"target":0},{"source":29,"target":172},{"source":29,"target":173},{"source":29,"target":174},{"source":172,"target":175},{"source":172,"target":29},{"source":173,"target":176},{"source":173,"target":29},{"source":30,"target":0},{"source":30,"target":177},{"source":30,"target":178},{"source":30,"target":179},{"source":177,"target":180},{"source":177,"target":30},{"source":178,"target":181},{"source":178,"target":30},{"source":31,"target":182},{"source":31,"target":183},{"source":31,"target":184},{"source":31,"target":185},{"source":31,"target":186},{"source":31,"target":187},{"source":31,"target":188},{"source":31,"target":189},{"source":31,"target":190},{"source":31,"target":191},{"source":31,"target":192},{"source":31,"target":193},{"source":31,"target":194},{"source":31,"target":195},{"source":31,"target":196},{"source":31,"target":197},{"source":31,"target":198},{"source":31,"target":199},{"source":31,"target":200},{"source":31,"target":201},{"source":31,"target":202},{"source":31,"target":203},{"source":31,"target":204},{"source":31,"target":205},{"source":31,"target":206},{"source":31,"target":207},{"source":31,"target":208},{"source":31,"target":209},{"source":31,"target":210},{"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":31,"target":239},{"source":31,"target":240},{"source":31,"target":241},{"source":31,"target":242},{"source":31,"target":243},{"source":31,"target":244},{"source":31,"target":245},{"source":31,"target":246},{"source":31,"target":247},{"source":31,"target":248},{"source":31,"target":249},{"source":31,"target":250},{"source":31,"target":251},{"source":31,"target":252},{"source":31,"target":253},{"source":31,"target":254},{"source":31,"target":255},{"source":31,"target":256},{"source":31,"target":257},{"source":31,"target":258},{"source":31,"target":259},{"source":31,"target":260},{"source":31,"target":261},{"source":31,"target":262},{"source":31,"target":263},{"source":31,"target":264},{"source":31,"target":265},{"source":31,"target":266},{"source":31,"target":267},{"source":31,"target":268},{"source":31,"target":269},{"source":31,"target":270},{"source":31,"target":271},{"source":31,"target":272},{"source":31,"target":273},{"source":31,"target":274},{"source":31,"target":275},{"source":31,"target":276},{"source":31,"target":277},{"source":31,"target":278},{"source":31,"target":279},{"source":31,"target":280},{"source":31,"target":281},{"source":31,"target":282},{"source":31,"target":283},{"source":31,"target":284},{"source":31,"target":285},{"source":31,"target":286},{"source":31,"target":287},{"source":31,"target":288},{"source":31,"target":289},{"source":31,"target":290},{"source":31,"target":291},{"source":31,"target":292},{"source":31,"target":0},{"source":182,"target":31},{"source":182,"target":293},{"source":183,"target":31},{"source":183,"target":294},{"source":184,"target":31},{"source":184,"target":295},{"source":185,"target":31},{"source":185,"target":296},{"source":186,"target":31},{"source":186,"target":297},{"source":187,"target":31},{"source":187,"target":298},{"source":188,"target":31},{"source":188,"target":299},{"source":189,"target":31},{"source":189,"target":300},{"source":190,"target":31},{"source":190,"target":301},{"source":191,"target":31},{"source":191,"target":302},{"source":192,"target":31},{"source":192,"target":303},{"source":193,"target":31},{"source":193,"target":304},{"source":194,"target":31},{"source":194,"target":305},{"source":195,"target":31},{"source":195,"target":306},{"source":196,"target":31},{"source":196,"target":307},{"source":197,"target":31},{"source":197,"target":308},{"source":198,"target":31},{"source":198,"target":309},{"source":199,"target":31},{"source":199,"target":310},{"source":200,"target":31},{"source":200,"target":311},{"source":201,"target":31},{"source":201,"target":312},{"source":202,"target":31},{"source":202,"target":313},{"source":203,"target":31},{"source":203,"target":314},{"source":204,"target":31},{"source":204,"target":315},{"source":205,"target":31},{"source":205,"target":316},{"source":206,"target":31},{"source":206,"target":317},{"source":207,"target":31},{"source":207,"target":318},{"source":208,"target":31},{"source":208,"target":319},{"source":209,"target":31},{"source":209,"target":320},{"source":210,"target":31},{"source":210,"target":321},{"source":211,"target":31},{"source":211,"target":322},{"source":212,"target":31},{"source":212,"target":323},{"source":213,"target":31},{"source":213,"target":324},{"source":214,"target":31},{"source":214,"target":325},{"source":215,"target":31},{"source":215,"target":326},{"source":216,"target":31},{"source":216,"target":327},{"source":217,"target":31},{"source":217,"target":328},{"source":218,"target":31},{"source":218,"target":329},{"source":219,"target":31},{"source":219,"target":330},{"source":220,"target":31},{"source":220,"target":331},{"source":221,"target":31},{"source":221,"target":332},{"source":222,"target":31},{"source":222,"target":333},{"source":223,"target":31},{"source":223,"target":334},{"source":224,"target":31},{"source":224,"target":335},{"source":225,"target":31},{"source":225,"target":336},{"source":226,"target":31},{"source":226,"target":337},{"source":227,"target":31},{"source":227,"target":338},{"source":228,"target":31},{"source":228,"target":339},{"source":229,"target":31},{"source":229,"target":340},{"source":230,"target":31},{"source":230,"target":341},{"source":231,"target":31},{"source":231,"target":342},{"source":232,"target":31},{"source":232,"target":343},{"source":233,"target":31},{"source":233,"target":344},{"source":234,"target":31},{"source":234,"target":345},{"source":235,"target":31},{"source":235,"target":346},{"source":236,"target":31},{"source":236,"target":347},{"source":237,"target":31},{"source":237,"target":348},{"source":238,"target":31},{"source":238,"target":349},{"source":239,"target":31},{"source":239,"target":350},{"source":240,"target":31},{"source":240,"target":351},{"source":241,"target":31},{"source":241,"target":352},{"source":242,"target":31},{"source":242,"target":353},{"source":243,"target":31},{"source":243,"target":354},{"source":244,"target":31},{"source":244,"target":355},{"source":245,"target":31},{"source":245,"target":356},{"source":246,"target":31},{"source":246,"target":357},{"source":247,"target":31},{"source":247,"target":358},{"source":248,"target":31},{"source":248,"target":359},{"source":249,"target":31},{"source":249,"target":360},{"source":250,"target":31},{"source":250,"target":361},{"source":251,"target":31},{"source":251,"target":362},{"source":252,"target":31},{"source":252,"target":363},{"source":253,"target":31},{"source":253,"target":364},{"source":254,"target":31},{"source":254,"target":365},{"source":255,"target":31},{"source":255,"target":366},{"source":256,"target":31},{"source":256,"target":367},{"source":257,"target":31},{"source":257,"target":368},{"source":258,"target":31},{"source":258,"target":369},{"source":259,"target":31},{"source":259,"target":370},{"source":260,"target":31},{"source":260,"target":371},{"source":261,"target":31},{"source":261,"target":372},{"source":262,"target":31},{"source":262,"target":373},{"source":263,"target":31},{"source":263,"target":374},{"source":264,"target":31},{"source":264,"target":375},{"source":265,"target":31},{"source":265,"target":376},{"source":266,"target":31},{"source":266,"target":377},{"source":267,"target":31},{"source":267,"target":378},{"source":268,"target":31},{"source":268,"target":379},{"source":269,"target":31},{"source":269,"target":380},{"source":270,"target":31},{"source":270,"target":381},{"source":271,"target":31},{"source":271,"target":382},{"source":272,"target":31},{"source":272,"target":383},{"source":273,"target":31},{"source":273,"target":384},{"source":274,"target":31},{"source":274,"target":385},{"source":275,"target":31},{"source":275,"target":386},{"source":276,"target":31},{"source":276,"target":387},{"source":277,"target":31},{"source":277,"target":388},{"source":278,"target":31},{"source":278,"target":389},{"source":279,"target":31},{"source":279,"target":390},{"source":280,"target":31},{"source":280,"target":391},{"source":281,"target":31},{"source":281,"target":392},{"source":282,"target":31},{"source":282,"target":393},{"source":283,"target":31},{"source":283,"target":394},{"source":284,"target":31},{"source":284,"target":395},{"source":285,"target":31},{"source":285,"target":396},{"source":286,"target":31},{"source":286,"target":397},{"source":287,"target":31},{"source":287,"target":398},{"source":288,"target":31},{"source":288,"target":399},{"source":289,"target":31},{"source":289,"target":400},{"source":290,"target":31},{"source":290,"target":401},{"source":291,"target":31},{"source":291,"target":402},{"source":292,"target":31},{"source":292,"target":403}],"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/platform/commands.ecore" nsPrefix="platformCommands">
<eClassifiers xsi:type="ecore:EClass" name="ListPlugins" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Returns list of all plugins."/>
<details key="returns" value="Lists all available plugins. "/>
<details key="example" value="list-plugins | foreach [val item] {

	if [$item | get name | matches "Q7 ECL.*"]{
 		$item | get name | log
	}
}"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeDependencies" 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, returned plugins includes information about imported packages and bundle dependencies."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListFeatures" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Returns list of all features."/>
<details key="returns" value="Lists all available features. "/>
<details key="example" value="list-features | foreach [val item] {
	if [$item | get id | matches "com.xored.q7.*"]{
 		$item | get name | log
	}
}"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListRepositories" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Returns list of p2 repositories."/>
<details key="returns" value="List of p2 repositories"/>
<details key="example" value="list-repositories | foreach [val item] {
	if [$item | get name | equals "download cache"]{
		$item | get isArtifact | equals true | verify-true
	}
}
"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddRepository" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Adds p2 repository."/>
<details key="returns" value="nothing"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemoveRepository" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Removes p2 repository."/>
<details key="returns" value="nothing"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UpdateFeature" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Updates feature with defined name."/>
<details key="returns" value="nothing"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UpdateAll" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"/>
<eClassifiers xsi:type="ecore:EClass" name="SortBy" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Sorts list of objects from input stream by defined field. "/>
<details key="returns" value="sorted list of objects"/>
<details key="example" value="list-working-sets | sort-by -field name | foreach {get name | log}"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="field" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListInstallUnits" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Returns list of all install units."/>
<details key="returns" value="Lists all install units."/>
<details key="example" value="list-install-units | write-lines -uri "workspace:/Project/Folder/file.txt"
"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GetLog" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Returns log entries sorted by timestamp descending."/>
<details key="returns" value="Log entries"/>
<details key="example" value="get-log -levels error | as-table-data | write-csv-file "workspace:/Project/file2.csv""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="levels" upperBound="-1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Log entry severities to show. Any of <code>error</code>, <code>warning</code>, <code>info</code>, <code>OK</code>, <code>Cancel</code> in any letter case."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="limit" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="100">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Number of log entries to get. Default value is 100."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Log" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Writes an entry into Eclipse log"/>
<details key="returns" value="Nothing"/>
<details key="example" value="log -message "Error" -severity error -plugin "com.xored.q7"
echo "Warning" | log -severity warning"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/input" references="../../org.eclipse.ecl.core/model/ecl.ecore#//Foreach/input/%http:%2F%2Fwww.eclipse.org%2Fecl%2Finput%"/>
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Writes an entry into Eclipse log"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="info">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Log entry severity. Can be <code>info</code>, <code>warning</code>, <code>error</code>, <code>ok</code>, <code>cancel</code> in any letter case. Default value is <code>info</code>."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="plugin" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="org.eclipse.ecl.platform">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="ID of plugin adding log entry. Default value is <code>org.eclipse.ecl.platform</code>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Echo" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Takes a string argument and writes it into an output pipe. "/>
<details key="returns" value="value of <code>str</code> argument"/>
<details key="example" value="echo "MyStr" | log"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="str" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClearLog" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Removes log file. Note that if log view is open, it may enter into inconsistent state. If it is important, use <code>clear-log-view</code> instead"/>
<details key="returns" value="Nothing"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListLaunchConfigurations" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Returns list of launch configurations."/>
<details key="returns" value="List of launch configurations."/>
<details key="example" value="list-launch-configurations | write-lines -uri "workspace:/Project/Folder/file.txt""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Launch" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="descriprion" value="Launches a configuration in specified mode. "/>
<details key="returns" value="Nothing."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" 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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubstituteVariables" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Recursively resolves and replaces all variable references in the given expression with their corresponding values. Allows the client to control whether references to undefined variables are reported as an error (i.e. an exception is thrown). See <a href='http://www.xored.com/2013/09/03/how-to-pass-a-value-to-a-test-during-its-execution/'>How to pass a value to a test</a> for more information."/>
<details key="returns" value="expression with variable references replaced with variable values"/>
<details key="example" value="//writes prop val to AUT workspace log
log [subsitute-variables "${system_property:propertyName}"] "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" 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="expression referencing variables"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreUndefined" 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 a reference to an undefined variable is to be considered an error (i.e. throw an exception)"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GetWorkspaceLocation" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="descriprion" value="Returns the path to workspace root."/>
<details key="returns" value="path to workspace root"/>
<details key="example" value="get-workspace-location | equals "/Users/My_MacAir/aut-Q7-1.3.12-B2" | verify-true"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FindInWorkspace" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Perform regex search per segment. Returns list of matched paths."/>
<details key="returns" value="list of matched paths"/>
<details key="example" value="find-in-workspace "project/dir1.*/dir2/file.*.txt""/>
<details key="recorded" value="false"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/xored/ecl/plugins/org.eclipse.ecl.platform/model/commands.ecore | ecore | commands
ListPlugins
includeDependencies
false
ListFeatures
ListRepositories
AddRepository
uri
name
RemoveRepository
uri
UpdateFeature
id
UpdateAll
SortBy
field
ListInstallUnits
GetLog
levels
false
limit
100
Log
message
severity
info
plugin
org.eclipse.ecl.platform
Echo
str
ClearLog
ListLaunchConfigurations
Launch
mode
name
SubstituteVariables
expression
ignoreUndefined
false
GetWorkspaceLocation
FindInWorkspace
path
all
false | null | {"directed":true,"nodes":[{"nsPrefix":"platformCommands","nsURI":"http://www.eclipse.org/ecl/platform/commands.ecore","name":"commands","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListPlugins","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListFeatures","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListRepositories","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddRepository","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveRepository","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateFeature","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateAll","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SortBy","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListInstallUnits","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetLog","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":"Echo","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearLog","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListLaunchConfigurations","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Launch","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubstituteVariables","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetWorkspaceLocation","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FindInWorkspace","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"includeDependencies","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"},{"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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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,"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":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"levels","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":"100","unsettable":false,"transient":false,"unique":true,"name":"limit","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","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":"info","unsettable":false,"transient":false,"unique":true,"name":"severity","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":"org.eclipse.ecl.platform","unsettable":false,"transient":false,"unique":true,"name":"plugin","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"str","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,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"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":62,"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":"ignoreUndefined","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":68,"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":"all","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":19,"target":21},{"source":19,"target":1},{"source":2,"target":0},{"source":2,"target":22},{"source":3,"target":0},{"source":3,"target":23},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":24,"target":27},{"source":24,"target":4},{"source":25,"target":28},{"source":25,"target":4},{"source":5,"target":0},{"source":5,"target":29},{"source":5,"target":30},{"source":29,"target":31},{"source":29,"target":5},{"source":6,"target":0},{"source":6,"target":32},{"source":6,"target":33},{"source":32,"target":34},{"source":32,"target":6},{"source":7,"target":0},{"source":7,"target":35},{"source":8,"target":0},{"source":8,"target":36},{"source":8,"target":37},{"source":36,"target":38},{"source":36,"target":8},{"source":9,"target":0},{"source":9,"target":39},{"source":10,"target":0},{"source":10,"target":40},{"source":10,"target":41},{"source":10,"target":42},{"source":40,"target":43},{"source":40,"target":10},{"source":41,"target":44},{"source":41,"target":10},{"source":11,"target":0},{"source":11,"target":45},{"source":11,"target":46},{"source":11,"target":47},{"source":11,"target":48},{"source":45,"target":49},{"source":45,"target":11},{"source":46,"target":50},{"source":46,"target":11},{"source":47,"target":51},{"source":47,"target":11},{"source":12,"target":0},{"source":12,"target":52},{"source":12,"target":53},{"source":52,"target":54},{"source":52,"target":12},{"source":13,"target":0},{"source":13,"target":55},{"source":14,"target":0},{"source":14,"target":56},{"source":15,"target":0},{"source":15,"target":57},{"source":15,"target":58},{"source":15,"target":59},{"source":57,"target":60},{"source":57,"target":15},{"source":58,"target":61},{"source":58,"target":15},{"source":16,"target":0},{"source":16,"target":62},{"source":16,"target":63},{"source":16,"target":64},{"source":62,"target":65},{"source":62,"target":16},{"source":63,"target":66},{"source":63,"target":16},{"source":17,"target":0},{"source":17,"target":67},{"source":18,"target":0},{"source":18,"target":68},{"source":18,"target":69},{"source":18,"target":70},{"source":68,"target":71},{"source":68,"target":18},{"source":69,"target":72},{"source":69,"target":18}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model"
nsURI="http://www.eclipse.org/debug/runtime/model.ecore" nsPrefix="org.eclipse.ecl.debug.model">
<eClassifiers xsi:type="ecore:EClass" name="Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//EventType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BreakpointEvent" eSuperTypes="#//Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="line" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StackEvent" eSuperTypes="#//Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="line" 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="stackFrame" upperBound="-1"
eType="#//StackFrame"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StackFrame">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="file" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="line" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="command" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="column" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<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="Variable">
<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:EReference" name="value" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Variable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="objectRef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="complex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//VariableKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="VariableKind">
<eLiterals name="Variable"/>
<eLiterals name="Command" value="1"/>
<eLiterals name="Local" value="2"/>
<eLiterals name="Argument" value="4"/>
<eLiterals name="Object" value="5"/>
<eLiterals name="Field" value="6"/>
<eLiterals name="Reference" value="7"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResolveVariableEvent" eSuperTypes="#//Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EventType">
<eLiterals name="Started"/>
<eLiterals name="Suspended" value="1"/>
<eLiterals name="StepEnded" value="2"/>
<eLiterals name="BreakpointHit" value="3"/>
<eLiterals name="Resumed" value="4"/>
<eLiterals name="ResolveVariable" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DebugCmd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//DebugType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SkipAllCmd" eSuperTypes="#//DebugCmd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="skip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BreakpointCmd" eSuperTypes="#//DebugCmd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="line" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DebugType">
<eLiterals name="Suspend"/>
<eLiterals name="Resume" value="1"/>
<eLiterals name="Step" value="2"/>
<eLiterals name="StepOver" value="3"/>
<eLiterals name="BreakpointAdd" value="4"/>
<eLiterals name="BreakpointRemove" value="5"/>
<eLiterals name="SkipAll" value="6"/>
<eLiterals name="ResolveVariable" value="7"/>
<eLiterals name="StepReturn" value="8"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResolveVariableCmd" eSuperTypes="#//DebugCmd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/xored/ecl/plugins/org.eclipse.ecl.debug.runtime/model/model.ecore | ecore | model
Event
type
BreakpointEvent
line
path
StackEvent
line
path
stackFrame
StackFrame
id
file
line
command
variables
column
length
Variable
type
name
value
children
id
objectRef
complex
false
kind
VariableKind
Variable
Variable
Command
Command
Local
Local
Argument
Argument
Object
Object
Field
Field
Reference
Reference
ResolveVariableEvent
variable
EventType
Started
Started
Suspended
Suspended
StepEnded
StepEnded
BreakpointHit
BreakpointHit
Resumed
Resumed
ResolveVariable
ResolveVariable
DebugCmd
type
SkipAllCmd
skip
BreakpointCmd
line
path
DebugType
Suspend
Suspend
Resume
Resume
Step
Step
StepOver
StepOver
BreakpointAdd
BreakpointAdd
BreakpointRemove
BreakpointRemove
SkipAll
SkipAll
ResolveVariable
ResolveVariable
StepReturn
StepReturn
ResolveVariableCmd
id | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.ecl.debug.model","nsURI":"http://www.eclipse.org/debug/runtime/model.ecore","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakpointEvent","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StackEvent","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StackFrame","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VariableKind","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveVariableEvent","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DebugCmd","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SkipAllCmd","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakpointCmd","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DebugType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveVariableCmd","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"id":15,"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":"line","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":"path","changeable":true,"lowerBound":0,"iD":false,"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":"line","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":"path","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stackFrame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":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":"file","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":"line","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"lowerBound":0,"iD":false,"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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"lowerBound":0,"iD":false,"id":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":"length","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":true,"unique":true,"name":"objectRef","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"complex","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"name":"Variable","id":58,"value":0,"literal":"Variable","eClass":"EEnumLiteral"},{"name":"Command","id":59,"value":1,"literal":"Command","eClass":"EEnumLiteral"},{"name":"Local","id":60,"value":2,"literal":"Local","eClass":"EEnumLiteral"},{"name":"Argument","id":61,"value":4,"literal":"Argument","eClass":"EEnumLiteral"},{"name":"Object","id":62,"value":5,"literal":"Object","eClass":"EEnumLiteral"},{"name":"Field","id":63,"value":6,"literal":"Field","eClass":"EEnumLiteral"},{"name":"Reference","id":64,"value":7,"literal":"Reference","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":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"name":"Started","id":68,"value":0,"literal":"Started","eClass":"EEnumLiteral"},{"name":"Suspended","id":69,"value":1,"literal":"Suspended","eClass":"EEnumLiteral"},{"name":"StepEnded","id":70,"value":2,"literal":"StepEnded","eClass":"EEnumLiteral"},{"name":"BreakpointHit","id":71,"value":3,"literal":"BreakpointHit","eClass":"EEnumLiteral"},{"name":"Resumed","id":72,"value":4,"literal":"Resumed","eClass":"EEnumLiteral"},{"name":"ResolveVariable","id":73,"value":5,"literal":"ResolveVariable","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":74,"derived":false},{"id":75,"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":"skip","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"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":"line","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":"path","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"name":"Suspend","id":84,"value":0,"literal":"Suspend","eClass":"EEnumLiteral"},{"name":"Resume","id":85,"value":1,"literal":"Resume","eClass":"EEnumLiteral"},{"name":"Step","id":86,"value":2,"literal":"Step","eClass":"EEnumLiteral"},{"name":"StepOver","id":87,"value":3,"literal":"StepOver","eClass":"EEnumLiteral"},{"name":"BreakpointAdd","id":88,"value":4,"literal":"BreakpointAdd","eClass":"EEnumLiteral"},{"name":"BreakpointRemove","id":89,"value":5,"literal":"BreakpointRemove","eClass":"EEnumLiteral"},{"name":"SkipAll","id":90,"value":6,"literal":"SkipAll","eClass":"EEnumLiteral"},{"name":"ResolveVariable","id":91,"value":7,"literal":"ResolveVariable","eClass":"EEnumLiteral"},{"name":"StepReturn","id":92,"value":8,"literal":"StepReturn","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":14,"target":8},{"source":14,"target":15},{"source":14,"target":1},{"source":15,"target":8},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":16,"target":19},{"source":16,"target":2},{"source":17,"target":20},{"source":17,"target":2},{"source":18,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":21,"target":25},{"source":21,"target":3},{"source":22,"target":26},{"source":22,"target":3},{"source":23,"target":4},{"source":23,"target":27},{"source":23,"target":3},{"source":27,"target":4},{"source":24,"target":1},{"source":4,"target":0},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":28,"target":35},{"source":28,"target":4},{"source":29,"target":36},{"source":29,"target":4},{"source":30,"target":37},{"source":30,"target":4},{"source":31,"target":38},{"source":31,"target":4},{"source":32,"target":5},{"source":32,"target":39},{"source":32,"target":4},{"source":39,"target":5},{"source":33,"target":40},{"source":33,"target":4},{"source":34,"target":41},{"source":34,"target":4},{"source":5,"target":0},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":42,"target":50},{"source":42,"target":5},{"source":43,"target":51},{"source":43,"target":5},{"source":44,"target":52},{"source":44,"target":5},{"source":45,"target":5},{"source":45,"target":53},{"source":45,"target":5},{"source":53,"target":5},{"source":46,"target":54},{"source":46,"target":5},{"source":47,"target":55},{"source":47,"target":5},{"source":48,"target":56},{"source":48,"target":5},{"source":49,"target":6},{"source":49,"target":57},{"source":49,"target":5},{"source":57,"target":6},{"source":6,"target":0},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":64},{"source":58,"target":6},{"source":59,"target":6},{"source":60,"target":6},{"source":61,"target":6},{"source":62,"target":6},{"source":63,"target":6},{"source":64,"target":6},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":65},{"source":7,"target":66},{"source":65,"target":5},{"source":65,"target":67},{"source":65,"target":7},{"source":67,"target":5},{"source":66,"target":1},{"source":8,"target":0},{"source":8,"target":68},{"source":8,"target":69},{"source":8,"target":70},{"source":8,"target":71},{"source":8,"target":72},{"source":8,"target":73},{"source":68,"target":8},{"source":69,"target":8},{"source":70,"target":8},{"source":71,"target":8},{"source":72,"target":8},{"source":73,"target":8},{"source":9,"target":0},{"source":9,"target":74},{"source":74,"target":12},{"source":74,"target":75},{"source":74,"target":9},{"source":75,"target":12},{"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":9},{"source":11,"target":79},{"source":11,"target":80},{"source":11,"target":81},{"source":79,"target":82},{"source":79,"target":11},{"source":80,"target":83},{"source":80,"target":11},{"source":81,"target":9},{"source":12,"target":0},{"source":12,"target":84},{"source":12,"target":85},{"source":12,"target":86},{"source":12,"target":87},{"source":12,"target":88},{"source":12,"target":89},{"source":12,"target":90},{"source":12,"target":91},{"source":12,"target":92},{"source":84,"target":12},{"source":85,"target":12},{"source":86,"target":12},{"source":87,"target":12},{"source":88,"target":12},{"source":89,"target":12},{"source":90,"target":12},{"source":91,"target":12},{"source":92,"target":12},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":93},{"source":13,"target":94},{"source":93,"target":95},{"source":93,"target":13},{"source":94,"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="types" nsURI="http://anatlyzer/atl/types" nsPrefix="atl_types">
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multivalued" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodelRef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mayBeUndefined" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="noCastedType" lowerBound="1"
eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclUndefinedType" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//PrimitiveType">
<eStructuralFeatures xsi:type="ecore:EReference" name="kindOfTypes" upperBound="-1"
eType="#//Metaclass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="FloatType" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//TupleAttribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" lowerBound="1"
eType="#//Type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" lowerBound="1"
eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TupleAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefType" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Unknown" eSuperTypes="#//RefType"/>
<eClassifiers xsi:type="ecore:EClass" name="EmptyCollectionType" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeError" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="problem" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnresolvedTypeError" eSuperTypes="#//TypeError #//Metaclass"/>
<eClassifiers xsi:type="ecore:EClass" name="UnknownFeature" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="theContainingClass" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EmptyCollection" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumType" eSuperTypes="#//Type">
<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="eenum" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetaModel">
<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="Metaclass" eSuperTypes="#//RefType">
<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="explicitOcurrence" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="klass" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//MetaModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReflectiveType" abstract="true" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="UnionType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="possibleTypes" upperBound="-1"
eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThisModuleType" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="ReflectiveClass" eSuperTypes="#//ReflectiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" abstract="true" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="containedType" lowerBound="1"
eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#//CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#//CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#//CollectionType"/>
</ecore:EPackage>
| github:ecore:/data/anatlyzer/anatlyzer/plugins/anatlyzer.atl.typing/model/types.ecore | ecore | types
Type
multivalued
false
metamodelRef
mayBeUndefined
false
noCastedType
OclUndefinedType
PrimitiveType
BooleanType
kindOfTypes
IntegerType
StringType
FloatType
TupleType
attributes
MapType
keyType
valueType
TupleAttribute
name
type
RefType
Unknown
EmptyCollectionType
TypeError
problem
UnresolvedTypeError
UnknownFeature
theContainingClass
EmptyCollection
EnumType
name
eenum
MetaModel
name
Metaclass
name
explicitOcurrence
klass
model
ReflectiveType
UnionType
possibleTypes
ThisModuleType
ReflectiveClass
CollectionType
containedType
SequenceType
BagType
SetType
OrderedSetType | null | {"directed":true,"nodes":[{"nsPrefix":"atl_types","nsURI":"http://anatlyzer/atl/types","name":"types","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleAttribute","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unknown","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyCollectionType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeError","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedTypeError","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownFeature","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyCollection","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaModel","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metaclass","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveType","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnionType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisModuleType","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveClass","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"multivalued","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"metamodelRef","changeable":true,"lowerBound":0,"iD":false,"id":31,"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":"mayBeUndefined","changeable":true,"lowerBound":1,"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":"noCastedType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kindOfTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":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":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"problem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"theContainingClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eenum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"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":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"explicitOcurrence","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"klass","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"model","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":"possibleTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containedType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":30,"target":34},{"source":30,"target":1},{"source":31,"target":35},{"source":31,"target":1},{"source":32,"target":36},{"source":32,"target":1},{"source":33,"target":1},{"source":33,"target":37},{"source":33,"target":1},{"source":37,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":38},{"source":38,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":39},{"source":39,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":40},{"source":4,"target":41},{"source":40,"target":20},{"source":40,"target":42},{"source":40,"target":4},{"source":42,"target":20},{"source":41,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":43},{"source":43,"target":3},{"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":1},{"source":8,"target":46},{"source":8,"target":47},{"source":46,"target":10},{"source":46,"target":48},{"source":46,"target":8},{"source":48,"target":10},{"source":47,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":49},{"source":9,"target":50},{"source":9,"target":51},{"source":49,"target":1},{"source":49,"target":52},{"source":49,"target":9},{"source":52,"target":1},{"source":50,"target":1},{"source":50,"target":53},{"source":50,"target":9},{"source":53,"target":1},{"source":51,"target":1},{"source":10,"target":0},{"source":10,"target":54},{"source":10,"target":55},{"source":54,"target":56},{"source":54,"target":10},{"source":55,"target":1},{"source":55,"target":57},{"source":55,"target":10},{"source":57,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":58},{"source":58,"target":1},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":59},{"source":59,"target":11},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":60},{"source":60,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":61},{"source":14,"target":62},{"source":61,"target":63},{"source":61,"target":14},{"source":62,"target":1},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":20},{"source":15,"target":64},{"source":15,"target":65},{"source":64,"target":14},{"source":65,"target":20},{"source":16,"target":0},{"source":16,"target":66},{"source":16,"target":67},{"source":66,"target":68},{"source":66,"target":16},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":69},{"source":69,"target":1},{"source":18,"target":0},{"source":18,"target":1},{"source":18,"target":70},{"source":18,"target":71},{"source":18,"target":72},{"source":70,"target":73},{"source":70,"target":18},{"source":71,"target":74},{"source":71,"target":18},{"source":72,"target":1},{"source":19,"target":0},{"source":19,"target":75},{"source":75,"target":76},{"source":75,"target":19},{"source":20,"target":0},{"source":20,"target":11},{"source":20,"target":77},{"source":20,"target":78},{"source":20,"target":79},{"source":20,"target":80},{"source":20,"target":81},{"source":77,"target":82},{"source":77,"target":20},{"source":78,"target":83},{"source":78,"target":20},{"source":79,"target":84},{"source":79,"target":20},{"source":80,"target":19},{"source":80,"target":85},{"source":80,"target":20},{"source":85,"target":19},{"source":81,"target":11},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":86},{"source":86,"target":1},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":87},{"source":22,"target":88},{"source":87,"target":1},{"source":87,"target":89},{"source":87,"target":22},{"source":89,"target":1},{"source":88,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":90},{"source":90,"target":1},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":91},{"source":91,"target":21},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":92},{"source":25,"target":93},{"source":92,"target":1},{"source":92,"target":94},{"source":92,"target":25},{"source":94,"target":1},{"source":93,"target":1},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":95},{"source":95,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":96},{"source":96,"target":25},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":97},{"source":97,"target":25},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":98},{"source":98,"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="cityfurniture"
nsURI="http://www.opengis.net/citygml/cityfurniture/1.0" nsPrefix="frn">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Top level GML schema
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Basic support for tracking moving objects and objects with changing state. 
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
GML Feature schema. 		 
 Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Extends the units.xsd and basicTypes.xsd schemas with types for recording measures using specific types of units, especially the measures and units needed for coordinate reference systems and coordinate operations. The specific unit types encoded are length, angle, scale factor, time, area, volume, speed, and grid length. This schema allows angle values to be recorded as single numbers or in degree-minute-second format. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		Parts of this schema are based on Subclause 6.5.7 of ISO/CD 19103 Geographic information - Conceptual schema language, on Subclause A.5.2.2.3 of ISO/CD 19118 Geographic information - Encoding, and on Subclause 4.7 of OpenGIS Recommendation Paper OGC 02-007r4 Units of Measure Use and Definition Recommendations.
Builds on gmlBase.xsd to encode units of measure (or uom), including definitions of units of measure and dictionaries of such definitions. GML 3.0 candidate schema, primary editor: Arliss Whiteside. Last updated 2005-06-22.
	Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
	Parts of this schema are based on Subclause 6.5.7 of ISO/CD 19103 Geographic information - Conceptual schema language, on Subclause A.5.2.2.3 of ISO/CD 19118 Geographic information - Encoding, and on most of OpenGIS Recommendation Paper OGC 02-007r4 Units of Measure Use and Definition Recommendations.

			Dictionary schema for GML 3.1.1 
			Components to support the lists of definitions. 
 Copyright (c) 2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
GML base schema for GML 3
		Components to support the GML encoding model. 
		The abstract Schematron rules can be used by any schema that includes gmlBase. 
		Copyright (c) 2001-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr

 Generic simpleContent components for use in GML 
 Copyright (c) 2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
 

			GML 3.0 candidate xlinks schema. Copyright (c) 2001 OGC, All Rights Reserved.
		
The temporal schema for GML 3.1 provides constructs for handling time-varying spatial data. 
 This schema reflects a partial implementation of the model described in ISO 19108:2002. 
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
This schema defines "direction" element and type.
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr

	Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		
Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
GML Coverage schema. 
 Copyright (c) 2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
GML conformant schema for Values in which the 
		 * scalar Value types and lists have their values recorded in simpleContent elements 
		 * complex Value types are built recursively
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Grid geometries
 A subset of implicit geometries
 Designed for use with GML Coverage schema, but maybe useful elsewhere as well. 
 
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
How to encode coordinate reference system definitions. Builds on referenceSystems.xsd to encode the data needed to define coordinate reference systems, including the specific subtypes of coordinate reference systems. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		This schema encodes the Coordinate Reference System (SC_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates, with the exception of the abstract "SC_CRS" class. The "SC_CRS" class is encoded in referenceSystems.xsd, to eliminate the (circular) references from coordinateOperations.xsd to coordinateReferenceSystems.xsd. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. 
		Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. 
How to encode coordinate system definitions. Builds on referenceSystems.xsd to encode the data needed to define coordinate systems, including the specific subtypes of coordinate systems. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		This schema encodes the Coordinate System (CS_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. 
		Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. 
How to encode reference system definitions. Builds on several other parts of GML 3 to encode the data needed to define reference systems. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		This schema encodes the Reference System (RS_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. The SC_CRS class is also encoded here, to eliminate the (circular) references from coordinateOperations.xsd to coordinateReferenceSystems.xsd. The RS_SpatialReferenceSystemUsingGeographicIdentifier class is not encoded, since it is not applicable to coordinate positions. The CI_Citation class is not directly encoded, since such information can be included as metaDataProperty elements which are optionally allowed. A modified version of the EX_Extent (DataType) class from ISO 19115 is currently encoded here, using GML 3 schema types. (A more extensive version of the EX_Extent package might be XML encoded in the future, probably in a separate extent.xsd schema.)
		Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111.
How to encode datum definitions. Builds on referenceSystems.xsd to encode the data needed to define datums, including the specific subtypes of datums. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		This schema encodes the Datum (CD_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. 
		Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. 
How to encode coordinate operation definitions. Builds on referenceSystems.xsd to encode the data needed to define coordinate operations, including Transformations, Conversions, and other specific subtypes of operations. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		This schema encodes the Coordinate Operation (CC_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. 
		Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. 
How to encode positional data quality information. Builds on units.xsd to encode the data needed to describe the positional accuracy of coordinate operations. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		This schema encodes the Data Quality (DQ) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. 
		Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. 
Observation schema for GML 3.1 
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Default Style schema for GML 3.1.0
		Copyright (c) 2001-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		Compliance: reference to ISO Specifications
The Temporal Reference Systems schema for GML 3.1 provides constructs for handling various styles of temporal reference system. 
 This schema reflects a partial implementation of the model described in ISO 19108:2002. 
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
The temporal topology schema for ISO19136 provides constructs for handling topological complexes and 
		temporal feature relationships. 
		Temporal geometric characteristics of features are represented as instants and periods. 
		While, temporal context of features that does not relate to the position of time is described as connectivity relationships 
		among instants and periods. These relationships are called temporal topology as they do not change in time, 
		as long as the direction of time does not change. 
		It is used effectively in the case of describing a family tree expressing evolution of species, an ecological cycle, 
		a lineage of lands or buildings, or a history of separation and merger of administrative boundaries.
		This schema reflects a partial yet consistent implementation of the model described in ISO 19108:2002. 
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
xAL: eXtensible Address Language 
This is an XML document type definition (DTD) for
defining addresses.
Original Date of Creation: 1 March 2001
Copyright(c) 2000, OASIS. All Rights Reserved [http://www.oasis-open.org]
Contact: Customer Information Quality Technical Committee, OASIS
http://www.oasis-open.org/committees/ciq
VERSION: 2.0 [MAJOR RELEASE] Date of Creation: 01 May 2002
Last Update: 24 July 2002
Previous Version: 1.3
Common Attributes:Type - If not documented then it means, possible values of Type not limited to: Official, Unique, Abbreviation, OldName, Synonym
Code:Address element codes are used by groups like postal groups like ECCMA, ADIS, UN/PROLIST for postal services"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:gml:3.1.1">
<details key="appinfo" value="gml.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:dynamicFeature:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:feature:v3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryBasic2d:3.1.1">
<details key="appinfo" value="geometryBasic2d.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryBasic0d1d:v3.1.1">
<details key="appinfo" value="geometryBasic0d1d.xsd

			<sch:title xmlns:sch="http://www.ascc.net/xml/schematron">Schematron validation</sch:title>
			<sch:pattern name="Check SRS tags" xmlns:sch="http://www.ascc.net/xml/schematron">
				<sch:rule abstract="true" id="CRSLabels">
					<sch:report test="not(@srsDimension) or @srsName">The presence of a dimension attribute implies the presence of the srsName attribute.</sch:report>
					<sch:report test="not(@axisLabels) or @srsName">The presence of an axisLabels attribute implies the presence of the srsName attribute.</sch:report>
					<sch:report test="not(@uomLabels) or @srsName">The presence of an uomLabels attribute implies the presence of the srsName attribute.</sch:report>
					<sch:report test="(not(@uomLabels) and not(@axisLabels)) or (@uomLabels and @axisLabels)">The presence of an uomLabels attribute implies the presence of the axisLabels attribute and vice versa.</sch:report>
				</sch:rule>
			</sch:pattern>
			<sch:pattern name="Check Dimension" xmlns:sch="http://www.ascc.net/xml/schematron">
				<sch:rule abstract="true" id="Count">
					<sch:report test="not(@count) or @srsDimension">The presence of a count attribute implies the presence of the dimension attribute.</sch:report>
				</sch:rule>
			</sch:pattern>
		"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-measures:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-units:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:dictionary:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:gmlBase:3.1.1">
<details key="appinfo" value="
			<sch:title xmlns:sch="http://www.ascc.net/xml/schematron">Schematron validation</sch:title>
			<sch:ns prefix="gml" uri="http://www.opengis.net/gml" xmlns:sch="http://www.ascc.net/xml/schematron"/>
			<sch:ns prefix="xlink" uri="http://www.w3.org/1999/xlink" xmlns:sch="http://www.ascc.net/xml/schematron"/>
			<sch:pattern name="Check either href or content not both" xmlns:sch="http://www.ascc.net/xml/schematron">
				<sch:rule abstract="true" id="hrefOrContent">
					<sch:report test="@xlink:href and (*|text())">Property element may not carry both a reference to an object and contain an object.</sch:report>
					<sch:assert test="@xlink:href | (*|text())">Property element must either carry a reference to an object or contain an object.</sch:assert>
				</sch:rule>
			</sch:pattern>
		"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:basicTypes:3.1.1">
<details key="appinfo" value="basicTypes.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xlinks:v3.0c2">
<details key="appinfo" value="xlinks.xsd v3.0b2 2001-07"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:temporal:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:direction:3.1.1">
<details key="appinfo" value="direction.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:topology:3.1.1">
<details key="appinfo" value="topology.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryComplexes:v3.1.1">
<details key="appinfo" value="geometryComplexes.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryAggregates:3.1.1">
<details key="appinfo" value="geometryAggregates.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryPrimitives:3.1.1">
<details key="appinfo" value="geometryPrimitives.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:coverage:3.1.1">
<details key="appinfo" value="coverage.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:valueObjects:3.1.1">
<details key="appinfo" value="valueObjects.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:grids:3.1.1">
<details key="appinfo" value="grids.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:coordinateReferenceSystems:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:coordinateSystems:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:referenceSystems:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:datums:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:coordinateOperations:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:dataQuality:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:observation:3.1.1">
<details key="appinfo" value="observation.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-defaultStyle:v3.1.0">
<details key="appinfo" value="defaultStyle.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:temporalReferenceSystems:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:temporalTopology:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EDataType" name="CityFurnitureClassType" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Class of a Furniture. The values of this type are defined in the XML file
 CityFurnitureClassType.xml, according to the dictionary concept of GML3. "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CityFurnitureClassType"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="CityFurnitureFunctionType" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Function of a Furniture. The values of this type are defined in the XML file
 CityFurnitureFunctionType.xml, according to the dictionary concept of GML3. "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CityFurnitureFunctionType"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CityFurnitureType" eSuperTypes="citygml.ecore#//AbstractCityObjectType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Type describing city furnitures, like traffic lights, benches, ... As subclass of _CityObject, a
 CityFurniture inherits all attributes and relations, in particular an id, names, external references, and
 generalization relations. "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CityFurnitureType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="#//CityFurnitureClassType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="class"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="function" unique="false"
upperBound="-1" eType="#//CityFurnitureFunctionType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="function"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod1Geometry" eType="ecore:EClass gml.ecore#//GeometryPropertyType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod1Geometry"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod2Geometry" eType="ecore:EClass gml.ecore#//GeometryPropertyType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod2Geometry"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod3Geometry" eType="ecore:EClass gml.ecore#//GeometryPropertyType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod3Geometry"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod4Geometry" eType="ecore:EClass gml.ecore#//GeometryPropertyType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod4Geometry"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod1TerrainIntersection"
eType="ecore:EClass gml.ecore#//MultiCurvePropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod1TerrainIntersection"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod2TerrainIntersection"
eType="ecore:EClass gml.ecore#//MultiCurvePropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod2TerrainIntersection"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod3TerrainIntersection"
eType="ecore:EClass gml.ecore#//MultiCurvePropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod3TerrainIntersection"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod4TerrainIntersection"
eType="ecore:EClass gml.ecore#//MultiCurvePropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod4TerrainIntersection"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod1ImplicitRepresentation"
eType="ecore:EClass citygml.ecore#//ImplicitRepresentationPropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod1ImplicitRepresentation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod2ImplicitRepresentation"
eType="ecore:EClass citygml.ecore#//ImplicitRepresentationPropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod2ImplicitRepresentation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod3ImplicitRepresentation"
eType="ecore:EClass citygml.ecore#//ImplicitRepresentationPropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod3ImplicitRepresentation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod4ImplicitRepresentation"
eType="ecore:EClass citygml.ecore#//ImplicitRepresentationPropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod4ImplicitRepresentation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="genericApplicationPropertyOfCityFurnitureGroup"
unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
<details key="name" value="_GenericApplicationPropertyOfCityFurniture:group"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="genericApplicationPropertyOfCityFurniture"
upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
changeable="false" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="_GenericApplicationPropertyOfCityFurniture"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="_GenericApplicationPropertyOfCityFurniture:group"/>
</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="genericApplicationPropertyOfCityFurniture"
upperBound="-2" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
changeable="false" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="_GenericApplicationPropertyOfCityFurniture"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="cityFurniture" upperBound="-2"
eType="#//CityFurnitureType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="CityFurniture"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.opengis.net/citygml/1.0#_CityObject"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/cityfurniture.ecore | ecore | cityfurniture
CityFurnitureClassType
java.lang.String
java.lang.String
CityFurnitureFunctionType
java.lang.String
java.lang.String
CityFurnitureType
class
function
lod1Geometry
lod2Geometry
lod3Geometry
lod4Geometry
lod1TerrainIntersection
lod2TerrainIntersection
lod3TerrainIntersection
lod4TerrainIntersection
lod1ImplicitRepresentation
lod2ImplicitRepresentation
lod3ImplicitRepresentation
lod4ImplicitRepresentation
genericApplicationPropertyOfCityFurnitureGroup
genericApplicationPropertyOfCityFurniture
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
genericApplicationPropertyOfCityFurniture
cityFurniture | null | {"directed":true,"nodes":[{"nsPrefix":"frn","nsURI":"http://www.opengis.net/citygml/cityfurniture/1.0","name":"cityfurniture","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"CityFurnitureClassType","instanceClass":"java.lang.String","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"CityFurnitureFunctionType","instanceClass":"java.lang.String","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CityFurnitureType","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":5,"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":"function","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod1Geometry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod2Geometry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod3Geometry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod4Geometry","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":"lod1TerrainIntersection","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":"lod2TerrainIntersection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod3TerrainIntersection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod4TerrainIntersection","changeable":true,"resolveProxies":false,"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":"lod1ImplicitRepresentation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod2ImplicitRepresentation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod3ImplicitRepresentation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod4ImplicitRepresentation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":18,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"genericApplicationPropertyOfCityFurnitureGroup","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"genericApplicationPropertyOfCityFurniture","changeable":false,"resolveProxies":false,"lowerBound":0,"id":20,"derived":true},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"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"},{"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":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"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":"genericApplicationPropertyOfCityFurniture","changeable":false,"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":"cityFurniture","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"}],"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":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":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":3,"target":20},{"source":3,"target":21},{"source":5,"target":1},{"source":5,"target":22},{"source":5,"target":3},{"source":22,"target":1},{"source":6,"target":2},{"source":6,"target":23},{"source":6,"target":3},{"source":23,"target":2},{"source":7,"target":24},{"source":7,"target":3},{"source":8,"target":25},{"source":8,"target":3},{"source":9,"target":26},{"source":9,"target":3},{"source":10,"target":27},{"source":10,"target":3},{"source":11,"target":28},{"source":11,"target":3},{"source":12,"target":29},{"source":12,"target":3},{"source":13,"target":30},{"source":13,"target":3},{"source":14,"target":31},{"source":14,"target":3},{"source":15,"target":32},{"source":15,"target":3},{"source":16,"target":33},{"source":16,"target":3},{"source":17,"target":34},{"source":17,"target":3},{"source":18,"target":35},{"source":18,"target":3},{"source":19,"target":36},{"source":19,"target":3},{"source":20,"target":37},{"source":20,"target":3},{"source":4,"target":0},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":38,"target":43},{"source":38,"target":4},{"source":39,"target":44},{"source":39,"target":4},{"source":40,"target":45},{"source":40,"target":4},{"source":41,"target":46},{"source":41,"target":4},{"source":42,"target":3},{"source":42,"target":47},{"source":42,"target":4},{"source":47,"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="metamodel"
nsURI="tigerstripe" nsPrefix="ts">
<eClassifiers xsi:type="ecore:EClass" name="IAbstractArtifact" abstract="true" eSuperTypes="#//IQualifiedNamedComponent">
<eOperations name="getAncestors" upperBound="-1" eType="#//IAbstractArtifact"/>
<eOperations name="getInheritedFields" upperBound="-1" eType="#//IField"/>
<eOperations name="getInheritedMethods" upperBound="-1" eType="#//IMethod"/>
<eOperations name="getReferencedArtifacts" upperBound="-1" eType="#//IAbstractArtifact"/>
<eOperations name="hasExtends" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//IField" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//IMethod" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1"
eType="#//ILiteral" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedArtifact" eType="#//IAbstractArtifact"
eOpposite="#//IAbstractArtifact/extendingArtifacts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementedArtifacts" upperBound="-1"
eType="#//IAbstractArtifact" eOpposite="#//IAbstractArtifact/implementingArtifacts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extendingArtifacts" upperBound="-1"
eType="#//IAbstractArtifact" eOpposite="#//IAbstractArtifact/extendedArtifact"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementingArtifacts"
upperBound="-1" eType="#//IAbstractArtifact" eOpposite="#//IAbstractArtifact/implementedArtifacts"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPrimitiveType" eSuperTypes="#//IAbstractArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="IManagedEntityArtifact" eSuperTypes="#//IAbstractArtifact">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="primaryKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IDatatypeArtifact" eSuperTypes="#//IAbstractArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="IExceptionArtifact" eSuperTypes="#//IAbstractArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="ISessionArtifact" eSuperTypes="#//IAbstractArtifact">
<eStructuralFeatures xsi:type="ecore:EReference" name="managedEntities" upperBound="-1"
eType="#//IManagedEntityArtifact"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="emittedNotifications" upperBound="-1"
eType="#//IEventArtifact"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supportedNamedQueries"
upperBound="-1" eType="#//IQueryArtifact"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exposedUpdateProcedures"
upperBound="-1" eType="#//IUpdateProcedureArtifact"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IQueryArtifact" eSuperTypes="#//IAbstractArtifact">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnedType" upperBound="-1"
eType="#//IType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IUpdateProcedureArtifact" eSuperTypes="#//IAbstractArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="IEventArtifact" eSuperTypes="#//IAbstractArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="IAssociationArtifact" eSuperTypes="#//IAbstractArtifact">
<eOperations name="getAssociationEnds" upperBound="-1" eType="#//IAssociationEnd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="aEnd" lowerBound="1" eType="#//IAssociationEnd"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="zEnd" lowerBound="1" eType="#//IAssociationEnd"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IAssociationClassArtifact" eSuperTypes="#//IAssociationArtifact #//IManagedEntityArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="IDependencyArtifact" eSuperTypes="#//IAbstractArtifact">
<eStructuralFeatures xsi:type="ecore:EReference" name="aEndType" lowerBound="1"
eType="#//IType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="zEndType" lowerBound="1"
eType="#//IType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IEnumArtifact" eSuperTypes="#//IAbstractArtifact">
<eOperations name="getMaxLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getMinLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="baseType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="int"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IField" eSuperTypes="#//IModelComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="readOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//IType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
unsettable="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IMethod" eSuperTypes="#//IModelComponent">
<eOperations name="getMethodId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//IArgument"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//IType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1"
eType="#//IType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="void" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultReturnValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="methodReturnName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnStereotypeInstances"
upperBound="-1" eType="#//IStereotypeInstance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ILiteral" eSuperTypes="#//IModelComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//IType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IModelComponent" abstract="true" eSuperTypes="#//IStereotypeCapable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityEnum"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IQualifiedNamedComponent" abstract="true"
eSuperTypes="#//IModelComponent">
<eOperations name="getFullyQualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="package" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IType">
<eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getPackage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="isArtifact" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isDatatype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isEntityType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isEnum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isPrimitive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fullyQualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//IMultiplicity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IAssociationEnd" eSuperTypes="#//IModelComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregation" lowerBound="1"
eType="#//EAggregationEnum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="#//EChangeableEnum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="navigable" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//IMultiplicity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//IAbstractArtifact"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="VisibilityEnum">
<eLiterals name="public"/>
<eLiterals name="package" value="1"/>
<eLiterals name="private" value="2"/>
<eLiterals name="protected" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EAggregationEnum">
<eLiterals name="none"/>
<eLiterals name="shared" value="1"/>
<eLiterals name="composite" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EChangeableEnum">
<eLiterals name="none"/>
<eLiterals name="frozen" value="1"/>
<eLiterals name="addOnly" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IArgument" eSuperTypes="#//IModelComponent">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//IType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IModel" eSuperTypes="#//IModelComponent">
<eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1"
eType="#//IPackage" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPackage" eSuperTypes="#//IModelComponent">
<eStructuralFeatures xsi:type="ecore:EReference" name="artifacts" upperBound="-1"
eType="#//IQualifiedNamedComponent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IStereotypeCapable">
<eOperations name="getStereotypeInstanceByName" eType="#//IStereotypeInstance">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="hasStereotypeInstance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeInstances" upperBound="-1"
eType="#//IStereotypeInstance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IStereotypeInstance">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeValues" upperBound="-1"
eType="#//IStereotypeAttributeValue" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IStereotypeAttributeValue">
<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="IMultiplicity">
<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"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/donaldh/org.eclipse.tigerstripe/plugins/org.eclipse.tigerstripe.metamodel/model/tigerstripe.ecore | ecore | metamodel
IAbstractArtifact
getAncestors
getInheritedFields
getInheritedMethods
getReferencedArtifacts
hasExtends
fields
methods
literals
abstract
extendedArtifact
implementedArtifacts
extendingArtifacts
implementingArtifacts
IPrimitiveType
IManagedEntityArtifact
primaryKey
IDatatypeArtifact
IExceptionArtifact
ISessionArtifact
managedEntities
emittedNotifications
supportedNamedQueries
exposedUpdateProcedures
IQueryArtifact
returnedType
IUpdateProcedureArtifact
IEventArtifact
IAssociationArtifact
getAssociationEnds
aEnd
zEnd
IAssociationClassArtifact
IDependencyArtifact
aEndType
zEndType
IEnumArtifact
getMaxLiteral
getMinLiteral
baseType
int
IField
readOnly
ordered
unique
type
defaultValue
IMethod
getMethodId
arguments
returnType
abstract
ordered
unique
exceptions
void
defaultReturnValue
methodReturnName
returnStereotypeInstances
ILiteral
value
type
IModelComponent
name
comment
visibility
IQualifiedNamedComponent
getFullyQualifiedName
package
IType
getName
getPackage
isArtifact
isDatatype
isEntityType
isEnum
isPrimitive
fullyQualifiedName
multiplicity
IAssociationEnd
aggregation
changeable
navigable
ordered
unique
multiplicity
type
VisibilityEnum
public
public
package
package
private
private
protected
protected
EAggregationEnum
none
none
shared
shared
composite
composite
EChangeableEnum
none
none
frozen
frozen
addOnly
addOnly
IArgument
type
defaultValue
ordered
unique
IModel
packages
IPackage
artifacts
IStereotypeCapable
getStereotypeInstanceByName
name
hasStereotypeInstance
name
stereotypeInstances
IStereotypeInstance
name
attributeValues
IStereotypeAttributeValue
name
value
IMultiplicity
lowerBound
upperBound | null | {"directed":true,"nodes":[{"nsPrefix":"ts","nsURI":"tigerstripe","name":"metamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IAbstractArtifact","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPrimitiveType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IManagedEntityArtifact","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IDatatypeArtifact","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IExceptionArtifact","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ISessionArtifact","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IQueryArtifact","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IUpdateProcedureArtifact","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IEventArtifact","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IAssociationArtifact","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IAssociationClassArtifact","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IDependencyArtifact","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IEnumArtifact","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IField","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMethod","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ILiteral","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IModelComponent","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IQualifiedNamedComponent","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IAssociationEnd","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityEnum","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EAggregationEnum","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EChangeableEnum","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IArgument","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IModel","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPackage","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IStereotypeCapable","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IStereotypeInstance","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IStereotypeAttributeValue","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMultiplicity","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAncestors","lowerBound":0,"id":31,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getInheritedFields","lowerBound":0,"id":32,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getInheritedMethods","lowerBound":0,"id":33,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getReferencedArtifacts","lowerBound":0,"id":34,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasExtends","lowerBound":0,"id":35,"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":"fields","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":"methods","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":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"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":"extendedArtifact","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implementedArtifacts","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":"extendingArtifacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implementingArtifacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"primaryKey","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"managedEntities","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":"emittedNotifications","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":"supportedNamedQueries","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":"exposedUpdateProcedures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnedType","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"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAssociationEnds","lowerBound":0,"id":78,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aEnd","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"zEnd","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aEndType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"zEndType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMaxLiteral","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMinLiteral","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":"int","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"int","unsettable":false,"transient":false,"unique":true,"name":"baseType","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"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":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMethodId","lowerBound":0,"id":110,"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":"arguments","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":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"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":"exceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"void","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":true,"transient":false,"unique":true,"name":"defaultReturnValue","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":"methodReturnName","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnStereotypeInstances","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"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":"type","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":null,"volatile":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},{"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":139,"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":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFullyQualifiedName","lowerBound":0,"id":145,"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":"package","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPackage","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isArtifact","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isDatatype","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isEntityType","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isEnum","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isPrimitive","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fullyQualifiedName","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aggregation","changeable":true,"lowerBound":1,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":169,"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":"navigable","changeable":true,"lowerBound":1,"iD":false,"id":170,"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":"ordered","changeable":true,"lowerBound":1,"iD":false,"id":171,"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":"unique","changeable":true,"lowerBound":1,"iD":false,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"name":"public","id":183,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"package","id":184,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":185,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":186,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"none","id":187,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"shared","id":188,"value":1,"literal":"shared","eClass":"EEnumLiteral"},{"name":"composite","id":189,"value":2,"literal":"composite","eClass":"EEnumLiteral"},{"name":"none","id":190,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"frozen","id":191,"value":1,"literal":"frozen","eClass":"EEnumLiteral"},{"name":"addOnly","id":192,"value":2,"literal":"addOnly","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":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":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artifacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStereotypeInstanceByName","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasStereotypeInstance","lowerBound":0,"id":209,"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":"stereotypeInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EParameter"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":215,"many":false,"required":false,"eClass":"EParameter"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"attributeValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":31,"target":1},{"source":31,"target":45},{"source":31,"target":1},{"source":45,"target":1},{"source":32,"target":14},{"source":32,"target":46},{"source":32,"target":1},{"source":46,"target":14},{"source":33,"target":15},{"source":33,"target":47},{"source":33,"target":1},{"source":47,"target":15},{"source":34,"target":1},{"source":34,"target":48},{"source":34,"target":1},{"source":48,"target":1},{"source":35,"target":49},{"source":35,"target":1},{"source":36,"target":14},{"source":36,"target":50},{"source":36,"target":1},{"source":50,"target":14},{"source":37,"target":15},{"source":37,"target":51},{"source":37,"target":1},{"source":51,"target":15},{"source":38,"target":16},{"source":38,"target":52},{"source":38,"target":1},{"source":52,"target":16},{"source":39,"target":53},{"source":39,"target":1},{"source":40,"target":1},{"source":40,"target":54},{"source":40,"target":1},{"source":40,"target":42},{"source":54,"target":1},{"source":41,"target":1},{"source":41,"target":55},{"source":41,"target":1},{"source":41,"target":43},{"source":55,"target":1},{"source":42,"target":1},{"source":42,"target":56},{"source":42,"target":1},{"source":42,"target":40},{"source":56,"target":1},{"source":43,"target":1},{"source":43,"target":57},{"source":43,"target":1},{"source":43,"target":41},{"source":57,"target":1},{"source":44,"target":18},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":58},{"source":58,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":59},{"source":3,"target":60},{"source":59,"target":61},{"source":59,"target":3},{"source":60,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":62},{"source":62,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":63},{"source":63,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":64},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":64,"target":3},{"source":64,"target":69},{"source":64,"target":6},{"source":69,"target":3},{"source":65,"target":9},{"source":65,"target":70},{"source":65,"target":6},{"source":70,"target":9},{"source":66,"target":7},{"source":66,"target":71},{"source":66,"target":6},{"source":71,"target":7},{"source":67,"target":8},{"source":67,"target":72},{"source":67,"target":6},{"source":72,"target":8},{"source":68,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":73},{"source":7,"target":74},{"source":73,"target":19},{"source":73,"target":75},{"source":73,"target":7},{"source":75,"target":19},{"source":74,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":76},{"source":76,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":77},{"source":77,"target":1},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":78},{"source":10,"target":79},{"source":10,"target":80},{"source":10,"target":81},{"source":78,"target":20},{"source":78,"target":82},{"source":78,"target":10},{"source":82,"target":20},{"source":79,"target":20},{"source":79,"target":83},{"source":79,"target":10},{"source":83,"target":20},{"source":80,"target":20},{"source":80,"target":84},{"source":80,"target":10},{"source":84,"target":20},{"source":81,"target":1},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":3},{"source":11,"target":85},{"source":11,"target":86},{"source":85,"target":10},{"source":86,"target":3},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":87},{"source":12,"target":88},{"source":12,"target":89},{"source":87,"target":19},{"source":87,"target":90},{"source":87,"target":12},{"source":90,"target":19},{"source":88,"target":19},{"source":88,"target":91},{"source":88,"target":12},{"source":91,"target":19},{"source":89,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":92},{"source":13,"target":93},{"source":13,"target":94},{"source":13,"target":95},{"source":92,"target":96},{"source":92,"target":13},{"source":93,"target":97},{"source":93,"target":13},{"source":94,"target":98},{"source":94,"target":13},{"source":95,"target":1},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":99},{"source":14,"target":100},{"source":14,"target":101},{"source":14,"target":102},{"source":14,"target":103},{"source":14,"target":104},{"source":99,"target":105},{"source":99,"target":14},{"source":100,"target":106},{"source":100,"target":14},{"source":101,"target":107},{"source":101,"target":14},{"source":102,"target":19},{"source":102,"target":108},{"source":102,"target":14},{"source":108,"target":19},{"source":103,"target":109},{"source":103,"target":14},{"source":104,"target":17},{"source":15,"target":0},{"source":15,"target":17},{"source":15,"target":110},{"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":15,"target":118},{"source":15,"target":119},{"source":15,"target":120},{"source":15,"target":121},{"source":110,"target":122},{"source":110,"target":15},{"source":111,"target":24},{"source":111,"target":123},{"source":111,"target":15},{"source":123,"target":24},{"source":112,"target":19},{"source":112,"target":124},{"source":112,"target":15},{"source":124,"target":19},{"source":113,"target":125},{"source":113,"target":15},{"source":114,"target":126},{"source":114,"target":15},{"source":115,"target":127},{"source":115,"target":15},{"source":116,"target":19},{"source":116,"target":128},{"source":116,"target":15},{"source":128,"target":19},{"source":117,"target":129},{"source":117,"target":15},{"source":118,"target":130},{"source":118,"target":15},{"source":119,"target":131},{"source":119,"target":15},{"source":120,"target":28},{"source":120,"target":132},{"source":120,"target":15},{"source":132,"target":28},{"source":121,"target":17},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":133},{"source":16,"target":134},{"source":16,"target":135},{"source":133,"target":136},{"source":133,"target":16},{"source":134,"target":19},{"source":134,"target":137},{"source":134,"target":16},{"source":137,"target":19},{"source":135,"target":17},{"source":17,"target":0},{"source":17,"target":27},{"source":17,"target":138},{"source":17,"target":139},{"source":17,"target":140},{"source":17,"target":141},{"source":138,"target":142},{"source":138,"target":17},{"source":139,"target":143},{"source":139,"target":17},{"source":140,"target":21},{"source":140,"target":144},{"source":140,"target":17},{"source":144,"target":21},{"source":141,"target":27},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":145},{"source":18,"target":146},{"source":18,"target":147},{"source":145,"target":148},{"source":145,"target":18},{"source":146,"target":149},{"source":146,"target":18},{"source":147,"target":17},{"source":19,"target":0},{"source":19,"target":150},{"source":19,"target":151},{"source":19,"target":152},{"source":19,"target":153},{"source":19,"target":154},{"source":19,"target":155},{"source":19,"target":156},{"source":19,"target":157},{"source":19,"target":158},{"source":150,"target":159},{"source":150,"target":19},{"source":151,"target":160},{"source":151,"target":19},{"source":152,"target":161},{"source":152,"target":19},{"source":153,"target":162},{"source":153,"target":19},{"source":154,"target":163},{"source":154,"target":19},{"source":155,"target":164},{"source":155,"target":19},{"source":156,"target":165},{"source":156,"target":19},{"source":157,"target":166},{"source":157,"target":19},{"source":158,"target":30},{"source":158,"target":167},{"source":158,"target":19},{"source":167,"target":30},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":168},{"source":20,"target":169},{"source":20,"target":170},{"source":20,"target":171},{"source":20,"target":172},{"source":20,"target":173},{"source":20,"target":174},{"source":20,"target":175},{"source":168,"target":22},{"source":168,"target":176},{"source":168,"target":20},{"source":176,"target":22},{"source":169,"target":23},{"source":169,"target":177},{"source":169,"target":20},{"source":177,"target":23},{"source":170,"target":178},{"source":170,"target":20},{"source":171,"target":179},{"source":171,"target":20},{"source":172,"target":180},{"source":172,"target":20},{"source":173,"target":30},{"source":173,"target":181},{"source":173,"target":20},{"source":181,"target":30},{"source":174,"target":1},{"source":174,"target":182},{"source":174,"target":20},{"source":182,"target":1},{"source":175,"target":17},{"source":21,"target":0},{"source":21,"target":183},{"source":21,"target":184},{"source":21,"target":185},{"source":21,"target":186},{"source":183,"target":21},{"source":184,"target":21},{"source":185,"target":21},{"source":186,"target":21},{"source":22,"target":0},{"source":22,"target":187},{"source":22,"target":188},{"source":22,"target":189},{"source":187,"target":22},{"source":188,"target":22},{"source":189,"target":22},{"source":23,"target":0},{"source":23,"target":190},{"source":23,"target":191},{"source":23,"target":192},{"source":190,"target":23},{"source":191,"target":23},{"source":192,"target":23},{"source":24,"target":0},{"source":24,"target":17},{"source":24,"target":193},{"source":24,"target":194},{"source":24,"target":195},{"source":24,"target":196},{"source":24,"target":197},{"source":193,"target":19},{"source":193,"target":198},{"source":193,"target":24},{"source":198,"target":19},{"source":194,"target":199},{"source":194,"target":24},{"source":195,"target":200},{"source":195,"target":24},{"source":196,"target":201},{"source":196,"target":24},{"source":197,"target":17},{"source":25,"target":0},{"source":25,"target":17},{"source":25,"target":202},{"source":25,"target":203},{"source":202,"target":26},{"source":202,"target":204},{"source":202,"target":25},{"source":204,"target":26},{"source":203,"target":17},{"source":26,"target":0},{"source":26,"target":17},{"source":26,"target":205},{"source":26,"target":206},{"source":205,"target":18},{"source":205,"target":207},{"source":205,"target":26},{"source":207,"target":18},{"source":206,"target":17},{"source":27,"target":0},{"source":27,"target":208},{"source":27,"target":209},{"source":27,"target":210},{"source":208,"target":28},{"source":208,"target":211},{"source":208,"target":27},{"source":208,"target":212},{"source":211,"target":28},{"source":212,"target":213},{"source":212,"target":208},{"source":209,"target":214},{"source":209,"target":27},{"source":209,"target":215},{"source":215,"target":216},{"source":215,"target":209},{"source":210,"target":28},{"source":210,"target":217},{"source":210,"target":27},{"source":217,"target":28},{"source":28,"target":0},{"source":28,"target":218},{"source":28,"target":219},{"source":218,"target":220},{"source":218,"target":28},{"source":219,"target":29},{"source":219,"target":221},{"source":219,"target":28},{"source":221,"target":29},{"source":29,"target":0},{"source":29,"target":222},{"source":29,"target":223},{"source":222,"target":224},{"source":222,"target":29},{"source":223,"target":225},{"source":223,"target":29},{"source":30,"target":0},{"source":30,"target":226},{"source":30,"target":227},{"source":226,"target":228},{"source":226,"target":30},{"source":227,"target":229},{"source":227,"target":30}],"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="_VYbCgBirEem2CYYVeB7Aag">
<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="#//_VYbCgBirEem2CYYVeB7Aag"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="innerClasses" upperBound="-1"
eType="#//_VYbCgBirEem2CYYVeB7Aag" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELVariable" eSuperTypes="#//ELTypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELMethod" eSuperTypes="#//ELTypedElement">
<eAnnotations source="_VYf7ABirEem2CYYVeB7Aag">
<details key="_VYbCgRirEem2CYYVeB7Aag" value="_VYbCghirEem2CYYVeB7Aag"/>
</eAnnotations>
<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"/>
<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">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_VYbCgxirEem2CYYVeB7Aag" value="_VYbChBirEem2CYYVeB7Aag"/>
</eAnnotations>
</eClassifiers>
<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"/>
<eClassifiers xsi:type="ecore:EClass" name="ELCall" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//ELExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//ELMethod"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thisArgument" eType="#//ELExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELAccess" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//ELVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStatement" eSuperTypes="#//ELStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1"
eType="#//ELBlock" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//placeholder8815441"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//ELExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELDataType" eSuperTypes="#//_VYbCgBirEem2CYYVeB7Aag"/>
<eClassifiers xsi:type="ecore:EClass" name="ELTypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//_VYbCgBirEem2CYYVeB7Aag"/>
<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="placeholder8815441">
<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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELModel">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_VYdewBirEem2CYYVeB7Aag" value="_VYdewRirEem2CYYVeB7Aag"/>
<details key="_VYgiEBirEem2CYYVeB7Aag" value="_VYgiERirEem2CYYVeB7Aag"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1"
eType="#//placeholder8815441" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ELOpKind">
<eLiterals name="infix" literal="infix"/>
<eLiterals name="suffix"/>
<eLiterals name="prefix"/>
<eLiterals name="syntax" literal="syntax">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_VYeF0BirEem2CYYVeB7Aag" value="_VYeF0RirEem2CYYVeB7Aag"/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELAssignment" eSuperTypes="#//ELStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ELExpression"
containment="true">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_VYeF0hirEem2CYYVeB7Aag" value="_VYeF0xirEem2CYYVeB7Aag"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="#//ELVariable"/>
</eClassifiers>
<eSubpackages name="_VYbpkBirEem2CYYVeB7Aag" nsURI="_VYbpkRirEem2CYYVeB7Aag" nsPrefix="_VYbpkhirEem2CYYVeB7Aag"/>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/bestWeight2/20_a14.ecore | ecore | el
_VYbCgBirEem2CYYVeB7Aag
methods
fields
superClases
innerClasses
ELVariable
ELMethod
parameters
localVariables
block
ELField
ELStatement
ELBlock
statements
ELExpression
ELLiteral
value
ELOpCall
ELCall
arguments
callee
thisArgument
ELAccess
variable
ELBlockStatement
block
kind
expressions
ELDataType
ELTypedElement
type
array
placeholder8815441
syntax
blocks
ELModel
blocks
ELOpKind
infix
infix
suffix
suffix
prefix
prefix
syntax
syntax
ELAssignment
expr
assignee
_VYbpkBirEem2CYYVeB7Aag | 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":"_VYbCgBirEem2CYYVeB7Aag","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELVariable","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELMethod","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELField","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELStatement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlock","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELExpression","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELLiteral","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOpCall","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELCall","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAccess","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStatement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELDataType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELTypedElement","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"placeholder8815441","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELModel","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ELOpKind","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAssignment","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"nsPrefix":"_VYbpkhirEem2CYYVeB7Aag","nsURI":"_VYbpkRirEem2CYYVeB7Aag","name":"_VYbpkBirEem2CYYVeB7Aag","id":19,"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":"methods","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":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClases","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":"innerClasses","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":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":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":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":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":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","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":"blocks","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"name":"infix","id":72,"value":0,"literal":"infix","eClass":"EEnumLiteral"},{"name":"suffix","id":73,"value":0,"literal":"suffix","eClass":"EEnumLiteral"},{"name":"prefix","id":74,"value":0,"literal":"prefix","eClass":"EEnumLiteral"},{"name":"syntax","id":75,"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":76,"derived":false},{"container":false,"ordered":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":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":20,"target":3},{"source":20,"target":24},{"source":20,"target":1},{"source":24,"target":3},{"source":21,"target":4},{"source":21,"target":25},{"source":21,"target":1},{"source":25,"target":4},{"source":22,"target":1},{"source":22,"target":26},{"source":22,"target":1},{"source":26,"target":1},{"source":23,"target":1},{"source":23,"target":27},{"source":23,"target":1},{"source":27,"target":1},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":28},{"source":28,"target":14},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":29,"target":2},{"source":29,"target":33},{"source":29,"target":3},{"source":33,"target":2},{"source":30,"target":2},{"source":30,"target":34},{"source":30,"target":3},{"source":34,"target":2},{"source":31,"target":6},{"source":31,"target":35},{"source":31,"target":3},{"source":35,"target":6},{"source":32,"target":14},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":36},{"source":36,"target":2},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":37},{"source":37,"target":5},{"source":37,"target":38},{"source":37,"target":6},{"source":38,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":39},{"source":39,"target":5},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":40},{"source":8,"target":41},{"source":40,"target":42},{"source":40,"target":8},{"source":41,"target":7},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":43},{"source":43,"target":10},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":44},{"source":10,"target":45},{"source":10,"target":46},{"source":10,"target":47},{"source":44,"target":7},{"source":44,"target":48},{"source":44,"target":10},{"source":48,"target":7},{"source":45,"target":3},{"source":45,"target":49},{"source":45,"target":10},{"source":49,"target":3},{"source":46,"target":7},{"source":46,"target":50},{"source":46,"target":10},{"source":50,"target":7},{"source":47,"target":7},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":51},{"source":11,"target":52},{"source":51,"target":2},{"source":51,"target":53},{"source":51,"target":11},{"source":53,"target":2},{"source":52,"target":7},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":54},{"source":12,"target":55},{"source":12,"target":56},{"source":12,"target":57},{"source":54,"target":6},{"source":54,"target":58},{"source":54,"target":12},{"source":58,"target":6},{"source":55,"target":15},{"source":55,"target":59},{"source":55,"target":12},{"source":59,"target":15},{"source":56,"target":7},{"source":56,"target":60},{"source":56,"target":12},{"source":60,"target":7},{"source":57,"target":5},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":61},{"source":61,"target":1},{"source":14,"target":0},{"source":14,"target":62},{"source":14,"target":63},{"source":62,"target":1},{"source":62,"target":64},{"source":62,"target":14},{"source":64,"target":1},{"source":63,"target":65},{"source":63,"target":14},{"source":15,"target":0},{"source":15,"target":66},{"source":15,"target":67},{"source":66,"target":68},{"source":66,"target":15},{"source":67,"target":69},{"source":67,"target":15},{"source":16,"target":0},{"source":16,"target":70},{"source":70,"target":15},{"source":70,"target":71},{"source":70,"target":16},{"source":71,"target":15},{"source":17,"target":0},{"source":17,"target":72},{"source":17,"target":73},{"source":17,"target":74},{"source":17,"target":75},{"source":72,"target":17},{"source":73,"target":17},{"source":74,"target":17},{"source":75,"target":17},{"source":18,"target":0},{"source":18,"target":5},{"source":18,"target":76},{"source":18,"target":77},{"source":18,"target":78},{"source":76,"target":7},{"source":76,"target":79},{"source":76,"target":18},{"source":79,"target":7},{"source":77,"target":2},{"source":77,"target":80},{"source":77,"target":18},{"source":80,"target":2},{"source":78,"target":5},{"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="pnmlcoremodel" nsURI="http:///pnmlcoremodel.ecore" nsPrefix="pnmlcoremodel">
<eClassifiers xsi:type="ecore:EClass" name="PetriNetDoc">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="pnml"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="nets" ordered="false" lowerBound="1"
upperBound="-1" eType="#//PetriNet" containment="true" eOpposite="#//PetriNet/containerPetriNetDoc">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xmlns" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false"
defaultValueLiteral="http://www.pnml.org/version-2009/grammar/pnml">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="xmlns"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PetriNet">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="son"/>
<details key="tag" value="net"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""
iD="true">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="id"/>
<details key="kind" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1"
eType="#//PNType">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="type"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="pages" ordered="false"
lowerBound="1" upperBound="-1" eType="#//Page" containment="true" eOpposite="#//Page/containerPetriNet">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" eType="#//Name"
containment="true" eOpposite="#//Name/containerNamePetriNet">
<eAnnotations source="redefines"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="toolspecifics" ordered="false"
upperBound="-1" eType="#//ToolInfo" containment="true" eOpposite="#//ToolInfo/containerPetriNet">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerPetriNetDoc" ordered="false"
lowerBound="1" eType="#//PetriNetDoc" eOpposite="#//PetriNetDoc/nets"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PNType">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="COREMODEL" literal="http://www.pnml.org/version-2009/grammar/pnmlcoremodel"/>
<eLiterals name="PTNET" value="1" literal="http://www.pnml.org/version-2009/grammar/ptnet"/>
<eLiterals name="SYMNET" value="2" literal="http://www.pnml.org/version-2009/grammar/symmetricnet"/>
<eLiterals name="HLPN" value="3" literal="http://www.pnml.org/version-2009/grammar/highlevelnet"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Page" eSuperTypes="#//PnObject">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="son"/>
<details key="tag" value="page"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="objects" ordered="false"
upperBound="-1" eType="#//PnObject" containment="true" eOpposite="#//PnObject/containerPage">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerPetriNet" ordered="false"
eType="#//PetriNet" eOpposite="#//PetriNet/pages"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodegraphics" eType="#//NodeGraphics"
containment="true" eOpposite="#//NodeGraphics/containerPage">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PnObject" abstract="true">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="id"/>
<details key="kind" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" eType="#//Name"
containment="true" eOpposite="#//Name/containerNamePnObject">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="toolspecifics" ordered="false"
upperBound="-1" eType="#//ToolInfo" containment="true" eOpposite="#//ToolInfo/containerPnObject">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerPage" ordered="false"
unique="false" eType="#//Page" eOpposite="#//Page/objects"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Name" eSuperTypes="#//Annotation">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="name"/>
<details key="kind" value="son"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="text"/>
<details key="kind" value="son"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerNamePetriNet"
eType="#//PetriNet" eOpposite="#//PetriNet/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerNamePnObject"
eType="#//PnObject" eOpposite="#//PnObject/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToolInfo">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="toolspecific"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tool" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="tool"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="version"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="formattedXMLBuffer" ordered="false"
eType="#//LongString">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="son"/>
<details key="tag" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toolInfoGrammarURI" ordered="false"
eType="#//URI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerPetriNet" ordered="false"
eType="#//PetriNet" eOpposite="#//PetriNet/toolspecifics"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerPnObject" ordered="false"
eType="#//PnObject" eOpposite="#//PnObject/toolspecifics"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerLabel" ordered="false"
eType="#//Label" eOpposite="#//Label/toolspecifics"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toolInfoModel" eType="#//AnyObject"
containment="true" eOpposite="#//AnyObject/containerToolInfo"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Label" abstract="true">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toolspecifics" ordered="false"
upperBound="-1" eType="#//ToolInfo" containment="true" eOpposite="#//ToolInfo/containerLabel">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodeGraphics" eSuperTypes="#//Graphics">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="graphics"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="position" ordered="false"
eType="#//Position" containment="true" eOpposite="#//Position/containerPNodeGraphics">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="dimension" ordered="false"
eType="#//Dimension" containment="true" eOpposite="#//Dimension/containerDNodeGraphics">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="fill" ordered="false" eType="#//Fill"
containment="true" eOpposite="#//Fill/containerNodeGraphics">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="line" ordered="false" eType="#//Line"
containment="true" eOpposite="#//Line/containerNodeGraphics">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerNode" eType="#//Node"
eOpposite="#//Node/nodegraphics"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerPage" eType="#//Page"
eOpposite="#//Page/nodegraphics"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Graphics" abstract="true">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Coordinate" abstract="true">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="x"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="y"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Position" eSuperTypes="#//Coordinate">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="position"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerPNodeGraphics"
eType="#//NodeGraphics" eOpposite="#//NodeGraphics/position"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerArcGraphics" ordered="false"
eType="#//ArcGraphics" eOpposite="#//ArcGraphics/positions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Offset" eSuperTypes="#//Coordinate">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="offset"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotationGraphics"
ordered="false" eType="#//AnnotationGraphics" eOpposite="#//AnnotationGraphics/offset"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dimension" eSuperTypes="#//Coordinate">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="dimension"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerDNodeGraphics"
ordered="false" eType="#//NodeGraphics" eOpposite="#//NodeGraphics/dimension"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationGraphics" eSuperTypes="#//Graphics">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="graphics"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="offset" ordered="false"
eType="#//Offset" containment="true" eOpposite="#//Offset/containerAnnotationGraphics">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="fill" ordered="false" eType="#//Fill"
containment="true" eOpposite="#//Fill/containerAnnotationGraphics">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="line" ordered="false" eType="#//Line"
containment="true" eOpposite="#//Line/containerAnnotationGraphics">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="font" ordered="false" eType="#//Font"
containment="true" eOpposite="#//Font/containerAnnotationGraphics">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotation" eType="#//Annotation"
eOpposite="#//Annotation/annotationgraphics"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Fill">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="fill"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" ordered="false"
eType="#//CSS2Color" defaultValueLiteral="black">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="color"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gradientcolor" ordered="false"
eType="#//CSS2Color" defaultValueLiteral="black">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="gradient-color"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gradientrotation" ordered="false"
eType="#//Gradient">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="gradient-rotation"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="image" ordered="false"
eType="#//URI">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="image"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerNodeGraphics"
ordered="false" eType="#//NodeGraphics" eOpposite="#//NodeGraphics/fill"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotationGraphics"
ordered="false" eType="#//AnnotationGraphics" eOpposite="#//AnnotationGraphics/fill"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CSS2Color">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="AQUA" literal="aqua"/>
<eLiterals name="BLACK" value="1" literal="black"/>
<eLiterals name="BLUE" value="2" literal="blue"/>
<eLiterals name="FUCHSIA" value="3" literal="fuchsia"/>
<eLiterals name="GRAY" value="4" literal="gray"/>
<eLiterals name="GREEN" value="5" literal="green"/>
<eLiterals name="LIME" value="6" literal="lime"/>
<eLiterals name="MAROON" value="7" literal="maroon"/>
<eLiterals name="NAVY" value="8" literal="navy"/>
<eLiterals name="OLIVE" value="9" literal="olive"/>
<eLiterals name="ORANGE" value="10" literal="orange"/>
<eLiterals name="PURPLE" value="11" literal="purple"/>
<eLiterals name="RED" value="12" literal="red"/>
<eLiterals name="SILVER" value="13" literal="silver"/>
<eLiterals name="TEAL" value="14" literal="teal"/>
<eLiterals name="WHITE" value="15" literal="white"/>
<eLiterals name="YELLOW" value="16" literal="yellow"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Gradient">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="HORIZONTAL" literal="horizontal"/>
<eLiterals name="VERTICAL" value="1" literal="vertical"/>
<eLiterals name="DIAGONAL" value="2" literal="diagonal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Line">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="line"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" ordered="false"
eType="#//CSS2Color" defaultValueLiteral="black">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="color"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shape" ordered="false"
eType="#//LineShape" defaultValueLiteral="line">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="shape"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="width"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerNodeGraphics"
ordered="false" eType="#//NodeGraphics" eOpposite="#//NodeGraphics/line"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerArcGraphics" ordered="false"
eType="#//ArcGraphics" eOpposite="#//ArcGraphics/line"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotationGraphics"
ordered="false" eType="#//AnnotationGraphics" eOpposite="#//AnnotationGraphics/line"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//LineStyle">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="style"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LineShape">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="LINE" literal="line"/>
<eLiterals name="CURVE" value="1" literal="curve"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArcGraphics" eSuperTypes="#//Graphics">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="graphics"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="positions" upperBound="-1"
eType="#//Position" containment="true" eOpposite="#//Position/containerArcGraphics">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="line" ordered="false" eType="#//Line"
containment="true" eOpposite="#//Line/containerArcGraphics">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerArc" eType="#//Arc"
eOpposite="#//Arc/arcgraphics"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Arc" eSuperTypes="#//PnObject">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="arc"/>
<details key="kind" value="son"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="samePageSourceTarget"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/OCL">
<details key="samePageSourceTarget" value="self.source.containerPage = self.target.containerPage"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#//Node" eOpposite="#//Node/OutArcs">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="idref"/>
<details key="tag" value="source"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false"
lowerBound="1" eType="#//Node" eOpposite="#//Node/InArcs">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="idref"/>
<details key="tag" value="target"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="arcgraphics" ordered="false"
eType="#//ArcGraphics" containment="true" eOpposite="#//ArcGraphics/containerArc">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//PnObject">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="InArcs" ordered="false"
upperBound="-1" eType="#//Arc" changeable="false" eOpposite="#//Arc/target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="OutArcs" ordered="false"
upperBound="-1" eType="#//Arc" changeable="false" eOpposite="#//Arc/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodegraphics" eType="#//NodeGraphics"
containment="true" eOpposite="#//NodeGraphics/containerNode">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Font">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="font"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="align" ordered="false"
eType="#//FontAlign" defaultValueLiteral="left">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="align"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="decoration" ordered="false"
eType="#//FontDecoration" defaultValueLiteral="underline">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="decoration"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="family" ordered="false"
eType="#//CSS2FontFamily" defaultValueLiteral="verdana">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="family"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rotation" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="rotation"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" eType="#//CSS2FontSize"
defaultValueLiteral="small">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="size"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" ordered="false"
eType="#//CSS2FontStyle" defaultValueLiteral="normal">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="style"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" ordered="false"
eType="#//CSS2FontWeight">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="weight"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotationGraphics"
ordered="false" eType="#//AnnotationGraphics" eOpposite="#//AnnotationGraphics/font"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FontAlign">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="LEFT" literal="left"/>
<eLiterals name="CENTER" value="1" literal="center"/>
<eLiterals name="RIGHT" value="2" literal="right"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FontDecoration">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="UNDERLINE" literal="underline"/>
<eLiterals name="OVERLINE" value="1" literal="overline"/>
<eLiterals name="LINETHROUGH" value="2" literal="linethrough"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CSS2FontFamily">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="VERDANA" literal="verdana"/>
<eLiterals name="ARIAL" value="1" literal="arial"/>
<eLiterals name="TIMES" value="2" literal="times"/>
<eLiterals name="GEORGIA" value="3" literal="georgia"/>
<eLiterals name="TREBUCHET" value="4" literal="trebuchet"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CSS2FontSize">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="XXSMALL" literal="xxsmall"/>
<eLiterals name="XSMALL" value="1" literal="xsmall"/>
<eLiterals name="SMALL" value="2" literal="small"/>
<eLiterals name="MEDIUM" value="3" literal="medium"/>
<eLiterals name="LARGE" value="4" literal="large"/>
<eLiterals name="XLARGE" value="5" literal="xlarge"/>
<eLiterals name="XXLARGE" value="6" literal="xxlarge"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CSS2FontStyle">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="NORMAL" literal="normal"/>
<eLiterals name="ITALIC" value="1" literal="italic"/>
<eLiterals name="OBLIQUE" value="2" literal="oblique"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CSS2FontWeight">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="NORMAL" literal="normal"/>
<eLiterals name="BOLD" value="1" literal="bold"/>
<eLiterals name="BOLDER" value="2" literal="bolder"/>
<eLiterals name="LIGHTER" value="3" literal="lighter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlaceNode" abstract="true" eSuperTypes="#//Node">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencingPlaces" upperBound="-1"
eType="#//RefPlace" changeable="false" eOpposite="#//RefPlace/ref"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionNode" abstract="true" eSuperTypes="#//Node">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencingTransitions"
upperBound="-1" eType="#//RefTransition" changeable="false" eOpposite="#//RefTransition/ref"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//PlaceNode">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="place"/>
<details key="kind" value="son"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefTransition" eSuperTypes="#//TransitionNode">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="referenceTransition"/>
<details key="kind" value="son"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref" ordered="false" lowerBound="1"
eType="#//TransitionNode" eOpposite="#//TransitionNode/referencingTransitions">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="idref"/>
<details key="tag" value="ref"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//TransitionNode">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="transition"/>
<details key="kind" value="son"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefPlace" eSuperTypes="#//PlaceNode">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="referencePlace"/>
<details key="kind" value="son"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref" ordered="false" lowerBound="1"
eType="#//PlaceNode" eOpposite="#//PlaceNode/referencingPlaces">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="idref"/>
<details key="tag" value="ref"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" abstract="true" eSuperTypes="#//Label"/>
<eClassifiers xsi:type="ecore:EEnum" name="LineStyle">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="SOLID" literal="solid"/>
<eLiterals name="DASH" value="1" literal="dash"/>
<eLiterals name="DOT" value="2" literal="dot"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Annotation" abstract="true" eSuperTypes="#//Label">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotationgraphics" ordered="false"
eType="#//AnnotationGraphics" containment="true" eOpposite="#//AnnotationGraphics/containerAnnotation">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="java.net.URI"/>
<eClassifiers xsi:type="ecore:EDataType" name="LongString" instanceClassName="java.lang.StringBuffer"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyObject" abstract="true">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerToolInfo" eType="#//ToolInfo"
changeable="false" eOpposite="#//ToolInfo/toolInfoModel"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/lip6/pnmlframework/pnmlFw-Low_Level_API_Generation/model/Core/pnmlcoremodel.ecore | ecore | pnmlcoremodel
PetriNetDoc
nets
xmlns
http://www.pnml.org/version-2009/grammar/pnml
PetriNet
id
type
pages
name
toolspecifics
containerPetriNetDoc
PNType
COREMODEL
http://www.pnml.org/version-2009/grammar/pnmlcoremodel
PTNET
http://www.pnml.org/version-2009/grammar/ptnet
SYMNET
http://www.pnml.org/version-2009/grammar/symmetricnet
HLPN
http://www.pnml.org/version-2009/grammar/highlevelnet
Page
objects
containerPetriNet
nodegraphics
PnObject
id
name
toolspecifics
containerPage
Name
text
containerNamePetriNet
containerNamePnObject
ToolInfo
tool
version
formattedXMLBuffer
toolInfoGrammarURI
containerPetriNet
containerPnObject
containerLabel
toolInfoModel
Label
toolspecifics
NodeGraphics
position
dimension
fill
line
containerNode
containerPage
Graphics
Coordinate
x
y
Position
containerPNodeGraphics
containerArcGraphics
Offset
containerAnnotationGraphics
Dimension
containerDNodeGraphics
AnnotationGraphics
offset
fill
line
font
containerAnnotation
Fill
color
black
gradientcolor
black
gradientrotation
image
containerNodeGraphics
containerAnnotationGraphics
CSS2Color
AQUA
aqua
BLACK
black
BLUE
blue
FUCHSIA
fuchsia
GRAY
gray
GREEN
green
LIME
lime
MAROON
maroon
NAVY
navy
OLIVE
olive
ORANGE
orange
PURPLE
purple
RED
red
SILVER
silver
TEAL
teal
WHITE
white
YELLOW
yellow
Gradient
HORIZONTAL
horizontal
VERTICAL
vertical
DIAGONAL
diagonal
Line
color
black
shape
line
width
containerNodeGraphics
containerArcGraphics
containerAnnotationGraphics
style
LineShape
LINE
line
CURVE
curve
ArcGraphics
positions
line
containerArc
Arc
source
target
arcgraphics
Node
InArcs
OutArcs
nodegraphics
Font
align
left
decoration
underline
family
verdana
rotation
size
small
style
normal
weight
containerAnnotationGraphics
FontAlign
LEFT
left
CENTER
center
RIGHT
right
FontDecoration
UNDERLINE
underline
OVERLINE
overline
LINETHROUGH
linethrough
CSS2FontFamily
VERDANA
verdana
ARIAL
arial
TIMES
times
GEORGIA
georgia
TREBUCHET
trebuchet
CSS2FontSize
XXSMALL
xxsmall
XSMALL
xsmall
SMALL
small
MEDIUM
medium
LARGE
large
XLARGE
xlarge
XXLARGE
xxlarge
CSS2FontStyle
NORMAL
normal
ITALIC
italic
OBLIQUE
oblique
CSS2FontWeight
NORMAL
normal
BOLD
bold
BOLDER
bolder
LIGHTER
lighter
PlaceNode
referencingPlaces
TransitionNode
referencingTransitions
Place
RefTransition
ref
Transition
RefPlace
ref
Attribute
LineStyle
SOLID
solid
DASH
dash
DOT
dot
Annotation
annotationgraphics
URI
java.net.URI
java.net.URI
LongString
java.lang.StringBuffer
java.lang.StringBuffer
AnyObject
containerToolInfo | null | {"directed":true,"nodes":[{"nsPrefix":"pnmlcoremodel","nsURI":"http:///pnmlcoremodel.ecore","name":"pnmlcoremodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNetDoc","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PNType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PnObject","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolInfo","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeGraphics","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graphics","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Coordinate","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Offset","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationGraphics","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fill","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2Color","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Gradient","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Line","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineShape","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcGraphics","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Font","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontAlign","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontDecoration","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2FontFamily","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2FontSize","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2FontStyle","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2FontWeight","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceNode","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionNode","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefTransition","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefPlace","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineStyle","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.net.URI","defaultValue":null,"instanceClassName":"java.net.URI","name":"URI","instanceClass":"java.net.URI","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.StringBuffer","defaultValue":null,"instanceClassName":"java.lang.StringBuffer","name":"LongString","instanceClass":"java.lang.StringBuffer","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyObject","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"http://www.pnml.org/version-2009/grammar/pnml","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"http://www.pnml.org/version-2009/grammar/pnml","unsettable":false,"transient":false,"unique":true,"name":"xmlns","changeable":false,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPetriNetDoc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":48,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolspecifics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPetriNet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNamePetriNet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPetriNet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"name":"COREMODEL","id":62,"value":0,"literal":"http://www.pnml.org/version-2009/grammar/pnmlcoremodel","eClass":"EEnumLiteral"},{"name":"PTNET","id":63,"value":1,"literal":"http://www.pnml.org/version-2009/grammar/ptnet","eClass":"EEnumLiteral"},{"name":"SYMNET","id":64,"value":2,"literal":"http://www.pnml.org/version-2009/grammar/symmetricnet","eClass":"EEnumLiteral"},{"name":"HLPN","id":65,"value":3,"literal":"http://www.pnml.org/version-2009/grammar/highlevelnet","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodegraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"containerPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":74,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolspecifics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNamePnObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPnObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tool","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formattedXMLBuffer","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toolInfoGrammarURI","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolInfoModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolspecifics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerToolInfo","changeable":false,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fill","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPNodeGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerDNodeGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNodeGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNodeGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodegraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerArcGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"positions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerAnnotationGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fill","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerAnnotationGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerAnnotationGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerAnnotationGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationgraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"black","unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"black","unsettable":false,"transient":false,"unique":true,"name":"gradientcolor","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gradientrotation","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"name":"AQUA","id":161,"value":0,"literal":"aqua","eClass":"EEnumLiteral"},{"name":"BLACK","id":162,"value":1,"literal":"black","eClass":"EEnumLiteral"},{"name":"BLUE","id":163,"value":2,"literal":"blue","eClass":"EEnumLiteral"},{"name":"FUCHSIA","id":164,"value":3,"literal":"fuchsia","eClass":"EEnumLiteral"},{"name":"GRAY","id":165,"value":4,"literal":"gray","eClass":"EEnumLiteral"},{"name":"GREEN","id":166,"value":5,"literal":"green","eClass":"EEnumLiteral"},{"name":"LIME","id":167,"value":6,"literal":"lime","eClass":"EEnumLiteral"},{"name":"MAROON","id":168,"value":7,"literal":"maroon","eClass":"EEnumLiteral"},{"name":"NAVY","id":169,"value":8,"literal":"navy","eClass":"EEnumLiteral"},{"name":"OLIVE","id":170,"value":9,"literal":"olive","eClass":"EEnumLiteral"},{"name":"ORANGE","id":171,"value":10,"literal":"orange","eClass":"EEnumLiteral"},{"name":"PURPLE","id":172,"value":11,"literal":"purple","eClass":"EEnumLiteral"},{"name":"RED","id":173,"value":12,"literal":"red","eClass":"EEnumLiteral"},{"name":"SILVER","id":174,"value":13,"literal":"silver","eClass":"EEnumLiteral"},{"name":"TEAL","id":175,"value":14,"literal":"teal","eClass":"EEnumLiteral"},{"name":"WHITE","id":176,"value":15,"literal":"white","eClass":"EEnumLiteral"},{"name":"YELLOW","id":177,"value":16,"literal":"yellow","eClass":"EEnumLiteral"},{"name":"HORIZONTAL","id":178,"value":0,"literal":"horizontal","eClass":"EEnumLiteral"},{"name":"VERTICAL","id":179,"value":1,"literal":"vertical","eClass":"EEnumLiteral"},{"name":"DIAGONAL","id":180,"value":2,"literal":"diagonal","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"black","unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"line","unsettable":false,"transient":false,"unique":true,"name":"shape","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerArcGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"name":"LINE","id":194,"value":0,"literal":"line","eClass":"EEnumLiteral"},{"name":"CURVE","id":195,"value":1,"literal":"curve","eClass":"EEnumLiteral"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcgraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"OutArcs","changeable":false,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"InArcs","changeable":false,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"left","unsettable":false,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"underline","unsettable":false,"transient":false,"unique":true,"name":"decoration","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"verdana","unsettable":false,"transient":false,"unique":true,"name":"family","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rotation","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"small","unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"normal","unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"name":"LEFT","id":229,"value":0,"literal":"left","eClass":"EEnumLiteral"},{"name":"CENTER","id":230,"value":1,"literal":"center","eClass":"EEnumLiteral"},{"name":"RIGHT","id":231,"value":2,"literal":"right","eClass":"EEnumLiteral"},{"name":"UNDERLINE","id":232,"value":0,"literal":"underline","eClass":"EEnumLiteral"},{"name":"OVERLINE","id":233,"value":1,"literal":"overline","eClass":"EEnumLiteral"},{"name":"LINETHROUGH","id":234,"value":2,"literal":"linethrough","eClass":"EEnumLiteral"},{"name":"VERDANA","id":235,"value":0,"literal":"verdana","eClass":"EEnumLiteral"},{"name":"ARIAL","id":236,"value":1,"literal":"arial","eClass":"EEnumLiteral"},{"name":"TIMES","id":237,"value":2,"literal":"times","eClass":"EEnumLiteral"},{"name":"GEORGIA","id":238,"value":3,"literal":"georgia","eClass":"EEnumLiteral"},{"name":"TREBUCHET","id":239,"value":4,"literal":"trebuchet","eClass":"EEnumLiteral"},{"name":"XXSMALL","id":240,"value":0,"literal":"xxsmall","eClass":"EEnumLiteral"},{"name":"XSMALL","id":241,"value":1,"literal":"xsmall","eClass":"EEnumLiteral"},{"name":"SMALL","id":242,"value":2,"literal":"small","eClass":"EEnumLiteral"},{"name":"MEDIUM","id":243,"value":3,"literal":"medium","eClass":"EEnumLiteral"},{"name":"LARGE","id":244,"value":4,"literal":"large","eClass":"EEnumLiteral"},{"name":"XLARGE","id":245,"value":5,"literal":"xlarge","eClass":"EEnumLiteral"},{"name":"XXLARGE","id":246,"value":6,"literal":"xxlarge","eClass":"EEnumLiteral"},{"name":"NORMAL","id":247,"value":0,"literal":"normal","eClass":"EEnumLiteral"},{"name":"ITALIC","id":248,"value":1,"literal":"italic","eClass":"EEnumLiteral"},{"name":"OBLIQUE","id":249,"value":2,"literal":"oblique","eClass":"EEnumLiteral"},{"name":"NORMAL","id":250,"value":0,"literal":"normal","eClass":"EEnumLiteral"},{"name":"BOLD","id":251,"value":1,"literal":"bold","eClass":"EEnumLiteral"},{"name":"BOLDER","id":252,"value":2,"literal":"bolder","eClass":"EEnumLiteral"},{"name":"LIGHTER","id":253,"value":3,"literal":"lighter","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencingPlaces","changeable":false,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencingTransitions","changeable":false,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"name":"SOLID","id":269,"value":0,"literal":"solid","eClass":"EEnumLiteral"},{"name":"DASH","id":270,"value":1,"literal":"dash","eClass":"EEnumLiteral"},{"name":"DOT","id":271,"value":2,"literal":"dot","eClass":"EEnumLiteral"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":1,"target":0},{"source":1,"target":43},{"source":1,"target":44},{"source":43,"target":2},{"source":43,"target":45},{"source":43,"target":1},{"source":43,"target":46},{"source":45,"target":2},{"source":44,"target":47},{"source":44,"target":1},{"source":2,"target":0},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":46},{"source":48,"target":53},{"source":48,"target":2},{"source":49,"target":3},{"source":49,"target":54},{"source":49,"target":2},{"source":54,"target":3},{"source":50,"target":4},{"source":50,"target":55},{"source":50,"target":2},{"source":50,"target":56},{"source":55,"target":4},{"source":51,"target":6},{"source":51,"target":57},{"source":51,"target":2},{"source":51,"target":58},{"source":57,"target":6},{"source":52,"target":7},{"source":52,"target":59},{"source":52,"target":2},{"source":52,"target":60},{"source":59,"target":7},{"source":46,"target":1},{"source":46,"target":61},{"source":46,"target":2},{"source":46,"target":43},{"source":61,"target":1},{"source":3,"target":0},{"source":3,"target":62},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":65},{"source":62,"target":3},{"source":63,"target":3},{"source":64,"target":3},{"source":65,"target":3},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":66},{"source":4,"target":56},{"source":4,"target":67},{"source":4,"target":68},{"source":66,"target":5},{"source":66,"target":69},{"source":66,"target":4},{"source":66,"target":70},{"source":69,"target":5},{"source":56,"target":2},{"source":56,"target":71},{"source":56,"target":4},{"source":56,"target":50},{"source":71,"target":2},{"source":67,"target":9},{"source":67,"target":72},{"source":67,"target":4},{"source":67,"target":73},{"source":72,"target":9},{"source":68,"target":5},{"source":5,"target":0},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":5,"target":70},{"source":74,"target":77},{"source":74,"target":5},{"source":75,"target":6},{"source":75,"target":78},{"source":75,"target":5},{"source":75,"target":79},{"source":78,"target":6},{"source":76,"target":7},{"source":76,"target":80},{"source":76,"target":5},{"source":76,"target":81},{"source":80,"target":7},{"source":70,"target":4},{"source":70,"target":82},{"source":70,"target":5},{"source":70,"target":66},{"source":82,"target":4},{"source":6,"target":0},{"source":6,"target":39},{"source":6,"target":83},{"source":6,"target":58},{"source":6,"target":79},{"source":6,"target":84},{"source":83,"target":85},{"source":83,"target":6},{"source":58,"target":2},{"source":58,"target":86},{"source":58,"target":6},{"source":58,"target":51},{"source":86,"target":2},{"source":79,"target":5},{"source":79,"target":87},{"source":79,"target":6},{"source":79,"target":75},{"source":87,"target":5},{"source":84,"target":39},{"source":7,"target":0},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":60},{"source":7,"target":81},{"source":7,"target":92},{"source":7,"target":93},{"source":88,"target":94},{"source":88,"target":7},{"source":89,"target":95},{"source":89,"target":7},{"source":90,"target":41},{"source":90,"target":96},{"source":90,"target":7},{"source":96,"target":41},{"source":91,"target":40},{"source":91,"target":97},{"source":91,"target":7},{"source":97,"target":40},{"source":60,"target":2},{"source":60,"target":98},{"source":60,"target":7},{"source":60,"target":52},{"source":98,"target":2},{"source":81,"target":5},{"source":81,"target":99},{"source":81,"target":7},{"source":81,"target":76},{"source":99,"target":5},{"source":92,"target":8},{"source":92,"target":100},{"source":92,"target":7},{"source":92,"target":101},{"source":100,"target":8},{"source":93,"target":42},{"source":93,"target":102},{"source":93,"target":7},{"source":93,"target":103},{"source":102,"target":42},{"source":8,"target":0},{"source":8,"target":101},{"source":101,"target":7},{"source":101,"target":104},{"source":101,"target":8},{"source":101,"target":92},{"source":104,"target":7},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":105},{"source":9,"target":106},{"source":9,"target":107},{"source":9,"target":108},{"source":9,"target":109},{"source":9,"target":73},{"source":9,"target":110},{"source":105,"target":12},{"source":105,"target":111},{"source":105,"target":9},{"source":105,"target":112},{"source":111,"target":12},{"source":106,"target":14},{"source":106,"target":113},{"source":106,"target":9},{"source":106,"target":114},{"source":113,"target":14},{"source":107,"target":16},{"source":107,"target":115},{"source":107,"target":9},{"source":107,"target":116},{"source":115,"target":16},{"source":108,"target":19},{"source":108,"target":117},{"source":108,"target":9},{"source":108,"target":118},{"source":117,"target":19},{"source":109,"target":23},{"source":109,"target":119},{"source":109,"target":9},{"source":109,"target":120},{"source":119,"target":23},{"source":73,"target":4},{"source":73,"target":121},{"source":73,"target":9},{"source":73,"target":67},{"source":121,"target":4},{"source":110,"target":10},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":122},{"source":11,"target":123},{"source":122,"target":124},{"source":122,"target":11},{"source":123,"target":125},{"source":123,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":112},{"source":12,"target":126},{"source":12,"target":127},{"source":112,"target":9},{"source":112,"target":128},{"source":112,"target":12},{"source":112,"target":105},{"source":128,"target":9},{"source":126,"target":21},{"source":126,"target":129},{"source":126,"target":12},{"source":126,"target":130},{"source":129,"target":21},{"source":127,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":131},{"source":13,"target":132},{"source":131,"target":15},{"source":131,"target":133},{"source":131,"target":13},{"source":131,"target":134},{"source":133,"target":15},{"source":132,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":114},{"source":14,"target":135},{"source":114,"target":9},{"source":114,"target":136},{"source":114,"target":14},{"source":114,"target":106},{"source":136,"target":9},{"source":135,"target":11},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":134},{"source":15,"target":137},{"source":15,"target":138},{"source":15,"target":139},{"source":15,"target":140},{"source":15,"target":141},{"source":134,"target":13},{"source":134,"target":142},{"source":134,"target":15},{"source":134,"target":131},{"source":142,"target":13},{"source":137,"target":16},{"source":137,"target":143},{"source":137,"target":15},{"source":137,"target":144},{"source":143,"target":16},{"source":138,"target":19},{"source":138,"target":145},{"source":138,"target":15},{"source":138,"target":146},{"source":145,"target":19},{"source":139,"target":24},{"source":139,"target":147},{"source":139,"target":15},{"source":139,"target":148},{"source":147,"target":24},{"source":140,"target":39},{"source":140,"target":149},{"source":140,"target":15},{"source":140,"target":150},{"source":149,"target":39},{"source":141,"target":10},{"source":16,"target":0},{"source":16,"target":151},{"source":16,"target":152},{"source":16,"target":153},{"source":16,"target":154},{"source":16,"target":116},{"source":16,"target":144},{"source":151,"target":17},{"source":151,"target":155},{"source":151,"target":16},{"source":155,"target":17},{"source":152,"target":17},{"source":152,"target":156},{"source":152,"target":16},{"source":156,"target":17},{"source":153,"target":18},{"source":153,"target":157},{"source":153,"target":16},{"source":157,"target":18},{"source":154,"target":40},{"source":154,"target":158},{"source":154,"target":16},{"source":158,"target":40},{"source":116,"target":9},{"source":116,"target":159},{"source":116,"target":16},{"source":116,"target":107},{"source":159,"target":9},{"source":144,"target":15},{"source":144,"target":160},{"source":144,"target":16},{"source":144,"target":137},{"source":160,"target":15},{"source":17,"target":0},{"source":17,"target":161},{"source":17,"target":162},{"source":17,"target":163},{"source":17,"target":164},{"source":17,"target":165},{"source":17,"target":166},{"source":17,"target":167},{"source":17,"target":168},{"source":17,"target":169},{"source":17,"target":170},{"source":17,"target":171},{"source":17,"target":172},{"source":17,"target":173},{"source":17,"target":174},{"source":17,"target":175},{"source":17,"target":176},{"source":17,"target":177},{"source":161,"target":17},{"source":162,"target":17},{"source":163,"target":17},{"source":164,"target":17},{"source":165,"target":17},{"source":166,"target":17},{"source":167,"target":17},{"source":168,"target":17},{"source":169,"target":17},{"source":170,"target":17},{"source":171,"target":17},{"source":172,"target":17},{"source":173,"target":17},{"source":174,"target":17},{"source":175,"target":17},{"source":176,"target":17},{"source":177,"target":17},{"source":18,"target":0},{"source":18,"target":178},{"source":18,"target":179},{"source":18,"target":180},{"source":178,"target":18},{"source":179,"target":18},{"source":180,"target":18},{"source":19,"target":0},{"source":19,"target":181},{"source":19,"target":182},{"source":19,"target":183},{"source":19,"target":118},{"source":19,"target":184},{"source":19,"target":146},{"source":19,"target":185},{"source":181,"target":17},{"source":181,"target":186},{"source":181,"target":19},{"source":186,"target":17},{"source":182,"target":20},{"source":182,"target":187},{"source":182,"target":19},{"source":187,"target":20},{"source":183,"target":188},{"source":183,"target":19},{"source":118,"target":9},{"source":118,"target":189},{"source":118,"target":19},{"source":118,"target":108},{"source":189,"target":9},{"source":184,"target":21},{"source":184,"target":190},{"source":184,"target":19},{"source":184,"target":191},{"source":190,"target":21},{"source":146,"target":15},{"source":146,"target":192},{"source":146,"target":19},{"source":146,"target":138},{"source":192,"target":15},{"source":185,"target":38},{"source":185,"target":193},{"source":185,"target":19},{"source":193,"target":38},{"source":20,"target":0},{"source":20,"target":194},{"source":20,"target":195},{"source":194,"target":20},{"source":195,"target":20},{"source":21,"target":0},{"source":21,"target":10},{"source":21,"target":130},{"source":21,"target":191},{"source":21,"target":196},{"source":21,"target":197},{"source":130,"target":12},{"source":130,"target":198},{"source":130,"target":21},{"source":130,"target":126},{"source":198,"target":12},{"source":191,"target":19},{"source":191,"target":199},{"source":191,"target":21},{"source":191,"target":184},{"source":199,"target":19},{"source":196,"target":22},{"source":196,"target":200},{"source":196,"target":21},{"source":196,"target":201},{"source":200,"target":22},{"source":197,"target":10},{"source":22,"target":0},{"source":22,"target":5},{"source":22,"target":202},{"source":22,"target":203},{"source":22,"target":201},{"source":22,"target":204},{"source":202,"target":23},{"source":202,"target":205},{"source":202,"target":22},{"source":202,"target":206},{"source":205,"target":23},{"source":203,"target":23},{"source":203,"target":207},{"source":203,"target":22},{"source":203,"target":208},{"source":207,"target":23},{"source":201,"target":21},{"source":201,"target":209},{"source":201,"target":22},{"source":201,"target":196},{"source":209,"target":21},{"source":204,"target":5},{"source":23,"target":0},{"source":23,"target":5},{"source":23,"target":208},{"source":23,"target":206},{"source":23,"target":120},{"source":23,"target":210},{"source":208,"target":22},{"source":208,"target":211},{"source":208,"target":23},{"source":208,"target":203},{"source":211,"target":22},{"source":206,"target":22},{"source":206,"target":212},{"source":206,"target":23},{"source":206,"target":202},{"source":212,"target":22},{"source":120,"target":9},{"source":120,"target":213},{"source":120,"target":23},{"source":120,"target":109},{"source":213,"target":9},{"source":210,"target":5},{"source":24,"target":0},{"source":24,"target":214},{"source":24,"target":215},{"source":24,"target":216},{"source":24,"target":217},{"source":24,"target":218},{"source":24,"target":219},{"source":24,"target":220},{"source":24,"target":148},{"source":214,"target":25},{"source":214,"target":221},{"source":214,"target":24},{"source":221,"target":25},{"source":215,"target":26},{"source":215,"target":222},{"source":215,"target":24},{"source":222,"target":26},{"source":216,"target":27},{"source":216,"target":223},{"source":216,"target":24},{"source":223,"target":27},{"source":217,"target":224},{"source":217,"target":24},{"source":218,"target":28},{"source":218,"target":225},{"source":218,"target":24},{"source":225,"target":28},{"source":219,"target":29},{"source":219,"target":226},{"source":219,"target":24},{"source":226,"target":29},{"source":220,"target":30},{"source":220,"target":227},{"source":220,"target":24},{"source":227,"target":30},{"source":148,"target":15},{"source":148,"target":228},{"source":148,"target":24},{"source":148,"target":139},{"source":228,"target":15},{"source":25,"target":0},{"source":25,"target":229},{"source":25,"target":230},{"source":25,"target":231},{"source":229,"target":25},{"source":230,"target":25},{"source":231,"target":25},{"source":26,"target":0},{"source":26,"target":232},{"source":26,"target":233},{"source":26,"target":234},{"source":232,"target":26},{"source":233,"target":26},{"source":234,"target":26},{"source":27,"target":0},{"source":27,"target":235},{"source":27,"target":236},{"source":27,"target":237},{"source":27,"target":238},{"source":27,"target":239},{"source":235,"target":27},{"source":236,"target":27},{"source":237,"target":27},{"source":238,"target":27},{"source":239,"target":27},{"source":28,"target":0},{"source":28,"target":240},{"source":28,"target":241},{"source":28,"target":242},{"source":28,"target":243},{"source":28,"target":244},{"source":28,"target":245},{"source":28,"target":246},{"source":240,"target":28},{"source":241,"target":28},{"source":242,"target":28},{"source":243,"target":28},{"source":244,"target":28},{"source":245,"target":28},{"source":246,"target":28},{"source":29,"target":0},{"source":29,"target":247},{"source":29,"target":248},{"source":29,"target":249},{"source":247,"target":29},{"source":248,"target":29},{"source":249,"target":29},{"source":30,"target":0},{"source":30,"target":250},{"source":30,"target":251},{"source":30,"target":252},{"source":30,"target":253},{"source":250,"target":30},{"source":251,"target":30},{"source":252,"target":30},{"source":253,"target":30},{"source":31,"target":0},{"source":31,"target":23},{"source":31,"target":254},{"source":31,"target":255},{"source":254,"target":36},{"source":254,"target":256},{"source":254,"target":31},{"source":254,"target":257},{"source":256,"target":36},{"source":255,"target":23},{"source":32,"target":0},{"source":32,"target":23},{"source":32,"target":258},{"source":32,"target":259},{"source":258,"target":34},{"source":258,"target":260},{"source":258,"target":32},{"source":258,"target":261},{"source":260,"target":34},{"source":259,"target":23},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":262},{"source":262,"target":31},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":261},{"source":34,"target":263},{"source":261,"target":32},{"source":261,"target":264},{"source":261,"target":34},{"source":261,"target":258},{"source":264,"target":32},{"source":263,"target":32},{"source":35,"target":0},{"source":35,"target":32},{"source":35,"target":265},{"source":265,"target":32},{"source":36,"target":0},{"source":36,"target":31},{"source":36,"target":257},{"source":36,"target":266},{"source":257,"target":31},{"source":257,"target":267},{"source":257,"target":36},{"source":257,"target":254},{"source":267,"target":31},{"source":266,"target":31},{"source":37,"target":0},{"source":37,"target":8},{"source":37,"target":268},{"source":268,"target":8},{"source":38,"target":0},{"source":38,"target":269},{"source":38,"target":270},{"source":38,"target":271},{"source":269,"target":38},{"source":270,"target":38},{"source":271,"target":38},{"source":39,"target":0},{"source":39,"target":8},{"source":39,"target":150},{"source":39,"target":272},{"source":150,"target":15},{"source":150,"target":273},{"source":150,"target":39},{"source":150,"target":140},{"source":273,"target":15},{"source":272,"target":8},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":42,"target":103},{"source":103,"target":7},{"source":103,"target":274},{"source":103,"target":42},{"source":103,"target":93},{"source":274,"target":7}],"multigraph":true} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.